|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Group | |
---|---|
ibi.broker.api.cci | |
ibi.broker.api.ws |
Uses of Group in ibi.broker.api.cci |
---|
Methods in ibi.broker.api.cci that return Group | |
---|---|
Group |
UserManager.getGroup(java.lang.String groupName)
Retrieves a Group object as identified by its
groupName from the underlying database orrepository. |
Group[] |
UserManager.getGroupList()
Retrieves an array of Group objects representing a list of all groups to which the current user belongs. |
Group[] |
UserManager.getGroupListByUserName(java.lang.String userName)
|
Methods in ibi.broker.api.cci with parameters of type Group | |
---|---|
void |
UserManager.addGroup(Group group)
Adds group information, as encapsulated in the specified Group object,
to the underlying repository. |
void |
UserManager.updateGroup(Group group)
After modifying properties contained in the Group object (except for the group name), updates the corresponding group data in the underlying repository. |
void |
UserManager.updateGroupWithUser(Group group,
java.lang.String[] userNameList)
Updates a given Group with a String Array of user names
representing the list of usernames belonging to the group. |
Uses of Group in ibi.broker.api.ws |
---|
Methods in ibi.broker.api.ws that return Group | |
---|---|
Group |
UserManagerIF.getGroup(Authenticate authenticate,
java.lang.String groupName)
|
Group |
UserManagerWS.getGroup(Authenticate authenticate,
java.lang.String groupName)
|
Group |
UserManagerClientSF.getGroup(java.lang.String groupName)
|
Group[] |
UserManagerClientSF.getGroupList()
|
Group[] |
UserManagerIF.getGroupList(Authenticate authenticate)
|
Group[] |
UserManagerWS.getGroupList(Authenticate authenticate)
|
Group[] |
UserManagerClientSF.getGroupListByUserName(java.lang.String userName)
|
Methods in ibi.broker.api.ws with parameters of type Group | |
---|---|
void |
UserManagerIF.addGroup(Authenticate authenticate,
Group group)
|
void |
UserManagerWS.addGroup(Authenticate authenticate,
Group group)
|
void |
UserManagerClientSF.addGroup(Group group)
|
void |
UserManagerIF.updateGroup(Authenticate authenticate,
Group group)
|
void |
UserManagerWS.updateGroup(Authenticate authenticate,
Group group)
|
void |
UserManagerClientSF.updateGroup(Group group)
|
void |
UserManagerIF.updateGroupWithUser(Authenticate authenticate,
Group group,
java.lang.String[] userList)
|
void |
UserManagerWS.updateGroupWithUser(Authenticate authenticate,
Group group,
java.lang.String[] userList)
|
void |
UserManagerClientSF.updateGroupWithUser(Group group,
java.lang.String[] userNameList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |