org.kuali.kfs.module.endow.batch.service
Interface KemidCorpusValueService

All Known Implementing Classes:
KemidCorpusValuesServiceImpl

public interface KemidCorpusValueService


Method Summary
 boolean canFeeBeChargedToKemid(String kemid, org.kuali.rice.kns.util.KualiDecimal corpusPctTolerance)
          determines if there is a record in END_KEMDID_CORUPS_VAL_T table for the given kemid.
 

Method Detail

canFeeBeChargedToKemid

boolean canFeeBeChargedToKemid(String kemid,
                               org.kuali.rice.kns.util.KualiDecimal corpusPctTolerance)
determines if there is a record in END_KEMDID_CORUPS_VAL_T table for the given kemid.

Parameters:
kemid, - corpusPctTolerance
Returns:
true if the amounts updated else return false


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