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 |
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 type,
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 |
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 LayoutUtilityPageEntryService
com.liferay.portal.kernel.exception.PortalException
public LayoutUtilityPageEntry copyLayoutUtilityPageEntry(long groupId, long sourceLayoutUtilityPageEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws java.lang.Exception
copyLayoutUtilityPageEntry
in interface LayoutUtilityPageEntryService
java.lang.Exception
public LayoutUtilityPageEntry deleteLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteLayoutUtilityPageEntry
in interface LayoutUtilityPageEntryService
com.liferay.portal.kernel.exception.PortalException
public LayoutUtilityPageEntry fetchLayoutUtilityPageEntry(long layoutUtilityPageEntryId)
fetchLayoutUtilityPageEntry
in interface LayoutUtilityPageEntryService
public LayoutUtilityPageEntry getDefaultLayoutUtilityPageEntry(long groupId, java.lang.String type) throws com.liferay.portal.kernel.exception.PortalException
getDefaultLayoutUtilityPageEntry
in interface LayoutUtilityPageEntryService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId)
getLayoutUtilityPageEntries
in interface LayoutUtilityPageEntryService
public java.util.List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
getLayoutUtilityPageEntries
in interface LayoutUtilityPageEntryService
public 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 LayoutUtilityPageEntryService
public int getLayoutUtilityPageEntriesCount(long groupId)
getLayoutUtilityPageEntriesCount
in interface LayoutUtilityPageEntryService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface LayoutUtilityPageEntryService
public LayoutUtilityPageEntry setDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException
setDefaultLayoutUtilityPageEntry
in interface LayoutUtilityPageEntryService
com.liferay.portal.kernel.exception.PortalException
public LayoutUtilityPageEntry unsetDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException
unsetDefaultLayoutUtilityPageEntry
in interface LayoutUtilityPageEntryService
com.liferay.portal.kernel.exception.PortalException
public LayoutUtilityPageEntry updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId, long previewFileEntryId) throws com.liferay.portal.kernel.exception.PortalException
updateLayoutUtilityPageEntry
in interface LayoutUtilityPageEntryService
com.liferay.portal.kernel.exception.PortalException
public LayoutUtilityPageEntry updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
updateLayoutUtilityPageEntry
in interface LayoutUtilityPageEntryService
com.liferay.portal.kernel.exception.PortalException
public 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>