org.kuali.kfs.module.cam.util
Class BarcodeInventoryErrorDetailPredicate
java.lang.Object
org.kuali.kfs.module.cam.util.BarcodeInventoryErrorDetailPredicate
- All Implemented Interfaces:
- org.apache.commons.collections.Closure, org.apache.commons.collections.Predicate
public class BarcodeInventoryErrorDetailPredicate
- extends Object
- implements org.apache.commons.collections.Predicate, org.apache.commons.collections.Closure
Helps filter out records from a collection of BCIE and replace its elements with the inputted data
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BarcodeInventoryErrorDetailPredicate
public BarcodeInventoryErrorDetailPredicate(BarcodeInventoryErrorDocument doc)
- Constructs a BarcodeInventoryErrorDetailPredicate.java.
- Parameters:
form
-
evaluate
public boolean evaluate(Object object)
- Specified by:
evaluate
in interface org.apache.commons.collections.Predicate
- See Also:
Predicate.evaluate(java.lang.Object)
execute
public void execute(Object object)
- Specified by:
execute
in interface org.apache.commons.collections.Closure
- See Also:
Closure.execute(java.lang.Object)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.