edu.sampleu.travel
Class TravelAuthorizationForm

java.lang.Object
  extended by org.kuali.rice.krad.web.form.UifFormBase
      extended by org.kuali.rice.krad.web.form.DocumentFormBase
          extended by org.kuali.rice.krad.web.form.TransactionalDocumentFormBase
              extended by edu.sampleu.travel.TravelAuthorizationForm
All Implemented Interfaces:
Serializable, ViewModel

public class TravelAuthorizationForm
extends TransactionalDocumentFormBase

Transactional doc form implementation for the travel authorization document.

Holds properties necessary to determine the View instance that will be used to render the UI for the travel authorization document.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.web.form.DocumentFormBase
document
 
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, methodToCall, newCollectionLines, pageId, postedView, readOnlyFieldsList, renderedInLightBox, requestedFormKey, requestRedirected, returnFormKey, returnLocation, selectedCollectionLines, selectedLookupResultsCache, sessionId, sessionTimeoutInterval, state, updateComponentId, view, viewId, viewName, viewRequestParameters, viewTypeName
 
Constructor Summary
TravelAuthorizationForm()
           
 
Method Summary
protected  String getDefaultDocumentTypeName()
          Determines the default type name.
 String getTravelerFirstName()
           
 String getTravelerLastName()
           
 void setTravelerFirstName(String travelerFirstName)
           
 void setTravelerLastName(String travelerLastName)
           
 
Methods inherited from class org.kuali.rice.krad.web.form.DocumentFormBase
getAnnotation, getCommand, getDocId, getDocTypeName, getDocument, getDocumentCreateDate, getDocumentInitiatorNetworkId, getWorkflowDocument, instantiateDocument, setAnnotation, setCommand, setDocId, setDocTypeName, setDocument
 
Methods inherited from class org.kuali.rice.krad.web.form.UifFormBase
generateFormKey, getActionEvent, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getActiveView, getAddedCollectionItems, getAjaxReturnType, getAttachmentFile, getClientStateForSyncing, getControllerMapping, getDialogExplanation, getDialogManager, getDialogResponse, getExtensionData, getFlowKey, getFocusId, getFormKey, getFormPostUrl, getGrowlScript, getHistoryFlow, getHistoryManager, getInitialRequestParameters, getJumpToId, getJumpToName, getLightboxScript, getMethodToCall, getNewCollectionLines, getPageId, getPostedView, getReadOnlyFieldsList, getRequestedFormKey, getRequestJsonTemplate, getRequestUrl, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getSelectedLookupResultsCache, getSessionId, getSessionTimeoutInterval, getState, getUpdateComponentId, getView, getViewId, getViewName, getViewRequestParameters, getViewService, getViewTypeName, isAddedCollectionItem, isAjaxRequest, isBuildViewRequest, isDefaultsApplied, isDirtyForm, isJsonRequest, isOriginalComponentRequest, isRenderedInLightBox, isRequestRedirected, isUpdateComponentRequest, isUpdateDialogRequest, isUpdateNoneRequest, isUpdatePageRequest, isUpdateViewRequest, postBind, preBind, setActionParameters, setAddedCollectionItems, setAjaxRequest, setAjaxReturnType, setAttachmentFile, setClientStateForSyncing, setDefaultsApplied, setDialogExplanation, setDialogManager, setDialogResponse, setDirtyForm, setDirtyForm, setExtensionData, setFlowKey, setFocusId, setFormKey, setFormPostUrl, setGrowlScript, setHistoryFlow, setHistoryManager, setInitialRequestParameters, setJumpToId, setJumpToName, setLightboxScript, setMethodToCall, setNewCollectionLines, setOriginalComponentRequest, setPageId, setPostedView, setReadOnlyFieldsList, setRenderedInLightBox, setRequestedFormKey, setRequestJsonTemplate, setRequestRedirected, setRequestUrl, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setSelectedLookupResultsCache, setState, setUpdateComponentId, setView, setViewId, setViewName, setViewRequestParameters, setViewTypeName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TravelAuthorizationForm

public TravelAuthorizationForm()
Method Detail

getDefaultDocumentTypeName

protected String getDefaultDocumentTypeName()
Determines the default type name.

The default document type name is specific for each type of KRAD transactional document and manually set.

Overrides:
getDefaultDocumentTypeName in class DocumentFormBase
Returns:
String - default document type name

setTravelerFirstName

public void setTravelerFirstName(String travelerFirstName)

getTravelerFirstName

public String getTravelerFirstName()

setTravelerLastName

public void setTravelerLastName(String travelerLastName)

getTravelerLastName

public String getTravelerLastName()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.