Class SXPBlueprintServiceWrapper
java.lang.Object
com.liferay.search.experiences.service.SXPBlueprintServiceWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<SXPBlueprintService>,SXPBlueprintService
public class SXPBlueprintServiceWrapper
extends Object
implements com.liferay.portal.kernel.service.ServiceWrapper<SXPBlueprintService>, SXPBlueprintService
Provides a wrapper for
SXPBlueprintService.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSXPBlueprint(String externalReferenceCode, String configurationJSON, Map<Locale, String> descriptionMap, String elementInstancesJSON, String schemaVersion, Map<Locale, String> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteSXPBlueprint(long sxpBlueprintId) fetchSXPBlueprint(long sxpBlueprintId) fetchSXPBlueprintByExternalReferenceCode(String externalReferenceCode, long companyId) Returns the OSGi service identifier.getSXPBlueprint(long sxpBlueprintId) getSXPBlueprintByExternalReferenceCode(long companyId, String externalReferenceCode) voidsetWrappedService(SXPBlueprintService sxpBlueprintService) updateSXPBlueprint(String externalReferenceCode, long sxpBlueprintId, String configurationJSON, Map<Locale, String> descriptionMap, String elementInstancesJSON, String schemaVersion, Map<Locale, String> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
SXPBlueprintServiceWrapper
public SXPBlueprintServiceWrapper() -
SXPBlueprintServiceWrapper
-
-
Method Details
-
addSXPBlueprint
public SXPBlueprint addSXPBlueprint(String externalReferenceCode, String configurationJSON, Map<Locale, String> descriptionMap, String elementInstancesJSON, String schemaVersion, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
addSXPBlueprintin interfaceSXPBlueprintService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteSXPBlueprint
public SXPBlueprint deleteSXPBlueprint(long sxpBlueprintId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteSXPBlueprintin interfaceSXPBlueprintService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchSXPBlueprint
public SXPBlueprint fetchSXPBlueprint(long sxpBlueprintId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchSXPBlueprintin interfaceSXPBlueprintService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchSXPBlueprintByExternalReferenceCode
public SXPBlueprint fetchSXPBlueprintByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchSXPBlueprintByExternalReferenceCodein interfaceSXPBlueprintService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceSXPBlueprintService- Returns:
- the OSGi service identifier
-
getSXPBlueprint
public SXPBlueprint getSXPBlueprint(long sxpBlueprintId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getSXPBlueprintin interfaceSXPBlueprintService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSXPBlueprintByExternalReferenceCode
public SXPBlueprint getSXPBlueprintByExternalReferenceCode(long companyId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getSXPBlueprintByExternalReferenceCodein interfaceSXPBlueprintService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateSXPBlueprint
public SXPBlueprint updateSXPBlueprint(String externalReferenceCode, long sxpBlueprintId, String configurationJSON, Map<Locale, String> descriptionMap, String elementInstancesJSON, String schemaVersion, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
updateSXPBlueprintin interfaceSXPBlueprintService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<SXPBlueprintService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<SXPBlueprintService>
-