[DS-2729] Ensure SiteService extends DSpaceObjectService

This commit is contained in:
KevinVdV
2015-08-28 12:55:44 +02:00
parent fbca4716a4
commit 2467f43ec7
14 changed files with 132 additions and 39 deletions

View File

@@ -323,6 +323,11 @@ public class GroupServiceImpl extends DSpaceObjectServiceImpl<Group> implements
+ group.getID()));
}
@Override
public int getSupportsTypeConstant() {
return Constants.GROUP;
}
/**
* Return true if group has no direct or indirect members
*/