org.kuali.rice.krad.web.form
Class DocumentFormBase

java.lang.Object
  extended by org.kuali.rice.krad.web.form.UifFormBase
      extended by org.kuali.rice.krad.web.form.DocumentFormBase
All Implemented Interfaces:
Serializable, ViewModel
Direct Known Subclasses:
MaintenanceDocumentForm, TransactionalDocumentFormBase

public class DocumentFormBase
extends UifFormBase

Base form for all DocumentView screens

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

Field Summary
protected  Document document
           
 
Fields inherited from class org.kuali.rice.krad.web.form.UifFormBase
actionParameters, addedCollectionItems, ajaxRequest, ajaxReturnType, attachmentFile, clientStateForSyncing, controllerMapping, dialogExplanation, dialogManager, dialogResponse, dirtyForm, extensionData, flowKey, focusId, formKey, formPostUrl, growlScript, historyFlow, historyManager, jumpToId, jumpToName, lightboxScript, methodToCall, newCollectionLines, pageId, queryParameters, readOnlyFieldsList, renderedInIframe, renderedInLightBox, requestedFormKey, requestRedirected, returnFormKey, returnLocation, selectedCollectionLines, selectedLookupResultsCache, sessionId, sessionTimeoutInterval, state, updateComponentId, view, viewId, viewName, viewPostMetadata, viewRequestParameters, viewsThatNeedDefaultValuesApplied, viewTypeName
 
Constructor Summary
DocumentFormBase()
           
 
Method Summary
 String getAnnotation()
           
 String getCommand()
           
protected  String getDefaultDocumentTypeName()
           
 String getDocId()
           
 String getDocTypeName()
           
 Document getDocument()
           
 String getDocumentCreateDate()
          Retrieves the create date for the forms document and formats for presentation
 String getDocumentInitiatorNetworkId()
          Retrieves the principal name (network id) for the document's initiator
 WorkflowDocument getWorkflowDocument()
          Retrieves the WorkflowDocument instance from the forms document instance
protected  void instantiateDocument()
           
 void setAnnotation(String annotation)
           
 void setCommand(String command)
           
 void setDocId(String docId)
           
 void setDocTypeName(String docTypeName)
           
 void setDocument(Document document)
           
 
Methods inherited from class org.kuali.rice.krad.web.form.UifFormBase
addViewThatNeedsDefaultValuesApplied, 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, getMethodToCall, getNewCollectionLines, getPageId, getQueryParameters, getReadOnlyFieldsList, getRequestedFormKey, getRequestJsonTemplate, getRequestUrl, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getSelectedLookupResultsCache, getSessionId, getSessionTimeoutInterval, getState, getUpdateComponent, getUpdateComponentId, getView, getViewHelperService, getViewId, getViewName, getViewPostMetadata, getViewRequestParameters, getViewService, getViewsThatNeedDefaultValuesApplied, getViewTypeName, isAddedCollectionItem, isAjaxRequest, isCollectionPagingRequest, isDirtyForm, isJsonRequest, isRenderedInIframe, isRenderedInLightBox, isRequestRedirected, isUpdateComponentRequest, isUpdateDialogRequest, isUpdateNoneRequest, isUpdatePageRequest, postBind, preBind, setActionParameters, setAddedCollectionItems, setAjaxRequest, setAjaxReturnType, setAttachmentFile, setClientStateForSyncing, setCollectionPagingRequest, setDialogExplanation, setDialogManager, setDialogResponse, setDirtyForm, setDirtyForm, setExtensionData, setFlowKey, setFocusId, setFormKey, setFormPostUrl, setGrowlScript, setHistoryFlow, setHistoryManager, setInitialRequestParameters, setJumpToId, setJumpToName, setLightboxScript, setMethodToCall, setNewCollectionLines, setPageId, setQueryParameters, setReadOnlyFieldsList, setRenderedInIframe, setRenderedInLightBox, setRequestedFormKey, setRequestJsonTemplate, setRequestRedirected, setRequestUrl, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setSelectedLookupResultsCache, setState, setUpdateComponent, setUpdateComponentId, setView, setViewId, setViewName, setViewPostMetadata, setViewRequestParameters, setViewsThatNeedDefaultValuesApplied, setViewTypeName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

document

protected Document document
Constructor Detail

DocumentFormBase

public DocumentFormBase()
Method Detail

getAnnotation

public String getAnnotation()

setAnnotation

public void setAnnotation(String annotation)

getDocument

public Document getDocument()

setDocument

public void setDocument(Document document)

getDocTypeName

public String getDocTypeName()

setDocTypeName

public void setDocTypeName(String docTypeName)

getCommand

public String getCommand()

setCommand

public void setCommand(String command)

getDocId

public String getDocId()

setDocId

public void setDocId(String docId)

getDefaultDocumentTypeName

protected String getDefaultDocumentTypeName()

instantiateDocument

protected void instantiateDocument()

getDocumentInitiatorNetworkId

public String getDocumentInitiatorNetworkId()
Retrieves the principal name (network id) for the document's initiator

Returns:
String initiator name

getDocumentCreateDate

public String getDocumentCreateDate()
Retrieves the create date for the forms document and formats for presentation

Returns:
String formatted document create date

getWorkflowDocument

public WorkflowDocument getWorkflowDocument()
Retrieves the WorkflowDocument instance from the forms document instance

Returns:
WorkflowDocument for the forms document


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.