DirectoryItemList |
DirectorySessionController.getAllContactsOfUser(String userId) |
|
DirectoryItemList |
DirectorySessionController.getAllUsers() |
get All Users
|
DirectoryItemList |
DirectorySessionController.getAllUsersByDomains() |
return All users of current domains
|
DirectoryItemList |
DirectorySessionController.getAllUsersByGroup(String groupId) |
get all User of the Group who has Id="groupId"
|
DirectoryItemList |
DirectorySessionController.getAllUsersByGroups(List<String> groupIds,
String componentId) |
get all Users of the Groups which Id is in "groupIds"
|
DirectoryItemList |
DirectorySessionController.getAllUsersOfSpaceTree(String spaceId) |
Gets all users specified at space level roles of given space and of component instances of
space and its sub-spaces.
|
DirectoryItemList |
DirectorySessionController.getCommonContacts(String userId) |
|
DirectoryItemList |
DirectorySessionController.getConnectedUsers() |
|
DirectoryItemList |
DirectorySessionController.getContacts(String componentId,
boolean componentScope) |
Gets contacts of a given 'yellowPages' component.
|
DirectoryItemList |
DirectorySessionController.getLastListOfAllUsers() |
get all User "we keep the last list of All users"
|
DirectoryItemList |
DirectorySessionController.getLastListOfUsersCalled() |
get the last list of users called "keep the session"
|
DirectoryItemList |
DirectorySessionController.getOnlyUsersOfSpace(String spaceId) |
Gets all users specified at space level roles of given space without taking care of
component instances of the space and its sub-spaces.
|
DirectoryItemList |
DirectorySessionController.getUsersByIndex(String index) |
get all Users that their Last Name begin with 'Index'
|
DirectoryItemList |
DirectorySessionController.getUsersByQuery(QueryDescription queryDescription,
boolean globalSearch) |
get all users corresponding from the search request.
|
DirectoryItemList |
DirectorySessionController.getUsersOfSources() |
|