|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RModuleAttribute | |
| org.tigris.scarab.om | |
| org.tigris.scarab.tools | |
| Uses of RModuleAttribute in org.tigris.scarab.om |
| Methods in org.tigris.scarab.om that return RModuleAttribute | |
static RModuleAttribute |
RModuleAttributePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
RModuleAttribute |
BaseCondition.getRModuleAttribute()
Returns the associated RModuleAttribute object. |
RModuleAttribute |
BaseCondition.getRModuleAttribute(java.sql.Connection connection)
Return the associated RModuleAttribute object If it was not retrieved before, the object is retrieved from the database using the passed connection |
static RModuleAttribute |
BaseRModuleAttributePeer.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 RModuleAttribute |
BaseRModuleAttributePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
static RModuleAttribute |
BaseRModuleAttributePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
java.sql.Connection con)
Retrieve a single object by pk |
static RModuleAttribute |
BaseRModuleAttributePeer.retrieveByPK(java.lang.Integer module_id,
java.lang.Integer attribute_id,
java.lang.Integer issue_type_id)
retrieve object using using pk values. |
static RModuleAttribute |
BaseRModuleAttributePeer.retrieveByPK(java.lang.Integer module_id,
java.lang.Integer attribute_id,
java.lang.Integer issue_type_id,
java.sql.Connection con)
retrieve object using using pk values. |
RModuleAttribute |
BaseRModuleAttribute.copy()
Makes a copy of this object. |
protected RModuleAttribute |
BaseRModuleAttribute.copyInto(RModuleAttribute copyObj)
|
RModuleAttribute |
Module.getRModuleAttribute(Attribute attribute,
IssueType issueType)
|
RModuleAttribute |
Module.addRModuleAttribute(IssueType issueType,
Attribute attribute)
Adds module-attribute mapping to module. |
static RModuleAttribute |
RModuleAttributeManager.getInstance(Module module,
Attribute attribute,
IssueType issueType)
|
static RModuleAttribute |
RModuleAttributeManager.getInstance(java.lang.Integer moduleId,
java.lang.Integer attributeId,
java.lang.Integer issueTypeId)
|
RModuleAttribute |
RModuleOption.getRModuleAttribute(IssueType issueType)
|
RModuleAttribute |
AbstractScarabModule.addRModuleAttribute(IssueType issueType,
Attribute attribute)
Adds module-attribute mapping to module. |
RModuleAttribute |
AbstractScarabModule.getRModuleAttribute(Attribute attribute,
IssueType issueType)
|
static RModuleAttribute |
BaseRModuleAttributeManager.getInstance()
Static accessor for the @see #getInstanceImpl(). |
static RModuleAttribute |
BaseRModuleAttributeManager.getInstance(org.apache.torque.om.ObjectKey id)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
static RModuleAttribute |
BaseRModuleAttributeManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
Static accessor for the @see #getCachedInstanceImpl(ObjectKey). |
static RModuleAttribute |
BaseRModuleAttributeManager.getInstance(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Static accessor for the @see #getInstanceImpl(ObjectKey, boolean). |
protected RModuleAttribute |
BaseRModuleAttributeManager.getInstanceImpl()
Get a fresh instance of a RModuleAttributeManager |
protected RModuleAttribute |
BaseRModuleAttributeManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
Get a RModuleAttribute with the given id. |
protected RModuleAttribute |
BaseRModuleAttributeManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
Get a RModuleAttribute with the given id from the cache. |
protected RModuleAttribute |
BaseRModuleAttributeManager.getInstanceImpl(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Get a RModuleAttribute with the given id. |
RModuleAttribute |
AttributeValue.getRModuleAttribute()
|
| Methods in org.tigris.scarab.om with parameters of type RModuleAttribute | |
static void |
RModuleAttributePeer.doDelete(RModuleAttribute rma)
|
void |
BaseCondition.setRModuleAttribute(RModuleAttribute v)
Declares an association between this object and a RModuleAttribute object |
static void |
BaseRModuleAttributePeer.populateObject(com.workingdogs.village.Record row,
int offset,
RModuleAttribute obj)
Populates an object from a resultset row starting from a specified offset. |
static java.util.List |
BaseRModuleAttributePeer.doSelect(RModuleAttribute obj)
Method to do selects |
static void |
BaseRModuleAttributePeer.doInsert(RModuleAttribute obj)
Method to do inserts |
static void |
BaseRModuleAttributePeer.doUpdate(RModuleAttribute obj)
|
static void |
BaseRModuleAttributePeer.doDelete(RModuleAttribute obj)
|
static void |
BaseRModuleAttributePeer.doInsert(RModuleAttribute obj,
java.sql.Connection con)
Method to do inserts. |
static void |
BaseRModuleAttributePeer.doUpdate(RModuleAttribute obj,
java.sql.Connection con)
Method to do update. |
static void |
BaseRModuleAttributePeer.doDelete(RModuleAttribute obj,
java.sql.Connection con)
Method to delete. |
static org.apache.torque.util.Criteria |
BaseRModuleAttributePeer.buildCriteria(RModuleAttribute obj)
Build a Criteria object from the data object for this peer |
static org.apache.torque.util.Criteria |
BaseRModuleAttributePeer.buildSelectCriteria(RModuleAttribute obj)
Build a Criteria object from the data object for this peer, skipping all binary columns |
protected RModuleAttribute |
BaseRModuleAttribute.copyInto(RModuleAttribute copyObj)
|
(package private) static void |
RModuleAttributeManager.removeInstanceFromCache(RModuleAttribute rma)
|
void |
BaseAttribute.addRModuleAttribute(RModuleAttribute l)
Method called to associate a RModuleAttribute object to this object through the RModuleAttribute foreign key attribute |
void |
BaseIssueType.addRModuleAttribute(RModuleAttribute l)
Method called to associate a RModuleAttribute object to this object through the RModuleAttribute foreign key attribute |
static boolean |
BaseRModuleAttributeManager.exists(RModuleAttribute obj)
|
protected boolean |
BaseRModuleAttributeManager.existsImpl(RModuleAttribute om)
check for a duplicate project name |
static AttributeValue |
AttributeValue.getNewInstance(RModuleAttribute rma,
Issue issue)
Creates, initializes and returns a new AttributeValue. |
void |
BaseScarabModule.addRModuleAttribute(RModuleAttribute l)
Method called to associate a RModuleAttribute object to this object through the RModuleAttribute foreign key attribute |
| Uses of RModuleAttribute in org.tigris.scarab.tools |
| Methods in org.tigris.scarab.tools that return RModuleAttribute | |
RModuleAttribute |
ScarabRequestTool.getRModuleAttribute()
Get an RModuleAttribute object. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||