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

Packages that use UserPreference
org.tigris.scarab.om   
 

Uses of UserPreference in org.tigris.scarab.om
 

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

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



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