Uses of Class
org.opengroupware.jogi.ogo.FetchSpecification

Packages that use FetchSpecification
org.opengroupware.jogi.connect.xmlrpc   
org.opengroupware.jogi.ogo   
 

Uses of FetchSpecification in org.opengroupware.jogi.connect.xmlrpc
 

Methods in org.opengroupware.jogi.connect.xmlrpc with parameters of type FetchSpecification
 java.util.Iterator XmlRpcResourceManager.fetch(FetchSpecification spec)
           
 java.util.Iterator XmlRpcAccountManager.fetchIds(FetchSpecification spec)
           
 java.util.Iterator XmlRpcAccountManager.fetch(FetchSpecification spec)
           
 java.util.Iterator XmlRpcProjectManager.fetch(FetchSpecification spec)
           
 java.util.Iterator XmlRpcContactManager.fetchContacts(FetchSpecification fspec)
           
 java.util.Iterator XmlRpcContactManager.fetchPersons(FetchSpecification fspec)
           
 java.util.Iterator XmlRpcContactManager.fetchEnterprises(FetchSpecification fspec)
           
 java.util.List XmlRpcPerson.fetch(FetchSpecification spec, int type)
           
 java.util.List XmlRpcPerson.fetchJobs(FetchSpecification fspec)
           
 java.util.List XmlRpcPerson.fetchEnterprises(FetchSpecification fspec)
           
 java.util.List XmlRpcPerson.fetchJobsAsIds(FetchSpecification fspec)
           
 

Constructors in org.opengroupware.jogi.connect.xmlrpc with parameters of type FetchSpecification
XmlRpcFetchSpecification(FetchSpecification spec)
           
 

Uses of FetchSpecification in org.opengroupware.jogi.ogo
 

Methods in org.opengroupware.jogi.ogo with parameters of type FetchSpecification
 java.util.Iterator AccountManager.fetchIds(FetchSpecification spec)
           
 java.util.Iterator AccountManager.fetch(FetchSpecification spec)
          Fetches all Accounts that match the FetchSpecification.
 java.util.List Person.fetch(FetchSpecification spec, int type)
           
 java.util.List Person.fetchEnterprises(FetchSpecification fspec)
           
 java.util.List Person.fetchJobs(FetchSpecification fspec)
           
 java.util.List Person.fetchJobsAsIds(FetchSpecification fspec)
           
 java.util.Iterator ContactManager.fetchContacts(FetchSpecification fetch_spec)
          Fetches both Person and Enterprise records that match the FetchSpecification.
 java.util.Iterator ContactManager.fetchPersons(FetchSpecification fetch_spec)
          Fetches only Person records that match the FetchSpecification.
 java.util.Iterator ContactManager.fetchEnterprises(FetchSpecification fetch_spec)
          Fetches only Enterprise records that match the FetchSpecification.
 java.util.Iterator ProjectManager.fetch(FetchSpecification fetch_spec)
          Fetches a list of Projects.
 java.util.Iterator ResourceManager.fetch(FetchSpecification spec)
           
 



Copyright © 2003 ogojogi Project, All Rights Reserved.