public class SXPBlueprintServiceUtil
extends java.lang.Object
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.SXPBlueprintService
Constructor and Description |
---|
SXPBlueprintServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static SXPBlueprint |
addSXPBlueprint(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) |
static SXPBlueprint |
deleteSXPBlueprint(long sxpBlueprintId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static SXPBlueprintService |
getService() |
static SXPBlueprint |
getSXPBlueprint(long sxpBlueprintId) |
static 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 static SXPBlueprint addSXPBlueprint(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
public static SXPBlueprint deleteSXPBlueprint(long sxpBlueprintId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static SXPBlueprint getSXPBlueprint(long sxpBlueprintId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static 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
public static SXPBlueprintService getService()