|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.module.bc.service.impl.HumanResourcesPayrollServiceImpl
public class HumanResourcesPayrollServiceImpl
Bootstrap implementation of HumanResourcesPayrollService. Only implements the methods so that Budget will function. Data is not correct and should not be used in production.
HumanResourcesPayrollService| Constructor Summary | |
|---|---|
HumanResourcesPayrollServiceImpl()
|
|
| Method Summary | |
|---|---|
Incumbent |
getIncumbent(String emplid)
This is just a bootstrap implementation. |
protected org.kuali.rice.kim.service.PersonService<org.kuali.rice.kim.bo.Person> |
getPersonService()
|
Position |
getPosition(Integer universityFiscalYear,
String positionNumber)
This is just a bootstrap implementation. |
boolean |
isActiveJob(String emplid,
String positionNumber,
Integer fiscalYear,
BCConstants.SynchronizationCheckType synchronizationCheckType)
determine whether there is an active job for the given emplid on the specified position |
void |
setHumanResourcesPayrollDao(HumanResourcesPayrollDao humanResourcesPayrollDao)
Sets the humanResourcesPayrollDao attribute value. |
boolean |
validatePositionUnionCode(String positionUnionCode)
This is just a bootstrap implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HumanResourcesPayrollServiceImpl()
| Method Detail |
|---|
public boolean validatePositionUnionCode(String positionUnionCode)
validatePositionUnionCode in interface HumanResourcesPayrollServiceHumanResourcesPayrollService.validatePositionUnionCode(java.lang.String)
@Transactional
public Position getPosition(Integer universityFiscalYear,
String positionNumber)
throws PositionNotFoundException
getPosition in interface HumanResourcesPayrollServiceuniversityFiscalYear - position fiscal year, part of record keypositionNumber - position number, part of record key
Position object
PositionNotFoundException - thrown if no data was found for the position keyHumanResourcesPayrollService.getPosition(java.lang.Integer, java.lang.String)
@Transactional
public Incumbent getIncumbent(String emplid)
throws IncumbentNotFoundException
getIncumbent in interface HumanResourcesPayrollServiceemplid - university id for the incumbent to pull
Incumbent object
IncumbentNotFoundException - thrown if no data was found for the employee idHumanResourcesPayrollService.getIncumbent(java.lang.String)
@Transactional
public boolean isActiveJob(String emplid,
String positionNumber,
Integer fiscalYear,
BCConstants.SynchronizationCheckType synchronizationCheckType)
HumanResourcesPayrollService
isActiveJob in interface HumanResourcesPayrollServiceemplid - the given employee idpositionNumber - the specified position numberfiscalYear - the given fiscal yearsynchronizationCheckType - the sync check type
HumanResourcesPayrollService.isActiveJob(java.lang.String, java.lang.String,
java.lang.Integer, org.kuali.kfs.module.bc.BCConstants.SynchronizationCheckType)public void setHumanResourcesPayrollDao(HumanResourcesPayrollDao humanResourcesPayrollDao)
humanResourcesPayrollDao - The humanResourcesPayrollDao to set.protected org.kuali.rice.kim.service.PersonService<org.kuali.rice.kim.bo.Person> getPersonService()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||