public class LayoutPageTemplateCollectionServiceWrapper extends java.lang.Object implements LayoutPageTemplateCollectionService, ServiceWrapper<LayoutPageTemplateCollectionService>
LayoutPageTemplateCollectionService.LayoutPageTemplateCollectionService| Constructor and Description |
|---|
LayoutPageTemplateCollectionServiceWrapper(LayoutPageTemplateCollectionService layoutPageTemplateCollectionService) |
public LayoutPageTemplateCollectionServiceWrapper(LayoutPageTemplateCollectionService layoutPageTemplateCollectionService)
public LayoutPageTemplateCollection addLayoutPageTemplateCollection(long groupId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException
addLayoutPageTemplateCollection in interface LayoutPageTemplateCollectionServicePortalExceptionpublic LayoutPageTemplateCollection deleteLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) throws PortalException
deleteLayoutPageTemplateCollection in interface LayoutPageTemplateCollectionServicePortalExceptionpublic void deleteLayoutPageTemplateCollections(long[] layoutPageTemplateCollectionIds)
throws PortalException
deleteLayoutPageTemplateCollections in interface LayoutPageTemplateCollectionServicePortalExceptionpublic LayoutPageTemplateCollection fetchLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) throws PortalException
fetchLayoutPageTemplateCollection in interface LayoutPageTemplateCollectionServicePortalExceptionpublic java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId)
getLayoutPageTemplateCollections in interface LayoutPageTemplateCollectionServicepublic java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int start, int end)
getLayoutPageTemplateCollections in interface LayoutPageTemplateCollectionServicepublic java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int start, int end, OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
getLayoutPageTemplateCollections in interface LayoutPageTemplateCollectionServicepublic java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, java.lang.String name, int start, int end, OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
getLayoutPageTemplateCollections in interface LayoutPageTemplateCollectionServicepublic int getLayoutPageTemplateCollectionsCount(long groupId)
getLayoutPageTemplateCollectionsCount in interface LayoutPageTemplateCollectionServicepublic int getLayoutPageTemplateCollectionsCount(long groupId,
java.lang.String name)
getLayoutPageTemplateCollectionsCount in interface LayoutPageTemplateCollectionServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutPageTemplateCollectionServicepublic LayoutPageTemplateCollection updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, java.lang.String name, java.lang.String description) throws PortalException
updateLayoutPageTemplateCollection in interface LayoutPageTemplateCollectionServicePortalExceptionpublic LayoutPageTemplateCollectionService getWrappedService()
getWrappedService in interface ServiceWrapper<LayoutPageTemplateCollectionService>public void setWrappedService(LayoutPageTemplateCollectionService layoutPageTemplateCollectionService)
setWrappedService in interface ServiceWrapper<LayoutPageTemplateCollectionService>