|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SalarySettingRule
Rule classes wishing to respond to that event should implement this interface.
Method Summary | |
---|---|
boolean |
processAddAppointmentFunding(List<PendingBudgetConstructionAppointmentFunding> existingAppointmentFundings,
PendingBudgetConstructionAppointmentFunding appointmentFunding)
process the rules before the given appointment funding is created |
boolean |
processAdjustSalaraySettingLinePercent(PendingBudgetConstructionAppointmentFunding appointmentFunding)
process the rules before adjusting the salary amount of the given appointment funding |
boolean |
processNormalizePayrateAndAmount(PendingBudgetConstructionAppointmentFunding appointmentFunding)
process the rules before the pay rate and salary amount of the given appointment funding can be normalized |
boolean |
processQuickSaveAppointmentFunding(PendingBudgetConstructionAppointmentFunding appointmentFunding)
process the rules before the given appointment funding is saved |
boolean |
processSaveAppointmentFunding(PendingBudgetConstructionAppointmentFunding appointmentFunding)
process the rules before the given appointment funding is saved |
Method Detail |
---|
boolean processSaveAppointmentFunding(PendingBudgetConstructionAppointmentFunding appointmentFunding)
appointmentFunding
- the given appointment funding
boolean processQuickSaveAppointmentFunding(PendingBudgetConstructionAppointmentFunding appointmentFunding)
appointmentFunding
- the given appointment funding
boolean processAddAppointmentFunding(List<PendingBudgetConstructionAppointmentFunding> existingAppointmentFundings, PendingBudgetConstructionAppointmentFunding appointmentFunding)
existingAppointmentFundings
- the existing appointment fundingsappointmentFunding
- the given appointment funding
boolean processAdjustSalaraySettingLinePercent(PendingBudgetConstructionAppointmentFunding appointmentFunding)
appointmentFunding
- the given appointment funding
boolean processNormalizePayrateAndAmount(PendingBudgetConstructionAppointmentFunding appointmentFunding)
appointmentFunding
- the given appointment funding
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |