public class SXPBlueprintServiceWrapper extends java.lang.Object implements com.liferay.portal.kernel.service.ServiceWrapper<SXPBlueprintService>, SXPBlueprintService
SXPBlueprintService
.SXPBlueprintService
Constructor and Description |
---|
SXPBlueprintServiceWrapper() |
SXPBlueprintServiceWrapper(SXPBlueprintService sxpBlueprintService) |
Modifier and Type | Method and Description |
---|---|
SXPBlueprint |
addSXPBlueprint(java.lang.String externalReferenceCode,
java.lang.String configurationJSON,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String elementInstancesJSON,
java.lang.String schemaVersion,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
SXPBlueprint |
deleteSXPBlueprint(long sxpBlueprintId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
SXPBlueprint |
getSXPBlueprint(long sxpBlueprintId) |
SXPBlueprint |
getSXPBlueprintByExternalReferenceCode(long companyId,
java.lang.String externalReferenceCode) |
SXPBlueprintService |
getWrappedService() |
void |
setWrappedService(SXPBlueprintService sxpBlueprintService) |
SXPBlueprint |
updateSXPBlueprint(long sxpBlueprintId,
java.lang.String configurationJSON,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String elementInstancesJSON,
java.lang.String schemaVersion,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public SXPBlueprintServiceWrapper()
public SXPBlueprintServiceWrapper(SXPBlueprintService sxpBlueprintService)
public SXPBlueprint addSXPBlueprint(java.lang.String externalReferenceCode, java.lang.String configurationJSON, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String elementInstancesJSON, java.lang.String schemaVersion, java.util.Map<java.util.Locale,java.lang.String> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addSXPBlueprint
in interface SXPBlueprintService
com.liferay.portal.kernel.exception.PortalException
public SXPBlueprint deleteSXPBlueprint(long sxpBlueprintId) throws com.liferay.portal.kernel.exception.PortalException
deleteSXPBlueprint
in interface SXPBlueprintService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface SXPBlueprintService
public SXPBlueprint getSXPBlueprint(long sxpBlueprintId) throws com.liferay.portal.kernel.exception.PortalException
getSXPBlueprint
in interface SXPBlueprintService
com.liferay.portal.kernel.exception.PortalException
public SXPBlueprint getSXPBlueprintByExternalReferenceCode(long companyId, java.lang.String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
getSXPBlueprintByExternalReferenceCode
in interface SXPBlueprintService
com.liferay.portal.kernel.exception.PortalException
public SXPBlueprint updateSXPBlueprint(long sxpBlueprintId, java.lang.String configurationJSON, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String elementInstancesJSON, java.lang.String schemaVersion, java.util.Map<java.util.Locale,java.lang.String> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateSXPBlueprint
in interface SXPBlueprintService
com.liferay.portal.kernel.exception.PortalException
public SXPBlueprintService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<SXPBlueprintService>
public void setWrappedService(SXPBlueprintService sxpBlueprintService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<SXPBlueprintService>