com.cc.framework.util
Class Algorithms.KeySearchAlg

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

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

Algorithm to search for a key in a ListDataModel


Field Summary
private  java.lang.String key
          The key to search for
 
Constructor Summary
Algorithms.KeySearchAlg(java.lang.String key)
          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

key

private java.lang.String key
The key to search for

Constructor Detail

Algorithms.KeySearchAlg

public Algorithms.KeySearchAlg(java.lang.String key)
Constructor

Parameters:
key - The search key
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.