|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.tmaj.servlet.request.BaseRequest
edu.jhu.tmaj.servlet.request.impl.MetaDataAddRequest
public class MetaDataAddRequest
Used to add a record to one of the DynamicMeta Data sections. The MetaData includes the Types Table, the Fields Table, and the Enums Table.
| Nested Class Summary | |
|---|---|
static interface |
MetaDataAddRequest.AddOperation
An operation that adds a new record to a MetaData table. |
static class |
MetaDataAddRequest.EnumAdd
Add to a Enums table. |
static class |
MetaDataAddRequest.FieldAdd
Add to a Fields table. |
static class |
MetaDataAddRequest.TypeAdd
Adds to a Types table. |
| Field Summary |
|---|
| Fields inherited from class edu.jhu.tmaj.servlet.request.BaseRequest |
|---|
password, username |
| Constructor Summary | |
|---|---|
MetaDataAddRequest(MetaDataAddRequest.AddOperation addOperation)
|
|
| Method Summary | |
|---|---|
CommandResponse |
processRequest(UserBean userBean)
This request is executed on the server assuming the username and password returns a valid UserBean. |
| Methods inherited from class edu.jhu.tmaj.servlet.request.BaseRequest |
|---|
executeCommand, getPassword, getUsername |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MetaDataAddRequest(MetaDataAddRequest.AddOperation addOperation)
| Method Detail |
|---|
public CommandResponse processRequest(UserBean userBean)
throws java.lang.Exception
BaseRequest
processRequest in class BaseRequestjava.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||