|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EarnCodeGroupService
Method Summary | |
---|---|
EarnCodeGroup |
getEarnCodeGroup(String hrEarnCodeGroupId)
|
EarnCodeGroup |
getEarnCodeGroup(String earnCodeGroup,
Date asOfDate)
Fetch earn group for a particular date |
int |
getEarnCodeGroupCount(String earnGroup)
get the count of earn groups by given earnGroup |
EarnCodeGroup |
getEarnCodeGroupForEarnCode(String earnCode,
Date asOfDate)
Fetch earn group for an earn code as of a particular date |
EarnCodeGroup |
getEarnCodeGroupSummaryForEarnCode(String earnCode,
Date asOfDate)
Used to get earn group that this earn code belongs on in context to the summary CAUTION this is used only for the timesheet summary |
Set<String> |
getEarnCodeListForEarnCodeGroup(String earnCodeGroup,
Date asOfDate)
Fetch Set of earn codes for earn group |
int |
getNewerEarnCodeGroupCount(String earnGroup,
Date effdt)
get the count of newer version of earn groups by given earnGroup and date |
List<String> |
warningTextFromEarnCodeGroupsOfDocument(TimesheetDocument timesheetDocument)
Returns list of warning text from earn group that is used by time blocks of the timesheetDocument |
Method Detail |
---|
EarnCodeGroup getEarnCodeGroup(String earnCodeGroup, Date asOfDate)
earnCodeGroup
- asOfDate
-
EarnCodeGroup getEarnCodeGroupForEarnCode(String earnCode, Date asOfDate)
earnCode
- asOfDate
-
Set<String> getEarnCodeListForEarnCodeGroup(String earnCodeGroup, Date asOfDate)
earnGroup
- asOfDate
-
EarnCodeGroup getEarnCodeGroupSummaryForEarnCode(String earnCode, Date asOfDate)
EarnCodeGroup getEarnCodeGroup(String hrEarnCodeGroupId)
List<String> warningTextFromEarnCodeGroupsOfDocument(TimesheetDocument timesheetDocument)
timesheetDocument
-
int getEarnCodeGroupCount(String earnGroup)
earnGroup
-
int getNewerEarnCodeGroupCount(String earnGroup, Date effdt)
earnGroup
- effdt
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |