|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GroupService
GroupService responsible for retrieving groups
| Method Summary | |
|---|---|
GroupEntry |
getGroup(String userId,
String groupId,
String onBehalfOf)
Get specific Group |
Group20Entry |
getGroup20(String userId,
String groupId,
String onBehalfOf)
Get specific Group |
GroupEntry |
getGroups(String userId,
String onBehalfOf,
Integer count,
Integer startIndex,
String sortBy)
Get Persons' Groups |
Group20Entry |
getGroups20(String userId,
String onBehalfOf,
Integer count,
Integer startIndex,
String sortBy)
Get Persons' Groups |
Group20Entry |
getGroups20ByIds(String personId,
String[] ids,
Integer count,
Integer startIndex)
Get a list of Group20's by the given list of group ids |
| Method Detail |
|---|
@PreAuthorize(value="#onBehalfOf == null or #userId.equals(#onBehalfOf)")
GroupEntry getGroups(String userId,
String onBehalfOf,
Integer count,
Integer startIndex,
String sortBy)
userId - the unique identifieronBehalfOf - the unique identifier of the user that is going to make the
requestcount - nr of records to returnstartIndex - first record of result setsortBy - field to sort by
List containing the Groups
@PreAuthorize(value="#onBehalfOf == null or #userId.equals(#onBehalfOf)")
Group20Entry getGroups20(String userId,
String onBehalfOf,
Integer count,
Integer startIndex,
String sortBy)
userId - the unique identifieronBehalfOf - the unique identifier of the user that is going to make the
requestcount - nr of records to returnstartIndex - first record of result setsortBy - field to sort by
List containing the Groups
@PreAuthorize(value="#onBehalfOf == null or #userId.equals(#onBehalfOf)")
GroupEntry getGroup(String userId,
String groupId,
String onBehalfOf)
userId - the unique identifiergroupId - the unique identifieronBehalfOf - the unique identifier of the user that is going to make the
request
@PreAuthorize(value="#onBehalfOf == null or #userId.equals(#onBehalfOf)")
Group20Entry getGroup20(String userId,
String groupId,
String onBehalfOf)
userId - the unique identifiergroupId - the unique identifieronBehalfOf - the unique identifier of the user that is going to make the
request
Group20Entry getGroups20ByIds(String personId,
String[] ids,
Integer count,
Integer startIndex)
personId - the personIdids - the array of idscount - nr of records to returnstartIndex - first record of result set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||