org.kuali.kfs.gl.batch.service.impl
Class BalanceAnnualAndCGTotalNotZeroPredicate
java.lang.Object
org.kuali.kfs.gl.batch.service.impl.BalanceAnnualAndCGTotalNotZeroPredicate
- All Implemented Interfaces:
- BalancePredicate
public class BalanceAnnualAndCGTotalNotZeroPredicate
- extends Object
- implements BalancePredicate
An implementation of BalancePredicate to only select balances where the annual account line total and contracts and grants total
summed are not equal to zero
Method Summary |
boolean |
select(Balance balance)
Selects balances that where the annual account line balance and contracts and grants beginning balance summed are not zero |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BalanceAnnualAndCGTotalNotZeroPredicate
public BalanceAnnualAndCGTotalNotZeroPredicate()
select
public boolean select(Balance balance)
- Selects balances that where the annual account line balance and contracts and grants beginning balance summed are not zero
- Specified by:
select
in interface BalancePredicate
- Parameters:
balance
- the balance to qualify
- Returns:
- true if the balance should be selected for processing, false if not
- See Also:
BalancePredicate.select(org.kuali.kfs.gl.businessobject.Balance)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.