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

Packages that use UserVote
org.tigris.scarab.om   
 

Uses of UserVote in org.tigris.scarab.om
 

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

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



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