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

Packages that use AttachmentType
org.tigris.scarab.om   
 

Uses of AttachmentType in org.tigris.scarab.om
 

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

Methods in org.tigris.scarab.om with parameters of type AttachmentType
static boolean BaseAttachmentTypeManager.exists(AttachmentType obj)
           
protected  boolean BaseAttachmentTypeManager.existsImpl(AttachmentType om)
          check for a duplicate project name
static void BaseAttachmentTypePeer.populateObject(com.workingdogs.village.Record row, int offset, AttachmentType obj)
          Populates an object from a resultset row starting from a specified offset.
static java.util.List BaseAttachmentTypePeer.doSelect(AttachmentType obj)
          Method to do selects
static void BaseAttachmentTypePeer.doInsert(AttachmentType obj)
          Method to do inserts
static void BaseAttachmentTypePeer.doUpdate(AttachmentType obj)
           
static void BaseAttachmentTypePeer.doDelete(AttachmentType obj)
           
static void BaseAttachmentTypePeer.doInsert(AttachmentType obj, java.sql.Connection con)
          Method to do inserts.
static void BaseAttachmentTypePeer.doUpdate(AttachmentType obj, java.sql.Connection con)
          Method to do update.
static void BaseAttachmentTypePeer.doDelete(AttachmentType obj, java.sql.Connection con)
          Method to delete.
static org.apache.torque.util.Criteria BaseAttachmentTypePeer.buildCriteria(AttachmentType obj)
          Build a Criteria object from the data object for this peer
static org.apache.torque.util.Criteria BaseAttachmentTypePeer.buildSelectCriteria(AttachmentType obj)
          Build a Criteria object from the data object for this peer, skipping all binary columns
 void BaseAttachment.setAttachmentType(AttachmentType v)
          Declares an association between this object and a AttachmentType object
protected  AttachmentType BaseAttachmentType.copyInto(AttachmentType copyObj)
           
 



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