org.kuali.kfs.gl.batch.service
Interface BalancePredicate
- All Known Implementing Classes:
- BalanceAnnualAndCGTotalNotZeroPredicate, BalanceTotalNotZeroPredicate
public interface BalancePredicate
This class represents business logic, specifically to decide whether a balance should be selected by a FilteringBalanceIterator
or not.
- See Also:
FilteringBalanceIterator
Method Summary |
boolean |
select(Balance balance)
Should the given balance be selected to be processed? |
select
boolean select(Balance balance)
- Should the given balance be selected to be processed?
- Parameters:
balance
- a balance to check for selection
- Returns:
- true if the balance should be selected for processing, false if not
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.