com.aurel.track.admin
Class AdminWorkflowForm

java.lang.Object
  extended by ActionForm
      extended by com.aurel.track.admin.AdminWorkflowForm

public final class AdminWorkflowForm
extends ActionForm

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

AdminWorkflowForm

public AdminWorkflowForm()
Method Detail

getAction

public java.lang.String getAction()
Return the action.


setAction

public void setAction(java.lang.String action)

getWorkFlowKey

public int getWorkFlowKey()
Returns:
Returns the workFlowKey.

setWorkFlowKey

public void setWorkFlowKey(int workFlowKey)
set workFlowKey

Parameters:
workFlowKey -

getRoleKeys

public int[] getRoleKeys()
Returns:
int[] with keys for selected role

setRoleKeys

public void setRoleKeys(int[] keys)
set RoleKeys

Parameters:
keys -

getCategoryKeys

public int[] getCategoryKeys()
Returns:
int[] with keys for selected categories

setCategoryKeys

public void setCategoryKeys(int[] keys)
set CategoryKeys

Parameters:
keys -

getProjectTypeKey

public int getProjectTypeKey()
Returns:
int key for project type

setProjectTypeKey

public void setProjectTypeKey(int key)
set ProjectTypeKey

Parameters:
key -

getStateFromKey

public int getStateFromKey()
Returns:
int key for stateFromKey

setStateFromKey

public void setStateFromKey(int key)
set StateFromKey

Parameters:
key -

getStateToKey

public int getStateToKey()
Returns:
int key for stateToKey

setStateToKey

public void setStateToKey(int key)
set StateToKey

Parameters:
key -

getCategoryKey

public int getCategoryKey()
Returns:
int key for project type

setCategoryKey

public void setCategoryKey(int key)
set ProjectTypeKey

Parameters:
key -

reset

public void reset(ActionMapping mapping,
                  HttpServletRequest request)
Reset all properties to their default values.

Parameters:
mapping - The mapping used to select this instance
request - The servlet request we are processing

resetform

public void resetform()
reset all properties to null


validate

public 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. If no errors are found, return null or an ActionErrors object with no recorded error messages.

Parameters:
mapping - The mapping used to select this instance
request - The servlet request we are processing

toString

public java.lang.String toString()


Issue Tracking with Track+: Home Page      Copyright © 2008 Trackplus. All Rights Reserved.