|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.ActionForm
org.kuali.rice.kns.web.struts.pojo.PojoFormBase
org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.kfs.module.endow.web.struts.EndowmentReportBaseForm
org.kuali.kfs.module.endow.web.struts.TransactionSummaryForm
public class TransactionSummaryForm
Field Summary | |
---|---|
protected String |
beginningDate
|
protected String |
endingDate
|
protected String |
listKemidsInHeader
|
protected String |
reportOption
|
protected String |
summaryTotalsOnly
|
Fields inherited from class org.kuali.kfs.module.endow.web.struts.EndowmentReportBaseForm |
---|
benefittingOrganziation, benefittingOrganziationCampus, benefittingOrganziationChart, closedIndicator, combineGroupCode, endowmentOption, kemid, message, purposeCode, typeCode |
Fields inherited from class org.kuali.rice.kns.web.struts.form.KualiForm |
---|
extraButtons |
Fields inherited from class org.kuali.rice.kns.web.struts.pojo.PojoFormBase |
---|
requiredNonEditableProperties |
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
TransactionSummaryForm()
|
Method Summary | |
---|---|
void |
clear()
Clears all the fields |
String |
getBeginningDate()
|
String |
getEndingDate()
|
String |
getListKemidsInHeader()
|
String |
getReportOption()
|
String |
getSummaryTotalsOnly()
|
void |
setBeginningDate(String beginningDate)
|
void |
setEndingDate(String endingDate)
|
void |
setListKemidsInHeader(String listKemidsInHeader)
|
void |
setReportOption(String reportOption)
|
void |
setSummaryTotalsOnly(String summaryTotalsOnly)
|
Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm |
---|
addRequiredNonEditableProperties, clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, 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, shouldPropertyBePopulatedInForm |
Methods inherited from class org.kuali.rice.kns.web.struts.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, setUnconvertedValues |
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String beginningDate
protected String endingDate
protected String reportOption
protected String listKemidsInHeader
protected String summaryTotalsOnly
Constructor Detail |
---|
public TransactionSummaryForm()
Method Detail |
---|
public void clear()
clear
in class EndowmentReportBaseForm
public String getBeginningDate()
public void setBeginningDate(String beginningDate)
public String getEndingDate()
public void setEndingDate(String endingDate)
public String getReportOption()
public void setReportOption(String reportOption)
public String getListKemidsInHeader()
getListKemidsInHeader
in class EndowmentReportBaseForm
public void setListKemidsInHeader(String listKemidsInHeader)
setListKemidsInHeader
in class EndowmentReportBaseForm
public String getSummaryTotalsOnly()
public void setSummaryTotalsOnly(String summaryTotalsOnly)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |