Uses of Interface
org.nakedobjects.applib.Filter

Packages that use Filter
org.nakedobjects.applib   
 

Uses of Filter in org.nakedobjects.applib
 

Methods in org.nakedobjects.applib with parameters of type Filter
<T> java.util.List<T>
DomainObjectContainer.allMatches(java.lang.Class<T> ofType, Filter<T> filter)
          Returns all the instances of the specified type (including subtypes) that the filter object accepts.
protected
<T> java.util.List<T>
AbstractContainedObject.allMatches(java.lang.Class<T> ofType, Filter<T> filter)
          Convenience method that delegates to DomainObjectContainer.
<T> T
DomainObjectContainer.firstMatch(java.lang.Class<T> ofType, Filter<T> filter)
          Returns the first instance of the specified type (including subtypes) that matches the supplied Filter, or null if none.
protected
<T> T
AbstractContainedObject.firstMatch(java.lang.Class<T> ofType, Filter<T> filter)
          Convenience method that delegates to DomainObjectContainer.
<T> T
DomainObjectContainer.uniqueMatch(java.lang.Class<T> ofType, Filter<T> filter)
          Find the only instance of the specified type (including subtypes) that has the specified title.
protected
<T> T
AbstractContainedObject.uniqueMatch(java.lang.Class<T> ofType, Filter<T> filter)
          Convenience method that delegates to DomainObjectContainer.
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.