|
||||||||||
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.fp.document.web.struts.DepositWizardForm
public class DepositWizardForm
This class is the action form for the deposit document wizard.
Field Summary | |
---|---|
protected Map |
documentActions
|
protected Map |
editingMode
|
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 | |
---|---|
DepositWizardForm()
Constructs a DepositWizardForm class instance. |
Method Summary | |
---|---|
Bank |
getBank()
|
String |
getBankCode()
|
String |
getCashDrawerCampusCode()
|
String |
getCashManagementDocId()
|
CashReceiptDocument |
getCheckFreeCashReceipt(int index)
Retreive a single check free cash receipt |
List<CashReceiptDocument> |
getCheckFreeCashReceipts()
Gets the checkFreeCashReceipts attribute. |
CoinDetail |
getCoinDetail()
Gets the coinDetail attribute. |
CurrencyDetail |
getCurrencyDetail()
Gets the currencyDetail attribute. |
Check |
getDepositableCashieringCheck(int index)
Return the deposit cashiering check at the given index |
List<Check> |
getDepositableCashieringChecks()
Gets the depositableCashieringChecks attribute. |
CashReceiptDocument |
getDepositableCashReceipt(int i)
|
List |
getDepositableCashReceipts()
|
String |
getDepositTicketNumber()
|
String |
getDepositTypeCode()
|
String |
getDepositTypeString()
Hack to make the translated depositTypeCode more readily available to the JSP |
DepositWizardCashieringCheckHelper |
getDepositWizardCashieringCheckHelper(int index)
|
List<DepositWizardCashieringCheckHelper> |
getDepositWizardCashieringCheckHelpers()
Gets the depositWizardCashieringCheckHelpers attribute. |
DepositWizardHelper |
getDepositWizardHelper(int index)
This method retrieves whether the cash receipt ID at the specified index will be selected or not. |
List |
getDepositWizardHelpers()
|
Map |
getDocumentActions()
Gets the documentActions attribute. |
Map |
getEditingMode()
Gets the editingMode attribute. |
boolean |
isDepositFinal()
Explains if this deposit form is for creating a final deposit or not |
void |
setBank(Bank bank)
Sets the bank attribute value. |
void |
setBankCode(String bankCode)
Sets the bankCode attribute value. |
void |
setCashDrawerCampusCode(String cashDrawerVerificationUnit)
Sets the cashDrawerCampusCode attribute value. |
void |
setCashManagementDocId(String cashManagementDocId)
Sets the cashManagementDocId attribute value. |
void |
setCheckFreeCashReceipts(List<CashReceiptDocument> checkFreeCashReceipts)
Sets the checkFreeCashReceipts attribute value. |
void |
setCoinDetail(CoinDetail coinDetail)
Sets the coinDetail attribute value. |
void |
setCurrencyDetail(CurrencyDetail currencyDetail)
Sets the currencyDetail attribute value. |
void |
setDefautBankCode()
Sets the bank code for a new deposit to the setup default for the Cash Management document. |
void |
setDepositableCashieringChecks(List<Check> depositableCashieringChecks)
Sets the depositableCashieringChecks attribute value. |
void |
setDepositableCashReceipts(List cashReceiptsReadyForDeposit)
|
void |
setDepositTicketNumber(String depositTicketNumber)
Sets the depositTicketNumber attribute value. |
void |
setDepositTypeCode(String depositTypeCode)
|
void |
setDepositWizardCashieringCheckHelpers(List<DepositWizardCashieringCheckHelper> depositWizardCashieringCheckHelpers)
Sets the depositWizardCashieringCheckHelpers attribute value. |
void |
setDepositWizardHelpers(List depositWizardHelpers)
|
void |
setDocumentActions(Map documentActions)
Sets the documentActions attribute value. |
void |
setEditingMode(Map editingMode)
Sets the editingMode attribute value. |
Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm |
---|
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, 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 Map editingMode
protected Map documentActions
Constructor Detail |
---|
public DepositWizardForm()
Method Detail |
---|
public void setDefautBankCode()
public String getCashManagementDocId()
public void setCashManagementDocId(String cashManagementDocId)
cashManagementDocId
- The cashManagementDocId to set.public void setDepositTypeCode(String depositTypeCode)
depositTypeCode
- public String getDepositTypeCode()
public String getDepositTypeString()
public List getDepositableCashReceipts()
public void setDepositableCashReceipts(List cashReceiptsReadyForDeposit)
cashReceiptsReadyForDeposit
- public CashReceiptDocument getDepositableCashReceipt(int i)
public List getDepositWizardHelpers()
public void setDepositWizardHelpers(List depositWizardHelpers)
depositWizardHelpers
- public DepositWizardHelper getDepositWizardHelper(int index)
index
-
public String getCashDrawerCampusCode()
public void setCashDrawerCampusCode(String cashDrawerVerificationUnit)
cashDrawerCampusCode
- The cashDrawerCampusCode to set.public String getBankCode()
public void setBankCode(String bankCode)
bankCode
- The bankCode to set.public String getDepositTicketNumber()
public void setDepositTicketNumber(String depositTicketNumber)
depositTicketNumber
- The depositTicketNumber to set.public Bank getBank()
public void setBank(Bank bank)
bank
- The bank to set.public CoinDetail getCoinDetail()
public void setCoinDetail(CoinDetail coinDetail)
coinDetail
- The coinDetail to set.public CurrencyDetail getCurrencyDetail()
public void setCurrencyDetail(CurrencyDetail currencyDetail)
currencyDetail
- The currencyDetail to set.public boolean isDepositFinal()
public List<Check> getDepositableCashieringChecks()
public void setDepositableCashieringChecks(List<Check> depositableCashieringChecks)
depositableCashieringChecks
- The depositableCashieringChecks to set.public Check getDepositableCashieringCheck(int index)
index
- index of check to retrieve
public List<DepositWizardCashieringCheckHelper> getDepositWizardCashieringCheckHelpers()
public List<CashReceiptDocument> getCheckFreeCashReceipts()
public void setCheckFreeCashReceipts(List<CashReceiptDocument> checkFreeCashReceipts)
checkFreeCashReceipts
- The checkFreeCashReceipts to set.public CashReceiptDocument getCheckFreeCashReceipt(int index)
index
- the index of the cash receipt
public void setDepositWizardCashieringCheckHelpers(List<DepositWizardCashieringCheckHelper> depositWizardCashieringCheckHelpers)
depositWizardCashieringCheckHelpers
- The depositWizardCashieringCheckHelpers to set.public DepositWizardCashieringCheckHelper getDepositWizardCashieringCheckHelper(int index)
public Map getDocumentActions()
public void setDocumentActions(Map documentActions)
documentActions
- The documentActions to set.public Map getEditingMode()
public void setEditingMode(Map editingMode)
editingMode
- The editingMode to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |