Uses of Interface
org.jafer.interfaces.Search

Packages that use Search
org.jafer.databeans   
org.jafer.interfaces   
org.jafer.zclient   
org.jafer.zserver.operations   
 

Uses of Search in org.jafer.databeans
 

Classes in org.jafer.databeans that implement Search
 class Adaptor
           Super class for adaptors, includes methods to set transforms via templates object and specify source and target schemas - configured via server.xml
 class DatabeanManager
          This class manages a collection of databases
 class JDBC
           Superclass with behaviour common to subclasses.
 class MySQLDatabean
           
 class QueryAdaptor
          Transforms a query via submitQuery method using templates object (eg.
 class RecordAdaptor
          transforms a record via getCurrentRecord method using templates object (eg.
 class TDSDatabean
           
 

Uses of Search in org.jafer.interfaces
 

Methods in org.jafer.interfaces that return Search
 Search Databean.getSearchSupport()
          returns the search interface to perform searches
 

Uses of Search in org.jafer.zclient
 

Classes in org.jafer.zclient that implement Search
 class AbstractClient
           
 class SRWClient
          This class represents a connection to an SRWClient
 class ZClient
           
 

Uses of Search in org.jafer.zserver.operations
 

Methods in org.jafer.zserver.operations that return Search
private  Search Search.getDatabean(java.lang.String resultSetName)