public class FragmentCollectionServiceWrapper extends java.lang.Object implements FragmentCollectionService, com.liferay.portal.kernel.service.ServiceWrapper<FragmentCollectionService>
FragmentCollectionService.FragmentCollectionService| Constructor and Description |
|---|
FragmentCollectionServiceWrapper() |
FragmentCollectionServiceWrapper(FragmentCollectionService fragmentCollectionService) |
| Modifier and Type | Method and Description |
|---|---|
FragmentCollection |
addFragmentCollection(long groupId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
FragmentCollection |
addFragmentCollection(long groupId,
java.lang.String fragmentCollectionKey,
java.lang.String name,
java.lang.String description,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
FragmentCollection |
deleteFragmentCollection(long fragmentCollectionId) |
void |
deleteFragmentCollections(long[] fragmentCollectionIds) |
FragmentCollection |
fetchFragmentCollection(long fragmentCollectionId) |
java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> |
getFragmentCollectionFileEntries(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,
com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator) |
java.util.List<FragmentCollection> |
getFragmentCollections(long[] groupIds,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.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,
com.liferay.portal.kernel.util.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,
com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator) |
java.util.List<FragmentCollection> |
getFragmentCollections(long groupId,
java.lang.String name,
boolean includeSystem,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator) |
java.util.List<FragmentCollection> |
getFragmentCollections(long groupId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.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()
public FragmentCollectionServiceWrapper(FragmentCollectionService fragmentCollectionService)
public FragmentCollection addFragmentCollection(long groupId, java.lang.String name, java.lang.String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addFragmentCollection in interface FragmentCollectionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentCollection addFragmentCollection(long groupId, java.lang.String fragmentCollectionKey, java.lang.String name, java.lang.String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addFragmentCollection in interface FragmentCollectionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentCollection deleteFragmentCollection(long fragmentCollectionId) throws com.liferay.portal.kernel.exception.PortalException
deleteFragmentCollection in interface FragmentCollectionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteFragmentCollections(long[] fragmentCollectionIds)
throws com.liferay.portal.kernel.exception.PortalException
deleteFragmentCollections in interface FragmentCollectionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentCollection fetchFragmentCollection(long fragmentCollectionId) throws com.liferay.portal.kernel.exception.PortalException
fetchFragmentCollection in interface FragmentCollectionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> getFragmentCollectionFileEntries(long fragmentCollectionId)
throws com.liferay.portal.kernel.exception.PortalException
getFragmentCollectionFileEntries in interface FragmentCollectionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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, com.liferay.portal.kernel.util.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, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator)
getFragmentCollections in interface FragmentCollectionServicepublic java.util.List<FragmentCollection> getFragmentCollections(long groupId, java.lang.String name, boolean includeSystem, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator)
getFragmentCollections in interface FragmentCollectionServicepublic java.util.List<FragmentCollection> getFragmentCollections(long groupId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.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, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator)
getFragmentCollections in interface FragmentCollectionServicepublic java.util.List<FragmentCollection> getFragmentCollections(long[] groupIds, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.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 com.liferay.portal.kernel.exception.PortalException
getTempFileNames in interface FragmentCollectionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentCollection updateFragmentCollection(long fragmentCollectionId, java.lang.String name, java.lang.String description) throws com.liferay.portal.kernel.exception.PortalException
updateFragmentCollection in interface FragmentCollectionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentCollectionService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<FragmentCollectionService>public void setWrappedService(FragmentCollectionService fragmentCollectionService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<FragmentCollectionService>