| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
Group |
Service.createGroup(Group group)
Creates the group.
|
Group |
Service.getAssociatedMemberGroup()
Gets the associated member group.
|
Group |
Service.getAssociatedOwnerGroup()
Gets the associated owner group.
|
Group |
Service.getAssociatedVisitorGroup()
Gets the associated visitor group.
|
Group |
Service.getGroup(int groupId)
Gets the group.
|
Group |
Service.getGroup(java.lang.String loginName)
Gets the group.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Group> |
Service.getGroups()
Gets the groups.
|
java.util.List<Group> |
Service.getGroups(java.util.List<IQueryOption> queryOptions)
Gets the groups.
|
java.util.List<Group> |
Service.getUserGroups(int userId)
Gets the user groups.
|
java.util.List<Group> |
Service.getUserGroups(int userId,
java.util.List<IQueryOption> queryOptions)
Gets the user groups.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
Service.createGroup(Group group)
Creates the group.
|
void |
Service.updateGroup(Group group)
Update group.
|