Class LayoutUtilityPageEntryServiceUtil
java.lang.Object
com.liferay.layout.utility.page.service.LayoutUtilityPageEntryServiceUtil
Provides the remote service utility for LayoutUtilityPageEntry. This utility wraps
com.liferay.layout.utility.page.service.impl.LayoutUtilityPageEntryServiceImpl 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 LayoutUtilityPageEntryaddLayoutUtilityPageEntry(String externalReferenceCode, long groupId, long plid, long previewFileEntryId, boolean defaultLayoutUtilityPageEntry, String name, String type, long masterLayoutPlid, com.liferay.portal.kernel.service.ServiceContext serviceContext) static LayoutUtilityPageEntrycopyLayoutUtilityPageEntry(long groupId, long sourceLayoutUtilityPageEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) static LayoutUtilityPageEntrydeleteLayoutUtilityPageEntry(long layoutUtilityPageEntryId) static LayoutUtilityPageEntrydeleteLayoutUtilityPageEntry(String externalReferenceCode, long groupId) static LayoutUtilityPageEntryfetchLayoutUtilityPageEntry(long layoutUtilityPageEntryId) static LayoutUtilityPageEntryfetchLayoutUtilityPageEntryByExternalReferenceCode(String externalReferenceCode, long groupId) static LayoutUtilityPageEntrygetDefaultLayoutUtilityPageEntry(long groupId, String type) static List<LayoutUtilityPageEntry>getLayoutUtilityPageEntries(long groupId) static List<LayoutUtilityPageEntry>getLayoutUtilityPageEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) static List<LayoutUtilityPageEntry>getLayoutUtilityPageEntries(long groupId, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) static List<LayoutUtilityPageEntry>getLayoutUtilityPageEntries(long groupId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) static List<LayoutUtilityPageEntry>getLayoutUtilityPageEntries(long groupId, String keyword, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) static intgetLayoutUtilityPageEntriesCount(long groupId) static intgetLayoutUtilityPageEntriesCount(long groupId, String[] types) static intgetLayoutUtilityPageEntriesCount(long groupId, String keyword, String[] types) static LayoutUtilityPageEntrygetLayoutUtilityPageEntryByExternalReferenceCode(String externalReferenceCode, long groupId) static StringReturns the OSGi service identifier.static LayoutUtilityPageEntrysetDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) static LayoutUtilityPageEntryunsetDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) static LayoutUtilityPageEntryupdateLayoutUtilityPageEntry(long layoutUtilityPageEntryId, long previewFileEntryId) static LayoutUtilityPageEntryupdateLayoutUtilityPageEntry(long layoutUtilityPageEntryId, String name)
-
Constructor Details
-
LayoutUtilityPageEntryServiceUtil
public LayoutUtilityPageEntryServiceUtil()
-
-
Method Details
-
addLayoutUtilityPageEntry
public static LayoutUtilityPageEntry addLayoutUtilityPageEntry(String externalReferenceCode, long groupId, long plid, long previewFileEntryId, boolean defaultLayoutUtilityPageEntry, String name, String type, long masterLayoutPlid, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
copyLayoutUtilityPageEntry
public static LayoutUtilityPageEntry copyLayoutUtilityPageEntry(long groupId, long sourceLayoutUtilityPageEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws Exception - Throws:
Exception
-
deleteLayoutUtilityPageEntry
public static LayoutUtilityPageEntry deleteLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteLayoutUtilityPageEntry
public static LayoutUtilityPageEntry deleteLayoutUtilityPageEntry(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchLayoutUtilityPageEntry
-
fetchLayoutUtilityPageEntryByExternalReferenceCode
public static LayoutUtilityPageEntry fetchLayoutUtilityPageEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDefaultLayoutUtilityPageEntry
public static LayoutUtilityPageEntry getDefaultLayoutUtilityPageEntry(long groupId, String type) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLayoutUtilityPageEntries
-
getLayoutUtilityPageEntries
public static List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) -
getLayoutUtilityPageEntries
public static List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) -
getLayoutUtilityPageEntries
public static List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, String keyword, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) -
getLayoutUtilityPageEntries
public static List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) -
getLayoutUtilityPageEntriesCount
public static int getLayoutUtilityPageEntriesCount(long groupId) -
getLayoutUtilityPageEntriesCount
-
getLayoutUtilityPageEntriesCount
-
getLayoutUtilityPageEntryByExternalReferenceCode
public static LayoutUtilityPageEntry getLayoutUtilityPageEntryByExternalReferenceCode(String externalReferenceCode, long groupId) 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
-
setDefaultLayoutUtilityPageEntry
public static LayoutUtilityPageEntry setDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
unsetDefaultLayoutUtilityPageEntry
public static LayoutUtilityPageEntry unsetDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateLayoutUtilityPageEntry
public static LayoutUtilityPageEntry updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId, long previewFileEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateLayoutUtilityPageEntry
public static LayoutUtilityPageEntry updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId, String name) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-