Class KualiTransactionalDocumentFormBase
java.lang.Object
org.apache.struts.action.ActionForm
org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase
org.kuali.rice.kns.web.struts.form.KualiTransactionalDocumentFormBase
- All Implemented Interfaces:
Serializable,PojoForm
Deprecated.
This class is the base action form for all transactional documents.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
KualiForm.TabState -
Field Summary
FieldsFields inherited from class org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase
adHocActionRequestCodes, attachmentFile, documentActions, editingMode, suppressAllButtonsFields inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
extraButtonsFields inherited from class org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
requiredNonEditablePropertiesFields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.This constructor sets up empty instances for the dependent objects... -
Method Summary
Modifier and TypeMethodDescriptionprotected StringDeprecated.Locates theDictionaryServiceto discover the type name of the document.protected static StringformatReversalDate(Date reversalDate) Deprecated.This method formats the given java.sql.Date as MMM d, yyyy.Deprecated.Gets the forcedReadOnlyFields attribute.Deprecated.This method retrieves an instance of the form.protected TransactionalDocumentinstantiateTransactionalDocumentByDocumentTypeName(String documentTypeName) Deprecated.voidpopulate(javax.servlet.http.HttpServletRequest request) Deprecated.Setup workflow doc in the document.protected voidpopulateEmptyMultiSelect(javax.servlet.http.HttpServletRequest request) Deprecated.Uses the "checkboxToReset" parameter to find checkboxes which had not been populated in the request and attempts to populate themprotected voidpopulateFalseCheckboxes(javax.servlet.http.HttpServletRequest request) Deprecated.Uses the "checkboxToReset" parameter to find checkboxes which had not been populated in the request and attempts to populate themprotected voidpopulationSpecialEmptyFields(javax.servlet.http.HttpServletRequest request) Deprecated.voidsetForcedReadOnlyFields(Map forcedReadOnlyFields) Deprecated.Sets the forcedReadOnlyFields attribute value.booleanshouldMethodToCallParameterBeUsed(String methodToCallParameterName, String methodToCallParameterValue, javax.servlet.http.HttpServletRequest request) Deprecated.Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase
addRequiredNonEditableProperties, buildHtmlLink, customInitMaxUploadSizes, getActionRequests, getActionRequestsRequiringApproval, getAdditionalScriptFile, getAdditionalScriptFiles, getAdHocActionRequestCodes, getAdHocRoutePerson, getAdHocRoutePersons, getAdHocRouteWorkgroup, getAdHocRouteWorkgroups, getAnnotation, getAttachmentFile, getBoNotes, getCommand, getDefaultDocumentTypeName, getDocId, getDocNum, getDocTypeName, getDocument, getDocumentActions, getDocumentHandlerUrl, getEditingMode, getFormKey, getInitiator, getInitiatorNetworkId, getMessageMapFromPreviousRequest, getNewAdHocRoutePerson, getNewAdHocRouteWorkgroup, getNewNote, getPersonInquiryUrlLink, getSelectedActionRequests, getStandardHeaderFields, getSuperUserAnnotation, getWorkflowDocument, hasDocumentId, initializeHeaderNavigationTabs, instantiateDocument, isDocumentEnRoute, isFormDocumentInitialized, isHasWorkflowDocument, isReturnToActionList, isStateAllowsApproveOrDisapprove, isStateAllowsApproveSingleActionRequest, isStateInitiatedFinalCancelled, isStateProcessedOrDisapproved, isSuperUserActionAvaliable, isSuperUserApproveDocumentAuthorized, isSuperUserApproveSingleActionRequestAuthorized, isSuperUserAuthorized, isSuperUserDisapproveDocumentAuthorized, isSuppressAllButtons, isUserDocumentInitiator, populateHeaderFields, reset, setActionRequests, setAdditionalScriptFile, setAdditionalScriptFiles, setAdHocActionRequestCodes, setAdHocRoutePersons, setAdHocRouteWorkgroups, setAnnotation, setAttachmentFile, setBoNotes, setCommand, setDerivedValuesOnForm, setDocId, setDocNum, setDocTypeName, setDocument, setDocumentActions, setEditingMode, setFormKey, setMessageMapFromPreviousRequest, setNewAdHocRoutePerson, setNewAdHocRouteWorkgroup, setNewNote, setReturnToActionList, setSelectedActionRequests, setSuperUserAnnotation, setSuppressAllButtons, shouldPropertyBePopulatedInForm, validateMethods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getExtraButtons, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populateBackLocation, populateFieldLevelHelpEnabled, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setMethodToCall, setNavigationCss, setNumColumns, setRefreshCaller, setTabStatesMethods inherited from class org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
addMaxUploadSize, cacheUnconvertedValue, copyPopulateEditablePropertiesToActionEditableProperties, formatterClassForKeypath, formatValue, getActionEditablePropertiesGuid, getEditableProperties, getFormatter, getFormatterTypes, getIsNewForm, getMaxUploadSizes, getMethodToCallsToBypassSessionRetrievalForGETRequests, getParameter, getParameterValues, getPopulateEditableProperties, getPopulateEditablePropertiesGuid, getPropertyType, getRequiredNonEditableProperties, getStrutsActionMappingScope, getUnconvertedValues, getUnknownKeys, initMaxUploadSizes, isPropertyEditable, isPropertyNonEditableButRequired, populateForProperty, postprocessRequestParameters, processValidationFail, registerEditableProperty, registerIsNewForm, registerRequiredNonEditableProperty, registerStrutsActionMappingScope, setActionEditablePropertiesGuid, setFormatterType, setFormatterTypes, setPopulateEditablePropertiesGuid, setUnconvertedValuesMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate
-
Field Details
-
forcedReadOnlyFields
Deprecated.
-
-
Constructor Details
-
KualiTransactionalDocumentFormBase
public KualiTransactionalDocumentFormBase()Deprecated.This constructor sets up empty instances for the dependent objects...
-
-
Method Details
-
populate
public void populate(javax.servlet.http.HttpServletRequest request) Deprecated.Description copied from class:KualiDocumentFormBaseSetup workflow doc in the document.- Specified by:
populatein interfacePojoForm- Overrides:
populatein classKualiDocumentFormBase- See Also:
-
getTransactionalDocument
Deprecated.This method retrieves an instance of the form.- Returns:
-
discoverDocumentTypeName
Deprecated.Locates theDictionaryServiceto discover the type name of the document.- Returns:
-
formatReversalDate
Deprecated.This method formats the given java.sql.Date as MMM d, yyyy.- Parameters:
reversalDate-- Returns:
- String
-
getForcedReadOnlyFields
Deprecated.Gets the forcedReadOnlyFields attribute.- Returns:
- Returns the forcedReadOnlyFields.
-
setForcedReadOnlyFields
Deprecated.Sets the forcedReadOnlyFields attribute value.- Parameters:
forcedReadOnlyFields- The forcedReadOnlyFields to set.
-
populateFalseCheckboxes
protected void populateFalseCheckboxes(javax.servlet.http.HttpServletRequest request) Deprecated.Uses the "checkboxToReset" parameter to find checkboxes which had not been populated in the request and attempts to populate them- Parameters:
request- the request to populate
-
populateEmptyMultiSelect
protected void populateEmptyMultiSelect(javax.servlet.http.HttpServletRequest request) Deprecated.Uses the "checkboxToReset" parameter to find checkboxes which had not been populated in the request and attempts to populate them- Parameters:
request- the request to populate
-
populationSpecialEmptyFields
protected void populationSpecialEmptyFields(javax.servlet.http.HttpServletRequest request) Deprecated. -
instantiateTransactionalDocumentByDocumentTypeName
protected TransactionalDocument instantiateTransactionalDocumentByDocumentTypeName(String documentTypeName) Deprecated. -
shouldMethodToCallParameterBeUsed
public boolean shouldMethodToCallParameterBeUsed(String methodToCallParameterName, String methodToCallParameterValue, javax.servlet.http.HttpServletRequest request) Deprecated.- Overrides:
shouldMethodToCallParameterBeUsedin classKualiDocumentFormBase
-
TransactionalDocumentFormBase.