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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSXPElement(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) deleteSXPElement(long sxpElementId) fetchSXPElement(long sxpElementId) fetchSXPElementByExternalReferenceCode(String externalReferenceCode, long companyId) Returns the OSGi service identifier.getSXPElement(long sxpElementId) getSXPElementByExternalReferenceCode(String externalReferenceCode, long companyId) voidsetWrappedService(SXPElementService sxpElementService) 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)
-
Constructor Details
-
SXPElementServiceWrapper
public SXPElementServiceWrapper() -
SXPElementServiceWrapper
-
-
Method Details
-
addSXPElement
public SXPElement addSXPElement(String externalReferenceCode, Map<Locale, String> descriptionMap, String elementDefinitionJSON, String fallbackDescription, String fallbackTitle, boolean readOnly, String schemaVersion, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> titleMap, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
addSXPElementin interfaceSXPElementService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteSXPElement
public SXPElement deleteSXPElement(long sxpElementId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteSXPElementin interfaceSXPElementService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchSXPElement
public SXPElement fetchSXPElement(long sxpElementId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchSXPElementin interfaceSXPElementService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchSXPElementByExternalReferenceCode
public SXPElement fetchSXPElementByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchSXPElementByExternalReferenceCodein interfaceSXPElementService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceSXPElementService- Returns:
- the OSGi service identifier
-
getSXPElement
public SXPElement getSXPElement(long sxpElementId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getSXPElementin interfaceSXPElementService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSXPElementByExternalReferenceCode
public SXPElement getSXPElementByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getSXPElementByExternalReferenceCodein interfaceSXPElementService- 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, throws com.liferay.portal.kernel.exception.PortalExceptionString> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
updateSXPElementin interfaceSXPElementService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<SXPElementService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<SXPElementService>
-