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

Packages that use IssueVote
org.tigris.scarab.om   
 

Uses of IssueVote in org.tigris.scarab.om
 

Methods in org.tigris.scarab.om that return IssueVote
static IssueVote BaseIssueVotePeer.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 IssueVote BaseIssueVotePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static IssueVote BaseIssueVotePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con)
          Retrieve a single object by pk
static IssueVote BaseIssueVotePeer.retrieveByPK(java.lang.Long issue_id, java.lang.Integer user_id)
          retrieve object using using pk values.
static IssueVote BaseIssueVotePeer.retrieveByPK(java.lang.Long issue_id, java.lang.Integer user_id, java.sql.Connection con)
          retrieve object using using pk values.
 IssueVote BaseIssueVote.copy()
          Makes a copy of this object.
protected  IssueVote BaseIssueVote.copyInto(IssueVote copyObj)
           
static IssueVote BaseIssueVoteManager.getInstance()
          Static accessor for the @see #getInstanceImpl().
static IssueVote BaseIssueVoteManager.getInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static IssueVote BaseIssueVoteManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getCachedInstanceImpl(ObjectKey).
static IssueVote BaseIssueVoteManager.getInstance(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey, boolean).
protected  IssueVote BaseIssueVoteManager.getInstanceImpl()
          Get a fresh instance of a IssueVoteManager
protected  IssueVote BaseIssueVoteManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a IssueVote with the given id.
protected  IssueVote BaseIssueVoteManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a IssueVote with the given id from the cache.
protected  IssueVote BaseIssueVoteManager.getInstanceImpl(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Get a IssueVote with the given id.
 

Methods in org.tigris.scarab.om with parameters of type IssueVote
 void BaseIssue.addIssueVote(IssueVote l)
          Method called to associate a IssueVote object to this object through the IssueVote foreign key attribute
static void BaseIssueVotePeer.populateObject(com.workingdogs.village.Record row, int offset, IssueVote obj)
          Populates an object from a resultset row starting from a specified offset.
static java.util.List BaseIssueVotePeer.doSelect(IssueVote obj)
          Method to do selects
static void BaseIssueVotePeer.doInsert(IssueVote obj)
          Method to do inserts
static void BaseIssueVotePeer.doUpdate(IssueVote obj)
           
static void BaseIssueVotePeer.doDelete(IssueVote obj)
           
static void BaseIssueVotePeer.doInsert(IssueVote obj, java.sql.Connection con)
          Method to do inserts.
static void BaseIssueVotePeer.doUpdate(IssueVote obj, java.sql.Connection con)
          Method to do update.
static void BaseIssueVotePeer.doDelete(IssueVote obj, java.sql.Connection con)
          Method to delete.
static org.apache.torque.util.Criteria BaseIssueVotePeer.buildCriteria(IssueVote obj)
          Build a Criteria object from the data object for this peer
static org.apache.torque.util.Criteria BaseIssueVotePeer.buildSelectCriteria(IssueVote obj)
          Build a Criteria object from the data object for this peer, skipping all binary columns
 void BaseScarabUserImpl.addIssueVote(IssueVote l)
          Method called to associate a IssueVote object to this object through the IssueVote foreign key attribute
protected  IssueVote BaseIssueVote.copyInto(IssueVote copyObj)
           
static boolean BaseIssueVoteManager.exists(IssueVote obj)
           
protected  boolean BaseIssueVoteManager.existsImpl(IssueVote om)
          check for a duplicate project name
 



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