|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AttributeType | |
| org.tigris.scarab.om | |
| Uses of AttributeType in org.tigris.scarab.om |
| Methods in org.tigris.scarab.om that return AttributeType | |
AttributeType |
BaseAttribute.getAttributeType()
Returns the associated AttributeType object. |
AttributeType |
BaseAttribute.getAttributeType(java.sql.Connection connection)
Return the associated AttributeType object If it was not retrieved before, the object is retrieved from the database using the passed connection |
AttributeType |
BaseAttributeType.copy()
Makes a copy of this object. |
protected AttributeType |
BaseAttributeType.copyInto(AttributeType copyObj)
|
static AttributeType |
AttributeType.getInstance(java.lang.String attributeTypeName)
|
static AttributeType |
BaseAttributeTypePeer.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 AttributeType |
BaseAttributeTypePeer.retrieveByPK(java.lang.Integer pk)
Retrieve a single object by pk |
static AttributeType |
BaseAttributeTypePeer.retrieveByPK(java.lang.Integer pk,
java.sql.Connection con)
Retrieve a single object by pk |
static AttributeType |
BaseAttributeTypePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
static AttributeType |
BaseAttributeTypePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
java.sql.Connection con)
Retrieve a single object by pk |
AttributeType |
Attribute.getAttributeType()
Override the base class to provide caching of AttributeType objects and save a hit to the database. |
AttributeType |
AttributeTypeManager.getInstanceImpl()
|
static AttributeType |
BaseAttributeTypeManager.getInstance()
Static accessor for the @see #getInstanceImpl(). |
static AttributeType |
BaseAttributeTypeManager.getInstance(org.apache.torque.om.ObjectKey id)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
static AttributeType |
BaseAttributeTypeManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
Static accessor for the @see #getCachedInstanceImpl(ObjectKey). |
static AttributeType |
BaseAttributeTypeManager.getInstance(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Static accessor for the @see #getInstanceImpl(ObjectKey, boolean). |
static AttributeType |
BaseAttributeTypeManager.getInstance(java.lang.Integer id)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
static AttributeType |
BaseAttributeTypeManager.getInstance(java.lang.Integer id,
boolean fromCache)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
protected AttributeType |
BaseAttributeTypeManager.getInstanceImpl()
Get a fresh instance of a AttributeTypeManager |
protected AttributeType |
BaseAttributeTypeManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
Get a AttributeType with the given id. |
protected AttributeType |
BaseAttributeTypeManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
Get a AttributeType with the given id from the cache. |
protected AttributeType |
BaseAttributeTypeManager.getInstanceImpl(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Get a AttributeType with the given id. |
| Methods in org.tigris.scarab.om with parameters of type AttributeType | |
void |
BaseAttributeClass.addAttributeType(AttributeType l)
Method called to associate a AttributeType object to this object through the AttributeType foreign key attribute |
void |
BaseAttribute.setAttributeType(AttributeType v)
Declares an association between this object and a AttributeType object |
protected AttributeType |
BaseAttributeType.copyInto(AttributeType copyObj)
|
static void |
BaseAttributeTypePeer.populateObject(com.workingdogs.village.Record row,
int offset,
AttributeType obj)
Populates an object from a resultset row starting from a specified offset. |
static java.util.List |
BaseAttributeTypePeer.doSelect(AttributeType obj)
Method to do selects |
static void |
BaseAttributeTypePeer.doInsert(AttributeType obj)
Method to do inserts |
static void |
BaseAttributeTypePeer.doUpdate(AttributeType obj)
|
static void |
BaseAttributeTypePeer.doDelete(AttributeType obj)
|
static void |
BaseAttributeTypePeer.doInsert(AttributeType obj,
java.sql.Connection con)
Method to do inserts. |
static void |
BaseAttributeTypePeer.doUpdate(AttributeType obj,
java.sql.Connection con)
Method to do update. |
static void |
BaseAttributeTypePeer.doDelete(AttributeType obj,
java.sql.Connection con)
Method to delete. |
static org.apache.torque.util.Criteria |
BaseAttributeTypePeer.buildCriteria(AttributeType obj)
Build a Criteria object from the data object for this peer |
static org.apache.torque.util.Criteria |
BaseAttributeTypePeer.buildSelectCriteria(AttributeType obj)
Build a Criteria object from the data object for this peer, skipping all binary columns |
static boolean |
BaseAttributeTypeManager.exists(AttributeType obj)
|
protected boolean |
BaseAttributeTypeManager.existsImpl(AttributeType om)
check for a duplicate project name |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||