|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.surfnet.coin.api.service.GroupServiceImpl
public class GroupServiceImpl
| Constructor Summary | |
|---|---|
GroupServiceImpl()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupServiceImpl()
| Method Detail |
|---|
public GroupEntry getGroups(String userId,
String onBehalfOf,
Integer count,
Integer startIndex,
String sortBy)
GroupService
getGroups in interface GroupServiceuserId - 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
public Group20Entry getGroups20(String userId,
String onBehalfOf,
Integer count,
Integer startIndex,
String sortBy)
GroupService
getGroups20 in interface GroupServiceuserId - 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
public GroupEntry getGroup(String userId,
String groupId,
String onBehalfOf)
GroupService
getGroup in interface GroupServiceuserId - the unique identifiergroupId - the unique identifieronBehalfOf - the unique identifier of the user that is going to make the
request
public Group20Entry getGroup20(String userId,
String groupId,
String onBehalfOf)
GroupService
getGroup20 in interface GroupServiceuserId - the unique identifiergroupId - the unique identifieronBehalfOf - the unique identifier of the user that is going to make the
request
public Group20Entry getGroups20ByIds(String personId,
String[] ids,
Integer count,
Integer startIndex)
GroupService
getGroups20ByIds in interface GroupServicepersonId - 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 | |||||||||