Uses of Class
org.apache.jetspeed.om.profile.QueryLocator

Packages that use QueryLocator
org.apache.jetspeed.services   
org.apache.jetspeed.services.profiler   
org.apache.jetspeed.services.psmlmanager   
org.apache.jetspeed.services.psmlmanager.db   
 

Uses of QueryLocator in org.apache.jetspeed.services
 

Methods in org.apache.jetspeed.services with parameters of type QueryLocator
static java.util.Iterator PsmlManager.query(QueryLocator locator)
          Query for a collection of profiles given a profile locator criteria.
 int PsmlManager.export(PsmlManagerService consumer, QueryLocator locator)
          Export profiles from this service into another service
static java.util.Iterator Profiler.query(QueryLocator locator)
           
 

Uses of QueryLocator in org.apache.jetspeed.services.profiler
 

Methods in org.apache.jetspeed.services.profiler with parameters of type QueryLocator
 java.util.Iterator ProfilerService.query(QueryLocator locator)
          Query for a collection of profiles given a profile locator criteria.
 java.util.Iterator JetspeedProfilerService.query(QueryLocator locator)
          Query for a collection of profiles given a profile locator criteria.
 

Uses of QueryLocator in org.apache.jetspeed.services.psmlmanager
 

Methods in org.apache.jetspeed.services.psmlmanager with parameters of type QueryLocator
 java.util.Iterator PsmlManagerService.query(QueryLocator locator)
          Query for a collection of profiles given a profile locator criteria.
 int PsmlManagerService.export(PsmlManagerService consumer, QueryLocator locator)
          Export profiles from this service into another service
 java.util.Iterator CastorPsmlManagerService.query(QueryLocator locator)
          Query for a collection of profiles given a profile locator criteria.
 int CastorPsmlManagerService.export(PsmlManagerService consumer, QueryLocator locator)
          Query for a collection of profiles given a profile locator criteria.
 

Uses of QueryLocator in org.apache.jetspeed.services.psmlmanager.db
 

Methods in org.apache.jetspeed.services.psmlmanager.db with parameters of type QueryLocator
 java.util.Iterator DatabasePsmlManagerService.query(QueryLocator locator)
          Query for a collection of profiles given a profile locator criteria.
 int DatabasePsmlManagerService.export(PsmlManagerService consumer, QueryLocator locator)
          Query for a collection of profiles given a profile locator criteria.
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.