public class LayoutPageTemplateEntryServiceWrapper extends java.lang.Object implements LayoutPageTemplateEntryService, ServiceWrapper<LayoutPageTemplateEntryService>
LayoutPageTemplateEntryService.LayoutPageTemplateEntryService| Constructor and Description |
|---|
LayoutPageTemplateEntryServiceWrapper(LayoutPageTemplateEntryService layoutPageTemplateEntryService) |
| Modifier and Type | Method and Description |
|---|---|
LayoutPageTemplateEntry |
addLayoutPageTemplateEntry(long groupId,
long layoutPageTemplateCollectionId,
long classNameId,
long classTypeId,
java.lang.String name,
int status,
ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x), replaced by
addLayoutPageTemplateEntry(long, long, long, long, String,
long, int, ServiceContext) |
LayoutPageTemplateEntry |
addLayoutPageTemplateEntry(long groupId,
long layoutPageTemplateCollectionId,
long classNameId,
long classTypeId,
java.lang.String name,
long masterLayoutPlid,
int status,
ServiceContext serviceContext) |
LayoutPageTemplateEntry |
addLayoutPageTemplateEntry(long groupId,
long layoutPageTemplateCollectionId,
java.lang.String name,
int type,
int status,
ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x), replaced by
addLayoutPageTemplateEntry(long, long, String, int, long,
int, ServiceContext) |
LayoutPageTemplateEntry |
addLayoutPageTemplateEntry(long groupId,
long layoutPageTemplateCollectionId,
java.lang.String name,
int type,
long masterLayoutPlid,
int status,
ServiceContext serviceContext) |
LayoutPageTemplateEntry |
addLayoutPageTemplateEntry(long groupId,
long layoutPageTemplateCollectionId,
java.lang.String name,
int status,
long classNameId,
long classTypeId,
ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x), replaced by
addLayoutPageTemplateEntry(long, long, long, long, String,
int, ServiceContext) |
LayoutPageTemplateEntry |
copyLayoutPageTemplateEntry(long groupId,
long layoutPageTemplateCollectionId,
long layoutPageTemplateEntryId,
ServiceContext serviceContext) |
void |
deleteLayoutPageTemplateEntries(long[] layoutPageTemplateEntryIds) |
LayoutPageTemplateEntry |
deleteLayoutPageTemplateEntry(long layoutPageTemplateEntryId) |
LayoutPageTemplateEntry |
fetchDefaultLayoutPageTemplateEntry(long groupId,
int type,
int status) |
LayoutPageTemplateEntry |
fetchDefaultLayoutPageTemplateEntry(long groupId,
long classNameId,
long classTypeId) |
LayoutPageTemplateEntry |
fetchLayoutPageTemplateEntry(long layoutPageTemplateEntryId) |
LayoutPageTemplateEntry |
fetchLayoutPageTemplateEntryByUuidAndGroupId(java.lang.String uuid,
long groupId) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
int type,
int status,
int start,
int end,
OrderByComparator<LayoutPageTemplateEntry> orderByComparator) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
int type,
int start,
int end,
OrderByComparator<LayoutPageTemplateEntry> orderByComparator) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
long classNameId,
int type,
boolean defaultTemplate) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
long layoutPageTemplateCollectionId,
int start,
int end) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
long layoutPageTemplateCollectionId,
int status,
int start,
int end) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
long layoutPageTemplateCollectionId,
int status,
int start,
int end,
OrderByComparator<LayoutPageTemplateEntry> orderByComparator) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
long layoutPageTemplateCollectionId,
int start,
int end,
OrderByComparator<LayoutPageTemplateEntry> orderByComparator) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
long classNameId,
long classTypeId,
int type) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
long classNameId,
long classTypeId,
int type,
int status) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
long classNameId,
long classTypeId,
int type,
int status,
int start,
int end,
OrderByComparator<LayoutPageTemplateEntry> orderByComparator) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
long classNameId,
long classTypeId,
int type,
int start,
int end,
OrderByComparator<LayoutPageTemplateEntry> orderByComparator) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
long classNameId,
long classTypeId,
java.lang.String name,
int type,
int status,
int start,
int end,
OrderByComparator<LayoutPageTemplateEntry> orderByComparator) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
long classNameId,
long classTypeId,
java.lang.String name,
int type,
int start,
int end,
OrderByComparator<LayoutPageTemplateEntry> orderByComparator) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
long layoutPageTemplateCollectionId,
java.lang.String name,
int status,
int start,
int end,
OrderByComparator<LayoutPageTemplateEntry> orderByComparator) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
long layoutPageTemplateCollectionId,
java.lang.String name,
int start,
int end,
OrderByComparator<LayoutPageTemplateEntry> orderByComparator) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
java.lang.String name,
int type,
int status,
int start,
int end,
OrderByComparator<LayoutPageTemplateEntry> orderByComparator) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
java.lang.String name,
int type,
int start,
int end,
OrderByComparator<LayoutPageTemplateEntry> orderByComparator) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntriesByType(long groupId,
long layoutPageTemplateCollectionId,
int type,
int start,
int end,
OrderByComparator<LayoutPageTemplateEntry> orderByComparator) |
int |
getLayoutPageTemplateEntriesCount(long groupId,
int type) |
int |
getLayoutPageTemplateEntriesCount(long groupId,
int type,
int status) |
int |
getLayoutPageTemplateEntriesCount(long groupId,
long layoutPageTemplateCollectionId) |
int |
getLayoutPageTemplateEntriesCount(long groupId,
long layoutPageTemplateCollectionId,
int status) |
int |
getLayoutPageTemplateEntriesCount(long groupId,
long classNameId,
long classTypeId,
int type) |
int |
getLayoutPageTemplateEntriesCount(long groupId,
long classNameId,
long classTypeId,
int type,
int status) |
int |
getLayoutPageTemplateEntriesCount(long groupId,
long classNameId,
long classTypeId,
java.lang.String name,
int type) |
int |
getLayoutPageTemplateEntriesCount(long groupId,
long classNameId,
long classTypeId,
java.lang.String name,
int type,
int status) |
int |
getLayoutPageTemplateEntriesCount(long groupId,
long layoutPageTemplateCollectionId,
java.lang.String name) |
int |
getLayoutPageTemplateEntriesCount(long groupId,
long layoutPageTemplateCollectionId,
java.lang.String name,
int status) |
int |
getLayoutPageTemplateEntriesCount(long groupId,
java.lang.String name,
int type) |
int |
getLayoutPageTemplateEntriesCount(long groupId,
java.lang.String name,
int type,
int status) |
int |
getLayoutPageTemplateEntriesCountByType(long groupId,
long layoutPageTemplateCollectionId,
int type) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
LayoutPageTemplateEntryService |
getWrappedService() |
void |
setWrappedService(LayoutPageTemplateEntryService layoutPageTemplateEntryService) |
LayoutPageTemplateEntry |
updateLayoutPageTemplateEntry(long layoutPageTemplateEntryId,
boolean defaultTemplate) |
LayoutPageTemplateEntry |
updateLayoutPageTemplateEntry(long layoutPageTemplateEntryId,
long previewFileEntryId) |
LayoutPageTemplateEntry |
updateLayoutPageTemplateEntry(long layoutPageTemplateEntryId,
long[] fragmentEntryIds,
java.lang.String editableValues,
ServiceContext serviceContext) |
LayoutPageTemplateEntry |
updateLayoutPageTemplateEntry(long layoutPageTemplateEntryId,
java.lang.String name) |
LayoutPageTemplateEntry |
updateLayoutPageTemplateEntry(long layoutPageTemplateEntryId,
java.lang.String name,
long[] fragmentEntryIds,
ServiceContext serviceContext) |
LayoutPageTemplateEntry |
updateStatus(long layoutPageTemplateEntryId,
int status) |
public LayoutPageTemplateEntryServiceWrapper(LayoutPageTemplateEntryService layoutPageTemplateEntryService)
@Deprecated public LayoutPageTemplateEntry addLayoutPageTemplateEntry(long groupId, long layoutPageTemplateCollectionId, long classNameId, long classTypeId, java.lang.String name, int status, ServiceContext serviceContext) throws PortalException
addLayoutPageTemplateEntry(long, long, long, long, String,
long, int, ServiceContext)addLayoutPageTemplateEntry in interface LayoutPageTemplateEntryServicePortalExceptionpublic LayoutPageTemplateEntry addLayoutPageTemplateEntry(long groupId, long layoutPageTemplateCollectionId, long classNameId, long classTypeId, java.lang.String name, long masterLayoutPlid, int status, ServiceContext serviceContext) throws PortalException
addLayoutPageTemplateEntry in interface LayoutPageTemplateEntryServicePortalException@Deprecated public LayoutPageTemplateEntry addLayoutPageTemplateEntry(long groupId, long layoutPageTemplateCollectionId, java.lang.String name, int type, int status, ServiceContext serviceContext) throws PortalException
addLayoutPageTemplateEntry(long, long, String, int, long,
int, ServiceContext)addLayoutPageTemplateEntry in interface LayoutPageTemplateEntryServicePortalExceptionpublic LayoutPageTemplateEntry addLayoutPageTemplateEntry(long groupId, long layoutPageTemplateCollectionId, java.lang.String name, int type, long masterLayoutPlid, int status, ServiceContext serviceContext) throws PortalException
addLayoutPageTemplateEntry in interface LayoutPageTemplateEntryServicePortalException@Deprecated public LayoutPageTemplateEntry addLayoutPageTemplateEntry(long groupId, long layoutPageTemplateCollectionId, java.lang.String name, int status, long classNameId, long classTypeId, ServiceContext serviceContext) throws PortalException
addLayoutPageTemplateEntry(long, long, long, long, String,
int, ServiceContext)addLayoutPageTemplateEntry in interface LayoutPageTemplateEntryServicePortalExceptionpublic LayoutPageTemplateEntry copyLayoutPageTemplateEntry(long groupId, long layoutPageTemplateCollectionId, long layoutPageTemplateEntryId, ServiceContext serviceContext) throws PortalException
copyLayoutPageTemplateEntry in interface LayoutPageTemplateEntryServicePortalExceptionpublic void deleteLayoutPageTemplateEntries(long[] layoutPageTemplateEntryIds)
throws PortalException
deleteLayoutPageTemplateEntries in interface LayoutPageTemplateEntryServicePortalExceptionpublic LayoutPageTemplateEntry deleteLayoutPageTemplateEntry(long layoutPageTemplateEntryId) throws PortalException
deleteLayoutPageTemplateEntry in interface LayoutPageTemplateEntryServicePortalExceptionpublic LayoutPageTemplateEntry fetchDefaultLayoutPageTemplateEntry(long groupId, int type, int status)
fetchDefaultLayoutPageTemplateEntry in interface LayoutPageTemplateEntryServicepublic LayoutPageTemplateEntry fetchDefaultLayoutPageTemplateEntry(long groupId, long classNameId, long classTypeId)
fetchDefaultLayoutPageTemplateEntry in interface LayoutPageTemplateEntryServicepublic LayoutPageTemplateEntry fetchLayoutPageTemplateEntry(long layoutPageTemplateEntryId) throws PortalException
fetchLayoutPageTemplateEntry in interface LayoutPageTemplateEntryServicePortalExceptionpublic LayoutPageTemplateEntry fetchLayoutPageTemplateEntryByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchLayoutPageTemplateEntryByUuidAndGroupId in interface LayoutPageTemplateEntryServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, int type, int status, int start, int end, OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, int type, int start, int end, OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long classNameId, int type, boolean defaultTemplate)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, int start, int end)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, int status, int start, int end)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, int status, int start, int end, OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, int start, int end, OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long classNameId, long classTypeId, int type)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long classNameId, long classTypeId, int type, int status)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long classNameId, long classTypeId, int type, int status, int start, int end, OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long classNameId, long classTypeId, int type, int start, int end, OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long classNameId, long classTypeId, java.lang.String name, int type, int status, int start, int end, OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long classNameId, long classTypeId, java.lang.String name, int type, int start, int end, OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, java.lang.String name, int status, int start, int end, OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, java.lang.String name, int start, int end, OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, java.lang.String name, int type, int status, int start, int end, OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, java.lang.String name, int type, int start, int end, OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntriesByType(long groupId, long layoutPageTemplateCollectionId, int type, int start, int end, OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
getLayoutPageTemplateEntriesByType in interface LayoutPageTemplateEntryServicepublic int getLayoutPageTemplateEntriesCount(long groupId,
int type)
getLayoutPageTemplateEntriesCount in interface LayoutPageTemplateEntryServicepublic int getLayoutPageTemplateEntriesCount(long groupId,
int type,
int status)
getLayoutPageTemplateEntriesCount in interface LayoutPageTemplateEntryServicepublic int getLayoutPageTemplateEntriesCount(long groupId,
long layoutPageTemplateCollectionId)
getLayoutPageTemplateEntriesCount in interface LayoutPageTemplateEntryServicepublic int getLayoutPageTemplateEntriesCount(long groupId,
long layoutPageTemplateCollectionId,
int status)
getLayoutPageTemplateEntriesCount in interface LayoutPageTemplateEntryServicepublic int getLayoutPageTemplateEntriesCount(long groupId,
long classNameId,
long classTypeId,
int type)
getLayoutPageTemplateEntriesCount in interface LayoutPageTemplateEntryServicepublic int getLayoutPageTemplateEntriesCount(long groupId,
long classNameId,
long classTypeId,
int type,
int status)
getLayoutPageTemplateEntriesCount in interface LayoutPageTemplateEntryServicepublic int getLayoutPageTemplateEntriesCount(long groupId,
long classNameId,
long classTypeId,
java.lang.String name,
int type)
getLayoutPageTemplateEntriesCount in interface LayoutPageTemplateEntryServicepublic int getLayoutPageTemplateEntriesCount(long groupId,
long classNameId,
long classTypeId,
java.lang.String name,
int type,
int status)
getLayoutPageTemplateEntriesCount in interface LayoutPageTemplateEntryServicepublic int getLayoutPageTemplateEntriesCount(long groupId,
long layoutPageTemplateCollectionId,
java.lang.String name)
getLayoutPageTemplateEntriesCount in interface LayoutPageTemplateEntryServicepublic int getLayoutPageTemplateEntriesCount(long groupId,
long layoutPageTemplateCollectionId,
java.lang.String name,
int status)
getLayoutPageTemplateEntriesCount in interface LayoutPageTemplateEntryServicepublic int getLayoutPageTemplateEntriesCount(long groupId,
java.lang.String name,
int type)
getLayoutPageTemplateEntriesCount in interface LayoutPageTemplateEntryServicepublic int getLayoutPageTemplateEntriesCount(long groupId,
java.lang.String name,
int type,
int status)
getLayoutPageTemplateEntriesCount in interface LayoutPageTemplateEntryServicepublic int getLayoutPageTemplateEntriesCountByType(long groupId,
long layoutPageTemplateCollectionId,
int type)
getLayoutPageTemplateEntriesCountByType in interface LayoutPageTemplateEntryServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutPageTemplateEntryServicepublic LayoutPageTemplateEntry updateLayoutPageTemplateEntry(long layoutPageTemplateEntryId, boolean defaultTemplate) throws PortalException
updateLayoutPageTemplateEntry in interface LayoutPageTemplateEntryServicePortalExceptionpublic LayoutPageTemplateEntry updateLayoutPageTemplateEntry(long layoutPageTemplateEntryId, long previewFileEntryId) throws PortalException
updateLayoutPageTemplateEntry in interface LayoutPageTemplateEntryServicePortalExceptionpublic LayoutPageTemplateEntry updateLayoutPageTemplateEntry(long layoutPageTemplateEntryId, long[] fragmentEntryIds, java.lang.String editableValues, ServiceContext serviceContext) throws PortalException
updateLayoutPageTemplateEntry in interface LayoutPageTemplateEntryServicePortalExceptionpublic LayoutPageTemplateEntry updateLayoutPageTemplateEntry(long layoutPageTemplateEntryId, java.lang.String name) throws PortalException
updateLayoutPageTemplateEntry in interface LayoutPageTemplateEntryServicePortalExceptionpublic LayoutPageTemplateEntry updateLayoutPageTemplateEntry(long layoutPageTemplateEntryId, java.lang.String name, long[] fragmentEntryIds, ServiceContext serviceContext) throws PortalException
updateLayoutPageTemplateEntry in interface LayoutPageTemplateEntryServicePortalExceptionpublic LayoutPageTemplateEntry updateStatus(long layoutPageTemplateEntryId, int status) throws PortalException
updateStatus in interface LayoutPageTemplateEntryServicePortalExceptionpublic LayoutPageTemplateEntryService getWrappedService()
getWrappedService in interface ServiceWrapper<LayoutPageTemplateEntryService>public void setWrappedService(LayoutPageTemplateEntryService layoutPageTemplateEntryService)
setWrappedService in interface ServiceWrapper<LayoutPageTemplateEntryService>