Class SXPBlueprintServiceUtil
java.lang.Object
com.liferay.search.experiences.service.SXPBlueprintServiceUtil
Provides the remote service utility for SXPBlueprint. This utility wraps
com.liferay.search.experiences.service.impl.SXPBlueprintServiceImpl and is an
access point for service operations in application layer code running on a
remote server. 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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SXPBlueprintaddSXPBlueprint(String externalReferenceCode, String configurationJSON, Map<Locale, String> descriptionMap, String elementInstancesJSON, String schemaVersion, Map<Locale, String> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) static SXPBlueprintdeleteSXPBlueprint(long sxpBlueprintId) static SXPBlueprintfetchSXPBlueprint(long sxpBlueprintId) static SXPBlueprintfetchSXPBlueprintByExternalReferenceCode(String externalReferenceCode, long companyId) static StringReturns the OSGi service identifier.static SXPBlueprintServicestatic SXPBlueprintgetSXPBlueprint(long sxpBlueprintId) static SXPBlueprintgetSXPBlueprintByExternalReferenceCode(long companyId, String externalReferenceCode) static SXPBlueprintupdateSXPBlueprint(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
-
SXPBlueprintServiceUtil
public SXPBlueprintServiceUtil()
-
-
Method Details
-
addSXPBlueprint
public static 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
public static SXPBlueprint deleteSXPBlueprint(long sxpBlueprintId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchSXPBlueprint
public static SXPBlueprint fetchSXPBlueprint(long sxpBlueprintId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchSXPBlueprintByExternalReferenceCode
public static SXPBlueprint fetchSXPBlueprintByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getSXPBlueprint
public static SXPBlueprint getSXPBlueprint(long sxpBlueprintId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSXPBlueprintByExternalReferenceCode
public static SXPBlueprint getSXPBlueprintByExternalReferenceCode(long companyId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateSXPBlueprint
public static 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
-
getService
-