public class SXPElementServiceUtil
extends java.lang.Object
com.liferay.search.experiences.service.impl.SXPElementServiceImpl
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.SXPElementService
Constructor and Description |
---|
SXPElementServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static SXPElement |
addSXPElement(java.lang.String externalReferenceCode,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String elementDefinitionJSON,
boolean readOnly,
java.lang.String schemaVersion,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
int type,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static SXPElement |
deleteSXPElement(long sxpElementId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static SXPElementService |
getService() |
static SXPElement |
getSXPElement(long sxpElementId) |
static SXPElement |
updateSXPElement(long sxpElementId,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String elementDefinitionJSON,
java.lang.String schemaVersion,
boolean hidden,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public static SXPElement addSXPElement(java.lang.String externalReferenceCode, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String elementDefinitionJSON, boolean readOnly, java.lang.String schemaVersion, java.util.Map<java.util.Locale,java.lang.String> titleMap, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static SXPElement deleteSXPElement(long sxpElementId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static SXPElement getSXPElement(long sxpElementId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static SXPElement updateSXPElement(long sxpElementId, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String elementDefinitionJSON, java.lang.String schemaVersion, boolean hidden, 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 SXPElementService getService()