org.kuali.kfs.fp.document.web.struts
Class AuxiliaryVoucherForm.OpenAuxiliaryVoucherPredicate

java.lang.Object
  extended by org.kuali.kfs.fp.document.web.struts.AuxiliaryVoucherForm.OpenAuxiliaryVoucherPredicate
All Implemented Interfaces:
org.apache.commons.collections.Predicate
Enclosing class:
AuxiliaryVoucherForm

protected class AuxiliaryVoucherForm.OpenAuxiliaryVoucherPredicate
extends Object
implements org.apache.commons.collections.Predicate


Field Summary
protected  AccountingPeriodService acctPeriodService
           
protected  org.kuali.rice.kns.document.Document auxiliaryVoucherDocument
           
protected  Date currentDate
           
protected  Integer currentFiscalYear
           
protected  AccountingPeriod currPeriod
           
protected  UniversityDateService dateService
           
protected  org.kuali.rice.kns.service.ParameterService parameterService
           
 
Constructor Summary
AuxiliaryVoucherForm.OpenAuxiliaryVoucherPredicate(org.kuali.rice.kns.document.Document doc)
           
 
Method Summary
 boolean evaluate(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameterService

protected org.kuali.rice.kns.service.ParameterService parameterService

dateService

protected UniversityDateService dateService

acctPeriodService

protected AccountingPeriodService acctPeriodService

auxiliaryVoucherDocument

protected org.kuali.rice.kns.document.Document auxiliaryVoucherDocument

currPeriod

protected AccountingPeriod currPeriod

currentDate

protected Date currentDate

currentFiscalYear

protected Integer currentFiscalYear
Constructor Detail

AuxiliaryVoucherForm.OpenAuxiliaryVoucherPredicate

public AuxiliaryVoucherForm.OpenAuxiliaryVoucherPredicate(org.kuali.rice.kns.document.Document doc)
Method Detail

evaluate

public boolean evaluate(Object o)
Specified by:
evaluate in interface org.apache.commons.collections.Predicate


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