InquiryForm
.@Deprecated public class InquiryForm extends KualiForm
KualiForm.TabState
extraButtons
requiredNonEditableProperties
Constructor and Description |
---|
InquiryForm()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addRequiredNonEditableProperties()
Deprecated.
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.
|
String |
getBusinessObjectClassName()
Deprecated.
|
Map |
getEditingMode()
Deprecated.
|
String |
getFieldConversions()
Deprecated.
|
String |
getFormKey()
Deprecated.
|
Map<String,Boolean> |
getInactiveRecordDisplay()
Deprecated.
Gets map of collection name -> Boolean mappings.
|
Inquirable |
getInquirable()
Deprecated.
|
protected Inquirable |
getInquirable(String boClassName)
Deprecated.
|
Map<String,String> |
getInquiryPrimaryKeys()
Deprecated.
Gets the map used to pass primary key values between invocations of the inquiry screens after the start method has been called.
|
List |
getSections()
Deprecated.
|
boolean |
isCanExport()
Deprecated.
Returns true if this Inquiry supports XML export of the BusinessObject.
|
void |
populate(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 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.
|
protected void |
populateInactiveRecordsInIntoInquirable(Inquirable inquirable,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
protected void |
populatePKFieldValues(javax.servlet.http.HttpServletRequest request,
String boClassName,
boolean passedFromPreviousInquiry)
Deprecated.
|
Map<String,String> |
retrieveInquiryDecryptedPrimaryKeys()
Deprecated.
Gets the map used to pass primary key values between invocations of the inquiry screens after the start method has been called.
|
void |
setBusinessObjectClassName(String businessObjectClassName)
Deprecated.
|
void |
setCanExport(boolean canExport)
Deprecated.
Sets whether or not this Inquiry supports XML export of it's BusinessObject.
|
void |
setFieldConversions(String fieldConversions)
Deprecated.
|
void |
setFormKey(String formKey)
Deprecated.
|
void |
setInquiryPrimaryKeys(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.
|
void |
setSections(List sections)
Deprecated.
|
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, shouldPropertyBePopulatedInForm
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, setUnconvertedValues
public InquiryForm()
public void addRequiredNonEditableProperties()
PojoForm
addRequiredNonEditableProperties
in interface PojoForm
addRequiredNonEditableProperties
in class KualiForm
org.kuali.rice.krad.web.struts.pojo.PojoFormBase#addRequiredNonEditableProperties()
public void populate(javax.servlet.http.HttpServletRequest request)
KualiForm
protected Inquirable getInquirable(String boClassName)
protected void populatePKFieldValues(javax.servlet.http.HttpServletRequest request, String boClassName, boolean passedFromPreviousInquiry)
protected void populateExportCapabilities(javax.servlet.http.HttpServletRequest request, String boClassName)
public String getFieldConversions()
public void setFieldConversions(String fieldConversions)
fieldConversions
- The fieldConversions to set.public List getSections()
public void setSections(List sections)
sections
- The sections to set.public String getBusinessObjectClassName()
public void setBusinessObjectClassName(String businessObjectClassName)
businessObjectClassName
- The businessObjectClassName to set.public Map getEditingMode()
public Map<String,String> getInquiryPrimaryKeys()
public Map<String,String> retrieveInquiryDecryptedPrimaryKeys()
public void setInquiryPrimaryKeys(Map<String,String> inquiryPrimaryKeys)
inquiryPrimaryKeys
- public Map<String,Boolean> getInactiveRecordDisplay()
public Inquirable getInquirable()
protected void populateInactiveRecordsInIntoInquirable(Inquirable inquirable, javax.servlet.http.HttpServletRequest request)
public String getFormKey()
public void setFormKey(String formKey)
public boolean isCanExport()
public void setCanExport(boolean canExport)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.