org.kuali.rice.krad.web.form
Class DocumentFormBase
java.lang.Object
   org.kuali.rice.krad.web.form.UifFormBase
org.kuali.rice.krad.web.form.UifFormBase
       org.kuali.rice.krad.web.form.DocumentFormBase
org.kuali.rice.krad.web.form.DocumentFormBase
- All Implemented Interfaces: 
- Serializable, ViewModel
- Direct Known Subclasses: 
- MaintenanceForm, TransactionForm
- public class DocumentFormBase 
- extends UifFormBase
Base form for all DocumentView screens
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
 
| Fields inherited from class org.kuali.rice.krad.web.form.UifFormBase | 
| actionParameters, ajaxRequest, ajaxReturnType, attachmentFile, clientStateForSyncing, defaultsApplied, dialogExplanation, dialogResponse, focusId, formHistory, formKey, formPostUrl, growlScript, jumpToId, jumpToName, lightboxScript, methodToCall, newCollectionLines, pageId, postedView, readOnlyFieldsList, renderedInLightBox, renderFullView, requestRedirect, returnFormKey, returnLocation, selectedCollectionLines, skipViewInit, 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, getDialogExplanation, getDialogManager, getDialogResponse, getFocusId, getFormHistory, getFormKey, getFormPostUrl, getGrowlScript, getJumpToId, getJumpToName, getLightboxScript, getMethodToCall, getNewCollectionLines, getPageId, getPostedView, getReadOnlyFieldsList, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getState, getUpdateComponentId, getView, getViewId, getViewName, getViewRequestParameters, getViewService, getViewTypeName, isAddedCollectionItem, isAjaxRequest, isDefaultsApplied, isRenderedInLightBox, isRenderFullView, isRequestRedirect, isSkipViewInit, postBind, setActionParameters, setAddedCollectionItems, setAjaxRequest, setAjaxReturnType, setAttachmentFile, setDefaultsApplied, setDialogExplanation, setDialogManager, setDialogResponse, setFocusId, setFormHistory, setFormKey, setFormPostUrl, setGrowlScript, setJumpToId, setJumpToName, setLightboxScript, setMethodToCall, setNewCollectionLines, setPageId, setPostedView, setReadOnlyFieldsList, setRenderedInLightBox, setRenderFullView, setRequestRedirect, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setSkipViewInit, 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 | 
 
document
protected Document document
DocumentFormBase
public DocumentFormBase()
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 WorkflowDocumentinstance from the forms
 document instance
 
- 
- Returns:
- WorkflowDocument for the forms document
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.