|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
org.apache.beehive.netui.pageflow.internal.BaseActionForm
org.apache.beehive.netui.pageflow.FormData
com.bea.wli.worklist.portal.UpdateActionForm
public class UpdateActionForm
Field Summary | |
---|---|
protected DateFormat |
_dateFormat
|
Fields inherited from class org.apache.struts.validator.ValidatorForm |
---|
page, validatorResults |
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
UpdateActionForm()
|
Method Summary | |
---|---|
String[] |
getActualPropertySelections()
|
String |
getAdminState(HttpServletRequest request)
|
Assignee |
getAssigneeList()
|
boolean |
getCanBeClaimed()
|
boolean |
getCanChangeCompletionDueDate()
|
boolean |
getCanChangeOwner()
|
boolean |
getCanChangeStepCompletionDueDate()
|
boolean |
getCanClaimDueDate()
|
boolean |
getCanUpdate()
|
String |
getClaimant()
|
String |
getClaimantName()
Name instead of id |
String |
getComment()
|
Date |
getCompletionDueDate()
|
String |
getCompletionDueDateStr()
|
Date |
getCreateDate()
|
String |
getCreator()
|
String |
getCreatorName()
Name instead of id |
String |
getCurrentStepName()
|
DateFormat |
getDateFormat()
|
void |
getDateFormat(DateFormat dt)
|
String |
getDateFormatLocalizedPattern()
|
Date |
getLastUpdateDate()
|
String |
getLastUpdateUser()
|
String |
getLastUpdateUserName()
Name instead of id |
String |
getOwner()
|
String |
getOwnerName()
Name instead of id |
String |
getPriority()
|
PropertyInstanceHolder[] |
getProperties()
Get all PropertyInstanceHolders representing properties for this task. |
String[] |
getPropertySelections()
|
Date |
getStepClaimDueDate()
Deprecated. Use getStepCompletionDueDate() where the current step (as defined by the task plan) represents the 'claim' on the task. |
String |
getStepClaimDueDateStr()
Deprecated. Use getStepCompletionDueDateStr() where the current step (as defined by the task plan) represents the 'claim' on the task. |
Date |
getStepCompletionDueDate()
|
String |
getStepCompletionDueDateStr()
|
String |
getTaskId()
|
String |
getTaskName()
|
String |
getTaskPlanId()
|
PropertyInstanceHolder[] |
getUserProperties()
Return an array of all the PropertyInstanceHolders representing user defined properties for this task. |
PropertyInstanceHolder |
getUserProperty(String name)
Return the PropertyInstanceHolder for the property with the given name, or null if no such property exists. |
String |
getWorkingState(HttpServletRequest request)
|
void |
initialize(UpdateActionForm form)
|
void |
setAdminState(String adminState)
|
void |
setAssigneeList(Assignee assigneeList)
|
void |
setCanBeClaimed(boolean canBeClaimed)
|
void |
setCanChangeCompletionDueDate(boolean canChangeCompletionDueDate)
|
void |
setCanChangeOwner(boolean canChangeOwner)
|
void |
setCanChangeStepCompletionDueDate(boolean canChangeStepCompletionDueDate)
|
void |
setCanClaimDueDate(boolean canClaimDueDate)
|
void |
setCanUpdate(boolean canUpdate)
|
void |
setClaimant(String claimant)
|
void |
setClaimantName(String claimantName)
|
void |
setComment(String comment)
|
void |
setCompletionDueDate(Date completionDueDate)
|
void |
setCompletionDueDateStr(String completionDueDate)
|
void |
setCreateDate(Date createDate)
|
void |
setCreator(String creator)
|
void |
setCreatorName(String creatorName)
|
void |
setCurrentStepName(String currentStepName)
|
void |
setLastUpdateDate(Date lastUpdateDate)
|
void |
setLastUpdateUser(String lastUpdateUser)
|
void |
setLastUpdateUserName(String lastUpdateUserName)
|
void |
setOwner(String owner)
|
void |
setOwnerName(String ownerName)
|
void |
setPriority(String priority)
|
void |
setProperties(PropertyInstanceHolder[] props)
|
void |
setPropertySelections(String[] userSelections)
For Property check box |
void |
setStepClaimDueDate(Date claimDueDate)
Deprecated. Use setStepCompletionDueDate() where the current step (as defined by the task plan) represents the 'claim' on the task. |
void |
setStepClaimDueDateStr(String claimDueDate)
Deprecated. Use setStepCompletionDueDateStr() where the current step (as defined by the task plan) represents the 'claim' on the task. |
void |
setStepCompletionDueDate(Date stepCompletionDueDate)
|
void |
setStepCompletionDueDateStr(String stepCompletionDueDate)
|
void |
setTaskId(String taskId)
|
void |
setTaskName(String taskName)
|
void |
setTaskPlanId(String taskPlanId)
|
void |
setWorkingState(String workingState)
|
void |
validate(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request,
org.apache.struts.action.ActionMessages errors)
|
Methods inherited from class org.apache.beehive.netui.pageflow.internal.BaseActionForm |
---|
getAdditionalActionErrors, validate, validateBean |
Methods inherited from class org.apache.struts.validator.ValidatorForm |
---|
getPage, getResultValueMap, getValidatorResults, log, log, reset, setPage, setValidatorResults |
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected DateFormat _dateFormat
Constructor Detail |
---|
public UpdateActionForm()
Method Detail |
---|
public void initialize(UpdateActionForm form)
public DateFormat getDateFormat()
public void getDateFormat(DateFormat dt)
public String getDateFormatLocalizedPattern()
public void setComment(String comment)
public String getComment()
public void setCompletionDueDate(Date completionDueDate)
public Date getCompletionDueDate() throws ParseException
ParseException
public void setCompletionDueDateStr(String completionDueDate)
public String getCompletionDueDateStr()
public void setStepClaimDueDate(Date claimDueDate)
public Date getStepClaimDueDate() throws ParseException
ParseException
public void setStepClaimDueDateStr(String claimDueDate)
public String getStepClaimDueDateStr()
public void setStepCompletionDueDate(Date stepCompletionDueDate)
public Date getStepCompletionDueDate() throws ParseException
ParseException
public void setStepCompletionDueDateStr(String stepCompletionDueDate)
public String getStepCompletionDueDateStr()
public void setPriority(String priority)
public String getPriority()
public void setProperties(PropertyInstanceHolder[] props)
public PropertyInstanceHolder[] getProperties()
public PropertyInstanceHolder[] getUserProperties()
public PropertyInstanceHolder getUserProperty(String name)
public String getTaskPlanId()
public void setTaskPlanId(String taskPlanId)
public String getCurrentStepName()
public void setCurrentStepName(String currentStepName)
public String getOwner()
public void setOwner(String owner)
public String getClaimant()
public void setClaimant(String claimant)
public String getTaskId()
public void setTaskId(String taskId)
public String getTaskName()
public void setTaskName(String taskName)
public String getAdminState(HttpServletRequest request)
public void setAdminState(String adminState)
public String getWorkingState(HttpServletRequest request)
public void setWorkingState(String workingState)
public String getCreator()
public void setCreator(String creator)
public Date getCreateDate()
public void setCreateDate(Date createDate)
public String getLastUpdateUser()
public void setLastUpdateUser(String lastUpdateUser)
public Date getLastUpdateDate()
public void setLastUpdateDate(Date lastUpdateDate)
public String getOwnerName()
public void setOwnerName(String ownerName)
public String getClaimantName()
public void setClaimantName(String claimantName)
public String getCreatorName()
public void setCreatorName(String creatorName)
public String getLastUpdateUserName()
public void setLastUpdateUserName(String lastUpdateUserName)
public boolean getCanUpdate()
public void setCanUpdate(boolean canUpdate)
public boolean getCanChangeOwner()
public void setCanChangeOwner(boolean canChangeOwner)
public boolean getCanBeClaimed()
public void setCanBeClaimed(boolean canBeClaimed)
public boolean getCanClaimDueDate()
public void setCanClaimDueDate(boolean canClaimDueDate)
public boolean getCanChangeStepCompletionDueDate()
public void setCanChangeStepCompletionDueDate(boolean canChangeStepCompletionDueDate)
public boolean getCanChangeCompletionDueDate()
public void setCanChangeCompletionDueDate(boolean canChangeCompletionDueDate)
public Assignee getAssigneeList()
public void setAssigneeList(Assignee assigneeList)
public void setPropertySelections(String[] userSelections)
userSelections
- public String[] getActualPropertySelections()
public String[] getPropertySelections()
public void validate(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request, org.apache.struts.action.ActionMessages errors)
validate
in interface Validatable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |