|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PooledFundControl in org.kuali.kfs.module.endow.batch.service.impl |
---|
Methods in org.kuali.kfs.module.endow.batch.service.impl with parameters of type PooledFundControl | |
---|---|
protected boolean |
PooledFundControlTransactionsServiceImpl.createECDD(PooledFundControl pooledFundControl,
org.kuali.rice.kns.util.KualiDecimal totalAmount,
String paramDescriptionName,
String securityLineType,
String paramNoRouteInd,
String incomePrincipalIndicator)
Creates ECDD |
protected boolean |
PooledFundControlTransactionsServiceImpl.createECI(PooledFundControl pooledFundControl,
org.kuali.rice.kns.util.KualiDecimal totalAmount,
String paramDescriptionName,
String securityLineTypeCode,
String paramNoRouteInd,
String incomePrincipalIndicator)
Creates ECI |
protected String |
PooledFundControlTransactionsServiceImpl.getEtranTypeCode(PooledFundControl pooledFundControl,
String docComponentType)
Gets the transaction type code based on the document component type |
protected void |
PooledFundControlTransactionsServiceImpl.populateECDD(CashDecreaseDocument cashDecreaseDocument,
PooledFundControl pooledFundControl,
org.kuali.rice.kns.util.KualiDecimal totalAmount,
String securityLineTypeCode,
String transactionIPIndicatorCode,
String etranTypeCode)
Populates security and transaction lines |
protected void |
PooledFundControlTransactionsServiceImpl.populateECI(CashIncreaseDocument cashIncreaseDocument,
PooledFundControl pooledFundControl,
org.kuali.rice.kns.util.KualiDecimal totalAmount,
String securityLineTypeCode,
String transactionIPIndicatorCode,
String etranTypeCode)
Populates security and transaction lines |
Uses of PooledFundControl in org.kuali.kfs.module.endow.businessobject |
---|
Methods in org.kuali.kfs.module.endow.businessobject that return PooledFundControl | |
---|---|
PooledFundControl |
CashSweepModel.getIncomePooledFundControl()
Gets the incomePooledFundControl |
PooledFundControl |
AutomatedCashInvestmentModel.getInvestment1()
Gets the investment1 Pooled Fund Control |
PooledFundControl |
AutomatedCashInvestmentModel.getInvestment2()
Gets the investment2 Pooled Fund Control |
PooledFundControl |
AutomatedCashInvestmentModel.getInvestment3()
Gets the investment3 Pooled Fund Control |
PooledFundControl |
AutomatedCashInvestmentModel.getInvestment4()
Gets the investment4 Pooled Fund Control |
PooledFundControl |
PooledFundValue.getPooledFundControl()
Gets the PooledFundControl object |
PooledFundControl |
CashSweepModel.getPrinciplePooledFundControl()
Gets the principlePooledFundControl |
Methods in org.kuali.kfs.module.endow.businessobject with parameters of type PooledFundControl | |
---|---|
void |
CashSweepModel.setIncomePooledFundControl(PooledFundControl incomePooledFundControl)
Sets the incomePooledFundControl |
void |
AutomatedCashInvestmentModel.setInvestment1(PooledFundControl investment1)
Sets the investment1 |
void |
AutomatedCashInvestmentModel.setInvestment2(PooledFundControl investment2)
Sets the investment2 |
void |
AutomatedCashInvestmentModel.setInvestment3(PooledFundControl investment3)
Sets the investment3 |
void |
AutomatedCashInvestmentModel.setInvestment4(PooledFundControl investment4)
Sets the investment4 |
void |
PooledFundValue.setPooledFundControl(PooledFundControl pooledFundControl)
Sets the PooledFundControl object |
void |
CashSweepModel.setPrinciplePooledFundControl(PooledFundControl principlePooledFundControl)
Sets the principlePooledFundControl |
Uses of PooledFundControl in org.kuali.kfs.module.endow.dataaccess |
---|
Methods in org.kuali.kfs.module.endow.dataaccess that return types with arguments of type PooledFundControl | |
---|---|
List<PooledFundControl> |
PooledFundControlTransactionsDao.getAllPooledFundControlTransaction()
Gets all pooled fund control transaction |
Methods in org.kuali.kfs.module.endow.dataaccess with parameters of type PooledFundControl | |
---|---|
List<TransactionArchiveSecurity> |
PooledFundControlTransactionsDao.getTransactionArchiveSecurityWithSecurityId(PooledFundControl pooledFundControl,
List<String> documentTypeNames,
Date currentDate)
Gets all transaction archive security with security id and document names |
List<TransactionArchive> |
PooledFundControlTransactionsDao.getTransactionArchiveWithSecurityAndDocNames(PooledFundControl pooledFundControl,
List<String> documentTypeNames,
Date currentDate)
Gets all transaction archive with security id and document names |
Uses of PooledFundControl in org.kuali.kfs.module.endow.dataaccess.impl |
---|
Methods in org.kuali.kfs.module.endow.dataaccess.impl that return types with arguments of type PooledFundControl | |
---|---|
List<PooledFundControl> |
PooledFundControlTransactionsDaoOjb.getAllPooledFundControlTransaction()
|
Methods in org.kuali.kfs.module.endow.dataaccess.impl with parameters of type PooledFundControl | |
---|---|
List<TransactionArchiveSecurity> |
PooledFundControlTransactionsDaoOjb.getTransactionArchiveSecurityWithSecurityId(PooledFundControl pooledFundControl,
List<String> documentTypeNames,
Date currentDate)
|
List<TransactionArchive> |
PooledFundControlTransactionsDaoOjb.getTransactionArchiveWithSecurityAndDocNames(PooledFundControl pooledFundControl,
List<String> documentTypeNames,
Date currentDate)
|
Uses of PooledFundControl in org.kuali.kfs.module.endow.document.service |
---|
Methods in org.kuali.kfs.module.endow.document.service that return PooledFundControl | |
---|---|
PooledFundControl |
PooledFundControlService.getByPrimaryKey(String id)
|
Uses of PooledFundControl in org.kuali.kfs.module.endow.document.service.impl |
---|
Methods in org.kuali.kfs.module.endow.document.service.impl that return PooledFundControl | |
---|---|
PooledFundControl |
PooledFundControlServiceImpl.getByPrimaryKey(String id)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |