| Package | Description |
|---|---|
| org.jbei.ice.lib.access |
Permissions related classes.
|
| org.jbei.ice.lib.account | |
| org.jbei.ice.lib.bulkupload | |
| org.jbei.ice.lib.entry |
| Modifier and Type | Method and Description |
|---|---|
void |
Authorization.expectAdmin(String userId) |
void |
Authorization.expectRead(String userId,
T object) |
void |
Authorization.expectWrite(String userId,
T object) |
| Modifier and Type | Method and Description |
|---|---|
AccountTransfer |
AccountController.updatePassword(String userId,
long id,
AccountTransfer transfer)
Updates the specified user account's password
|
| Modifier and Type | Method and Description |
|---|---|
BulkUploadInfo |
BulkUploadController.deleteDraftById(String userId,
long draftId)
Deletes a bulk import draft referenced by a unique identifier.
|
protected ProcessedBulkUpload |
BulkEntryCreator.submitBulkImportDraft(String userId,
BulkUpload draft,
ProcessedBulkUpload processedBulkUpload)
Submits a bulk import that has been saved.
|
| Modifier and Type | Method and Description |
|---|---|
protected PartData |
EntryController.retrieveEntryDetails(String userId,
Entry entry) |
Copyright © 2017. All rights reserved.