Package | Description |
---|---|
org.jbei.ice.lib.access |
Permissions related classes.
|
org.jbei.ice.lib.folder | |
org.jbei.ice.lib.net | |
org.jbei.ice.lib.search | |
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 RemoteClientModel |
FolderPermissions.getOrCreateRemoteClient(String remoteUserId,
RemotePartner remotePartner)
Checks if there is an existing client for the specified userId and remote partner.
|
protected boolean |
FolderPermissions.sendToken(AccessPermission accessPermission,
RemotePartner partner)
Send access permission to a remote partner with a "secret"
|
Modifier and Type | Method and Description |
---|---|
protected void |
RemoteTransfer.performTransfer(RemotePartner partner,
PartData data)
Transfers the sequence file for the part and any parts that are linked to it.
|
protected void |
RemoteEntriesAsCSV.writeDataEntries(RemotePartner partner,
List<PartData> entries,
List<EntryField> fields,
com.opencsv.CSVWriter writer,
ZipOutputStream zos) |
Modifier and Type | Method and Description |
---|---|
RemotePartner |
WebSearch.SearchTask.getPartner() |
Modifier and Type | Method and Description |
---|---|
protected WebSearch.SearchTask |
WebSearch.runSearchThread(RemotePartner partner,
SearchQuery query) |
Constructor and Description |
---|
SearchTask(RemotePartner partner,
SearchQuery query) |
Modifier and Type | Method and Description |
---|---|
RemotePartner |
RemotePartnerDAO.get(long id) |
RemotePartner |
RemotePartnerDAO.getByUrl(String url)
Retrieves remote partners by url.
|
Modifier and Type | Method and Description |
---|---|
List<RemotePartner> |
RemotePartnerDAO.getRegistryPartners() |
Modifier and Type | Method and Description |
---|---|
RemoteShareModel |
RemoteShareModelDAO.get(String userId,
RemotePartner remotePartner,
Folder folder) |
RemoteClientModel |
RemoteClientModelDAO.getModel(String email,
RemotePartner remotePartner) |
Modifier and Type | Method and Description |
---|---|
RemotePartner |
RemoteClientModel.getRemotePartner() |
Modifier and Type | Method and Description |
---|---|
void |
RemoteClientModel.setRemotePartner(RemotePartner remotePartner) |
Copyright © 2017. All rights reserved.