public class SubGroupStorageImpl extends org.exoplatform.social.core.storage.impl.AbstractStorage implements SubGroupStorage
| Constructor and Description |
|---|
SubGroupStorageImpl(SubGroupDAO subGroupDAO) |
| 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) |
_findById, _findByPath, _getMixin, _hasMixin, _removeById, _removeMixin, _skip, getProviderRoot, getSession, getSpaceRoot, getStatus, isJcrProperty, lifecycleLookup, node, nodes, nodes, startSynchronization, stopSynchronizationpublic SubGroupStorageImpl(SubGroupDAO subGroupDAO)
public SubGroupEntity createSubGroup(String SubGroupId, String subGroupName) throws Exception
createSubGroup in interface SubGroupStorageExceptionpublic void deleteSubGroup(String SubGroupId) throws Exception
deleteSubGroup in interface SubGroupStorageExceptionpublic void updateSubGroup(String SubGroupId, String subGroupName) throws Exception
updateSubGroup in interface SubGroupStorageExceptionpublic SubGroupEntity getSubGroup(String SubGroupId) throws Exception
getSubGroup in interface SubGroupStorageExceptionpublic List<SubGroupEntity> getSubGroups(int offset, int limit) throws Exception
getSubGroups in interface SubGroupStorageExceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.