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,
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.
|
LayoutUtilityPageEntryService |
getWrappedService() |
LayoutUtilityPageEntry |
setDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) |
void |
setWrappedService(LayoutUtilityPageEntryService layoutUtilityPageEntryService) |
LayoutUtilityPageEntry |
unsetDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) |
LayoutUtilityPageEntry |
updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId,
long previewFileEntryId) |
LayoutUtilityPageEntry |
updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId,
java.lang.String name) |
public LayoutUtilityPageEntryServiceWrapper()
public LayoutUtilityPageEntryServiceWrapper(LayoutUtilityPageEntryService layoutUtilityPageEntryService)
public 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
addLayoutUtilityPageEntry in interface LayoutUtilityPageEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic LayoutUtilityPageEntry copyLayoutUtilityPageEntry(long groupId, long sourceLayoutUtilityPageEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws java.lang.Exception
copyLayoutUtilityPageEntry in interface LayoutUtilityPageEntryServicejava.lang.Exceptionpublic LayoutUtilityPageEntry deleteLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteLayoutUtilityPageEntry in interface LayoutUtilityPageEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic LayoutUtilityPageEntry deleteLayoutUtilityPageEntry(java.lang.String externalReferenceCode, long groupId) 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, java.lang.String 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 start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
getLayoutUtilityPageEntries in interface LayoutUtilityPageEntryServicepublic java.util.List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
getLayoutUtilityPageEntries in interface LayoutUtilityPageEntryServicepublic 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)
getLayoutUtilityPageEntries in interface LayoutUtilityPageEntryServicepublic java.util.List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, java.lang.String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
getLayoutUtilityPageEntries in interface LayoutUtilityPageEntryServicepublic int getLayoutUtilityPageEntriesCount(long groupId)
getLayoutUtilityPageEntriesCount in interface LayoutUtilityPageEntryServicepublic int getLayoutUtilityPageEntriesCount(long groupId,
java.lang.String keyword,
java.lang.String[] types)
getLayoutUtilityPageEntriesCount in interface LayoutUtilityPageEntryServicepublic int getLayoutUtilityPageEntriesCount(long groupId,
java.lang.String[] types)
getLayoutUtilityPageEntriesCount in interface LayoutUtilityPageEntryServicepublic LayoutUtilityPageEntry getLayoutUtilityPageEntryByExternalReferenceCode(java.lang.String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getLayoutUtilityPageEntryByExternalReferenceCode in interface LayoutUtilityPageEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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 unsetDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException
unsetDefaultLayoutUtilityPageEntry in interface LayoutUtilityPageEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic LayoutUtilityPageEntry updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId, long previewFileEntryId) throws com.liferay.portal.kernel.exception.PortalException
updateLayoutUtilityPageEntry in interface LayoutUtilityPageEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic LayoutUtilityPageEntry updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId, java.lang.String name) 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>