org.kuali.kfs.module.cam.util
Class BarcodeInventoryErrorDetailPredicate

java.lang.Object
  extended by 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


Constructor Summary
BarcodeInventoryErrorDetailPredicate(BarcodeInventoryErrorDocument doc)
          Constructs a BarcodeInventoryErrorDetailPredicate.java.
 
Method Summary
 boolean evaluate(Object object)
           
 void execute(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarcodeInventoryErrorDetailPredicate

public BarcodeInventoryErrorDetailPredicate(BarcodeInventoryErrorDocument doc)
Constructs a BarcodeInventoryErrorDetailPredicate.java.

Parameters:
form -
Method Detail

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.