Class SXPElementServiceWrapper

java.lang.Object
com.liferay.search.experiences.service.SXPElementServiceWrapper
All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<SXPElementService>, SXPElementService

public class SXPElementServiceWrapper extends Object implements com.liferay.portal.kernel.service.ServiceWrapper<SXPElementService>, SXPElementService
Provides a wrapper for SXPElementService.
See Also:
Generated:
  • Constructor Details

    • SXPElementServiceWrapper

      public SXPElementServiceWrapper()
    • SXPElementServiceWrapper

      public SXPElementServiceWrapper(SXPElementService sxpElementService)
  • Method Details

    • addSXPElement

      public SXPElement addSXPElement(String externalReferenceCode, Map<Locale,String> descriptionMap, String elementDefinitionJSON, String fallbackDescription, String fallbackTitle, boolean readOnly, String schemaVersion, Map<Locale,String> titleMap, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addSXPElement in interface SXPElementService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteSXPElement

      public SXPElement deleteSXPElement(long sxpElementId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteSXPElement in interface SXPElementService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchSXPElement

      public SXPElement fetchSXPElement(long sxpElementId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchSXPElement in interface SXPElementService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchSXPElementByExternalReferenceCode

      public SXPElement fetchSXPElementByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchSXPElementByExternalReferenceCode in interface SXPElementService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface SXPElementService
      Returns:
      the OSGi service identifier
    • getSXPElement

      public SXPElement getSXPElement(long sxpElementId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getSXPElement in interface SXPElementService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getSXPElementByExternalReferenceCode

      public SXPElement getSXPElementByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getSXPElementByExternalReferenceCode in interface SXPElementService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateSXPElement

      public SXPElement updateSXPElement(String externalReferenceCode, long sxpElementId, Map<Locale,String> descriptionMap, String elementDefinitionJSON, String schemaVersion, boolean hidden, Map<Locale,String> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateSXPElement in interface SXPElementService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

      public SXPElementService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<SXPElementService>
    • setWrappedService

      public void setWrappedService(SXPElementService sxpElementService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<SXPElementService>