Interface SXPBlueprintService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
SXPBlueprintServiceWrapper
@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
Provides the remote service interface for SXPBlueprint. Methods of this
service are expected to have security checks based on the propagated JAAS
credentials because this service can be accessed remotely.
- See Also:
- Generated:
-
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) 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)
-
Method Details
-
addSXPBlueprint
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) - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteSXPBlueprint
SXPBlueprint deleteSXPBlueprint(long sxpBlueprintId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchSXPBlueprint
@Transactional(propagation=SUPPORTS, readOnly=true) SXPBlueprint fetchSXPBlueprint(long sxpBlueprintId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchSXPBlueprintByExternalReferenceCode
@Transactional(propagation=SUPPORTS, readOnly=true) SXPBlueprint fetchSXPBlueprintByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getSXPBlueprint
@Transactional(propagation=SUPPORTS, readOnly=true) SXPBlueprint getSXPBlueprint(long sxpBlueprintId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSXPBlueprintByExternalReferenceCode
@Transactional(propagation=SUPPORTS, readOnly=true) SXPBlueprint getSXPBlueprintByExternalReferenceCode(long companyId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateSXPBlueprint
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) - Throws:
com.liferay.portal.kernel.exception.PortalException
-