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

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.AddAppointmentFundingEvent
All Implemented Interfaces:
org.kuali.rice.kns.rule.event.KualiDocumentEvent

public class AddAppointmentFundingEvent
extends SalarySettingBaseEvent


Field Summary
 
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase
document
 
Constructor Summary
AddAppointmentFundingEvent(String description, String errorPathPrefix, BudgetConstructionDocument document, List<PendingBudgetConstructionAppointmentFunding> existingAppointmentFunding, PendingBudgetConstructionAppointmentFunding appointmentFunding)
          Constructs a AddAppointmentFundingEvent.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

AddAppointmentFundingEvent

public AddAppointmentFundingEvent(String description,
                                  String errorPathPrefix,
                                  BudgetConstructionDocument document,
                                  List<PendingBudgetConstructionAppointmentFunding> existingAppointmentFunding,
                                  PendingBudgetConstructionAppointmentFunding appointmentFunding)
Constructs a AddAppointmentFundingEvent.java.

Parameters:
errorPathPrefix - the specified error path prefix
appointmentFundings - 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:
BudgetExpansionEvent.invokeExpansionRuleMethod(org.kuali.rice.kns.rule.BusinessRule)


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