Class InquiryForm
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.InquiryForm
- All Implemented Interfaces:
Serializable,PojoForm
Deprecated.
This class is the action form for inquiries.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
KualiForm.TabState -
Field Summary
Fields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.This method adds the required property names, that are not directly editable by user on the html page, to a list, regardless of the context in which they appear.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Gets map of collection name -> Boolean mappings.Deprecated.protected InquirablegetInquirable(String boClassName) Deprecated.Deprecated.Gets the map used to pass primary key values between invocations of the inquiry screens after the start method has been called.Deprecated.booleanDeprecated.Returns true if this Inquiry supports XML export of the BusinessObject.voidpopulate(javax.servlet.http.HttpServletRequest request) Deprecated.Checks for methodToCall parameter, and if not populated in form calls utility method to parse the string from the request.protected voidpopulateExportCapabilities(javax.servlet.http.HttpServletRequest request, String boClassName) Deprecated.Examines the BusinessObject's data dictionary entry to determine if it supports XML export or not and set's canExport appropriately.protected voidpopulateInactiveRecordsInIntoInquirable(Inquirable inquirable, javax.servlet.http.HttpServletRequest request) Deprecated.protected voidpopulatePKFieldValues(javax.servlet.http.HttpServletRequest request, String boClassName, boolean passedFromPreviousInquiry) Deprecated.Deprecated.Gets the map used to pass primary key values between invocations of the inquiry screens after the start method has been called.voidsetBoNotes(List<Note> boNotes) Deprecated.voidsetBusinessObjectClassName(String businessObjectClassName) Deprecated.voidsetCanExport(boolean canExport) Deprecated.Sets whether or not this Inquiry supports XML export of it's BusinessObject.voidsetFieldConversions(String fieldConversions) Deprecated.voidsetFormKey(String formKey) Deprecated.voidsetInquiryPrimaryKeys(Map<String, String> inquiryPrimaryKeys) Deprecated.Sets the map used to pass primary key values between invocations of the inquiry screens after the start method has been called.voidsetSections(List sections) Deprecated.Methods 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, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDerivedValuesOnForm, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setMethodToCall, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates, shouldMethodToCallParameterBeUsed, shouldPropertyBePopulatedInFormMethods inherited from class org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
addMaxUploadSize, cacheUnconvertedValue, copyPopulateEditablePropertiesToActionEditableProperties, customInitMaxUploadSizes, 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, validate
-
Constructor Details
-
InquiryForm
public InquiryForm()Deprecated.
-
-
Method Details
-
addRequiredNonEditableProperties
public void addRequiredNonEditableProperties()Deprecated.Description copied from interface:PojoFormThis method adds the required property names, that are not directly editable by user on the html page, to a list, regardless of the context in which they appear. Request parameter names corresponding to these properties will be populated into the form.- Specified by:
addRequiredNonEditablePropertiesin interfacePojoForm- Overrides:
addRequiredNonEditablePropertiesin classKualiForm- See Also:
-
populate
public void populate(javax.servlet.http.HttpServletRequest request) Deprecated.Description copied from class:KualiFormChecks for methodToCall parameter, and if not populated in form calls utility method to parse the string from the request. -
getInquirable
Deprecated. -
populatePKFieldValues
protected void populatePKFieldValues(javax.servlet.http.HttpServletRequest request, String boClassName, boolean passedFromPreviousInquiry) Deprecated. -
populateExportCapabilities
protected void populateExportCapabilities(javax.servlet.http.HttpServletRequest request, String boClassName) Deprecated.Examines the BusinessObject's data dictionary entry to determine if it supports XML export or not and set's canExport appropriately. -
getFieldConversions
Deprecated.- Returns:
- Returns the fieldConversions.
-
setFieldConversions
Deprecated.- Parameters:
fieldConversions- The fieldConversions to set.
-
getSections
Deprecated.- Returns:
- Returns the inquiry sections.
-
setSections
Deprecated.- Parameters:
sections- The sections to set.
-
getBusinessObjectClassName
Deprecated.- Returns:
- Returns the businessObjectClassName.
-
setBusinessObjectClassName
Deprecated.- Parameters:
businessObjectClassName- The businessObjectClassName to set.
-
getEditingMode
Deprecated. -
getInquiryPrimaryKeys
Deprecated.Gets the map used to pass primary key values between invocations of the inquiry screens after the start method has been called. All field values that were passed in encrypted will be encrypted in this map- Returns:
-
retrieveInquiryDecryptedPrimaryKeys
Deprecated.Gets the map used to pass primary key values between invocations of the inquiry screens after the start method has been called. All fields will be decrypted Purposely not named as a getter, to make it harder for POJOFormBase to access it- Returns:
-
setInquiryPrimaryKeys
Deprecated.Sets the map used to pass primary key values between invocations of the inquiry screens after the start method has been called.- Parameters:
inquiryPrimaryKeys-
-
getInactiveRecordDisplay
Deprecated.Gets map of collection name -> Boolean mappings. Used to denote whether a collection name is configured to show inactive records.- Returns:
-
getInquirable
Deprecated. -
populateInactiveRecordsInIntoInquirable
protected void populateInactiveRecordsInIntoInquirable(Inquirable inquirable, javax.servlet.http.HttpServletRequest request) Deprecated. -
getFormKey
Deprecated. -
setFormKey
Deprecated. -
isCanExport
public boolean isCanExport()Deprecated.Returns true if this Inquiry supports XML export of the BusinessObject. -
setCanExport
public void setCanExport(boolean canExport) Deprecated.Sets whether or not this Inquiry supports XML export of it's BusinessObject. -
getBoNotes
Deprecated. -
setBoNotes
Deprecated.
-
InquiryForm.