Uses of Class
org.kuali.kfs.module.endow.businessobject.AutomatedCashInvestmentModel

Packages that use AutomatedCashInvestmentModel
org.kuali.kfs.module.endow.batch.service.impl   
org.kuali.kfs.module.endow.businessobject   
org.kuali.kfs.module.endow.dataaccess   
org.kuali.kfs.module.endow.dataaccess.impl   
org.kuali.kfs.module.endow.document.service   
org.kuali.kfs.module.endow.document.service.impl   
org.kuali.kfs.module.endow.document.validation.impl   
 

Uses of AutomatedCashInvestmentModel in org.kuali.kfs.module.endow.batch.service.impl
 

Methods in org.kuali.kfs.module.endow.batch.service.impl with parameters of type AutomatedCashInvestmentModel
protected  void CreateAutomatedCashInvestmentTransactionsServiceImpl.processAssetDecreaseDocs(List<KEMID> kemids, AutomatedCashInvestmentModel aciModel, boolean isIncome)
          Process all the asset decrease documents for income and principle types.
protected  void CreateAutomatedCashInvestmentTransactionsServiceImpl.processAssetIncreaseDocs(List<KEMID> kemids, AutomatedCashInvestmentModel aciModel, boolean isIncome)
          Process all the asset increase documents for income and principle types.
 

Uses of AutomatedCashInvestmentModel in org.kuali.kfs.module.endow.businessobject
 

Methods in org.kuali.kfs.module.endow.businessobject that return AutomatedCashInvestmentModel
 AutomatedCashInvestmentModel TypeCode.getAutomatedCashInvestmentModelForIncomeACIModelId()
          This method gets the automatedCashInvestmentModelForIncomeACIModelId.
 AutomatedCashInvestmentModel TypeCode.getAutomatedCashInvestmentModelForPrincipalACIModelId()
          This method gets the automatedCashInvestmentModelForPrincipalACIModelId.
 AutomatedCashInvestmentModel KEMID.getIncomeACIModel()
          Gets the incomeACIModel.
 AutomatedCashInvestmentModel KEMID.getPrincipalACIModel()
          Gets the principalACIModel.
 

Methods in org.kuali.kfs.module.endow.businessobject with parameters of type AutomatedCashInvestmentModel
 void TypeCode.setAutomatedCashInvestmentModelForIncomeACIModelId(AutomatedCashInvestmentModel automatedCashInvestmentModelForIncomeACIModelId)
          This method sets the automatedCashInvestmentModelForIncomeACIModelId.
 void TypeCode.setAutomatedCashInvestmentModelForPrincipalACIModelId(AutomatedCashInvestmentModel automatedCashInvestmentModelForPrincipalACIModelId)
          This method sets the automatedCashInvestmentModelForPrincipalACIModelId.
 void KEMID.setIncomeACIModel(AutomatedCashInvestmentModel incomeACIModel)
          Sets the incomeACIModel.
 void KEMID.setPrincipalACIModel(AutomatedCashInvestmentModel principalACIModel)
          Sets the principalACIModel.
 

Uses of AutomatedCashInvestmentModel in org.kuali.kfs.module.endow.dataaccess
 

Methods in org.kuali.kfs.module.endow.dataaccess that return types with arguments of type AutomatedCashInvestmentModel
 List<AutomatedCashInvestmentModel> AutomatedCashInvestmentModelDao.getAutomatedCashInvestmentModelWithNextPayDateEqualToCurrentDate(Date currentDate)
          Gets AutomatedCashInvestmentModel whose next income pay date is equal to the current date and whose frequency code is valid
 

Uses of AutomatedCashInvestmentModel in org.kuali.kfs.module.endow.dataaccess.impl
 

Methods in org.kuali.kfs.module.endow.dataaccess.impl that return types with arguments of type AutomatedCashInvestmentModel
 List<AutomatedCashInvestmentModel> AutomatedCashInvestmentModelDaoOjb.getAutomatedCashInvestmentModelWithNextPayDateEqualToCurrentDate(Date currentDate)
           
 

Uses of AutomatedCashInvestmentModel in org.kuali.kfs.module.endow.document.service
 

Methods in org.kuali.kfs.module.endow.document.service that return AutomatedCashInvestmentModel
 AutomatedCashInvestmentModel AutomatedCashInvestmentModelService.getByPrimaryKey(Integer aciModelID)
          Gets a automatedCashInvestmentModel model id by primary key.
 

Uses of AutomatedCashInvestmentModel in org.kuali.kfs.module.endow.document.service.impl
 

Methods in org.kuali.kfs.module.endow.document.service.impl that return AutomatedCashInvestmentModel
 AutomatedCashInvestmentModel AutomatedCashInvestmentModelServiceImpl.getByPrimaryKey(Integer aciModelID)
           
 

Uses of AutomatedCashInvestmentModel in org.kuali.kfs.module.endow.document.validation.impl
 

Methods in org.kuali.kfs.module.endow.document.validation.impl with parameters of type AutomatedCashInvestmentModel
protected  boolean ACIModelRule.checkTotalPercentageEqualOne(AutomatedCashInvestmentModel newACIModel)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.