@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 sourceLayoutUtilityPageEntryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
LayoutUtilityPageEntry |
deleteLayoutUtilityPageEntry(long layoutUtilityPageEntryId) |
LayoutUtilityPageEntry |
deleteLayoutUtilityPageEntry(java.lang.String externalReferenceCode,
long groupId) |
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[] types,
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) |
java.util.List<LayoutUtilityPageEntry> |
getLayoutUtilityPageEntries(long groupId,
java.lang.String keyword,
java.lang.String[] types,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) |
int |
getLayoutUtilityPageEntriesCount(long groupId) |
int |
getLayoutUtilityPageEntriesCount(long groupId,
java.lang.String[] types) |
int |
getLayoutUtilityPageEntriesCount(long groupId,
java.lang.String keyword,
java.lang.String[] types) |
LayoutUtilityPageEntry |
getLayoutUtilityPageEntryByExternalReferenceCode(java.lang.String externalReferenceCode,
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.PortalException
LayoutUtilityPageEntry copyLayoutUtilityPageEntry(long groupId, long sourceLayoutUtilityPageEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws java.lang.Exception
java.lang.Exception
LayoutUtilityPageEntry deleteLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
LayoutUtilityPageEntry deleteLayoutUtilityPageEntry(java.lang.String externalReferenceCode, long groupId) 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) java.util.List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, java.lang.String keyword, java.lang.String[] types, 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[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
@Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutUtilityPageEntriesCount(long groupId)
@Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutUtilityPageEntriesCount(long groupId, java.lang.String keyword, java.lang.String[] types)
@Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutUtilityPageEntriesCount(long groupId, java.lang.String[] types)
@Transactional(propagation=SUPPORTS, readOnly=true) LayoutUtilityPageEntry getLayoutUtilityPageEntryByExternalReferenceCode(java.lang.String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getOSGiServiceIdentifier()
LayoutUtilityPageEntry setDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
LayoutUtilityPageEntry unsetDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
LayoutUtilityPageEntry updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId, long previewFileEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
LayoutUtilityPageEntry updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException