| Package | Description |
|---|---|
| org.jbei.ice.lib.dto.sample | |
| org.jbei.ice.lib.entry | |
| 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 |
|---|---|
ArrayList<UserComment> |
PartSample.getComments() |
| Modifier and Type | Method and Description |
|---|---|
UserComment |
EntryController.createEntryComment(String userId,
long partId,
UserComment newComment) |
UserComment |
EntryController.updateEntryComment(String userId,
long partId,
long commentId,
UserComment userComment) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<UserComment> |
EntryController.retrieveEntryComments(String userId,
long partId) |
| Modifier and Type | Method and Description |
|---|---|
UserComment |
EntryController.createEntryComment(String userId,
long partId,
UserComment newComment) |
UserComment |
EntryController.updateEntryComment(String userId,
long partId,
long commentId,
UserComment userComment) |
| Modifier and Type | Method and Description |
|---|---|
List<UserComment> |
RemoteEntry.getComments() |
| Modifier and Type | Method and Description |
|---|---|
UserComment |
PartResource.updateComment(long partId,
long commentId,
UserComment userComment) |
| Modifier and Type | Method and Description |
|---|---|
List<UserComment> |
PartResource.getComments(long partId) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
PartResource.createComment(long partId,
UserComment userComment) |
UserComment |
PartResource.updateComment(long partId,
long commentId,
UserComment userComment) |
| Modifier and Type | Method and Description |
|---|---|
UserComment |
Comment.toDataTransferObject() |
Copyright © 2017. All rights reserved.