org.kuali.rice.kew.actionlist
Class ActionListForm
java.lang.Object
org.kuali.rice.krad.web.form.UifFormBase
org.kuali.rice.kew.actionlist.ActionListForm
- All Implemented Interfaces:
- Serializable, ViewModel
public class ActionListForm
- extends UifFormBase
Action List form implementation for the action list.
Holds properties necessary to determine the View
instance that
will be used to render the UI for the action list.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Fields inherited from class org.kuali.rice.krad.web.form.UifFormBase |
actionParameters, addedCollectionItems, ajaxRequest, ajaxReturnType, attachmentFile, clientStateForSyncing, controllerMapping, defaultsApplied, dialogExplanation, dialogManager, dialogResponse, dirtyForm, extensionData, flowKey, focusId, formKey, formPostUrl, growlScript, historyFlow, historyManager, jumpToId, jumpToName, lightboxScript, newCollectionLines, pageId, postedView, readOnlyFieldsList, renderedInLightBox, requestedFormKey, requestRedirected, returnFormKey, returnLocation, selectedCollectionLines, sessionId, sessionTimeoutInterval, state, updateComponentId, view, viewId, viewName, viewRequestParameters, viewTypeName |
Methods inherited from class org.kuali.rice.krad.web.form.UifFormBase |
generateFormKey, getActionEvent, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getAddedCollectionItems, getAjaxReturnType, getAttachmentFile, getClientStateForSyncing, getControllerMapping, getDialogExplanation, getDialogManager, getDialogResponse, getExtensionData, getFlowKey, getFocusId, getFormKey, getFormPostUrl, getGrowlScript, getHistoryFlow, getHistoryManager, getInitialRequestParameters, getJumpToId, getJumpToName, getLightboxScript, getNewCollectionLines, getPageId, getPostedView, getReadOnlyFieldsList, getRequestedFormKey, getRequestJsonTemplate, getRequestUrl, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getSessionId, getSessionTimeoutInterval, getState, getUpdateComponentId, getView, getViewId, getViewName, getViewRequestParameters, getViewService, getViewTypeName, isAddedCollectionItem, isAjaxRequest, isBuildViewRequest, isDefaultsApplied, isDirtyForm, isJsonRequest, isOriginalComponentRequest, isRenderedInLightBox, isRequestRedirected, isUpdateComponentRequest, isUpdateDialogRequest, isUpdateNoneRequest, isUpdatePageRequest, isUpdateViewRequest, setActionParameters, setAddedCollectionItems, setAjaxRequest, setAjaxReturnType, setAttachmentFile, setClientStateForSyncing, setDefaultsApplied, setDialogExplanation, setDialogManager, setDialogResponse, setDirtyForm, setDirtyForm, setExtensionData, setFlowKey, setFocusId, setFormKey, setFormPostUrl, setGrowlScript, setHistoryFlow, setHistoryManager, setInitialRequestParameters, setJumpToId, setJumpToName, setLightboxScript, setNewCollectionLines, setOriginalComponentRequest, setPageId, setPostedView, setReadOnlyFieldsList, setRenderedInLightBox, setRequestedFormKey, setRequestJsonTemplate, setRequestRedirected, setRequestUrl, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setState, setUpdateComponentId, setView, setViewId, setViewName, setViewRequestParameters, setViewTypeName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionListForm
public ActionListForm()
getCreateDateTo
public String getCreateDateTo()
setCreateDateTo
public void setCreateDateTo(String createDateTo)
getLastAssignedDateFrom
public String getLastAssignedDateFrom()
setLastAssignedDateFrom
public void setLastAssignedDateFrom(String lastAssignedDateFrom)
getCreateDateFrom
public String getCreateDateFrom()
setCreateDateFrom
public void setCreateDateFrom(String createDate)
getFilter
public ActionListFilter getFilter()
setFilter
public void setFilter(ActionListFilter filter)
getLastAssignedDateTo
public String getLastAssignedDateTo()
setLastAssignedDateTo
public void setLastAssignedDateTo(String lastAssignedDate)
getOldFilter
public ActionListFilter getOldFilter()
setOldFilter
public void setOldFilter(ActionListFilter oldFilter)
validateDates
public void validateDates()
getLoadedFilter
public ActionListFilter getLoadedFilter()
getLookupableImplServiceName
public String getLookupableImplServiceName()
setLookupableImplServiceName
public void setLookupableImplServiceName(String lookupableImplServiceName)
getLookupType
public String getLookupType()
setLookupType
public void setLookupType(String lookupType)
getDocTypeFullName
public String getDocTypeFullName()
setDocTypeFullName
public void setDocTypeFullName(String docTypeFullName)
getUserWorkgroups
public List getUserWorkgroups()
setUserWorkgroups
public void setUserWorkgroups(List userWorkgroups)
getHelpDeskActionListPrincipal
public Principal getHelpDeskActionListPrincipal()
setHelpDeskActionListPrincipal
public void setHelpDeskActionListPrincipal(Principal helpDeskActionListPrincipal)
getHelpDeskActionListPerson
public Person getHelpDeskActionListPerson()
setHelpDeskActionListPerson
public void setHelpDeskActionListPerson(Person helpDeskActionListPerson)
isOutBoxMode
public boolean isOutBoxMode()
setOutBoxMode
public void setOutBoxMode(boolean outBoxMode)
setUser
public void setUser(String user)
getUser
public String getUser()
isNoRefresh
public boolean isNoRefresh()
setNoRefresh
public void setNoRefresh(boolean noRefresh)
isHelpDeskActionList
public boolean isHelpDeskActionList()
setHelpDeskActionList
public void setHelpDeskActionList(boolean helpDeskActionList)
getActionList
public List<ActionItemActionListExtension> getActionList()
setActionList
public void setActionList(ArrayList<ActionItemActionListExtension> actionList)
isRequeryActionList
public boolean isRequeryActionList()
setRequeryActionList
public void setRequeryActionList(boolean requeryActionList)
getPreferences
public Preferences getPreferences()
setPreferences
public void setPreferences(Preferences preferences)
isUpdateActionList
public boolean isUpdateActionList()
setUpdateActionList
public void setUpdateActionList(boolean updateActionList)
getHelpDeskActionListUserName
public String getHelpDeskActionListUserName()
setHelpDeskActionListUserName
public void setHelpDeskActionListUserName(String helpDeskActionListUserName)
getMethodToCall
public String getMethodToCall()
- Description copied from class:
UifFormBase
- Identifies the controller method that should be invoked to fulfill a
request. The value will be matched up against the 'params' setting on the
RequestMapping
annotation for the controller method
- Overrides:
getMethodToCall
in class UifFormBase
- Returns:
- String method to call
setMethodToCall
public void setMethodToCall(String methodToCall)
- Description copied from class:
UifFormBase
- Setter for the method to call
- Overrides:
setMethodToCall
in class UifFormBase
getDelegator
public String getDelegator()
setDelegator
public void setDelegator(String delegator)
getDocType
public String getDocType()
setDocType
public void setDocType(String docType)
getFilterLegend
public String getFilterLegend()
setFilterLegend
public void setFilterLegend(String filterLegend)
getActionListType
public String getActionListType()
setActionListType
public void setActionListType(String actionListType)
getCustomActionList
public Boolean getCustomActionList()
setCustomActionList
public void setCustomActionList(Boolean customActionList)
getDefaultActionToTake
public String getDefaultActionToTake()
setDefaultActionToTake
public void setDefaultActionToTake(String defaultActionToTake)
getActionsToTake
public List<ActionToTake> getActionsToTake()
setActionsToTake
public void setActionsToTake(List<ActionToTake> actionsToTake)
getActions
public ActionToTake getActions(int index)
getDefaultActions
public Map<?,?> getDefaultActions()
setDefaultActions
public void setDefaultActions(Map<?,?> defaultActions)
getDelegationId
public String getDelegationId()
setDelegationId
public void setDelegationId(String delegationId)
getDelegators
public List<?> getDelegators()
setDelegators
public void setDelegators(List<?> delegators)
getHasCustomActions
public Boolean getHasCustomActions()
setHasCustomActions
public void setHasCustomActions(Boolean hasCustomActions)
getCssFile
public String getCssFile()
setCssFile
public void setCssFile(String cssFile)
getLogoAlign
public String getLogoAlign()
setLogoAlign
public void setLogoAlign(String logoAlign)
getViewOutbox
public String getViewOutbox()
setViewOutbox
public void setViewOutbox(String viewOutbox)
getOutboxItems
public String[] getOutboxItems()
setOutboxItems
public void setOutboxItems(String[] outboxItems)
isOutBoxEmpty
public boolean isOutBoxEmpty()
setOutBoxEmpty
public void setOutBoxEmpty(boolean outBoxEmpty)
getShowOutbox
public Boolean getShowOutbox()
setShowOutbox
public void setShowOutbox(Boolean showOutbox)
getMenuBar
public String getMenuBar()
postBind
public void postBind(javax.servlet.http.HttpServletRequest request)
- Description copied from interface:
ViewModel
- Called after Spring binds the request to the form and before the controller method is invoked
- Specified by:
postBind
in interface ViewModel
- Overrides:
postBind
in class UifFormBase
- Parameters:
request
- - request object containing the query parameters- See Also:
ViewModel.postBind(javax.servlet.http.HttpServletRequest)
getRouteLogPopup
public Boolean getRouteLogPopup()
getDocumentPopup
public Boolean getDocumentPopup()
setRouteLogPopup
public void setRouteLogPopup(Boolean routeLogPopup)
setDocumentPopup
public void setDocumentPopup(Boolean documentPopup)
getHasDisplayParameters
public Boolean getHasDisplayParameters()
setHasDisplayParameters
public void setHasDisplayParameters(Boolean hasDisplayParameters)
getPrimaryDelegates
public List<WebFriendlyRecipient> getPrimaryDelegates()
setPrimaryDelegates
public void setPrimaryDelegates(List<WebFriendlyRecipient> primaryDelegates)
getPrimaryDelegateId
public String getPrimaryDelegateId()
setPrimaryDelegateId
public void setPrimaryDelegateId(String primaryDelegateId)
getApiActionList
public List<ActionItem> getApiActionList()
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.