| Package | Description |
|---|---|
| org.jbei.ice.lib.access |
Permissions related classes.
|
| org.jbei.ice.lib.folder | |
| org.jbei.ice.storage.hibernate.dao | |
| org.jbei.ice.storage.model |
Data models for ice objects.
|
| Modifier and Type | Method and Description |
|---|---|
protected RemoteClientModel |
RemoteAccess.getOrCreateRemoteClient(String remoteUserId,
RemotePartner remotePartner)
Checks if there is an existing client for the specified userId and remote partner.
|
| Modifier and Type | Method and Description |
|---|---|
protected RemoteAccessModel |
RemoteAccess.createRemoteAccessModel(AccessPermission accessPermission,
RemoteClientModel remoteClientModel,
Permission permission) |
| Modifier and Type | Method and Description |
|---|---|
protected RemoteClientModel |
FolderPermissions.getOrCreateRemoteClient(String remoteUserId,
RemotePartner remotePartner)
Checks if there is an existing client for the specified userId and remote partner.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteClientModel |
RemoteClientModelDAO.get(long id) |
RemoteClientModel |
RemoteClientModelDAO.getModel(String email,
RemotePartner remotePartner) |
| Modifier and Type | Method and Description |
|---|---|
List<RemoteClientModel> |
RemoteClientModelDAO.getClientsForGroup(Group group)
Retrieves clients belonging to specified group
|
| Modifier and Type | Method and Description |
|---|---|
RemoteClientModel |
RemoteShareModel.getClient() |
RemoteClientModel |
RemoteAccessModel.getRemoteClientModel() |
RemoteClientModel |
Audit.getRemoteClientModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteShareModel.setClient(RemoteClientModel client) |
void |
RemoteAccessModel.setRemoteClientModel(RemoteClientModel remoteClientModel) |
void |
Audit.setRemoteClientModel(RemoteClientModel remoteClientModel) |
Copyright © 2017. All rights reserved.