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

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

public class QuickSaveSalarySettingEvent
extends SalarySettingBaseEvent


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

QuickSaveSalarySettingEvent

public QuickSaveSalarySettingEvent(String description,
                                   String errorPathPrefix,
                                   BudgetConstructionDocument document,
                                   PendingBudgetConstructionAppointmentFunding appointmentFunding)
Constructs a SaveSalarySettingEvent.java.

Parameters:
description - the given description
errorPathPrefix - the specified error path prefix
document - the specified budget construction document
appointmentFunding - the current appointment funding being varified
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.