@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface LayoutUtilityPageEntryService
extends com.liferay.portal.kernel.service.BaseService
LayoutUtilityPageEntryServiceUtil| Modifier and Type | Method and Description |
|---|---|
LayoutUtilityPageEntry |
addLayoutUtilityPageEntry(java.lang.String externalReferenceCode,
long groupId,
long plid,
long previewFileEntryId,
boolean defaultLayoutUtilityPageEntry,
java.lang.String name,
java.lang.String type,
long masterLayoutPlid,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
LayoutUtilityPageEntry |
copyLayoutUtilityPageEntry(long groupId,
long layoutUtilityPageEntryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
LayoutUtilityPageEntry |
deleteLayoutUtilityPageEntry(long layoutUtilityPageEntryId) |
LayoutUtilityPageEntry |
fetchLayoutUtilityPageEntry(long layoutUtilityPageEntryId) |
LayoutUtilityPageEntry |
getDefaultLayoutUtilityPageEntry(long groupId,
java.lang.String type) |
java.util.List<LayoutUtilityPageEntry> |
getLayoutUtilityPageEntries(long groupId) |
java.util.List<LayoutUtilityPageEntry> |
getLayoutUtilityPageEntries(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) |
java.util.List<LayoutUtilityPageEntry> |
getLayoutUtilityPageEntries(long groupId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) |
int |
getLayoutUtilityPageEntriesCount(long groupId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
LayoutUtilityPageEntry |
setDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) |
LayoutUtilityPageEntry |
unsetDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) |
LayoutUtilityPageEntry |
updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId,
long previewFileEntryId) |
LayoutUtilityPageEntry |
updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId,
java.lang.String name) |
LayoutUtilityPageEntry addLayoutUtilityPageEntry(java.lang.String externalReferenceCode, long groupId, long plid, long previewFileEntryId, boolean defaultLayoutUtilityPageEntry, java.lang.String name, java.lang.String type, long masterLayoutPlid, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionLayoutUtilityPageEntry copyLayoutUtilityPageEntry(long groupId, long layoutUtilityPageEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws java.lang.Exception
java.lang.ExceptionLayoutUtilityPageEntry deleteLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
LayoutUtilityPageEntry fetchLayoutUtilityPageEntry(long layoutUtilityPageEntryId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
LayoutUtilityPageEntry getDefaultLayoutUtilityPageEntry(long groupId,
java.lang.String type)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getLayoutUtilityPageEntriesCount(long groupId)
java.lang.String getOSGiServiceIdentifier()
LayoutUtilityPageEntry setDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionLayoutUtilityPageEntry unsetDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionLayoutUtilityPageEntry updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId, long previewFileEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionLayoutUtilityPageEntry updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException