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<org.dspace.content.Community>flatParentCommunities(org.dspace.content.Collection c)List<org.dspace.content.Community>flatParentCommunities(org.dspace.content.Community c)List<org.dspace.content.Community>flatParentCommunities(org.dspace.core.Context context, org.dspace.content.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<org.dspace.content.Community> flatParentCommunities(org.dspace.content.Collection c) throws SQLException
- Specified by:
flatParentCommunitiesin interfaceCollectionsService- Throws:
SQLException
-
flatParentCommunities
public List<org.dspace.content.Community> flatParentCommunities(org.dspace.content.Community c) throws SQLException
- Specified by:
flatParentCommunitiesin interfaceCollectionsService- Throws:
SQLException
-
flatParentCommunities
public List<org.dspace.content.Community> flatParentCommunities(org.dspace.core.Context context, org.dspace.content.Item c) throws SQLException
- Specified by:
flatParentCommunitiesin interfaceCollectionsService- Throws:
SQLException
-
-