public class LayoutUtilityPageEntryServiceUtil
extends java.lang.Object
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.LayoutUtilityPageEntryService| Constructor and Description |
|---|
LayoutUtilityPageEntryServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static LayoutUtilityPageEntry |
addLayoutUtilityPageEntry(java.lang.String externalReferenceCode,
long groupId,
long plid,
java.lang.String name,
int type) |
static LayoutUtilityPageEntry |
deleteLayoutUtilityPageEntry(long layoutUtilityPageEntryId) |
static LayoutUtilityPageEntry |
fetchLayoutUtilityPageEntry(long layoutUtilityPageEntryId) |
static LayoutUtilityPageEntry |
getDefaultLayoutUtilityPageEntry(long groupId,
int type) |
static java.util.List<LayoutUtilityPageEntry> |
getLayoutUtilityPageEntries(long groupId) |
static java.util.List<LayoutUtilityPageEntry> |
getLayoutUtilityPageEntries(long groupId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) |
static java.util.List<LayoutUtilityPageEntry> |
getLayoutUtilityPageEntries(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) |
static int |
getLayoutUtilityPageEntriesCount(long groupId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static LayoutUtilityPageEntryService |
getService() |
static LayoutUtilityPageEntry |
setDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) |
static LayoutUtilityPageEntry |
updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId,
long plid,
java.lang.String name,
int type) |
public static LayoutUtilityPageEntry addLayoutUtilityPageEntry(java.lang.String externalReferenceCode, long groupId, long plid, java.lang.String name, int type) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static LayoutUtilityPageEntry deleteLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static LayoutUtilityPageEntry fetchLayoutUtilityPageEntry(long layoutUtilityPageEntryId)
public static LayoutUtilityPageEntry getDefaultLayoutUtilityPageEntry(long groupId, int type) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId)
public static java.util.List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
public static java.util.List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
public static int getLayoutUtilityPageEntriesCount(long groupId)
public static java.lang.String getOSGiServiceIdentifier()
public static LayoutUtilityPageEntry setDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static LayoutUtilityPageEntry updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId, long plid, java.lang.String name, int type) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static LayoutUtilityPageEntryService getService()