|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.hr.lm.earncodesec.service.EarnCodeSecurityServiceImpl
public class EarnCodeSecurityServiceImpl
Constructor Summary | |
---|---|
EarnCodeSecurityServiceImpl()
|
Method Summary | |
---|---|
List<EarnCodeSecurity> |
getEarnCodeSecurities(String department,
String hrSalGroup,
String location,
Date asOfDate)
This should handle wild cards on department and hr_sal_group. |
EarnCodeSecurity |
getEarnCodeSecurity(String hrEarnCodeSecId)
Fetch department earn code by id |
int |
getEarnCodeSecurityCount(String dept,
String salGroup,
String earnCode,
String employee,
String approver,
String location,
String active,
Date effdt,
String hrDeptEarnCodeId)
get the count of Department Earn Code by given parameters |
int |
getNewerEarnCodeSecurityCount(String earnCode,
Date effdt)
get the count of newer versions of the given earnCode |
List<EarnCodeSecurity> |
searchEarnCodeSecurities(String dept,
String salGroup,
String earnCode,
String location,
Date fromEffdt,
Date toEffdt,
String active,
String showHistory)
|
void |
setEarnCodeSecurityDao(EarnCodeSecurityDao earnCodeSecurityDao)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EarnCodeSecurityServiceImpl()
Method Detail |
---|
public void setEarnCodeSecurityDao(EarnCodeSecurityDao earnCodeSecurityDao)
public List<EarnCodeSecurity> getEarnCodeSecurities(String department, String hrSalGroup, String location, Date asOfDate)
EarnCodeSecurityService
getEarnCodeSecurities
in interface EarnCodeSecurityService
public EarnCodeSecurity getEarnCodeSecurity(String hrEarnCodeSecId)
EarnCodeSecurityService
getEarnCodeSecurity
in interface EarnCodeSecurityService
public List<EarnCodeSecurity> searchEarnCodeSecurities(String dept, String salGroup, String earnCode, String location, Date fromEffdt, Date toEffdt, String active, String showHistory)
searchEarnCodeSecurities
in interface EarnCodeSecurityService
public int getEarnCodeSecurityCount(String dept, String salGroup, String earnCode, String employee, String approver, String location, String active, Date effdt, String hrDeptEarnCodeId)
EarnCodeSecurityService
getEarnCodeSecurityCount
in interface EarnCodeSecurityService
public int getNewerEarnCodeSecurityCount(String earnCode, Date effdt)
EarnCodeSecurityService
getNewerEarnCodeSecurityCount
in interface EarnCodeSecurityService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |