|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ROptionOption | |
| org.tigris.scarab.om | |
| org.tigris.scarab.tools | |
| Uses of ROptionOption in org.tigris.scarab.om |
| Methods in org.tigris.scarab.om that return ROptionOption | |
ROptionOption |
BaseROptionOption.copy()
Makes a copy of this object. |
protected ROptionOption |
BaseROptionOption.copyInto(ROptionOption copyObj)
|
static ROptionOption |
ROptionOption.getInstance()
Gets an instance of a new ROptionOption |
static ROptionOption |
ROptionOption.getInstance(java.lang.Integer parent,
java.lang.Integer child)
Gets an instance of a new ROptionOption |
static ROptionOption |
BaseROptionOptionPeer.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 ROptionOption |
BaseROptionOptionPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
static ROptionOption |
BaseROptionOptionPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
java.sql.Connection con)
Retrieve a single object by pk |
static ROptionOption |
BaseROptionOptionPeer.retrieveByPK(java.lang.Integer option1_id,
java.lang.Integer option2_id)
retrieve object using using pk values. |
static ROptionOption |
BaseROptionOptionPeer.retrieveByPK(java.lang.Integer option1_id,
java.lang.Integer option2_id,
java.sql.Connection con)
retrieve object using using pk values. |
static ROptionOption |
BaseROptionOptionManager.getInstance()
Static accessor for the @see #getInstanceImpl(). |
static ROptionOption |
BaseROptionOptionManager.getInstance(org.apache.torque.om.ObjectKey id)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
static ROptionOption |
BaseROptionOptionManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
Static accessor for the @see #getCachedInstanceImpl(ObjectKey). |
static ROptionOption |
BaseROptionOptionManager.getInstance(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Static accessor for the @see #getInstanceImpl(ObjectKey, boolean). |
protected ROptionOption |
BaseROptionOptionManager.getInstanceImpl()
Get a fresh instance of a ROptionOptionManager |
protected ROptionOption |
BaseROptionOptionManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
Get a ROptionOption with the given id. |
protected ROptionOption |
BaseROptionOptionManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
Get a ROptionOption with the given id from the cache. |
protected ROptionOption |
BaseROptionOptionManager.getInstanceImpl(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Get a ROptionOption with the given id. |
| Methods in org.tigris.scarab.om with parameters of type ROptionOption | |
protected ROptionOption |
BaseROptionOption.copyInto(ROptionOption copyObj)
|
static void |
ROptionOption.doRemove(ROptionOption roo)
This will also remove the ROptionOption from the internal cache as well as from the database. |
void |
BaseOptionRelationship.addROptionOption(ROptionOption l)
Method called to associate a ROptionOption object to this object through the ROptionOption foreign key attribute |
static void |
BaseROptionOptionPeer.populateObject(com.workingdogs.village.Record row,
int offset,
ROptionOption obj)
Populates an object from a resultset row starting from a specified offset. |
static java.util.List |
BaseROptionOptionPeer.doSelect(ROptionOption obj)
Method to do selects |
static void |
BaseROptionOptionPeer.doInsert(ROptionOption obj)
Method to do inserts |
static void |
BaseROptionOptionPeer.doUpdate(ROptionOption obj)
|
static void |
BaseROptionOptionPeer.doDelete(ROptionOption obj)
|
static void |
BaseROptionOptionPeer.doInsert(ROptionOption obj,
java.sql.Connection con)
Method to do inserts. |
static void |
BaseROptionOptionPeer.doUpdate(ROptionOption obj,
java.sql.Connection con)
Method to do update. |
static void |
BaseROptionOptionPeer.doDelete(ROptionOption obj,
java.sql.Connection con)
Method to delete. |
static org.apache.torque.util.Criteria |
BaseROptionOptionPeer.buildCriteria(ROptionOption obj)
Build a Criteria object from the data object for this peer |
static org.apache.torque.util.Criteria |
BaseROptionOptionPeer.buildSelectCriteria(ROptionOption obj)
Build a Criteria object from the data object for this peer, skipping all binary columns |
static boolean |
BaseROptionOptionManager.exists(ROptionOption obj)
|
protected boolean |
BaseROptionOptionManager.existsImpl(ROptionOption om)
check for a duplicate project name |
void |
BaseAttributeOption.addROptionOptionRelatedByOption1Id(ROptionOption l)
Method called to associate a ROptionOption object to this object through the ROptionOption foreign key attribute |
void |
BaseAttributeOption.addROptionOptionRelatedByOption2Id(ROptionOption l)
Method called to associate a ROptionOption object to this object through the ROptionOption foreign key attribute |
| Uses of ROptionOption in org.tigris.scarab.tools |
| Methods in org.tigris.scarab.tools that return ROptionOption | |
ROptionOption |
ScarabRequestTool.getROptionOption()
Gets an instance of a ROptionOption from this tool. |
| Methods in org.tigris.scarab.tools with parameters of type ROptionOption | |
void |
ScarabRequestTool.setROptionOption(ROptionOption roo)
Sets an instance of a ROptionOption |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||