public class ReportGenerationForm
extends org.kuali.rice.kns.web.struts.form.KualiForm
| Constructor and Description |
|---|
ReportGenerationForm() |
| Modifier and Type | Method and Description |
|---|---|
BirtParameterBean |
getBirtParameterBean()
Gets the birtParameterBean attribute.
|
CustReportDetails |
getCustReportDetails()
Gets the custReportDetails attribute.
|
CustReportType |
getCustReportType()
Gets the custReportType attribute.
|
CustRptDefaultParms |
getCustRptDefaultParms()
Gets the custRptDefaultParms attribute.
|
CustRptTypeDocument |
getCustRptTypeDocument()
Gets the custRptTypeDocument attribute.
|
String |
getInputParameterText()
Gets the inputParameterText attribute.
|
String |
getReportFormat()
Gets the reportFormat attribute.
|
String |
getReportId()
Gets the reportId attribute.
|
String |
getReportName()
Gets the reportName attribute.
|
List<BirtParameterBean> |
getReportParameterList()
Gets the reportParameterList attribute.
|
void |
initialize() |
void |
setBirtParameterBean(BirtParameterBean birtParameterBean)
Sets the birtParameterBean attribute value.
|
void |
setCustReportDetails(CustReportDetails custReportDetails)
Sets the custReportDetails attribute value.
|
void |
setCustReportType(CustReportType custReportType)
Sets the custReportType attribute value.
|
void |
setCustRptDefaultParms(CustRptDefaultParms custRptDefaultParms)
Sets the custRptDefaultParms attribute value.
|
void |
setCustRptTypeDocument(CustRptTypeDocument custRptTypeDocument)
Sets the custRptTypeDocument attribute value.
|
void |
setInputParameterText(String inputParameterText)
Sets the inputParameterText attribute value.
|
void |
setReportFormat(String reportFormat)
Sets the reportFormat attribute value.
|
void |
setReportId(String reportId)
Sets the reportId attribute value.
|
void |
setReportName(String reportName)
Sets the reportName attribute value.
|
void |
setReportParameterList(ArrayList<BirtParameterBean> reportParameterList)
Sets the reportParameterList attribute value.
|
addRequiredNonEditableProperties, clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getExtraButtons, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populate, populateBackLocation, populateFieldLevelHelpEnabled, reset, 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 void initialize()
public CustReportDetails getCustReportDetails()
public void setCustReportDetails(CustReportDetails custReportDetails)
custReportDetails - The custReportDetails to set.public CustReportType getCustReportType()
public void setCustReportType(CustReportType custReportType)
custReportType - The custReportType to set.public CustRptDefaultParms getCustRptDefaultParms()
public void setCustRptDefaultParms(CustRptDefaultParms custRptDefaultParms)
custRptDefaultParms - The custRptDefaultParms to set.public List<BirtParameterBean> getReportParameterList()
public void setReportParameterList(ArrayList<BirtParameterBean> reportParameterList)
reportParameterList - The reportParameterList to set.public void setBirtParameterBean(BirtParameterBean birtParameterBean)
birtParameterBean - The birtParameterBean to set.public BirtParameterBean getBirtParameterBean()
public void setInputParameterText(String inputParameterText)
inputParameterText - The inputParameterText to set.public String getInputParameterText()
public void setReportFormat(String reportFormat)
reportFormat - The reportFormat to set.public String getReportFormat()
public void setReportId(String reportId)
reportId - The reportId to set.public String getReportId()
public void setReportName(String reportName)
reportName - The reportName to set.public String getReportName()
public void setCustRptTypeDocument(CustRptTypeDocument custRptTypeDocument)
custRptTypeDocument - The custRptTypeDocument to set.public CustRptTypeDocument getCustRptTypeDocument()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.