|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FeeMethodService
Method Summary | |
---|---|
FeeMethod |
getByPrimaryKey(String code)
Gets a feeMethod by primary key. |
Date |
getFeeMethodNextProcessDate(String feeMethodCode)
Gets the feeMethod next process date. |
String |
getFeeMethodNextProcessDateForAjax(String feeMethodCode)
Gets the feeMethod next process date as a String for use in javascript. |
Collection<FeeMethod> |
getFeeMethods()
Gets a collection of record from END_FEE_MTHD_T table |
Collection<FeeMethod> |
getFeeMethodsByNextProcessingDate(Date nextProcessingDate)
Gets a collection of record from END_FEE_MTHD_T table based on next processing date (FEE_NXT_PROC_DT) is equal to the current date. |
boolean |
isFeeMethodUsedOnAnyKemid(String feeMethodCode)
Checks if the fee method is used on any Kemid. |
Method Detail |
---|
Collection<FeeMethod> getFeeMethods()
Collection<FeeMethod> getFeeMethodsByNextProcessingDate(Date nextProcessingDate)
FeeMethod getByPrimaryKey(String code)
code
-
String getFeeMethodNextProcessDateForAjax(String feeMethodCode)
feeMethodCode
-
Date getFeeMethodNextProcessDate(String feeMethodCode)
feeMethodCode
-
boolean isFeeMethodUsedOnAnyKemid(String feeMethodCode)
feeMethodCode
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |