Interface ClientExtensionEntryService

All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
All Known Implementing Classes:
ClientExtensionEntryServiceWrapper

@AccessControlled @CTAware @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class}) public interface ClientExtensionEntryService extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for ClientExtensionEntry. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
See Also:
Generated:
  • Method Details

    • addClientExtensionEntry

      ClientExtensionEntry addClientExtensionEntry(String externalReferenceCode, String description, Map<Locale,String> nameMap, String properties, String sourceCodeURL, String type, String typeSettings) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteClientExtensionEntry

      ClientExtensionEntry deleteClientExtensionEntry(long clientExtensionEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteClientExtensionEntryByExternalReferenceCode

      ClientExtensionEntry deleteClientExtensionEntryByExternalReferenceCode(long companyId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchClientExtensionEntryByExternalReferenceCode

      @Transactional(propagation=SUPPORTS, readOnly=true) ClientExtensionEntry fetchClientExtensionEntryByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getClientExtensionEntry

      @Transactional(propagation=SUPPORTS, readOnly=true) ClientExtensionEntry getClientExtensionEntry(long clientExtensionEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • updateClientExtensionEntry

      ClientExtensionEntry updateClientExtensionEntry(long clientExtensionEntryId, String description, Map<Locale,String> nameMap, String properties, String sourceCodeURL, String typeSettings) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException