public class TravelAuthorizationForm extends TransactionalDocumentFormBase
Holds properties necessary to determine the View
instance that
will be used to render the UI for the travel authorization document.
document
actionParameters, addedCollectionItems, ajaxRequest, ajaxReturnType, applyDefaultValues, attachmentFile, clientStateForSyncing, controllerMapping, dialogExplanations, dialogResponses, dirtyForm, extensionData, flowKey, focusId, formKey, formPostUrl, growlScript, historyFlow, historyManager, jumpToId, jumpToName, methodToCall, newCollectionLines, pageId, queryParameters, readOnlyFieldsList, renderedInDialog, renderedInIframe, request, requestedFormKey, requestRedirected, returnDialogId, returnDialogResponse, returnFormKey, returnLocation, selectedCollectionLines, selectedLookupResultsCache, sessionId, sessionTimeoutInterval, state, triggerActionId, updateComponentId, view, viewId, viewName, viewPostMetadata, viewRequestParameters, viewTypeName
Constructor and Description |
---|
TravelAuthorizationForm() |
Modifier and Type | Method and Description |
---|---|
protected String |
getDefaultDocumentTypeName()
Determines the default type name.
|
String |
getTravelerFirstName() |
String |
getTravelerLastName() |
void |
setTravelerFirstName(String travelerFirstName) |
void |
setTravelerLastName(String travelerLastName) |
getAnnotation, getCommand, getDocId, getDocTypeName, getDocument, getDocumentCreateDate, getDocumentInitiatorNetworkId, getWorkflowDocument, instantiateDocument, setAnnotation, setCommand, setDocId, setDocTypeName, setDocument
generateFormKey, getActionEvent, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getAddedCollectionItems, getAjaxReturnType, getAttachmentFile, getClientStateForSyncing, getControllerMapping, getDialogDataObject, getDialogExplanations, getDialogResponse, getDialogResponses, getExtensionData, getFlowKey, getFocusId, getFormKey, getFormPostUrl, getGrowlScript, getHistoryFlow, getHistoryManager, getInitialRequestParameters, getJumpToId, getJumpToName, getMethodToCall, getNewCollectionLines, getPageId, getQueryParameters, getReadOnlyFieldsList, getRequest, getRequestedFormKey, getRequestJsonTemplate, getRequestUrl, getReturnDialogId, getReturnDialogResponse, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getSelectedLookupResultsCache, getSessionId, getSessionTimeoutInterval, getState, getTriggerActionId, getUpdateComponent, getUpdateComponentId, getView, getViewHelperService, getViewId, getViewName, getViewPostMetadata, getViewRequestParameters, getViewService, getViewTypeName, isAddedCollectionItem, isAjaxRequest, isApplyDefaultValues, isCollectionPagingRequest, isDirtyForm, isJsonRequest, isRenderedInDialog, isRenderedInIframe, isRequestRedirected, isUpdateComponentRequest, isUpdateDialogRequest, isUpdateNoneRequest, isUpdatePageRequest, postBind, preBind, preRender, setActionParameters, setAddedCollectionItems, setAjaxRequest, setAjaxReturnType, setApplyDefaultValues, setAttachmentFile, setClientStateForSyncing, setCollectionPagingRequest, setDialogDataObject, setDialogExplanations, setDialogResponses, setDirtyForm, setDirtyForm, setExtensionData, setFlowKey, setFocusId, setFormKey, setFormPostUrl, setGrowlScript, setHistoryFlow, setHistoryManager, setInitialRequestParameters, setJumpToId, setJumpToName, setMethodToCall, setNewCollectionLines, setPageId, setQueryParameters, setReadOnlyFieldsList, setRenderedInDialog, setRenderedInIframe, setRequest, setRequestedFormKey, setRequestJsonTemplate, setRequestRedirected, setRequestUrl, setReturnDialogId, setReturnDialogResponse, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setSelectedLookupResultsCache, setState, setTriggerActionId, setUpdateComponent, setUpdateComponentId, setView, setViewId, setViewName, setViewPostMetadata, setViewRequestParameters, setViewTypeName, toString
public TravelAuthorizationForm()
protected String getDefaultDocumentTypeName()
The default document type name is specific for each type of KRAD transactional document and manually set.
getDefaultDocumentTypeName
in class DocumentFormBase
public void setTravelerFirstName(String travelerFirstName)
public String getTravelerFirstName()
public void setTravelerLastName(String travelerLastName)
public String getTravelerLastName()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.