mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-15 22:13:08 +00:00
Variable naming change. Javadocs addded.
This commit is contained in:
@@ -711,6 +711,13 @@ public class CommunityServiceImpl extends DSpaceObjectServiceImpl<Community> imp
|
||||
return communityDAO.countRows(context);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns total community archived items
|
||||
*
|
||||
* @param community Community
|
||||
* @return total community archived items
|
||||
* @throws ItemCountException
|
||||
*/
|
||||
@Override
|
||||
public int getArchivedItems(Community community) throws ItemCountException {
|
||||
return ItemCounter.getInstance().getCount(community);
|
||||
|
Reference in New Issue
Block a user