|
||||||||||
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.BudgetConstructionRules
public class BudgetConstructionRules
Base rule class for Budget Construction. Handles calling other expansion rule classes and the core budget document rules.
Constructor Summary | |
---|---|
BudgetConstructionRules()
Initialize expansion rule classes. |
Method Summary | |
---|---|
boolean |
processAddAppointmentFunding(List<PendingBudgetConstructionAppointmentFunding> existingAppointmentFundings,
PendingBudgetConstructionAppointmentFunding appointmentFunding)
process the rules before the given appointment funding is created |
boolean |
processAddBudgetConstructionDocumentRules(BudgetConstructionDocument budgetConstructionDocument)
Processes all the rules for this event and returns true if all rules passed |
boolean |
processAddPendingBudgetGeneralLedgerLineRules(BudgetConstructionDocument budgetConstructionDocument,
PendingBudgetConstructionGeneralLedger pendingBudgetConstructionGeneralLedger,
boolean isRevenue)
Processes all the rules for this event and returns true if all rules passed |
boolean |
processAdjustSalaraySettingLinePercent(PendingBudgetConstructionAppointmentFunding appointmentFunding)
process the rules before adjusting the salary amount of the given appointment funding |
boolean |
processDeleteMonthlySpreadRules(BudgetConstructionDocument budgetConstructionDocument,
BCConstants.MonthSpreadDeleteType monthSpreadDeleteType)
|
boolean |
processDeletePendingBudgetGeneralLedgerLineRules(BudgetConstructionDocument budgetConstructionDocument,
PendingBudgetConstructionGeneralLedger pendingBudgetConstructionGeneralLedger,
boolean isRevenue)
Processes all the rules for this event and returns true if all rules passed |
boolean |
processExpansionRule(BudgetExpansionEvent budgetExpansionEvent)
Process an expansion event. |
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 |
boolean |
processSaveDocument(org.kuali.rice.kns.document.Document document)
|
boolean |
processSaveMonthlyBudgetRules(BudgetConstructionDocument budgetConstructionDocument,
BudgetConstructionMonthly budgetConstructionMonthly)
Processes all the rules for this event and returns true if all rules passed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BudgetConstructionRules()
Method Detail |
---|
public boolean processExpansionRule(BudgetExpansionEvent budgetExpansionEvent)
BudgetExpansionRule
processExpansionRule
in interface BudgetExpansionRule
budgetExpansionEvent
- event
to process
boolean
true if validation was successful, false if errors were encounteredBudgetExpansionRule.processExpansionRule(org.kuali.kfs.module.bc.document.validation.event.BudgetExpansionEvent)
public boolean processSaveDocument(org.kuali.rice.kns.document.Document document)
processSaveDocument
in interface org.kuali.rice.kns.rule.SaveDocumentRule
SaveDocumentRule.processSaveDocument(org.kuali.rice.kns.document.Document)
public boolean processAddBudgetConstructionDocumentRules(BudgetConstructionDocument budgetConstructionDocument)
AddBudgetConstructionDocumentRule
processAddBudgetConstructionDocumentRules
in interface AddBudgetConstructionDocumentRule<BudgetConstructionDocument>
AddBudgetConstructionDocumentRule.processAddBudgetConstructionDocumentRules(org.kuali.kfs.module.bc.document.BudgetConstructionDocument)
public boolean processAddPendingBudgetGeneralLedgerLineRules(BudgetConstructionDocument budgetConstructionDocument, PendingBudgetConstructionGeneralLedger pendingBudgetConstructionGeneralLedger, boolean isRevenue)
AddPendingBudgetGeneralLedgerLineRule
processAddPendingBudgetGeneralLedgerLineRules
in interface AddPendingBudgetGeneralLedgerLineRule<BudgetConstructionDocument,PendingBudgetConstructionGeneralLedger>
AddPendingBudgetGeneralLedgerLineRule.processAddPendingBudgetGeneralLedgerLineRules(org.kuali.kfs.module.bc.document.BudgetConstructionDocument,
org.kuali.kfs.module.bc.businessobject.PendingBudgetConstructionGeneralLedger, boolean)
public boolean processDeletePendingBudgetGeneralLedgerLineRules(BudgetConstructionDocument budgetConstructionDocument, PendingBudgetConstructionGeneralLedger pendingBudgetConstructionGeneralLedger, boolean isRevenue)
DeletePendingBudgetGeneralLedgerLineRule
processDeletePendingBudgetGeneralLedgerLineRules
in interface DeletePendingBudgetGeneralLedgerLineRule<BudgetConstructionDocument,PendingBudgetConstructionGeneralLedger>
DeletePendingBudgetGeneralLedgerLineRule.processDeletePendingBudgetGeneralLedgerLineRules(org.kuali.kfs.module.bc.document.BudgetConstructionDocument,
org.kuali.kfs.module.bc.businessobject.PendingBudgetConstructionGeneralLedger, boolean)
public boolean processDeleteMonthlySpreadRules(BudgetConstructionDocument budgetConstructionDocument, BCConstants.MonthSpreadDeleteType monthSpreadDeleteType)
processDeleteMonthlySpreadRules
in interface DeleteMonthlySpreadRule<BudgetConstructionDocument>
DeleteMonthlySpreadRule.processDeleteMonthlySpreadRules(org.kuali.kfs.module.bc.document.BudgetConstructionDocument,
org.kuali.kfs.module.bc.BCConstants.MonthSpreadDeleteType)
public boolean processSaveMonthlyBudgetRules(BudgetConstructionDocument budgetConstructionDocument, BudgetConstructionMonthly budgetConstructionMonthly)
SaveMonthlyBudgetRule
processSaveMonthlyBudgetRules
in interface SaveMonthlyBudgetRule<BudgetConstructionDocument,BudgetConstructionMonthly>
public boolean processAddAppointmentFunding(List<PendingBudgetConstructionAppointmentFunding> existingAppointmentFundings, PendingBudgetConstructionAppointmentFunding appointmentFunding)
SalarySettingRule
processAddAppointmentFunding
in interface SalarySettingRule
existingAppointmentFundings
- the existing appointment fundingsappointmentFunding
- the given appointment funding
org.kuali.kfs.module.bc.document.validation.SalarySettingRule#processAddAppointmentFunding(org.kuali.kfs.module.bc.businessobject.PendingBudgetConstructionAppointmentFunding)
public boolean processSaveAppointmentFunding(PendingBudgetConstructionAppointmentFunding appointmentFunding)
SalarySettingRule
processSaveAppointmentFunding
in interface SalarySettingRule
appointmentFunding
- the given appointment funding
SalarySettingRule.processSaveAppointmentFunding(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)
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 processQuickSaveAppointmentFunding(PendingBudgetConstructionAppointmentFunding appointmentFunding)
SalarySettingRule
processQuickSaveAppointmentFunding
in interface SalarySettingRule
appointmentFunding
- the given appointment funding
SalarySettingRule.processQuickSaveAppointmentFunding(org.kuali.kfs.module.bc.businessobject.PendingBudgetConstructionAppointmentFunding)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |