|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectActionForm
com.aurel.track.admin.AdminWorkflowForm
public final class AdminWorkflowForm
Form bean for the Workflow page.
| Constructor Summary | |
|---|---|
AdminWorkflowForm()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAction()
Return the action. |
int |
getCategoryKey()
|
int[] |
getCategoryKeys()
|
int |
getProjectTypeKey()
|
int[] |
getRoleKeys()
|
int |
getStateFromKey()
|
int |
getStateToKey()
|
int |
getWorkFlowKey()
|
void |
reset(ActionMapping mapping,
HttpServletRequest request)
Reset all properties to their default values. |
void |
resetform()
reset all properties to null |
void |
setAction(java.lang.String action)
|
void |
setCategoryKey(int key)
set ProjectTypeKey |
void |
setCategoryKeys(int[] keys)
set CategoryKeys |
void |
setProjectTypeKey(int key)
set ProjectTypeKey |
void |
setRoleKeys(int[] keys)
set RoleKeys |
void |
setStateFromKey(int key)
set StateFromKey |
void |
setStateToKey(int key)
set StateToKey |
void |
setWorkFlowKey(int workFlowKey)
set workFlowKey |
java.lang.String |
toString()
|
ActionErrors |
validate(ActionMapping mapping,
HttpServletRequest request)
Validate the properties that have been set from this HTTP request, and return an ActionErrors object that encapsulates any
validation errors that have been found. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AdminWorkflowForm()
| Method Detail |
|---|
public java.lang.String getAction()
public void setAction(java.lang.String action)
public int getWorkFlowKey()
public void setWorkFlowKey(int workFlowKey)
workFlowKey - public int[] getRoleKeys()
public void setRoleKeys(int[] keys)
keys - public int[] getCategoryKeys()
public void setCategoryKeys(int[] keys)
keys - public int getProjectTypeKey()
public void setProjectTypeKey(int key)
key - public int getStateFromKey()
public void setStateFromKey(int key)
key - public int getStateToKey()
public void setStateToKey(int key)
key - public int getCategoryKey()
public void setCategoryKey(int key)
key -
public void reset(ActionMapping mapping,
HttpServletRequest request)
mapping - The mapping used to select this instancerequest - The servlet request we are processingpublic void resetform()
public ActionErrors validate(ActionMapping mapping,
HttpServletRequest request)
ActionErrors object that encapsulates any
validation errors that have been found. If no errors are found, return
null or an ActionErrors object with no
recorded error messages.
mapping - The mapping used to select this instancerequest - The servlet request we are processingpublic java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||