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
- 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, attachmentFile, clientStateForSyncing, defaultsApplied, focusId, formHistory, formKey, formPostUrl, jumpToId, jumpToName, methodToCall, newCollectionLines, pageId, previousView, readOnlyFieldsList, renderFullView, returnFormKey, returnLocation, selectedCollectionLines, validateDirty, view, viewId, viewName, viewRequestParameters, viewTypeName | 
 
 
 
| Methods inherited from class org.kuali.rice.krad.web.form.UifFormBase | 
| generateFormKey, getActionEvent, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getAttachmentFile, getClientStateForSyncing, getFocusId, getFormHistory, getFormKey, getFormPostUrl, getJumpToId, getJumpToName, getMethodToCall, getNewCollectionLines, getPageId, getPreviousView, getReadOnlyFieldsList, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getView, getViewId, getViewName, getViewRequestParameters, getViewService, getViewTypeName, isDefaultsApplied, isRenderFullView, isValidateDirty, postBind, setActionParameters, setAttachmentFile, setDefaultsApplied, setFocusId, setFormHistory, setFormKey, setFormPostUrl, setJumpToId, setJumpToName, setMethodToCall, setNewCollectionLines, setPageId, setPreviousView, setReadOnlyFieldsList, setRenderFullView, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setValidateDirty, 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-2011 The Kuali Foundation. All Rights Reserved.