Package com.liferay.fragment.service
Class FragmentCollectionServiceWrapper
java.lang.Object
com.liferay.fragment.service.FragmentCollectionServiceWrapper
- All Implemented Interfaces:
FragmentCollectionService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<FragmentCollectionService>
public class FragmentCollectionServiceWrapper
extends Object
implements FragmentCollectionService, com.liferay.portal.kernel.service.ServiceWrapper<FragmentCollectionService>
Provides a wrapper for
FragmentCollectionService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionFragmentCollectionServiceWrapper(FragmentCollectionService fragmentCollectionService) -
Method Summary
Modifier and TypeMethodDescriptionaddFragmentCollection(String externalReferenceCode, long groupId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) addFragmentCollection(String externalReferenceCode, long groupId, String fragmentCollectionKey, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteFragmentCollection(long fragmentCollectionId) deleteFragmentCollection(String externalReferenceCode, long groupId) voiddeleteFragmentCollections(long[] fragmentCollectionIds) fetchFragmentCollection(long fragmentCollectionId) getFragmentCollectionByExternalReferenceCode(String externalReferenceCode, long groupId) List<com.liferay.portal.kernel.repository.model.FileEntry>getFragmentCollectionFileEntries(long fragmentCollectionId) getFragmentCollections(long groupId) getFragmentCollections(long[] groupIds) getFragmentCollections(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator) getFragmentCollections(long[] groupIds, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator) getFragmentCollections(long groupId, boolean includeSystem) getFragmentCollections(long groupId, boolean includeSystem, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator) getFragmentCollections(long groupId, int start, int end) getFragmentCollections(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator) getFragmentCollections(long groupId, String name, boolean includeSystem, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator) getFragmentCollections(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator) intgetFragmentCollectionsCount(long groupId) intgetFragmentCollectionsCount(long[] groupIds) intgetFragmentCollectionsCount(long[] groupIds, String name) intgetFragmentCollectionsCount(long groupId, boolean includeSystem) intgetFragmentCollectionsCount(long groupId, String name) intgetFragmentCollectionsCount(long groupId, String name, boolean includeSystem) Returns the OSGi service identifier.String[]getTempFileNames(long groupId, String folderName) voidsetWrappedService(FragmentCollectionService fragmentCollectionService) updateFragmentCollection(long fragmentCollectionId, String name, String description)
-
Constructor Details
-
FragmentCollectionServiceWrapper
public FragmentCollectionServiceWrapper() -
FragmentCollectionServiceWrapper
-
-
Method Details
-
addFragmentCollection
public FragmentCollection addFragmentCollection(String externalReferenceCode, long groupId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addFragmentCollectionin interfaceFragmentCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addFragmentCollection
public FragmentCollection addFragmentCollection(String externalReferenceCode, long groupId, String fragmentCollectionKey, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addFragmentCollectionin interfaceFragmentCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFragmentCollection
public FragmentCollection deleteFragmentCollection(long fragmentCollectionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteFragmentCollectionin interfaceFragmentCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFragmentCollection
public FragmentCollection deleteFragmentCollection(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteFragmentCollectionin interfaceFragmentCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFragmentCollections
public void deleteFragmentCollections(long[] fragmentCollectionIds) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteFragmentCollectionsin interfaceFragmentCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchFragmentCollection
public FragmentCollection fetchFragmentCollection(long fragmentCollectionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchFragmentCollectionin interfaceFragmentCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFragmentCollectionByExternalReferenceCode
public FragmentCollection getFragmentCollectionByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getFragmentCollectionByExternalReferenceCodein interfaceFragmentCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFragmentCollectionFileEntries
public List<com.liferay.portal.kernel.repository.model.FileEntry> getFragmentCollectionFileEntries(long fragmentCollectionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getFragmentCollectionFileEntriesin interfaceFragmentCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFragmentCollections
- Specified by:
getFragmentCollectionsin interfaceFragmentCollectionService
-
getFragmentCollections
- Specified by:
getFragmentCollectionsin interfaceFragmentCollectionService
-
getFragmentCollections
public List<FragmentCollection> getFragmentCollections(long groupId, boolean includeSystem, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator) - Specified by:
getFragmentCollectionsin interfaceFragmentCollectionService
-
getFragmentCollections
- Specified by:
getFragmentCollectionsin interfaceFragmentCollectionService
-
getFragmentCollections
public List<FragmentCollection> getFragmentCollections(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator) - Specified by:
getFragmentCollectionsin interfaceFragmentCollectionService
-
getFragmentCollections
public List<FragmentCollection> getFragmentCollections(long groupId, String name, boolean includeSystem, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator) - Specified by:
getFragmentCollectionsin interfaceFragmentCollectionService
-
getFragmentCollections
public List<FragmentCollection> getFragmentCollections(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator) - Specified by:
getFragmentCollectionsin interfaceFragmentCollectionService
-
getFragmentCollections
- Specified by:
getFragmentCollectionsin interfaceFragmentCollectionService
-
getFragmentCollections
public List<FragmentCollection> getFragmentCollections(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator) - Specified by:
getFragmentCollectionsin interfaceFragmentCollectionService
-
getFragmentCollections
public List<FragmentCollection> getFragmentCollections(long[] groupIds, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator) - Specified by:
getFragmentCollectionsin interfaceFragmentCollectionService
-
getFragmentCollectionsCount
public int getFragmentCollectionsCount(long groupId) - Specified by:
getFragmentCollectionsCountin interfaceFragmentCollectionService
-
getFragmentCollectionsCount
public int getFragmentCollectionsCount(long groupId, boolean includeSystem) - Specified by:
getFragmentCollectionsCountin interfaceFragmentCollectionService
-
getFragmentCollectionsCount
- Specified by:
getFragmentCollectionsCountin interfaceFragmentCollectionService
-
getFragmentCollectionsCount
- Specified by:
getFragmentCollectionsCountin interfaceFragmentCollectionService
-
getFragmentCollectionsCount
public int getFragmentCollectionsCount(long[] groupIds) - Specified by:
getFragmentCollectionsCountin interfaceFragmentCollectionService
-
getFragmentCollectionsCount
- Specified by:
getFragmentCollectionsCountin interfaceFragmentCollectionService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceFragmentCollectionService- Returns:
- the OSGi service identifier
-
getTempFileNames
public String[] getTempFileNames(long groupId, String folderName) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getTempFileNamesin interfaceFragmentCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateFragmentCollection
public FragmentCollection updateFragmentCollection(long fragmentCollectionId, String name, String description) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateFragmentCollectionin interfaceFragmentCollectionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<FragmentCollectionService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<FragmentCollectionService>
-