|
||||||||||
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.BudgetConstructionIntendedIncumbentServiceImpl
public class BudgetConstructionIntendedIncumbentServiceImpl
implements the service methods defined in BudgetConstructionIntendedIncumbentService
Constructor Summary | |
---|---|
BudgetConstructionIntendedIncumbentServiceImpl()
|
Method Summary | |
---|---|
BudgetConstructionIntendedIncumbent |
getByPrimaryId(String emplid)
retrieve a Budget Construction Intended Incumbent object by its primary key - the employee id. |
void |
pullNewIncumbentFromExternal(String emplid)
Retrieves a new incumbent record from an external system using HumanResourcesPayrollService then populates the
record in the budget intended incumbent table. |
void |
refreshIncumbentFromExternal(String emplid)
Refreshes an incumbent record from an external system using HumanResourcesPayrollService then updates the
record in the budget intended incumbent table. |
void |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value. |
void |
setHumanResourcesPayrollService(HumanResourcesPayrollService humanResourcesPayrollService)
Sets the humanResourcesPayrollService attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BudgetConstructionIntendedIncumbentServiceImpl()
Method Detail |
---|
public void pullNewIncumbentFromExternal(String emplid) throws BudgetIncumbentAlreadyExistsException
BudgetConstructionIntendedIncumbentService
HumanResourcesPayrollService
then populates the
record in the budget intended incumbent table.
pullNewIncumbentFromExternal
in interface BudgetConstructionIntendedIncumbentService
emplid
- university id for the incumbent to pull
BudgetIncumbentAlreadyExistsException
BudgetConstructionIntendedIncumbentService.pullNewIncumbentFromExternal(java.lang.String)
public void refreshIncumbentFromExternal(String emplid)
BudgetConstructionIntendedIncumbentService
HumanResourcesPayrollService
then updates the
record in the budget intended incumbent table.
refreshIncumbentFromExternal
in interface BudgetConstructionIntendedIncumbentService
emplid
- university id for the incumbent to pullBudgetConstructionIntendedIncumbentService.refreshIncumbentFromExternal(java.lang.String)
public BudgetConstructionIntendedIncumbent getByPrimaryId(String emplid)
BudgetConstructionIntendedIncumbentService
getByPrimaryId
in interface BudgetConstructionIntendedIncumbentService
emplid
- the given employee id
BudgetConstructionIntendedIncumbentService.getByPrimaryId(java.lang.String)
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
businessObjectService
- The businessObjectService to set.public void setHumanResourcesPayrollService(HumanResourcesPayrollService humanResourcesPayrollService)
humanResourcesPayrollService
- The humanResourcesPayrollService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |