| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cc.framework.util.Algorithms.CheckCheckableAlg
Algorithm to check row beans that implement the Checkable interface
| Field Summary | |
| private  boolean | checkCheck or uncheck flag | 
| private  java.util.Set | keysA set with keys that should be checked | 
| Constructor Summary | |
| Algorithms.CheckCheckableAlg(boolean check)Constructor | |
| Algorithms.CheckCheckableAlg(java.util.Set keys)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 | 
private boolean check
private java.util.Set keys
| Constructor Detail | 
public Algorithms.CheckCheckableAlg(boolean check)
check - Check or uncheck flagpublic Algorithms.CheckCheckableAlg(java.util.Set keys)
keys - A the keys that should be checked| Method Detail | 
public boolean execute(java.lang.String uniqueId,
                       java.lang.Object obj)
                throws java.lang.Exception
Algorithm
execute in interface AlgorithmuniqueId - Idobj - Object
java.lang.Exception - Is thrown in case of an processing errorAlgorithm.execute(java.lang.String, java.lang.Object)| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||