public interface SubGroupStorage
| Modifier and Type | Method and Description |
|---|---|
SubGroupEntity |
createSubGroup(String SubGroupId,
String subGroupName) |
void |
deleteSubGroup(String SubGroupId) |
SubGroupEntity |
getSubGroup(String SubGroupId) |
List<SubGroupEntity> |
getSubGroups(int offset,
int limit) |
void |
updateSubGroup(String SubGroupId,
String subGroupName) |
SubGroupEntity createSubGroup(String SubGroupId, String subGroupName) throws Exception
Exceptionvoid updateSubGroup(String SubGroupId, String subGroupName) throws Exception
ExceptionSubGroupEntity getSubGroup(String SubGroupId) throws Exception
ExceptionList<SubGroupEntity> getSubGroups(int offset, int limit) throws Exception
ExceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.