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

Packages that use ClassCode
org.kuali.kfs.module.endow.businessobject   
org.kuali.kfs.module.endow.document.service   
org.kuali.kfs.module.endow.document.service.impl   
org.kuali.kfs.module.endow.document.validation.impl   
org.kuali.kfs.module.endow.report.service.impl   
 

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

Methods in org.kuali.kfs.module.endow.businessobject that return ClassCode
 ClassCode Security.getClassCode()
          This method gets the classCode.
 ClassCode FeeClassCode.getClassCode()
          This method gets the classCode.
 

Methods in org.kuali.kfs.module.endow.businessobject with parameters of type ClassCode
 void Security.setClassCode(ClassCode classCode)
          This method sets the classCode.
 void FeeClassCode.setClassCode(ClassCode classCode)
          This method sets the classCode.
 

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

Methods in org.kuali.kfs.module.endow.document.service that return ClassCode
 ClassCode ClassCodeService.getByPrimaryKey(String code)
          Gets a class code by primary key.
 

Methods in org.kuali.kfs.module.endow.document.service that return types with arguments of type ClassCode
 Collection<ClassCode> ClassCodeService.getClassCodesForAccrualProcessing()
          Gets all class codes with accrual method: Automated Cash Management, Time Deposits, Treasury Notes and Bonds, Dividends
 

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

Methods in org.kuali.kfs.module.endow.document.service.impl that return ClassCode
 ClassCode ClassCodeServiceImpl.getByPrimaryKey(String code)
           
 

Methods in org.kuali.kfs.module.endow.document.service.impl that return types with arguments of type ClassCode
 Collection<ClassCode> ClassCodeServiceImpl.getClassCodesForAccrualProcessing()
           
 

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

Methods in org.kuali.kfs.module.endow.document.validation.impl with parameters of type ClassCode
 boolean ClassCodeRule.validateClassCodeType(ClassCode classCode)
          This method checks that security reporting group is Cash Equivalents when class code type is Cash Equivalents.
 boolean ClassCodeRule.validateIncomneTransactionPostTypeCode(ClassCode classCode)
          This method checks if income endowment transaction post type code is Income.
 boolean ClassCodeRule.validateTransactionTypeCode(ClassCode classCode)
          This method validates that if the Class Code Type is Liability, the Security Transaction Code must be a Liability Type Code.
 boolean ClassCodeRule.validateValuationMethodForPooledInvestments(ClassCode classCode)
          This method validates that the valuation method is Unit for class code with class code type P=Pooled Investment or B=Bond or L=Liability.
 

Uses of ClassCode in org.kuali.kfs.module.endow.report.service.impl
 

Methods in org.kuali.kfs.module.endow.report.service.impl that return ClassCode
protected  ClassCode AssetStatementReportServiceImpl.getClassCodeById(String classCode)
          Gets class code object
 



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