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

Packages that use ActivitySetType
org.tigris.scarab.om   
 

Uses of ActivitySetType in org.tigris.scarab.om
 

Methods in org.tigris.scarab.om that return ActivitySetType
static ActivitySetType BaseActivitySetTypeManager.getInstance()
          Static accessor for the @see #getInstanceImpl().
static ActivitySetType BaseActivitySetTypeManager.getInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static ActivitySetType BaseActivitySetTypeManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getCachedInstanceImpl(ObjectKey).
static ActivitySetType BaseActivitySetTypeManager.getInstance(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey, boolean).
static ActivitySetType BaseActivitySetTypeManager.getInstance(java.lang.Integer id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static ActivitySetType BaseActivitySetTypeManager.getInstance(java.lang.Integer id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
protected  ActivitySetType BaseActivitySetTypeManager.getInstanceImpl()
          Get a fresh instance of a ActivitySetTypeManager
protected  ActivitySetType BaseActivitySetTypeManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a ActivitySetType with the given id.
protected  ActivitySetType BaseActivitySetTypeManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a ActivitySetType with the given id from the cache.
protected  ActivitySetType BaseActivitySetTypeManager.getInstanceImpl(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Get a ActivitySetType with the given id.
static ActivitySetType ActivitySetType.getInstance(java.lang.String activitySetTypeName)
          Deprecated. Use ActivitySetTypeManager.getInstance(String)
 ActivitySetType BaseActivitySetType.copy()
          Makes a copy of this object.
protected  ActivitySetType BaseActivitySetType.copyInto(ActivitySetType copyObj)
           
 ActivitySetType BaseActivitySet.getActivitySetType()
          Returns the associated ActivitySetType object.
 ActivitySetType BaseActivitySet.getActivitySetType(java.sql.Connection connection)
          Return the associated ActivitySetType object If it was not retrieved before, the object is retrieved from the database using the passed connection
static ActivitySetType ActivitySetTypeManager.getInstance(java.lang.String activitySetTypeName)
           
static ActivitySetType BaseActivitySetTypePeer.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 ActivitySetType BaseActivitySetTypePeer.retrieveByPK(java.lang.Integer pk)
          Retrieve a single object by pk
static ActivitySetType BaseActivitySetTypePeer.retrieveByPK(java.lang.Integer pk, java.sql.Connection con)
          Retrieve a single object by pk
static ActivitySetType BaseActivitySetTypePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static ActivitySetType BaseActivitySetTypePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con)
          Retrieve a single object by pk
 

Methods in org.tigris.scarab.om with parameters of type ActivitySetType
static boolean BaseActivitySetTypeManager.exists(ActivitySetType obj)
           
protected  boolean BaseActivitySetTypeManager.existsImpl(ActivitySetType om)
          check for a duplicate project name
protected  ActivitySetType BaseActivitySetType.copyInto(ActivitySetType copyObj)
           
 void BaseActivitySet.setActivitySetType(ActivitySetType v)
          Declares an association between this object and a ActivitySetType object
static void BaseActivitySetTypePeer.populateObject(com.workingdogs.village.Record row, int offset, ActivitySetType obj)
          Populates an object from a resultset row starting from a specified offset.
static java.util.List BaseActivitySetTypePeer.doSelect(ActivitySetType obj)
          Method to do selects
static void BaseActivitySetTypePeer.doInsert(ActivitySetType obj)
          Method to do inserts
static void BaseActivitySetTypePeer.doUpdate(ActivitySetType obj)
           
static void BaseActivitySetTypePeer.doDelete(ActivitySetType obj)
           
static void BaseActivitySetTypePeer.doInsert(ActivitySetType obj, java.sql.Connection con)
          Method to do inserts.
static void BaseActivitySetTypePeer.doUpdate(ActivitySetType obj, java.sql.Connection con)
          Method to do update.
static void BaseActivitySetTypePeer.doDelete(ActivitySetType obj, java.sql.Connection con)
          Method to delete.
static org.apache.torque.util.Criteria BaseActivitySetTypePeer.buildCriteria(ActivitySetType obj)
          Build a Criteria object from the data object for this peer
static org.apache.torque.util.Criteria BaseActivitySetTypePeer.buildSelectCriteria(ActivitySetType obj)
          Build a Criteria object from the data object for this peer, skipping all binary columns
static ActivitySet ActivitySetManager.getInstance(ActivitySetType tt, ScarabUser user)
          Populates a new activitySet object.
static ActivitySet ActivitySetManager.getInstance(ActivitySetType tt, ScarabUser user, Attachment attachment)
          Populates a new activitySet object.
 



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