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 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) static LayoutUtilityPageEntry
copyLayoutUtilityPageEntry
(long groupId, long sourceLayoutUtilityPageEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) static LayoutUtilityPageEntry
deleteLayoutUtilityPageEntry
(long layoutUtilityPageEntryId) static LayoutUtilityPageEntry
deleteLayoutUtilityPageEntry
(String externalReferenceCode, long groupId) static LayoutUtilityPageEntry
fetchLayoutUtilityPageEntry
(long layoutUtilityPageEntryId) static LayoutUtilityPageEntry
fetchLayoutUtilityPageEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) static LayoutUtilityPageEntry
getDefaultLayoutUtilityPageEntry
(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 int
getLayoutUtilityPageEntriesCount
(long groupId) static int
getLayoutUtilityPageEntriesCount
(long groupId, String[] types) static int
getLayoutUtilityPageEntriesCount
(long groupId, String keyword, String[] types) static LayoutUtilityPageEntry
getLayoutUtilityPageEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) static String
Returns the OSGi service identifier.static LayoutUtilityPageEntry
setDefaultLayoutUtilityPageEntry
(long layoutUtilityPageEntryId) static LayoutUtilityPageEntry
unsetDefaultLayoutUtilityPageEntry
(long layoutUtilityPageEntryId) static LayoutUtilityPageEntry
updateLayoutUtilityPageEntry
(long layoutUtilityPageEntryId, long previewFileEntryId) static LayoutUtilityPageEntry
updateLayoutUtilityPageEntry
(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
-