Uses of Interface
org.nakedobjects.applib.query.Query

Packages that use Query
org.nakedobjects.applib   
org.nakedobjects.applib.query   
 

Uses of Query in org.nakedobjects.applib
 

Methods in org.nakedobjects.applib with parameters of type Query
<T> java.util.List<T>
DomainObjectContainer.allMatches(Query<T> query)
          Returns all the instances that match the given Query.
protected
<T> java.util.List<T>
AbstractContainedObject.allMatches(Query<T> query)
          Convenience method that delegates to DomainObjectContainer.
<T> T
DomainObjectContainer.firstMatch(Query<T> query)
          Returns the first instance that matches the supplied query, or null if none.
protected
<T> T
AbstractContainedObject.firstMatch(Query<T> query)
          Convenience method that delegates to DomainObjectContainer.
<T> T
DomainObjectContainer.uniqueMatch(Query<T> query)
          Find the only instance that matches the provided query.
protected
<T> T
AbstractContainedObject.uniqueMatch(Query<T> query)
          Convenience method that delegates to DomainObjectContainer.
 

Uses of Query in org.nakedobjects.applib.query
 

Classes in org.nakedobjects.applib.query that implement Query
 class QueryAbstract<T>
          Convenience adapter class for Query.
 class QueryDefault<T>
          Default implementation of Query that supports parameter/argument values, along with a query name.
 



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