Uses of Class
org.tigris.scarab.om.Query

Packages that use Query
org.tigris.scarab.feeds   
org.tigris.scarab.om   
org.tigris.scarab.tools   
 

Uses of Query in org.tigris.scarab.feeds
 

Constructors in org.tigris.scarab.feeds with parameters of type Query
QueryFeed(Query query, IteratorWithSize results, ScarabLink scarabLink, java.lang.String format)
          Constructs the query feed with the search results.
 

Uses of Query in org.tigris.scarab.om
 

Methods in org.tigris.scarab.om that return Query
static Query Query.getInstance()
          A new Query object
static Query BaseQueryManager.getInstance()
          Static accessor for the @see #getInstanceImpl().
static Query BaseQueryManager.getInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static Query BaseQueryManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getCachedInstanceImpl(ObjectKey).
static Query BaseQueryManager.getInstance(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey, boolean).
static Query BaseQueryManager.getInstance(java.lang.Long id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static Query BaseQueryManager.getInstance(java.lang.Long id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
protected  Query BaseQueryManager.getInstanceImpl()
          Get a fresh instance of a QueryManager
protected  Query BaseQueryManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a Query with the given id.
protected  Query BaseQueryManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a Query with the given id from the cache.
protected  Query BaseQueryManager.getInstanceImpl(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Get a Query with the given id.
static Query BaseQueryPeer.row2Object(com.workingdogs.village.Record row, int offset, java.lang.Class cls)
          Create a new object of type cls from a resultset row starting from a specified offset.
static Query BaseQueryPeer.retrieveByPK(java.lang.Long pk)
          Retrieve a single object by pk
static Query BaseQueryPeer.retrieveByPK(java.lang.Long pk, java.sql.Connection con)
          Retrieve a single object by pk
static Query BaseQueryPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static Query BaseQueryPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con)
          Retrieve a single object by pk
 Query QueryManager.getInstanceImpl()
           
 Query BaseQuery.copy()
          Makes a copy of this object.
protected  Query BaseQuery.copyInto(Query copyObj)
           
 Query BaseRQueryUser.getQuery()
          Returns the associated Query object.
 Query BaseRQueryUser.getQuery(java.sql.Connection connection)
          Return the associated Query object If it was not retrieved before, the object is retrieved from the database using the passed connection
 

Methods in org.tigris.scarab.om with parameters of type Query
static boolean BaseQueryManager.exists(Query obj)
           
protected  boolean BaseQueryManager.existsImpl(Query om)
          check for a duplicate project name
 void BaseScarabUserImpl.addQuery(Query l)
          Method called to associate a Query object to this object through the Query foreign key attribute
static void BaseQueryPeer.populateObject(com.workingdogs.village.Record row, int offset, Query obj)
          Populates an object from a resultset row starting from a specified offset.
static java.util.List BaseQueryPeer.doSelect(Query obj)
          Method to do selects
static void BaseQueryPeer.doInsert(Query obj)
          Method to do inserts
static void BaseQueryPeer.doUpdate(Query obj)
           
static void BaseQueryPeer.doDelete(Query obj)
           
static void BaseQueryPeer.doInsert(Query obj, java.sql.Connection con)
          Method to do inserts.
static void BaseQueryPeer.doUpdate(Query obj, java.sql.Connection con)
          Method to do update.
static void BaseQueryPeer.doDelete(Query obj, java.sql.Connection con)
          Method to delete.
static org.apache.torque.util.Criteria BaseQueryPeer.buildCriteria(Query obj)
          Build a Criteria object from the data object for this peer
static org.apache.torque.util.Criteria BaseQueryPeer.buildSelectCriteria(Query obj)
          Build a Criteria object from the data object for this peer, skipping all binary columns
 void BaseScope.addQuery(Query l)
          Method called to associate a Query object to this object through the Query foreign key attribute
 void BaseMITList.addQuery(Query l)
          Method called to associate a Query object to this object through the Query foreign key attribute
 void BaseIssueType.addQuery(Query l)
          Method called to associate a Query object to this object through the Query foreign key attribute
protected  Query BaseQuery.copyInto(Query copyObj)
           
 void BaseFrequency.addQuery(Query l)
          Method called to associate a Query object to this object through the Query foreign key attribute
 void BaseRQueryUser.setQuery(Query v)
          Declares an association between this object and a Query object
 void BaseScarabModule.addQuery(Query l)
          Method called to associate a Query object to this object through the Query foreign key attribute
 

Uses of Query in org.tigris.scarab.tools
 

Methods in org.tigris.scarab.tools that return Query
 Query ScarabRequestTool.getQuery()
          A Query object for use within the Scarab API.
 

Methods in org.tigris.scarab.tools with parameters of type Query
 void ScarabRequestTool.setQuery(Query query)
          A Query object for use within the Scarab API.
 java.lang.String ScarabRequestTool.getExecuteLink(java.lang.String link, Query query)
          Generates link to Issue List page, re-running stored query.
 java.lang.String ScarabRequestTool.getEditLink(java.lang.String link, Query query)
          Generates link to the Query Detail page.
 



Copyright © 2000-2004 Tigris.org. All Rights Reserved.