|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BudgetConstructionIntendedIncumbentService
define the service methods that are related to budget construction Intended Incumbent class
BudgetConstructionIntendedIncumbent
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. |
Method Detail |
---|
void pullNewIncumbentFromExternal(String emplid) throws BudgetIncumbentAlreadyExistsException
HumanResourcesPayrollService
then populates the
record in the budget intended incumbent table.
emplid
- university id for the incumbent to pull
BudgetPositionAlreadyExistsException
- thrown when position is already in the budget table
BudgetIncumbentAlreadyExistsException
void refreshIncumbentFromExternal(String emplid)
HumanResourcesPayrollService
then updates the
record in the budget intended incumbent table.
emplid
- university id for the incumbent to pullBudgetConstructionIntendedIncumbent getByPrimaryId(String emplid)
emplid
- the given employee id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |