org.kuali.kfs.module.bc.document.validation.event
Class NormalizePayrateAndAmountEvent

java.lang.Object
  extended by org.kuali.rice.kns.rule.event.KualiDocumentEventBase
      extended by org.kuali.kfs.module.bc.document.validation.event.BudgetExpansionEvent
          extended by org.kuali.kfs.module.bc.document.validation.event.SalarySettingBaseEvent
              extended by org.kuali.kfs.module.bc.document.validation.event.NormalizePayrateAndAmountEvent
All Implemented Interfaces:
org.kuali.rice.kns.rule.event.KualiDocumentEvent

public class NormalizePayrateAndAmountEvent
extends SalarySettingBaseEvent

Event triggered when normalizing the pay rate and salary amount.


Field Summary
 
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase
document
 
Constructor Summary
NormalizePayrateAndAmountEvent(String description, String errorPathPrefix, BudgetConstructionDocument document, PendingBudgetConstructionAppointmentFunding appointmentFunding)
          Constructs a PayrateAndAmountNormalizationEvent.java.
 
Method Summary
 boolean invokeExpansionRuleMethod(org.kuali.rice.kns.rule.BusinessRule rule)
           
 
Methods inherited from class org.kuali.kfs.module.bc.document.validation.event.SalarySettingBaseEvent
getExpansionRuleInterfaceClass, getRuleInterfaceClass
 
Methods inherited from class org.kuali.kfs.module.bc.document.validation.event.BudgetExpansionEvent
getBudgetConstructionDocument, invokeRuleMethod, setBudgetConstructionDocument
 
Methods inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NormalizePayrateAndAmountEvent

public NormalizePayrateAndAmountEvent(String description,
                                      String errorPathPrefix,
                                      BudgetConstructionDocument document,
                                      PendingBudgetConstructionAppointmentFunding appointmentFunding)
Constructs a PayrateAndAmountNormalizationEvent.java.

Parameters:
errorPathPrefix - the specified error path prefix
appointmentFunding - the given appointment funding
Method Detail

invokeExpansionRuleMethod

public boolean invokeExpansionRuleMethod(org.kuali.rice.kns.rule.BusinessRule rule)
Specified by:
invokeExpansionRuleMethod in class BudgetExpansionEvent
See Also:
org.kuali.kfs.module.bc.document.validation.event.BudgetExpansionEvent#invokeExpansionRuleMethod(org.kuali.core.rule.BusinessRule)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.