public class LayoutPageTemplateStructureServiceUtil
extends java.lang.Object
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.LayoutPageTemplateStructureService| Constructor and Description |
|---|
LayoutPageTemplateStructureServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static LayoutPageTemplateStructureService |
getService() |
static LayoutPageTemplateStructure |
updateLayoutPageTemplateStructure(long groupId,
long classNameId,
long classPK,
long segmentsExperienceId,
java.lang.String data)
Deprecated.
As of Athanasius (7.3.x), replaced by
updateLayoutPageTemplateStructureData(long, long, long,
String) |
static LayoutPageTemplateStructure |
updateLayoutPageTemplateStructureData(long groupId,
long plid,
long segmentsExperienceId,
java.lang.String data) |
public LayoutPageTemplateStructureServiceUtil()
public static java.lang.String getOSGiServiceIdentifier()
@Deprecated public static LayoutPageTemplateStructure updateLayoutPageTemplateStructure(long groupId, long classNameId, long classPK, long segmentsExperienceId, java.lang.String data) throws PortalException
updateLayoutPageTemplateStructureData(long, long, long,
String)PortalExceptionpublic static LayoutPageTemplateStructure updateLayoutPageTemplateStructureData(long groupId, long plid, long segmentsExperienceId, java.lang.String data) throws PortalException
PortalExceptionpublic static LayoutPageTemplateStructureService getService()