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) void
deleteFragmentCollections
(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) int
getFragmentCollectionsCount
(long groupId) int
getFragmentCollectionsCount
(long[] groupIds) int
getFragmentCollectionsCount
(long[] groupIds, String name) int
getFragmentCollectionsCount
(long groupId, boolean includeSystem) int
getFragmentCollectionsCount
(long groupId, String name) int
getFragmentCollectionsCount
(long groupId, String name, boolean includeSystem) Returns the OSGi service identifier.String[]
getTempFileNames
(long groupId, String folderName) void
setWrappedService
(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:
addFragmentCollection
in 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:
addFragmentCollection
in interfaceFragmentCollectionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFragmentCollection
public FragmentCollection deleteFragmentCollection(long fragmentCollectionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteFragmentCollection
in 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:
deleteFragmentCollection
in interfaceFragmentCollectionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFragmentCollections
public void deleteFragmentCollections(long[] fragmentCollectionIds) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteFragmentCollections
in interfaceFragmentCollectionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchFragmentCollection
public FragmentCollection fetchFragmentCollection(long fragmentCollectionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchFragmentCollection
in 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:
getFragmentCollectionByExternalReferenceCode
in 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:
getFragmentCollectionFileEntries
in interfaceFragmentCollectionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFragmentCollections
- Specified by:
getFragmentCollections
in interfaceFragmentCollectionService
-
getFragmentCollections
- Specified by:
getFragmentCollections
in interfaceFragmentCollectionService
-
getFragmentCollections
public List<FragmentCollection> getFragmentCollections(long groupId, boolean includeSystem, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator) - Specified by:
getFragmentCollections
in interfaceFragmentCollectionService
-
getFragmentCollections
- Specified by:
getFragmentCollections
in interfaceFragmentCollectionService
-
getFragmentCollections
public List<FragmentCollection> getFragmentCollections(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator) - Specified by:
getFragmentCollections
in 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:
getFragmentCollections
in interfaceFragmentCollectionService
-
getFragmentCollections
public List<FragmentCollection> getFragmentCollections(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator) - Specified by:
getFragmentCollections
in interfaceFragmentCollectionService
-
getFragmentCollections
- Specified by:
getFragmentCollections
in interfaceFragmentCollectionService
-
getFragmentCollections
public List<FragmentCollection> getFragmentCollections(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator) - Specified by:
getFragmentCollections
in interfaceFragmentCollectionService
-
getFragmentCollections
public List<FragmentCollection> getFragmentCollections(long[] groupIds, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator) - Specified by:
getFragmentCollections
in interfaceFragmentCollectionService
-
getFragmentCollectionsCount
public int getFragmentCollectionsCount(long groupId) - Specified by:
getFragmentCollectionsCount
in interfaceFragmentCollectionService
-
getFragmentCollectionsCount
public int getFragmentCollectionsCount(long groupId, boolean includeSystem) - Specified by:
getFragmentCollectionsCount
in interfaceFragmentCollectionService
-
getFragmentCollectionsCount
- Specified by:
getFragmentCollectionsCount
in interfaceFragmentCollectionService
-
getFragmentCollectionsCount
- Specified by:
getFragmentCollectionsCount
in interfaceFragmentCollectionService
-
getFragmentCollectionsCount
public int getFragmentCollectionsCount(long[] groupIds) - Specified by:
getFragmentCollectionsCount
in interfaceFragmentCollectionService
-
getFragmentCollectionsCount
- Specified by:
getFragmentCollectionsCount
in interfaceFragmentCollectionService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceFragmentCollectionService
- Returns:
- the OSGi service identifier
-
getTempFileNames
public String[] getTempFileNames(long groupId, String folderName) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getTempFileNames
in 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:
updateFragmentCollection
in interfaceFragmentCollectionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<FragmentCollectionService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<FragmentCollectionService>
-