|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TimeCollectionRuleService
| Method Summary | |
|---|---|
TimeCollectionRule |
getTimeCollectionRule(String tkTimeCollectionRuleId)
|
TimeCollectionRule |
getTimeCollectionRule(String dept,
Long workArea,
Date asOfDate)
Fetch TimeCollectionRule for a given dept and work area as of a particular date |
TimeCollectionRule |
getTimeCollectionRule(String dept,
Long workArea,
String payType,
Date asOfDate)
|
List<TimeCollectionRule> |
getTimeCollectionRules(String dept,
String workArea,
String payType,
String active,
String showHistory)
|
| Method Detail |
|---|
@Cacheable(value="KPME/TimeCollectionRule",
key="\'dept=\' + #p0+ \'|\' + \'workArea=\' + #p1+ \'|\' + \'asOfDate=\' + #p2")
TimeCollectionRule getTimeCollectionRule(String dept,
Long workArea,
Date asOfDate)
dept - workArea - asOfDate -
@Cacheable(value="KPME/TimeCollectionRule",
key="\'dept=\' + #p0+ \'|\' + \'workArea=\' + #p1+ \'|\' + \'payType=\' + #p2+ \'|\' + \'asOfDate=\' + #p3")
TimeCollectionRule getTimeCollectionRule(String dept,
Long workArea,
String payType,
Date asOfDate)
@Cacheable(value="KPME/TimeCollectionRule",
key="\'tkTimeCollectionRuleId=\' + #p0")
TimeCollectionRule getTimeCollectionRule(String tkTimeCollectionRuleId)
List<TimeCollectionRule> getTimeCollectionRules(String dept,
String workArea,
String payType,
String active,
String showHistory)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||