@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface SXPBlueprintService
extends com.liferay.portal.kernel.service.BaseService
SXPBlueprintServiceUtil
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) |
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) |
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
com.liferay.portal.kernel.exception.PortalException
SXPBlueprint deleteSXPBlueprint(long sxpBlueprintId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) SXPBlueprint getSXPBlueprint(long sxpBlueprintId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) SXPBlueprint getSXPBlueprintByExternalReferenceCode(long companyId, java.lang.String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
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
com.liferay.portal.kernel.exception.PortalException