|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BalancePredicate | |
|---|---|
| org.kuali.kfs.gl.batch.service | |
| org.kuali.kfs.gl.batch.service.impl | |
| Uses of BalancePredicate in org.kuali.kfs.gl.batch.service |
|---|
| Methods in org.kuali.kfs.gl.batch.service with parameters of type BalancePredicate | |
|---|---|
void |
FilteringBalanceIterator.setBalancePredicate(BalancePredicate balancePredicate)
Set the balance predicate that should be used to filter this iterator |
| Uses of BalancePredicate in org.kuali.kfs.gl.batch.service.impl |
|---|
| Classes in org.kuali.kfs.gl.batch.service.impl that implement BalancePredicate | |
|---|---|
class |
BalanceAnnualAndCGTotalNotZeroPredicate
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 |
class |
BalanceTotalNotZeroPredicate
A predicate that only allows the selection of balances with a total that isn't zero (those with zero as a total are somewhat pointless to process) |
| Methods in org.kuali.kfs.gl.batch.service.impl with parameters of type BalancePredicate | |
|---|---|
void |
FilteringBalanceIteratorImpl.setBalancePredicate(BalancePredicate balancePredicate)
Sets the balancePredicate attribute value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||