|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DependType | |
| org.tigris.scarab.om | |
| Uses of DependType in org.tigris.scarab.om |
| Methods in org.tigris.scarab.om that return DependType | |
DependType |
BaseDepend.getDependType()
Returns the associated DependType object. |
DependType |
BaseDepend.getDependType(java.sql.Connection connection)
Return the associated DependType object If it was not retrieved before, the object is retrieved from the database using the passed connection |
static DependType |
BaseDependTypeManager.getInstance()
Static accessor for the @see #getInstanceImpl(). |
static DependType |
BaseDependTypeManager.getInstance(org.apache.torque.om.ObjectKey id)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
static DependType |
BaseDependTypeManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
Static accessor for the @see #getCachedInstanceImpl(ObjectKey). |
static DependType |
BaseDependTypeManager.getInstance(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Static accessor for the @see #getInstanceImpl(ObjectKey, boolean). |
static DependType |
BaseDependTypeManager.getInstance(java.lang.Integer id)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
static DependType |
BaseDependTypeManager.getInstance(java.lang.Integer id,
boolean fromCache)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
protected DependType |
BaseDependTypeManager.getInstanceImpl()
Get a fresh instance of a DependTypeManager |
protected DependType |
BaseDependTypeManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
Get a DependType with the given id. |
protected DependType |
BaseDependTypeManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
Get a DependType with the given id from the cache. |
protected DependType |
BaseDependTypeManager.getInstanceImpl(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Get a DependType with the given id. |
static DependType |
DependTypeManager.getInstance(java.lang.String dependTypeName)
Creates a new DependType instance. |
static DependType |
DependTypeManager.getInstanceById(java.lang.String dependTypeId)
Creates a new DependType instance. |
static DependType |
BaseDependTypePeer.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 DependType |
BaseDependTypePeer.retrieveByPK(java.lang.Integer pk)
Retrieve a single object by pk |
static DependType |
BaseDependTypePeer.retrieveByPK(java.lang.Integer pk,
java.sql.Connection con)
Retrieve a single object by pk |
static DependType |
BaseDependTypePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
static DependType |
BaseDependTypePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
java.sql.Connection con)
Retrieve a single object by pk |
DependType |
BaseDependType.copy()
Makes a copy of this object. |
protected DependType |
BaseDependType.copyInto(DependType copyObj)
|
| Methods in org.tigris.scarab.om with parameters of type DependType | |
void |
BaseDepend.setDependType(DependType v)
Declares an association between this object and a DependType object |
static boolean |
BaseDependTypeManager.exists(DependType obj)
|
protected boolean |
BaseDependTypeManager.existsImpl(DependType om)
check for a duplicate project name |
static void |
BaseDependTypePeer.populateObject(com.workingdogs.village.Record row,
int offset,
DependType obj)
Populates an object from a resultset row starting from a specified offset. |
static java.util.List |
BaseDependTypePeer.doSelect(DependType obj)
Method to do selects |
static void |
BaseDependTypePeer.doInsert(DependType obj)
Method to do inserts |
static void |
BaseDependTypePeer.doUpdate(DependType obj)
|
static void |
BaseDependTypePeer.doDelete(DependType obj)
|
static void |
BaseDependTypePeer.doInsert(DependType obj,
java.sql.Connection con)
Method to do inserts. |
static void |
BaseDependTypePeer.doUpdate(DependType obj,
java.sql.Connection con)
Method to do update. |
static void |
BaseDependTypePeer.doDelete(DependType obj,
java.sql.Connection con)
Method to delete. |
static org.apache.torque.util.Criteria |
BaseDependTypePeer.buildCriteria(DependType obj)
Build a Criteria object from the data object for this peer |
static org.apache.torque.util.Criteria |
BaseDependTypePeer.buildSelectCriteria(DependType obj)
Build a Criteria object from the data object for this peer, skipping all binary columns |
protected DependType |
BaseDependType.copyInto(DependType copyObj)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||