|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.hr.time.earncodegroup.service.EarnCodeGroupServiceImpl
public class EarnCodeGroupServiceImpl
Constructor Summary | |
---|---|
EarnCodeGroupServiceImpl()
|
Method Summary | |
---|---|
EarnCodeGroup |
getEarnCodeGroup(String hrEarnCodeGroupId)
|
EarnCodeGroup |
getEarnCodeGroup(String earnCodeGroup,
Date asOfDate)
Fetch earn group for a particular date |
int |
getEarnCodeGroupCount(String earnCodeGroup)
get the count of earn groups by given earnGroup |
EarnCodeGroupDaoService |
getEarnCodeGroupDao()
|
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 earnCodeGroup,
Date effdt)
get the count of newer version of earn groups by given earnGroup and date |
void |
setEarnCodeGroupDao(EarnCodeGroupDaoService earnCodeGroupDao)
|
List<String> |
warningTextFromEarnCodeGroupsOfDocument(TimesheetDocument timesheetDocument)
Returns list of warning text from earn group that is used by time blocks of the timesheetDocument |
List<String> |
warningTextFromEarnCodeGroupsOfTimeblocks(List<TimeBlock> tbList)
Returns list of warning text from earn group that is used by time blocks of the timesheetDocument |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EarnCodeGroupServiceImpl()
Method Detail |
---|
public EarnCodeGroup getEarnCodeGroup(String earnCodeGroup, Date asOfDate)
EarnCodeGroupService
getEarnCodeGroup
in interface EarnCodeGroupService
public EarnCodeGroupDaoService getEarnCodeGroupDao()
public void setEarnCodeGroupDao(EarnCodeGroupDaoService earnCodeGroupDao)
public EarnCodeGroup getEarnCodeGroupSummaryForEarnCode(String earnCode, Date asOfDate)
EarnCodeGroupService
getEarnCodeGroupSummaryForEarnCode
in interface EarnCodeGroupService
public EarnCodeGroup getEarnCodeGroupForEarnCode(String earnCode, Date asOfDate)
EarnCodeGroupService
getEarnCodeGroupForEarnCode
in interface EarnCodeGroupService
public Set<String> getEarnCodeListForEarnCodeGroup(String earnCodeGroup, Date asOfDate)
EarnCodeGroupService
getEarnCodeListForEarnCodeGroup
in interface EarnCodeGroupService
public EarnCodeGroup getEarnCodeGroup(String hrEarnCodeGroupId)
getEarnCodeGroup
in interface EarnCodeGroupService
public List<String> warningTextFromEarnCodeGroupsOfTimeblocks(List<TimeBlock> tbList)
EarnCodeGroupService
warningTextFromEarnCodeGroupsOfTimeblocks
in interface EarnCodeGroupService
public List<String> warningTextFromEarnCodeGroupsOfDocument(TimesheetDocument timesheetDocument)
EarnCodeGroupService
warningTextFromEarnCodeGroupsOfDocument
in interface EarnCodeGroupService
public int getEarnCodeGroupCount(String earnCodeGroup)
EarnCodeGroupService
getEarnCodeGroupCount
in interface EarnCodeGroupService
public int getNewerEarnCodeGroupCount(String earnCodeGroup, Date effdt)
EarnCodeGroupService
getNewerEarnCodeGroupCount
in interface EarnCodeGroupService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |