Class LayoutUtilityPageEntryServiceWrapper
java.lang.Object
com.liferay.layout.utility.page.service.LayoutUtilityPageEntryServiceWrapper
- All Implemented Interfaces:
LayoutUtilityPageEntryService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<LayoutUtilityPageEntryService>
public class LayoutUtilityPageEntryServiceWrapper
extends Object
implements LayoutUtilityPageEntryService, com.liferay.portal.kernel.service.ServiceWrapper<LayoutUtilityPageEntryService>
Provides a wrapper for
LayoutUtilityPageEntryService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionLayoutUtilityPageEntryServiceWrapper
(LayoutUtilityPageEntryService layoutUtilityPageEntryService) -
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) void
setWrappedService
(LayoutUtilityPageEntryService layoutUtilityPageEntryService) unsetDefaultLayoutUtilityPageEntry
(long layoutUtilityPageEntryId) updateLayoutUtilityPageEntry
(long layoutUtilityPageEntryId, long previewFileEntryId) updateLayoutUtilityPageEntry
(long layoutUtilityPageEntryId, String name)
-
Constructor Details
-
LayoutUtilityPageEntryServiceWrapper
public LayoutUtilityPageEntryServiceWrapper() -
LayoutUtilityPageEntryServiceWrapper
public LayoutUtilityPageEntryServiceWrapper(LayoutUtilityPageEntryService layoutUtilityPageEntryService)
-
-
Method Details
-
addLayoutUtilityPageEntry
public 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 - Specified by:
addLayoutUtilityPageEntry
in interfaceLayoutUtilityPageEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
copyLayoutUtilityPageEntry
public LayoutUtilityPageEntry copyLayoutUtilityPageEntry(long groupId, long sourceLayoutUtilityPageEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws Exception - Specified by:
copyLayoutUtilityPageEntry
in interfaceLayoutUtilityPageEntryService
- Throws:
Exception
-
deleteLayoutUtilityPageEntry
public LayoutUtilityPageEntry deleteLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteLayoutUtilityPageEntry
in interfaceLayoutUtilityPageEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteLayoutUtilityPageEntry
public LayoutUtilityPageEntry deleteLayoutUtilityPageEntry(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteLayoutUtilityPageEntry
in interfaceLayoutUtilityPageEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchLayoutUtilityPageEntry
- Specified by:
fetchLayoutUtilityPageEntry
in interfaceLayoutUtilityPageEntryService
-
fetchLayoutUtilityPageEntryByExternalReferenceCode
public LayoutUtilityPageEntry fetchLayoutUtilityPageEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchLayoutUtilityPageEntryByExternalReferenceCode
in interfaceLayoutUtilityPageEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDefaultLayoutUtilityPageEntry
public LayoutUtilityPageEntry getDefaultLayoutUtilityPageEntry(long groupId, String type) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDefaultLayoutUtilityPageEntry
in interfaceLayoutUtilityPageEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLayoutUtilityPageEntries
- Specified by:
getLayoutUtilityPageEntries
in interfaceLayoutUtilityPageEntryService
-
getLayoutUtilityPageEntries
public List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) - Specified by:
getLayoutUtilityPageEntries
in interfaceLayoutUtilityPageEntryService
-
getLayoutUtilityPageEntries
public List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) - Specified by:
getLayoutUtilityPageEntries
in interfaceLayoutUtilityPageEntryService
-
getLayoutUtilityPageEntries
public List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, String keyword, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) - Specified by:
getLayoutUtilityPageEntries
in interfaceLayoutUtilityPageEntryService
-
getLayoutUtilityPageEntries
public List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) - Specified by:
getLayoutUtilityPageEntries
in interfaceLayoutUtilityPageEntryService
-
getLayoutUtilityPageEntriesCount
public int getLayoutUtilityPageEntriesCount(long groupId) - Specified by:
getLayoutUtilityPageEntriesCount
in interfaceLayoutUtilityPageEntryService
-
getLayoutUtilityPageEntriesCount
- Specified by:
getLayoutUtilityPageEntriesCount
in interfaceLayoutUtilityPageEntryService
-
getLayoutUtilityPageEntriesCount
- Specified by:
getLayoutUtilityPageEntriesCount
in interfaceLayoutUtilityPageEntryService
-
getLayoutUtilityPageEntryByExternalReferenceCode
public LayoutUtilityPageEntry getLayoutUtilityPageEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getLayoutUtilityPageEntryByExternalReferenceCode
in interfaceLayoutUtilityPageEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceLayoutUtilityPageEntryService
- Returns:
- the OSGi service identifier
-
setDefaultLayoutUtilityPageEntry
public LayoutUtilityPageEntry setDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
setDefaultLayoutUtilityPageEntry
in interfaceLayoutUtilityPageEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
unsetDefaultLayoutUtilityPageEntry
public LayoutUtilityPageEntry unsetDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
unsetDefaultLayoutUtilityPageEntry
in interfaceLayoutUtilityPageEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateLayoutUtilityPageEntry
public LayoutUtilityPageEntry updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId, long previewFileEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateLayoutUtilityPageEntry
in interfaceLayoutUtilityPageEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateLayoutUtilityPageEntry
public LayoutUtilityPageEntry updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateLayoutUtilityPageEntry
in interfaceLayoutUtilityPageEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<LayoutUtilityPageEntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<LayoutUtilityPageEntryService>
-