Class LayoutPageTemplateStructureServiceUtil
java.lang.Object
com.liferay.layout.page.template.service.LayoutPageTemplateStructureServiceUtil
Provides the remote service utility for LayoutPageTemplateStructure. This utility wraps
com.liferay.layout.page.template.service.impl.LayoutPageTemplateStructureServiceImpl
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 String
Returns the OSGi service identifier.static LayoutPageTemplateStructure
updateLayoutPageTemplateStructureData
(long groupId, long plid, long segmentsExperienceId, String data)
-
Constructor Details
-
LayoutPageTemplateStructureServiceUtil
public LayoutPageTemplateStructureServiceUtil()
-
-
Method Details
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateLayoutPageTemplateStructureData
public static LayoutPageTemplateStructure updateLayoutPageTemplateStructureData(long groupId, long plid, long segmentsExperienceId, String data) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-