Package org.dspace.xoai.services.impl
Class DSpaceCollectionsService
- java.lang.Object
-
- org.dspace.xoai.services.impl.DSpaceCollectionsService
-
- All Implemented Interfaces:
CollectionsService
public class DSpaceCollectionsService extends Object implements CollectionsService
-
-
Constructor Summary
Constructors Constructor Description DSpaceCollectionsService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Community>flatParentCommunities(Collection c)List<Community>flatParentCommunities(Community c)List<Community>flatParentCommunities(Context context, Item c)List<UUID>getAllSubCollections(ContextService contextService, UUID communityId)
-
-
-
Method Detail
-
getAllSubCollections
public List<UUID> getAllSubCollections(ContextService contextService, UUID communityId) throws SQLException
- Specified by:
getAllSubCollectionsin interfaceCollectionsService- Throws:
SQLException
-
flatParentCommunities
public List<Community> flatParentCommunities(Collection c) throws SQLException
- Specified by:
flatParentCommunitiesin interfaceCollectionsService- Throws:
SQLException
-
flatParentCommunities
public List<Community> flatParentCommunities(Community c) throws SQLException
- Specified by:
flatParentCommunitiesin interfaceCollectionsService- Throws:
SQLException
-
flatParentCommunities
public List<Community> flatParentCommunities(Context context, Item c) throws SQLException
- Specified by:
flatParentCommunitiesin interfaceCollectionsService- Throws:
SQLException
-
-