public class FragmentCollectionServiceWrapper extends java.lang.Object implements FragmentCollectionService, ServiceWrapper<FragmentCollectionService>
FragmentCollectionService.FragmentCollectionService| Constructor and Description |
|---|
FragmentCollectionServiceWrapper(FragmentCollectionService fragmentCollectionService) |
| Modifier and Type | Method and Description |
|---|---|
FragmentCollection |
addFragmentCollection(long groupId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
FragmentCollection |
addFragmentCollection(long groupId,
java.lang.String fragmentCollectionKey,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
FragmentCollection |
deleteFragmentCollection(long fragmentCollectionId) |
void |
deleteFragmentCollections(long[] fragmentCollectionIds) |
FragmentCollection |
fetchFragmentCollection(long fragmentCollectionId) |
java.util.List<FragmentCollection> |
getFragmentCollections(long groupId) |
java.util.List<FragmentCollection> |
getFragmentCollections(long[] groupIds) |
java.util.List<FragmentCollection> |
getFragmentCollections(long[] groupIds,
int start,
int end,
OrderByComparator<FragmentCollection> orderByComparator) |
java.util.List<FragmentCollection> |
getFragmentCollections(long[] groupIds,
java.lang.String name,
int start,
int end,
OrderByComparator<FragmentCollection> orderByComparator) |
java.util.List<FragmentCollection> |
getFragmentCollections(long groupId,
boolean includeSystem) |
java.util.List<FragmentCollection> |
getFragmentCollections(long groupId,
boolean includeSystem,
int start,
int end,
OrderByComparator<FragmentCollection> orderByComparator) |
java.util.List<FragmentCollection> |
getFragmentCollections(long groupId,
int start,
int end) |
java.util.List<FragmentCollection> |
getFragmentCollections(long groupId,
int start,
int end,
OrderByComparator<FragmentCollection> orderByComparator) |
java.util.List<FragmentCollection> |
getFragmentCollections(long groupId,
java.lang.String name,
boolean includeSystem,
int start,
int end,
OrderByComparator<FragmentCollection> orderByComparator) |
java.util.List<FragmentCollection> |
getFragmentCollections(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator<FragmentCollection> orderByComparator) |
int |
getFragmentCollectionsCount(long groupId) |
int |
getFragmentCollectionsCount(long[] groupIds) |
int |
getFragmentCollectionsCount(long[] groupIds,
java.lang.String name) |
int |
getFragmentCollectionsCount(long groupId,
boolean includeSystem) |
int |
getFragmentCollectionsCount(long groupId,
java.lang.String name) |
int |
getFragmentCollectionsCount(long groupId,
java.lang.String name,
boolean includeSystem) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
java.lang.String[] |
getTempFileNames(long groupId,
java.lang.String folderName) |
FragmentCollectionService |
getWrappedService() |
void |
setWrappedService(FragmentCollectionService fragmentCollectionService) |
FragmentCollection |
updateFragmentCollection(long fragmentCollectionId,
java.lang.String name,
java.lang.String description) |
public FragmentCollectionServiceWrapper(FragmentCollectionService fragmentCollectionService)
public FragmentCollection addFragmentCollection(long groupId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException
addFragmentCollection in interface FragmentCollectionServicePortalExceptionpublic FragmentCollection addFragmentCollection(long groupId, java.lang.String fragmentCollectionKey, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException
addFragmentCollection in interface FragmentCollectionServicePortalExceptionpublic FragmentCollection deleteFragmentCollection(long fragmentCollectionId) throws PortalException
deleteFragmentCollection in interface FragmentCollectionServicePortalExceptionpublic void deleteFragmentCollections(long[] fragmentCollectionIds)
throws PortalException
deleteFragmentCollections in interface FragmentCollectionServicePortalExceptionpublic FragmentCollection fetchFragmentCollection(long fragmentCollectionId) throws PortalException
fetchFragmentCollection in interface FragmentCollectionServicePortalExceptionpublic java.util.List<FragmentCollection> getFragmentCollections(long groupId)
getFragmentCollections in interface FragmentCollectionServicepublic java.util.List<FragmentCollection> getFragmentCollections(long groupId, boolean includeSystem)
getFragmentCollections in interface FragmentCollectionServicepublic java.util.List<FragmentCollection> getFragmentCollections(long groupId, boolean includeSystem, int start, int end, OrderByComparator<FragmentCollection> orderByComparator)
getFragmentCollections in interface FragmentCollectionServicepublic java.util.List<FragmentCollection> getFragmentCollections(long groupId, int start, int end)
getFragmentCollections in interface FragmentCollectionServicepublic java.util.List<FragmentCollection> getFragmentCollections(long groupId, int start, int end, OrderByComparator<FragmentCollection> orderByComparator)
getFragmentCollections in interface FragmentCollectionServicepublic java.util.List<FragmentCollection> getFragmentCollections(long groupId, java.lang.String name, boolean includeSystem, int start, int end, OrderByComparator<FragmentCollection> orderByComparator)
getFragmentCollections in interface FragmentCollectionServicepublic java.util.List<FragmentCollection> getFragmentCollections(long groupId, java.lang.String name, int start, int end, OrderByComparator<FragmentCollection> orderByComparator)
getFragmentCollections in interface FragmentCollectionServicepublic java.util.List<FragmentCollection> getFragmentCollections(long[] groupIds)
getFragmentCollections in interface FragmentCollectionServicepublic java.util.List<FragmentCollection> getFragmentCollections(long[] groupIds, int start, int end, OrderByComparator<FragmentCollection> orderByComparator)
getFragmentCollections in interface FragmentCollectionServicepublic java.util.List<FragmentCollection> getFragmentCollections(long[] groupIds, java.lang.String name, int start, int end, OrderByComparator<FragmentCollection> orderByComparator)
getFragmentCollections in interface FragmentCollectionServicepublic int getFragmentCollectionsCount(long groupId)
getFragmentCollectionsCount in interface FragmentCollectionServicepublic int getFragmentCollectionsCount(long groupId,
boolean includeSystem)
getFragmentCollectionsCount in interface FragmentCollectionServicepublic int getFragmentCollectionsCount(long groupId,
java.lang.String name)
getFragmentCollectionsCount in interface FragmentCollectionServicepublic int getFragmentCollectionsCount(long groupId,
java.lang.String name,
boolean includeSystem)
getFragmentCollectionsCount in interface FragmentCollectionServicepublic int getFragmentCollectionsCount(long[] groupIds)
getFragmentCollectionsCount in interface FragmentCollectionServicepublic int getFragmentCollectionsCount(long[] groupIds,
java.lang.String name)
getFragmentCollectionsCount in interface FragmentCollectionServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface FragmentCollectionServicepublic java.lang.String[] getTempFileNames(long groupId,
java.lang.String folderName)
throws PortalException
getTempFileNames in interface FragmentCollectionServicePortalExceptionpublic FragmentCollection updateFragmentCollection(long fragmentCollectionId, java.lang.String name, java.lang.String description) throws PortalException
updateFragmentCollection in interface FragmentCollectionServicePortalExceptionpublic FragmentCollectionService getWrappedService()
getWrappedService in interface ServiceWrapper<FragmentCollectionService>public void setWrappedService(FragmentCollectionService fragmentCollectionService)
setWrappedService in interface ServiceWrapper<FragmentCollectionService>