Package | Description |
---|---|
org.jbei.ice.lib.access |
Permissions related classes.
|
org.jbei.ice.lib.account | |
org.jbei.ice.lib.bulkupload | |
org.jbei.ice.lib.dto |
Value Objects classes.
|
org.jbei.ice.lib.dto.access | |
org.jbei.ice.lib.dto.comment | |
org.jbei.ice.lib.dto.entry | |
org.jbei.ice.lib.dto.folder | |
org.jbei.ice.lib.dto.group | |
org.jbei.ice.lib.dto.message | |
org.jbei.ice.lib.dto.sample | |
org.jbei.ice.lib.dto.web | |
org.jbei.ice.lib.group | |
org.jbei.ice.lib.net | |
org.jbei.ice.services.rest | |
org.jbei.ice.storage.model |
Data models for ice objects.
|
Modifier and Type | Method and Description |
---|---|
AccountTransfer |
RemoteAccess.getRemoteUser(long remoteId,
String email) |
Modifier and Type | Method and Description |
---|---|
AccountTransfer |
AccountController.authenticate(AccountTransfer transfer)
Authenticate a user in the database.
|
AccountTransfer |
AccountController.createNewAccount(AccountTransfer info,
boolean sendEmail)
Creates a new account using the parameters passed.
|
AccountTransfer |
Accounts.getAccount(String requester,
String userId) |
AccountTransfer |
AccountController.getAccountBySessionKey(String sessionKey) |
static AccountTransfer |
UserSessions.getUserAccount(String requestingUser,
String token)
Retrieves the account object associated with the session identifier.
|
AccountTransfer |
AccountController.updateAccount(String requester,
long userId,
AccountTransfer transfer) |
AccountTransfer |
AccountController.updatePassword(String userId,
long id,
AccountTransfer transfer)
Updates the specified user account's password
|
Modifier and Type | Method and Description |
---|---|
List<AccountTransfer> |
Accounts.filterAccount(String userId,
String token,
int limit) |
Modifier and Type | Method and Description |
---|---|
AccountTransfer |
AccountController.authenticate(AccountTransfer transfer)
Authenticate a user in the database.
|
AccountTransfer |
AccountController.createNewAccount(AccountTransfer info,
boolean sendEmail)
Creates a new account using the parameters passed.
|
static Account |
AccountUtils.fromDTO(AccountTransfer info) |
AccountTransfer |
AccountController.updateAccount(String requester,
long userId,
AccountTransfer transfer) |
AccountTransfer |
AccountController.updatePassword(String userId,
long id,
AccountTransfer transfer)
Updates the specified user account's password
|
Modifier and Type | Method and Description |
---|---|
AccountTransfer |
BulkUploadInfo.getAccount() |
Modifier and Type | Method and Description |
---|---|
void |
BulkUploadInfo.setAccount(AccountTransfer account) |
Modifier and Type | Field and Description |
---|---|
AccountTransfer |
ShotgunSequenceDTO.depositor |
Modifier and Type | Method and Description |
---|---|
AccountTransfer |
History.getAccount() |
AccountTransfer |
ShotgunSequenceDTO.getDepositor() |
Modifier and Type | Method and Description |
---|---|
LinkedList<AccountTransfer> |
AccountResults.getResults() |
Modifier and Type | Method and Description |
---|---|
void |
History.setAccount(AccountTransfer account) |
void |
ShotgunSequenceDTO.setDepositor(AccountTransfer depositor) |
Modifier and Type | Method and Description |
---|---|
AccountTransfer |
AccessKey.getAccount() |
AccountTransfer |
AccessPermission.getAccount() |
Modifier and Type | Method and Description |
---|---|
void |
AccessKey.setAccount(AccountTransfer account) |
void |
AccessPermission.setAccount(AccountTransfer account) |
Modifier and Type | Method and Description |
---|---|
AccountTransfer |
UserComment.getAccountTransfer() |
Modifier and Type | Method and Description |
---|---|
void |
UserComment.setAccountTransfer(AccountTransfer accountTransfer) |
Modifier and Type | Method and Description |
---|---|
AccountTransfer |
TraceSequenceAnalysis.getDepositor() |
Modifier and Type | Method and Description |
---|---|
void |
TraceSequenceAnalysis.setDepositor(AccountTransfer depositor) |
Modifier and Type | Method and Description |
---|---|
AccountTransfer |
FolderDetails.getOwner() |
Modifier and Type | Method and Description |
---|---|
void |
FolderDetails.setOwner(AccountTransfer owner) |
Modifier and Type | Method and Description |
---|---|
ArrayList<AccountTransfer> |
UserGroup.getMembers() |
Modifier and Type | Method and Description |
---|---|
ArrayList<AccountTransfer> |
MessageInfo.getAccounts() |
Modifier and Type | Method and Description |
---|---|
AccountTransfer |
PartSample.getDepositor() |
AccountTransfer |
SampleRequest.getRequester() |
Modifier and Type | Method and Description |
---|---|
void |
PartSample.setDepositor(AccountTransfer depositor) |
void |
SampleRequest.setRequester(AccountTransfer requester) |
Modifier and Type | Method and Description |
---|---|
AccountTransfer |
RemoteUser.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
RemoteUser.setUser(AccountTransfer user) |
Modifier and Type | Method and Description |
---|---|
protected void |
Groups.setGroupMembers(Group group,
List<AccountTransfer> members,
List<RemoteUser> remoteUsers) |
Modifier and Type | Method and Description |
---|---|
AccountTransfer |
RemoteContact.getUser(String url,
String email,
String token) |
Modifier and Type | Method and Description |
---|---|
AccountTransfer |
UserResource.update(long userId,
AccountTransfer transfer) |
AccountTransfer |
UserResource.updatePassword(long userId,
AccountTransfer transfer) |
Modifier and Type | Method and Description |
---|---|
List<AccountTransfer> |
UserResource.getAutoCompleteForAvailableAccounts(String val,
int limit)
Retrieves (up to specified limit), the list of users that match the value
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AccessTokenResource.create(AccountTransfer transfer)
Creates a new access token for the user referenced in the parameter, after the credentials
(username and password) are validated.
|
javax.ws.rs.core.Response |
UserResource.createNewUser(boolean sendEmail,
AccountTransfer accountTransfer) |
javax.ws.rs.core.Response |
UserResource.resetPassword(AccountTransfer transfer) |
AccountTransfer |
UserResource.update(long userId,
AccountTransfer transfer) |
AccountTransfer |
UserResource.updatePassword(long userId,
AccountTransfer transfer) |
Modifier and Type | Method and Description |
---|---|
AccountTransfer |
Account.toDataTransferObject() |
Copyright © 2017. All rights reserved.