|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.bc.document.validation.impl.SalarySettingRules
public class SalarySettingRules
the rule implementation for the actions of salary setting component
Constructor Summary | |
---|---|
SalarySettingRules()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SalarySettingRules()
Method Detail |
---|
public boolean processQuickSaveAppointmentFunding(PendingBudgetConstructionAppointmentFunding appointmentFunding)
SalarySettingRule
processQuickSaveAppointmentFunding
in interface SalarySettingRule
appointmentFunding
- the given appointment funding
SalarySettingRule.processQuickSaveAppointmentFunding(org.kuali.kfs.module.bc.businessobject.PendingBudgetConstructionAppointmentFunding)
public boolean processSaveAppointmentFunding(PendingBudgetConstructionAppointmentFunding appointmentFunding)
SalarySettingRule
processSaveAppointmentFunding
in interface SalarySettingRule
appointmentFunding
- the given appointment funding
org.kuali.kfs.module.bc.document.validation.SalarySettingRule#processSaveAppointmentFunding(java.util.List,
org.kuali.kfs.module.bc.businessobject.PendingBudgetConstructionAppointmentFunding)
public boolean processAddAppointmentFunding(List<PendingBudgetConstructionAppointmentFunding> existingAppointmentFundings, PendingBudgetConstructionAppointmentFunding appointmentFunding)
SalarySettingRule
processAddAppointmentFunding
in interface SalarySettingRule
existingAppointmentFundings
- the existing appointment fundingsappointmentFunding
- the given appointment funding
SalarySettingRule.processAddAppointmentFunding(java.util.List,
org.kuali.kfs.module.bc.businessobject.PendingBudgetConstructionAppointmentFunding)
public boolean processAdjustSalaraySettingLinePercent(PendingBudgetConstructionAppointmentFunding appointmentFunding)
SalarySettingRule
processAdjustSalaraySettingLinePercent
in interface SalarySettingRule
appointmentFunding
- the given appointment funding
SalarySettingRule.processAdjustSalaraySettingLinePercent(org.kuali.kfs.module.bc.businessobject.PendingBudgetConstructionAppointmentFunding)
public boolean processNormalizePayrateAndAmount(PendingBudgetConstructionAppointmentFunding appointmentFunding)
SalarySettingRule
processNormalizePayrateAndAmount
in interface SalarySettingRule
appointmentFunding
- the given appointment funding
SalarySettingRule.processNormalizePayrateAndAmount(org.kuali.kfs.module.bc.businessobject.PendingBudgetConstructionAppointmentFunding)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |