|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ScarabModule | |
| org.tigris.scarab.om | |
| Uses of ScarabModule in org.tigris.scarab.om |
| Subclasses of ScarabModule in org.tigris.scarab.om | |
class |
ScarabModuleContainer
This class represents the Global module (which is a module where it is not possible to create new issues within it). |
| Methods in org.tigris.scarab.om that return ScarabModule | |
ScarabModule |
Query.getScarabModule()
Throws UnsupportedOperationException. |
ScarabModule |
AttributeGroup.getScarabModule()
Throws UnsupportedOperationException. |
static ScarabModule |
BaseScarabModulePeer.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 ScarabModule |
BaseScarabModulePeer.retrieveByPK(java.lang.Integer pk)
Retrieve a single object by pk |
static ScarabModule |
BaseScarabModulePeer.retrieveByPK(java.lang.Integer pk,
java.sql.Connection con)
Retrieve a single object by pk |
static ScarabModule |
BaseScarabModulePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
static ScarabModule |
BaseScarabModulePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
java.sql.Connection con)
Retrieve a single object by pk |
ScarabModule |
RModuleAttribute.getScarabModule()
Throws UnsupportedOperationException. |
ScarabModule |
RModuleIssueType.getScarabModule()
Throws UnsupportedOperationException. |
ScarabModule |
Issue.getScarabModule()
Throws UnsupportedOperationException. |
ScarabModule |
RModuleOption.getScarabModule()
Throws UnsupportedOperationException. |
ScarabModule |
BaseScarabModule.copy()
Makes a copy of this object. |
protected ScarabModule |
BaseScarabModule.copyInto(ScarabModule copyObj)
|
| Methods in org.tigris.scarab.om with parameters of type ScarabModule | |
void |
Query.setScarabModule(ScarabModule module)
Throws UnsupportedOperationException. |
void |
AttributeGroup.setScarabModule(ScarabModule module)
Throws UnsupportedOperationException. |
void |
BaseScarabUserImpl.addScarabModuleRelatedByOwnerId(ScarabModule l)
Method called to associate a ScarabModule object to this object through the ScarabModule foreign key attribute |
void |
BaseScarabUserImpl.addScarabModuleRelatedByQaContactId(ScarabModule l)
Method called to associate a ScarabModule object to this object through the ScarabModule foreign key attribute |
static void |
BaseScarabModulePeer.populateObject(com.workingdogs.village.Record row,
int offset,
ScarabModule obj)
Populates an object from a resultset row starting from a specified offset. |
static java.util.List |
BaseScarabModulePeer.doSelect(ScarabModule obj)
Method to do selects |
static void |
BaseScarabModulePeer.doInsert(ScarabModule obj)
Method to do inserts |
static void |
BaseScarabModulePeer.doUpdate(ScarabModule obj)
|
static void |
BaseScarabModulePeer.doDelete(ScarabModule obj)
|
static void |
BaseScarabModulePeer.doInsert(ScarabModule obj,
java.sql.Connection con)
Method to do inserts. |
static void |
BaseScarabModulePeer.doUpdate(ScarabModule obj,
java.sql.Connection con)
Method to do update. |
static void |
BaseScarabModulePeer.doDelete(ScarabModule obj,
java.sql.Connection con)
Method to delete. |
static org.apache.torque.util.Criteria |
BaseScarabModulePeer.buildCriteria(ScarabModule obj)
Build a Criteria object from the data object for this peer |
static org.apache.torque.util.Criteria |
BaseScarabModulePeer.buildSelectCriteria(ScarabModule obj)
Build a Criteria object from the data object for this peer, skipping all binary columns |
void |
RModuleAttribute.setScarabModule(ScarabModule module)
Throws UnsupportedOperationException. |
void |
RModuleIssueType.setScarabModule(ScarabModule module)
Throws UnsupportedOperationException. |
void |
Issue.setScarabModule(ScarabModule module)
Throws UnsupportedOperationException. |
void |
RModuleOption.setScarabModule(ScarabModule module)
Throws UnsupportedOperationException. |
protected ScarabModule |
BaseScarabModule.copyInto(ScarabModule copyObj)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||