com.cc.framework.util
Class Algorithms.CheckPropertyAlg

java.lang.Object
  extended bycom.cc.framework.util.Algorithms.CheckPropertyAlg
All Implemented Interfaces:
Algorithm
Enclosing class:
Algorithms

public static class Algorithms.CheckPropertyAlg
extends java.lang.Object
implements Algorithm

Algorithm to check a property on each row of a ListDataModel


Field Summary
private  boolean check
          Check or uncheck flag
private  java.lang.String property
          The Property to check
 
Constructor Summary
Algorithms.CheckPropertyAlg(java.lang.String property, boolean check)
          Constructor
 
Method Summary
 boolean execute(java.lang.String uniqueId, java.lang.Object obj)
          Completes the algorithm for an element in the collection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

check

private boolean check
Check or uncheck flag


property

private java.lang.String property
The Property to check

Constructor Detail

Algorithms.CheckPropertyAlg

public Algorithms.CheckPropertyAlg(java.lang.String property,
                                   boolean check)
Constructor

Parameters:
property - Property to check
check - Check or uncheck flag
Method Detail

execute

public boolean execute(java.lang.String uniqueId,
                       java.lang.Object obj)
                throws java.lang.Exception
Description copied from interface: Algorithm
Completes the algorithm for an element in the collection.

Specified by:
execute in interface Algorithm
Parameters:
uniqueId - Id
obj - Object
Returns:
boolean Returns true if the algorithm should also be processed for the other elements in the collection or false if the processing should be stopped.
Throws:
java.lang.Exception - Is thrown in case of an processing error
See Also:
Algorithm.execute(java.lang.String, java.lang.Object)


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.