public class LayoutUtilityPageEntryServiceWrapper extends java.lang.Object implements LayoutUtilityPageEntryService, com.liferay.portal.kernel.service.ServiceWrapper<LayoutUtilityPageEntryService>
LayoutUtilityPageEntryService.LayoutUtilityPageEntryService| Constructor and Description |
|---|
LayoutUtilityPageEntryServiceWrapper() |
LayoutUtilityPageEntryServiceWrapper(LayoutUtilityPageEntryService layoutUtilityPageEntryService) |
| Modifier and Type | Method and Description |
|---|---|
LayoutUtilityPageEntry |
addLayoutUtilityPageEntry(java.lang.String externalReferenceCode,
long groupId,
long plid,
java.lang.String name,
int type) |
LayoutUtilityPageEntry |
deleteLayoutUtilityPageEntry(long layoutUtilityPageEntryId) |
LayoutUtilityPageEntry |
fetchLayoutUtilityPageEntry(long layoutUtilityPageEntryId) |
LayoutUtilityPageEntry |
getDefaultLayoutUtilityPageEntry(long groupId,
int type) |
java.util.List<LayoutUtilityPageEntry> |
getLayoutUtilityPageEntries(long groupId) |
java.util.List<LayoutUtilityPageEntry> |
getLayoutUtilityPageEntries(long groupId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) |
java.util.List<LayoutUtilityPageEntry> |
getLayoutUtilityPageEntries(long groupId,
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.
|
LayoutUtilityPageEntryService |
getWrappedService() |
LayoutUtilityPageEntry |
setDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) |
void |
setWrappedService(LayoutUtilityPageEntryService layoutUtilityPageEntryService) |
LayoutUtilityPageEntry |
updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId,
long plid,
java.lang.String name,
int type) |
public LayoutUtilityPageEntryServiceWrapper()
public LayoutUtilityPageEntryServiceWrapper(LayoutUtilityPageEntryService layoutUtilityPageEntryService)
public LayoutUtilityPageEntry addLayoutUtilityPageEntry(java.lang.String externalReferenceCode, long groupId, long plid, java.lang.String name, int type) throws com.liferay.portal.kernel.exception.PortalException
addLayoutUtilityPageEntry in interface LayoutUtilityPageEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic LayoutUtilityPageEntry deleteLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteLayoutUtilityPageEntry in interface LayoutUtilityPageEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic LayoutUtilityPageEntry fetchLayoutUtilityPageEntry(long layoutUtilityPageEntryId)
fetchLayoutUtilityPageEntry in interface LayoutUtilityPageEntryServicepublic LayoutUtilityPageEntry getDefaultLayoutUtilityPageEntry(long groupId, int type) throws com.liferay.portal.kernel.exception.PortalException
getDefaultLayoutUtilityPageEntry in interface LayoutUtilityPageEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId)
getLayoutUtilityPageEntries in interface LayoutUtilityPageEntryServicepublic java.util.List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
getLayoutUtilityPageEntries in interface LayoutUtilityPageEntryServicepublic java.util.List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
getLayoutUtilityPageEntries in interface LayoutUtilityPageEntryServicepublic int getLayoutUtilityPageEntriesCount(long groupId)
getLayoutUtilityPageEntriesCount in interface LayoutUtilityPageEntryServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutUtilityPageEntryServicepublic LayoutUtilityPageEntry setDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException
setDefaultLayoutUtilityPageEntry in interface LayoutUtilityPageEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic LayoutUtilityPageEntry updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId, long plid, java.lang.String name, int type) throws com.liferay.portal.kernel.exception.PortalException
updateLayoutUtilityPageEntry in interface LayoutUtilityPageEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic LayoutUtilityPageEntryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<LayoutUtilityPageEntryService>public void setWrappedService(LayoutUtilityPageEntryService layoutUtilityPageEntryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<LayoutUtilityPageEntryService>