|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GracePeriodService
| Method Summary | |
|---|---|
GracePeriodRule |
getGracePeriodRule(Date asOfDate)
Fetch GracePeriodRule as of a particular date |
GracePeriodRule |
getGracePeriodRule(String tkGracePeriodId)
Fetch Grace period rule by id |
List<GracePeriodRule> |
getGracePeriodRules(String hourFactor,
String active,
String showHistory)
|
Timestamp |
processGracePeriodRule(Timestamp actualTime,
Date asOfDate)
Process grace period rule as of a particular date with the corresponding timestamp |
| Method Detail |
|---|
@Cacheable(value="KPME/GracePeriodRule",
key="\'asOfDate=\' + #p0")
GracePeriodRule getGracePeriodRule(Date asOfDate)
asOfDate -
Timestamp processGracePeriodRule(Timestamp actualTime,
Date asOfDate)
actualTime - asOfDate -
@Cacheable(value="KPME/GracePeriodRule",
key="\'tkGracePeriodId=\' + #p0")
GracePeriodRule getGracePeriodRule(String tkGracePeriodId)
tkGracePeriodId -
List<GracePeriodRule> getGracePeriodRules(String hourFactor,
String active,
String showHistory)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||