public abstract class ResearchAreasFormBase
extends org.kuali.rice.kns.web.struts.form.KualiForm
| Constructor and Description |
|---|
ResearchAreasFormBase()
Constructs a ResearchAreasForm.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAddRA() |
String |
getDeletedRas() |
String |
getLookupResultsBOClassName() |
String |
getResearchAreaCode() |
String |
getResearchAreas()
This method is a hook to research area hierarchy ajax call.
|
String |
getSearchResults() |
String |
getSqlScripts() |
boolean |
isAuthorizedToMaintainResearchAreas() |
void |
populate(javax.servlet.http.HttpServletRequest request) |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request) |
void |
setAddRA(String addRA) |
void |
setAuthorizedToMaintainResearchAreas(boolean authorizedToMaintainResearchAreas) |
void |
setDeletedRas(String deletedRas) |
void |
setLookupResultsBOClassName(String lookupResultsBOClassName) |
void |
setResearchAreaCode(String researchAreaCode) |
void |
setResearchAreas(String researchAreas) |
void |
setSearchResults(String searchResults) |
void |
setSqlScripts(String sqlScripts) |
addRequiredNonEditableProperties, 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, setDerivedValuesOnForm, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setMethodToCall, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates, shouldMethodToCallParameterBeUsed, shouldPropertyBePopulatedInFormaddMaxUploadSize, 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, setUnconvertedValuespublic ResearchAreasFormBase()
public String getResearchAreas()
public void setResearchAreas(String researchAreas)
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
reset in class org.kuali.rice.kns.web.struts.form.KualiFormpublic void populate(javax.servlet.http.HttpServletRequest request)
populate in interface org.kuali.rice.kns.web.struts.form.pojo.PojoFormpopulate in class org.kuali.rice.kns.web.struts.form.KualiFormpublic String getSearchResults()
public void setSearchResults(String searchResults)
public String getLookupResultsBOClassName()
public void setLookupResultsBOClassName(String lookupResultsBOClassName)
public String getResearchAreaCode()
public void setResearchAreaCode(String researchAreaCode)
public String getAddRA()
public void setAddRA(String addRA)
public String getSqlScripts()
public void setSqlScripts(String sqlScripts)
public String getDeletedRas()
public void setDeletedRas(String deletedRas)
public boolean isAuthorizedToMaintainResearchAreas()
public void setAuthorizedToMaintainResearchAreas(boolean authorizedToMaintainResearchAreas)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.