|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Bank in org.kuali.kfs.fp.businessobject |
---|
Methods in org.kuali.kfs.fp.businessobject that return Bank | |
---|---|
Bank |
Deposit.getBank()
Gets the bank attribute. |
Bank |
AdvanceDepositDetail.getBank()
|
Bank |
RevolvingFundDetail.getBank()
Gets the bank attribute. |
Methods in org.kuali.kfs.fp.businessobject with parameters of type Bank | |
---|---|
void |
Deposit.setBank(Bank bank)
Sets the bank attribute value. |
void |
AdvanceDepositDetail.setBank(Bank bank)
|
void |
RevolvingFundDetail.setBank(Bank bank)
Sets the bank attribute value. |
Uses of Bank in org.kuali.kfs.fp.document |
---|
Fields in org.kuali.kfs.fp.document declared as Bank | |
---|---|
protected Bank |
DisbursementVoucherDocument.bank
|
protected Bank |
NonCheckDisbursementDocument.bank
|
Methods in org.kuali.kfs.fp.document that return Bank | |
---|---|
Bank |
DisbursementVoucherDocument.getBank()
Gets the bank attribute. |
Bank |
NonCheckDisbursementDocument.getBank()
Gets the bank attribute. |
protected Bank |
CreditCardReceiptDocument.getOffsetBank()
Returns the default bank code for Credit Card Receipt documents. |
Methods in org.kuali.kfs.fp.document with parameters of type Bank | |
---|---|
void |
DisbursementVoucherDocument.setBank(Bank bank)
Sets the bank attribute value. |
void |
NonCheckDisbursementDocument.setBank(Bank bank)
Sets the bank attribute value. |
Uses of Bank in org.kuali.kfs.fp.document.service |
---|
Methods in org.kuali.kfs.fp.document.service with parameters of type Bank | |
---|---|
void |
CashManagementService.addDeposit(CashManagementDocument cashManagementDoc,
String depositTicketNumber,
Bank bank,
List selectedCashReceipts,
List selectedCashieringChecks,
boolean isFinalDeposit)
Uses the given information to lock the appropriate CashDrawer, create a Deposit, and associate it with the given CashManagementDocument and CashReceipts. |
Uses of Bank in org.kuali.kfs.fp.document.service.impl |
---|
Methods in org.kuali.kfs.fp.document.service.impl with parameters of type Bank | |
---|---|
void |
CashManagementServiceImpl.addDeposit(CashManagementDocument cashManagementDoc,
String depositTicketNumber,
Bank bank,
List selectedCashReceipts,
List selectedCashieringChecks,
boolean isFinalDeposit)
This method adds a new deposit to a the given CashManagementDocument. |
protected Deposit |
CashManagementServiceImpl.buildDeposit(CashManagementDocument cashManagementDoc,
String depositTypeCode,
String depositTicketNumber,
Bank bank,
List<CashReceiptDocument> selectedCashReceipts,
List selectedCashieringChecks)
This method builds a new deposit object from the parameters provided. |
protected void |
CashManagementServiceImpl.validateDepositParams(CashManagementDocument cashManagementDoc,
Bank bank,
List<CashReceiptDocument> selectedCashReceipts)
Validates the given Deposit parameters, throwing various (runtime) exceptions if errors exist. |
Uses of Bank in org.kuali.kfs.fp.document.web.struts |
---|
Methods in org.kuali.kfs.fp.document.web.struts that return Bank | |
---|---|
Bank |
DepositWizardForm.getBank()
|
Methods in org.kuali.kfs.fp.document.web.struts with parameters of type Bank | |
---|---|
void |
DepositWizardForm.setBank(Bank bank)
Sets the bank attribute value. |
Uses of Bank in org.kuali.kfs.module.ar.businessobject |
---|
Methods in org.kuali.kfs.module.ar.businessobject that return Bank | |
---|---|
Bank |
Lockbox.getBank()
|
Methods in org.kuali.kfs.module.ar.businessobject with parameters of type Bank | |
---|---|
void |
Lockbox.setBank(Bank bank)
|
Uses of Bank in org.kuali.kfs.module.ar.document |
---|
Fields in org.kuali.kfs.module.ar.document declared as Bank | |
---|---|
protected Bank |
CashControlDocument.bank
|
Methods in org.kuali.kfs.module.ar.document that return Bank | |
---|---|
Bank |
CashControlDocument.getBank()
|
Methods in org.kuali.kfs.module.ar.document with parameters of type Bank | |
---|---|
void |
CashControlDocument.setBank(Bank bank)
|
Uses of Bank in org.kuali.kfs.module.purap.document |
---|
Fields in org.kuali.kfs.module.purap.document declared as Bank | |
---|---|
protected Bank |
AccountsPayableDocumentBase.bank
|
Methods in org.kuali.kfs.module.purap.document that return Bank | |
---|---|
Bank |
AccountsPayableDocumentBase.getBank()
|
Methods in org.kuali.kfs.module.purap.document with parameters of type Bank | |
---|---|
void |
AccountsPayableDocumentBase.setBank(Bank bank)
|
Uses of Bank in org.kuali.kfs.pdp.batch.service.impl |
---|
Methods in org.kuali.kfs.pdp.batch.service.impl with parameters of type Bank | |
---|---|
protected void |
ExtractPaymentServiceImpl.writeBank(BufferedWriter os,
int indent,
Bank b)
|
Uses of Bank in org.kuali.kfs.pdp.businessobject |
---|
Methods in org.kuali.kfs.pdp.businessobject that return Bank | |
---|---|
Bank |
DisbursementNumberRange.getBank()
|
Bank |
PaymentGroup.getBank()
|
Bank |
PaymentGroupHistory.getBank()
|
Bank |
CustomerBank.getBank()
Gets the bank attribute. |
Methods in org.kuali.kfs.pdp.businessobject with parameters of type Bank | |
---|---|
void |
DisbursementNumberRange.setBank(Bank bank)
Deprecated. |
void |
PaymentGroup.setBank(Bank bank)
|
void |
PaymentGroupHistory.setBank(Bank bank)
|
void |
CustomerBank.setBank(Bank bank)
Sets the bank attribute value. |
Uses of Bank in org.kuali.kfs.pdp.service.impl |
---|
Methods in org.kuali.kfs.pdp.service.impl with parameters of type Bank | |
---|---|
protected DisbursementNumberRange |
FormatServiceImpl.getRange(List<DisbursementNumberRange> ranges,
Bank bank,
String disbursementTypeCode)
Given the List of disbursement number ranges for the processing campus, finds matches for the bank code and disbursement type code. |
Uses of Bank in org.kuali.kfs.sys.businessobject |
---|
Methods in org.kuali.kfs.sys.businessobject that return Bank | |
---|---|
Bank |
Bank.getContinuationBank()
Gets the continuationBank attribute. |
Methods in org.kuali.kfs.sys.businessobject with parameters of type Bank | |
---|---|
void |
Bank.setContinuationBank(Bank continuationBank)
Sets the continuationBank attribute value. |
Uses of Bank in org.kuali.kfs.sys.document.validation.impl |
---|
Fields in org.kuali.kfs.sys.document.validation.impl declared as Bank | |
---|---|
protected Bank |
BankRule.newBank
|
protected Bank |
BankRule.oldBank
|
Uses of Bank in org.kuali.kfs.sys.service |
---|
Methods in org.kuali.kfs.sys.service that return Bank | |
---|---|
Bank |
BankService.getByPrimaryId(String bankCode)
Retrieves a bank object who's primary id matches the values provided. |
Bank |
BankService.getDefaultBankByDocType(Class documentClass)
Retrieves the default bank code for the given document type from system parameter. |
Bank |
BankService.getDefaultBankByDocType(String documentTypeCode)
Retrieves the default bank code for the given document type from system parameter. |
Methods in org.kuali.kfs.sys.service with parameters of type Bank | |
---|---|
boolean |
GeneralLedgerPendingEntryService.populateBankOffsetGeneralLedgerPendingEntry(Bank bank,
org.kuali.rice.kns.util.KualiDecimal depositAmount,
GeneralLedgerPostingDocument financialDocument,
Integer universityFiscalYear,
GeneralLedgerPendingEntrySequenceHelper sequenceHelper,
GeneralLedgerPendingEntry bankOffsetEntry,
String errorPropertyName)
This populates an empty GeneralLedgerPendingEntry instance with default values for a bank offset. |
Uses of Bank in org.kuali.kfs.sys.service.impl |
---|
Methods in org.kuali.kfs.sys.service.impl that return Bank | |
---|---|
Bank |
BankServiceImpl.getByPrimaryId(String bankCode)
|
Bank |
BankServiceImpl.getDefaultBankByDocType(Class documentClass)
|
Bank |
BankServiceImpl.getDefaultBankByDocType(String documentTypeCode)
|
Methods in org.kuali.kfs.sys.service.impl with parameters of type Bank | |
---|---|
boolean |
GeneralLedgerPendingEntryServiceImpl.populateBankOffsetGeneralLedgerPendingEntry(Bank bank,
org.kuali.rice.kns.util.KualiDecimal depositAmount,
GeneralLedgerPostingDocument financialDocument,
Integer universityFiscalYear,
GeneralLedgerPendingEntrySequenceHelper sequenceHelper,
GeneralLedgerPendingEntry bankOffsetEntry,
String errorPropertyName)
This populates an empty GeneralLedgerPendingEntry instance with default values for a bank offset. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |