Package | Description |
---|---|
org.jbei.ice.lib.dto.access | |
org.jbei.ice.lib.dto.group | |
org.jbei.ice.lib.dto.message | |
org.jbei.ice.lib.group | |
org.jbei.ice.services.rest | |
org.jbei.ice.storage.model |
Data models for ice objects.
|
Modifier and Type | Method and Description |
---|---|
UserGroup |
AccessPermission.getGroup() |
Modifier and Type | Method and Description |
---|---|
void |
AccessPermission.setGroup(UserGroup group) |
Modifier and Type | Method and Description |
---|---|
ArrayList<UserGroup> |
UserGroup.getChildren() |
Modifier and Type | Method and Description |
---|---|
ArrayList<UserGroup> |
MessageInfo.getUserGroups() |
Modifier and Type | Method and Description |
---|---|
UserGroup |
Groups.addGroup(UserGroup userGroup)
Adds group to the list of groups for current user
|
UserGroup |
GroupController.createGroup(String userId,
UserGroup info) |
UserGroup |
GroupController.getGroupById(String userId,
long id)
Can access a group if you are an admin or the owner of that group
|
UserGroup |
Groups.getGroupMembers(long groupId)
Retrieves both local and remote members of the specified group if the user making the request
has the appropriate permissions
|
Modifier and Type | Method and Description |
---|---|
Results<UserGroup> |
Groups.get(GroupType groupType,
int offset,
int limit) |
Results<UserGroup> |
Groups.get(long userId)
Retrieves groups that user is either a member of.
|
List<UserGroup> |
Groups.getMatchingGroups(String token,
int limit) |
Modifier and Type | Method and Description |
---|---|
UserGroup |
Groups.addGroup(UserGroup userGroup)
Adds group to the list of groups for current user
|
UserGroup |
GroupController.createGroup(String userId,
UserGroup info) |
boolean |
Groups.update(long groupId,
UserGroup userGroup) |
Modifier and Type | Method and Description |
---|---|
UserGroup |
UserResource.createGroup(long userId,
UserGroup userGroup) |
Modifier and Type | Method and Description |
---|---|
UserGroup |
UserResource.createGroup(long userId,
UserGroup userGroup) |
javax.ws.rs.core.Response |
GroupResource.createGroup(UserGroup userGroup) |
javax.ws.rs.core.Response |
GroupResource.updateGroup(long id,
UserGroup group) |
Modifier and Type | Method and Description |
---|---|
UserGroup |
Group.toDataTransferObject() |
Copyright © 2017. All rights reserved.