Interface LayoutUtilityPageEntryService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
LayoutUtilityPageEntryServiceWrapper
@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
Provides the remote service interface for LayoutUtilityPageEntry. 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:
-
Method Summary
Modifier and TypeMethodDescriptionaddLayoutUtilityPageEntry
(String externalReferenceCode, long groupId, long plid, long previewFileEntryId, boolean defaultLayoutUtilityPageEntry, String name, String type, long masterLayoutPlid, com.liferay.portal.kernel.service.ServiceContext serviceContext) copyLayoutUtilityPageEntry
(long groupId, long sourceLayoutUtilityPageEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteLayoutUtilityPageEntry
(long layoutUtilityPageEntryId) deleteLayoutUtilityPageEntry
(String externalReferenceCode, long groupId) fetchLayoutUtilityPageEntry
(long layoutUtilityPageEntryId) fetchLayoutUtilityPageEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) getDefaultLayoutUtilityPageEntry
(long groupId, String type) getLayoutUtilityPageEntries
(long groupId) getLayoutUtilityPageEntries
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) getLayoutUtilityPageEntries
(long groupId, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) getLayoutUtilityPageEntries
(long groupId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) getLayoutUtilityPageEntries
(long groupId, String keyword, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) int
getLayoutUtilityPageEntriesCount
(long groupId) int
getLayoutUtilityPageEntriesCount
(long groupId, String[] types) int
getLayoutUtilityPageEntriesCount
(long groupId, String keyword, String[] types) getLayoutUtilityPageEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) Returns the OSGi service identifier.setDefaultLayoutUtilityPageEntry
(long layoutUtilityPageEntryId) unsetDefaultLayoutUtilityPageEntry
(long layoutUtilityPageEntryId) updateLayoutUtilityPageEntry
(long layoutUtilityPageEntryId, long previewFileEntryId) updateLayoutUtilityPageEntry
(long layoutUtilityPageEntryId, String name)
-
Method Details
-
addLayoutUtilityPageEntry
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
LayoutUtilityPageEntry copyLayoutUtilityPageEntry(long groupId, long sourceLayoutUtilityPageEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws Exception - Throws:
Exception
-
deleteLayoutUtilityPageEntry
LayoutUtilityPageEntry deleteLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteLayoutUtilityPageEntry
LayoutUtilityPageEntry deleteLayoutUtilityPageEntry(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchLayoutUtilityPageEntry
@Transactional(propagation=SUPPORTS, readOnly=true) LayoutUtilityPageEntry fetchLayoutUtilityPageEntry(long layoutUtilityPageEntryId) -
fetchLayoutUtilityPageEntryByExternalReferenceCode
@Transactional(propagation=SUPPORTS, readOnly=true) LayoutUtilityPageEntry fetchLayoutUtilityPageEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDefaultLayoutUtilityPageEntry
@Transactional(propagation=SUPPORTS, readOnly=true) LayoutUtilityPageEntry getDefaultLayoutUtilityPageEntry(long groupId, String type) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLayoutUtilityPageEntries
@Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId) -
getLayoutUtilityPageEntries
@Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) -
getLayoutUtilityPageEntries
@Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) -
getLayoutUtilityPageEntries
@Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, String keyword, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) -
getLayoutUtilityPageEntries
@Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) -
getLayoutUtilityPageEntriesCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutUtilityPageEntriesCount(long groupId) -
getLayoutUtilityPageEntriesCount
-
getLayoutUtilityPageEntriesCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutUtilityPageEntriesCount(long groupId, String[] types) -
getLayoutUtilityPageEntryByExternalReferenceCode
@Transactional(propagation=SUPPORTS, readOnly=true) LayoutUtilityPageEntry getLayoutUtilityPageEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
setDefaultLayoutUtilityPageEntry
LayoutUtilityPageEntry setDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
unsetDefaultLayoutUtilityPageEntry
LayoutUtilityPageEntry unsetDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateLayoutUtilityPageEntry
LayoutUtilityPageEntry updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId, long previewFileEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateLayoutUtilityPageEntry
LayoutUtilityPageEntry updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId, String name) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-