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

Packages that use KemidFee
org.kuali.kfs.module.endow.batch.service   
org.kuali.kfs.module.endow.batch.service.impl   
org.kuali.kfs.module.endow.businessobject   
org.kuali.kfs.module.endow.document.service   
org.kuali.kfs.module.endow.document.service.impl   
 

Uses of KemidFee in org.kuali.kfs.module.endow.batch.service
 

Methods in org.kuali.kfs.module.endow.batch.service that return types with arguments of type KemidFee
 Collection<KemidFee> KemidFeeService.getAllKemIdFee()
          Gets all the KemidFee records as a collection
 Collection<KemidFee> KemidFeeService.getAllKemidForFeeMethodCode(String feeMethodCode)
          Retrieves all KemidFee records for the given feeMethodCode.
 

Methods in org.kuali.kfs.module.endow.batch.service with parameters of type KemidFee
 boolean KemidFeeService.chargeFeeToKemid(FeeMethod feeMethod, KemidFee kemidFee)
          Determines if the fee to be charged or not to the kemid based on the contions: FEE_IMPL_DT is equal to or less than the current date and FEE_TERM_DT is null or greater than the current date.
 boolean KemidFeeService.saveKemidFee(KemidFee kemidFee)
          Saves the kemidFee record to the table END_KEMID_FEE_T
 

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

Methods in org.kuali.kfs.module.endow.batch.service.impl that return types with arguments of type KemidFee
 Collection<KemidFee> KemidFeeServiceImpl.getAllKemIdFee()
           
 Collection<KemidFee> KemidFeeServiceImpl.getAllKemidForFeeMethodCode(String feeMethodCode)
           
 

Methods in org.kuali.kfs.module.endow.batch.service.impl with parameters of type KemidFee
 boolean KemidFeeServiceImpl.chargeFeeToKemid(FeeMethod feeMethod, KemidFee kemidFee)
           
protected  boolean ProcessFeeTransactionsServiceImpl.checkForMinimumThresholdAmount(FeeMethod feeMethod, KemidFee kemidFee)
          IF the calculated fee amount is LESS than the value in END_FEE_MTHD_T: FEE_MIN_THRSHLD, then do not charge the fee (no transaction generated.
protected  EndowmentSourceTransactionLine ProcessFeeTransactionsServiceImpl.createEndowmentSourceTransactionLine(int lineNumber, FeeMethod feeMethod, KemidFee kemidFee, String iPIndicator, BigDecimal feeAmount)
          Creates a source transaction line
protected  boolean ProcessFeeTransactionsServiceImpl.createTransactionLines(CashDecreaseDocument cashDecreaseDocument, FeeMethod feeMethod, KemidFee kemidFee, int lineNumber, int maxNumberOfTransacationLines)
          IF the END_KEMID_FEE_T: PCT_CHRG_FEE_TO_INC is equal to 100%, then generate the transaction line(s) for the eDoc
protected  boolean ProcessFeeTransactionsServiceImpl.processFeeAccrual(FeeMethod feeMethod, KemidFee kemidFee)
          IF the field ACR_FEE is equal to Y (Yes), then add the calculated fee amount to the value in END_KEMID_FEE_MTHD_T: ACRD_FEE_TO_DT.
protected  boolean ProcessFeeTransactionsServiceImpl.processFeeWaiver(FeeMethod feeMethod, KemidFee kemidFee)
          IF the field WAIVE_FEE is equal to Y (Yes), then add the calculated fee amount to the value in END_KEMID_FEE_MTHD_T: WAIVED_FEE_TO_DT and add the calculated fee amount to the value in END_KEMID_FEE_MTHD_T: WAIVED_FEE_YDT
 boolean KemidFeeServiceImpl.saveKemidFee(KemidFee kemidFee)
           
 

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

Methods in org.kuali.kfs.module.endow.businessobject that return types with arguments of type KemidFee
 List<KemidFee> KEMID.getKemidFees()
          Gets the kemidFees.
 

Method parameters in org.kuali.kfs.module.endow.businessobject with type arguments of type KemidFee
 void KEMID.setKemidFees(List<KemidFee> kemidFees)
          Sets the kemidFees.
 

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

Methods in org.kuali.kfs.module.endow.document.service that return types with arguments of type KemidFee
 Collection<KemidFee> KemidFeeService.getAllKemIdFee()
          Gets all the KemidFee records as a collection
 

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

Methods in org.kuali.kfs.module.endow.document.service.impl that return types with arguments of type KemidFee
 Collection<KemidFee> KemidFeeServiceImpl.getAllKemIdFee()
           
 



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