| Package | Description |
|---|---|
| org.exoplatform.ps.DAO | |
| org.exoplatform.ps.storage.api | |
| org.exoplatform.ps.storage.impl |
| Modifier and Type | Method and Description |
|---|---|
List<SubGroupEntity> |
SubGroupDAO.getAll(int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
SubGroupEntity |
SubGroupStorage.createSubGroup(String SubGroupId,
String subGroupName) |
SubGroupEntity |
SubGroupStorage.getSubGroup(String SubGroupId) |
| Modifier and Type | Method and Description |
|---|---|
List<SubGroupEntity> |
SubGroupStorage.getSubGroups(int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
SubGroupEntity |
SubGroupStorageImpl.createSubGroup(String SubGroupId,
String subGroupName) |
SubGroupEntity |
SubGroupStorageImpl.getSubGroup(String SubGroupId) |
| Modifier and Type | Method and Description |
|---|---|
List<SubGroupEntity> |
SubGroupStorageImpl.getSubGroups(int offset,
int limit) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.