edu.internet2.middleware.grouper.instrumentation
Class InstrumentationDataInstanceFinder

java.lang.Object
  extended by edu.internet2.middleware.grouper.instrumentation.InstrumentationDataInstanceFinder

public class InstrumentationDataInstanceFinder
extends Object

Author:
shilen

Constructor Summary
InstrumentationDataInstanceFinder()
           
 
Method Summary
static List<InstrumentationDataInstance> findAll(boolean includeCounts)
           
static InstrumentationDataInstance findById(String id, boolean includeCounts, boolean exceptionIfNotFound)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstrumentationDataInstanceFinder

public InstrumentationDataInstanceFinder()
Method Detail

findById

public static InstrumentationDataInstance findById(String id,
                                                   boolean includeCounts,
                                                   boolean exceptionIfNotFound)
Parameters:
id -
includeCounts -
exceptionIfNotFound -
Returns:
instance

findAll

public static List<InstrumentationDataInstance> findAll(boolean includeCounts)
Parameters:
includeCounts -
Returns:
all instrumentation instances