org.kuali.rice.krad.web.form
Class DocumentFormBase
java.lang.Object
org.kuali.rice.krad.web.form.UifFormBase
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
Fields inherited from class org.kuali.rice.krad.web.form.UifFormBase |
actionParameters, addedCollectionItems, ajaxRequest, ajaxReturnType, attachmentFile, clientStateForSyncing, defaultsApplied, dialogExplanation, dialogManager, dialogResponse, focusId, formHistory, formKey, formPostUrl, growlScript, jumpToId, jumpToName, lightboxScript, methodToCall, newCollectionLines, pageId, postedView, readOnlyFieldsList, renderedInLightBox, requestRedirected, returnFormKey, returnLocation, selectedCollectionLines, 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, isBuildViewRequest, isDefaultsApplied, isRenderedInLightBox, isRequestRedirected, isUpdateComponentRequest, isUpdateDialogRequest, isUpdateNoneRequest, isUpdatePageRequest, isUpdateViewRequest, postBind, setActionParameters, setAddedCollectionItems, setAjaxRequest, setAjaxReturnType, setAttachmentFile, setClientStateForSyncing, setDefaultsApplied, setDialogExplanation, setDialogManager, setDialogResponse, setFocusId, setFormHistory, setFormKey, setFormPostUrl, setGrowlScript, setJumpToId, setJumpToName, setLightboxScript, setMethodToCall, setNewCollectionLines, setPageId, setPostedView, setReadOnlyFieldsList, setRenderedInLightBox, setRequestRedirected, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, 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
WorkflowDocument
instance from the forms
document instance
- Returns:
- WorkflowDocument for the forms document
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.