@ProviderType public class FragmentCollectionServiceWrapper extends java.lang.Object implements FragmentCollectionService, com.liferay.portal.kernel.service.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,
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<FragmentCollection> |
getFragmentCollections(long groupId) |
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,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator) |
int |
getFragmentCollectionsCount(long groupId) |
int |
getFragmentCollectionsCount(long groupId,
java.lang.String name) |
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, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addFragmentCollection
in interface FragmentCollectionService
com.liferay.portal.kernel.exception.PortalException
public 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 FragmentCollectionService
com.liferay.portal.kernel.exception.PortalException
public FragmentCollection deleteFragmentCollection(long fragmentCollectionId) throws com.liferay.portal.kernel.exception.PortalException
deleteFragmentCollection
in interface FragmentCollectionService
com.liferay.portal.kernel.exception.PortalException
public void deleteFragmentCollections(long[] fragmentCollectionIds) throws com.liferay.portal.kernel.exception.PortalException
deleteFragmentCollections
in interface FragmentCollectionService
com.liferay.portal.kernel.exception.PortalException
public FragmentCollection fetchFragmentCollection(long fragmentCollectionId) throws com.liferay.portal.kernel.exception.PortalException
fetchFragmentCollection
in interface FragmentCollectionService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<FragmentCollection> getFragmentCollections(long groupId)
getFragmentCollections
in interface FragmentCollectionService
public java.util.List<FragmentCollection> getFragmentCollections(long groupId, int start, int end)
getFragmentCollections
in interface FragmentCollectionService
public java.util.List<FragmentCollection> getFragmentCollections(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator)
getFragmentCollections
in interface FragmentCollectionService
public 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 FragmentCollectionService
public int getFragmentCollectionsCount(long groupId)
getFragmentCollectionsCount
in interface FragmentCollectionService
public int getFragmentCollectionsCount(long groupId, java.lang.String name)
getFragmentCollectionsCount
in interface FragmentCollectionService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface FragmentCollectionService
public java.lang.String[] getTempFileNames(long groupId, java.lang.String folderName) throws com.liferay.portal.kernel.exception.PortalException
getTempFileNames
in interface FragmentCollectionService
com.liferay.portal.kernel.exception.PortalException
public FragmentCollection updateFragmentCollection(long fragmentCollectionId, java.lang.String name, java.lang.String description) throws com.liferay.portal.kernel.exception.PortalException
updateFragmentCollection
in interface FragmentCollectionService
com.liferay.portal.kernel.exception.PortalException
public 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>