|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KemidFeeService
Method Summary | |
---|---|
boolean |
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. |
Collection<KemidFee> |
getAllKemIdFee()
Gets all the KemidFee records as a collection |
Collection<KemidFee> |
getAllKemidForFeeMethodCode(String feeMethodCode)
Retrieves all KemidFee records for the given feeMethodCode. |
boolean |
saveKemidFee(KemidFee kemidFee)
Saves the kemidFee record to the table END_KEMID_FEE_T |
boolean |
updateWaiverFeeYearToDateTotals()
updates Waiver Fee Year-To-Date totals. |
Method Detail |
---|
boolean updateWaiverFeeYearToDateTotals()
Collection<KemidFee> getAllKemIdFee()
boolean saveKemidFee(KemidFee kemidFee)
kemidFee
-
Collection<KemidFee> getAllKemidForFeeMethodCode(String feeMethodCode)
boolean chargeFeeToKemid(FeeMethod feeMethod, KemidFee kemidFee)
feeMethod
- feeMethod record, kemidFee kemidFee record
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |