|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.torque.om.BaseObject
org.tigris.scarab.om.BaseIssueType
You should not use this class directly. It should not even be extended all references should be to IssueType
| Field Summary | |
protected java.util.List |
collAttributeGroups
Collection to store aggregation of collAttributeGroups |
protected java.util.List |
collIssues
Collection to store aggregation of collIssues |
protected java.util.List |
collMITListItems
Collection to store aggregation of collMITListItems |
protected java.util.List |
collQuerys
Collection to store aggregation of collQuerys |
protected java.util.List |
collReports
Collection to store aggregation of collReports |
protected java.util.List |
collRIssueTypeAttributes
Collection to store aggregation of collRIssueTypeAttributes |
protected java.util.List |
collRIssueTypeOptions
Collection to store aggregation of collRIssueTypeOptions |
protected java.util.List |
collRModuleAttributes
Collection to store aggregation of collRModuleAttributes |
protected java.util.List |
collRModuleIssueTypes
Collection to store aggregation of collRModuleIssueTypes |
protected java.util.List |
collRModuleOptions
Collection to store aggregation of collRModuleOptions |
protected java.util.List |
collRModuleUserAttributes
Collection to store aggregation of collRModuleUserAttributes |
| Fields inherited from class org.apache.torque.om.BaseObject |
NEW_ID |
| Constructor Summary | |
BaseIssueType()
|
|
| Method Summary | |
void |
addAttributeGroup(AttributeGroup l)
Method called to associate a AttributeGroup object to this object through the AttributeGroup foreign key attribute |
void |
addIssue(Issue l)
Method called to associate a Issue object to this object through the Issue foreign key attribute |
void |
addMITListItem(MITListItem l)
Method called to associate a MITListItem object to this object through the MITListItem foreign key attribute |
void |
addQuery(Query l)
Method called to associate a Query object to this object through the Query foreign key attribute |
void |
addReport(Report l)
Method called to associate a Report object to this object through the Report foreign key attribute |
void |
addRIssueTypeAttribute(RIssueTypeAttribute l)
Method called to associate a RIssueTypeAttribute object to this object through the RIssueTypeAttribute foreign key attribute |
void |
addRIssueTypeOption(RIssueTypeOption l)
Method called to associate a RIssueTypeOption object to this object through the RIssueTypeOption foreign key attribute |
void |
addRModuleAttribute(RModuleAttribute l)
Method called to associate a RModuleAttribute object to this object through the RModuleAttribute foreign key attribute |
void |
addRModuleIssueType(RModuleIssueType l)
Method called to associate a RModuleIssueType object to this object through the RModuleIssueType foreign key attribute |
void |
addRModuleOption(RModuleOption l)
Method called to associate a RModuleOption object to this object through the RModuleOption foreign key attribute |
void |
addRModuleUserAttribute(RModuleUserAttribute l)
Method called to associate a RModuleUserAttribute object to this object through the RModuleUserAttribute foreign key attribute |
IssueType |
copy()
Makes a copy of this object. |
protected IssueType |
copyInto(IssueType copyObj)
|
java.util.List |
getAttributeGroups()
If this collection has already been initialized, returns the collection. |
java.util.List |
getAttributeGroups(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getAttributeGroups(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getAttributeGroups(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getAttributeGroupsJoinIssueType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getAttributeGroupsJoinScarabModule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.lang.Object |
getByName(java.lang.String name)
Retrieves a field from the object by name passed in as a String. |
java.lang.Object |
getByPeerName(java.lang.String name)
Retrieves a field from the object by name passed in as a String. |
java.lang.Object |
getByPosition(int pos)
Retrieves a field from the object by Position as specified in the xml schema. |
boolean |
getDedupe()
Get the Dedupe |
boolean |
getDeleted()
Get the Deleted |
java.lang.String |
getDescription()
Get the Description |
static java.util.List |
getFieldNames()
Generate a list of field names. |
boolean |
getIsdefault()
Get the Isdefault |
java.util.List |
getIssues()
If this collection has already been initialized, returns the collection. |
java.util.List |
getIssues(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getIssues(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getIssues(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getIssuesJoinActivitySetRelatedByCreatedTransId(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getIssuesJoinActivitySetRelatedByLastTransId(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getIssuesJoinIssueType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getIssuesJoinScarabModule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.lang.Integer |
getIssueTypeId()
Get the IssueTypeId |
IssueType |
getIssueTypeRelatedByParentId()
Returns the associated IssueType object. |
IssueType |
getIssueTypeRelatedByParentId(java.sql.Connection connection)
Return the associated IssueType object If it was not retrieved before, the object is retrieved from the database using the passed connection |
boolean |
getLocked()
Get the Locked |
java.util.List |
getMITListItems()
If this collection has already been initialized, returns the collection. |
java.util.List |
getMITListItems(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getMITListItems(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getMITListItems(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getMITListItemsJoinIssueType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getMITListItemsJoinMITList(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getMITListItemsJoinScarabModule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.lang.String |
getName()
Get the Name |
java.lang.Integer |
getParentId()
Get the ParentId |
IssueTypePeer |
getPeer()
returns a peer instance associated with this om. |
org.apache.torque.om.ObjectKey |
getPrimaryKey()
returns an id that differentiates this object from others of its class. |
java.lang.String |
getQueryKey()
get an id that differentiates this object from others of its class. |
java.util.List |
getQuerys()
If this collection has already been initialized, returns the collection. |
java.util.List |
getQuerys(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getQuerys(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getQuerys(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getQuerysJoinFrequency(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getQuerysJoinIssueType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getQuerysJoinMITList(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getQuerysJoinScarabModule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getQuerysJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getQuerysJoinScope(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getReports()
If this collection has already been initialized, returns the collection. |
java.util.List |
getReports(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getReports(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getReports(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getReportsJoinIssueType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getReportsJoinScarabModule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getReportsJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getReportsJoinScope(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getRIssueTypeAttributes()
If this collection has already been initialized, returns the collection. |
java.util.List |
getRIssueTypeAttributes(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getRIssueTypeAttributes(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getRIssueTypeAttributes(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRIssueTypeAttributesJoinAttribute(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRIssueTypeAttributesJoinIssueType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getRIssueTypeOptions()
If this collection has already been initialized, returns the collection. |
java.util.List |
getRIssueTypeOptions(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getRIssueTypeOptions(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getRIssueTypeOptions(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRIssueTypeOptionsJoinAttributeOption(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRIssueTypeOptionsJoinIssueType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getRModuleAttributes()
If this collection has already been initialized, returns the collection. |
java.util.List |
getRModuleAttributes(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getRModuleAttributes(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getRModuleAttributes(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleAttributesJoinAttribute(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleAttributesJoinIssueType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleAttributesJoinScarabModule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getRModuleIssueTypes()
If this collection has already been initialized, returns the collection. |
java.util.List |
getRModuleIssueTypes(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getRModuleIssueTypes(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getRModuleIssueTypes(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleIssueTypesJoinIssueType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleIssueTypesJoinScarabModule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getRModuleOptions()
If this collection has already been initialized, returns the collection. |
java.util.List |
getRModuleOptions(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getRModuleOptions(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getRModuleOptions(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleOptionsJoinAttributeOption(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleOptionsJoinIssueType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleOptionsJoinScarabModule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getRModuleUserAttributes()
If this collection has already been initialized, returns the collection. |
java.util.List |
getRModuleUserAttributes(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getRModuleUserAttributes(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getRModuleUserAttributes(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleUserAttributesJoinAttribute(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleUserAttributesJoinIssueType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleUserAttributesJoinMITList(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleUserAttributesJoinScarabModule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getRModuleUserAttributesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected void |
initAttributeGroups()
Temporary storage of collAttributeGroups to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initIssues()
Temporary storage of collIssues to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initMITListItems()
Temporary storage of collMITListItems to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initQuerys()
Temporary storage of collQuerys to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initReports()
Temporary storage of collReports to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initRIssueTypeAttributes()
Temporary storage of collRIssueTypeAttributes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initRIssueTypeOptions()
Temporary storage of collRIssueTypeOptions to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initRModuleAttributes()
Temporary storage of collRModuleAttributes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initRModuleIssueTypes()
Temporary storage of collRModuleIssueTypes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initRModuleOptions()
Temporary storage of collRModuleOptions to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initRModuleUserAttributes()
Temporary storage of collRModuleUserAttributes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected boolean |
isCacheOnSave()
Specify whether to cache the object after saving to the db. |
void |
save()
Stores the object in the database. |
void |
save(java.sql.Connection con)
Stores the object in the database. |
void |
save(java.lang.String dbName)
Stores the object in the database. |
void |
setDedupe(boolean v)
Set the value of Dedupe |
void |
setDeleted(boolean v)
Set the value of Deleted |
void |
setDescription(java.lang.String v)
Set the value of Description |
void |
setIsdefault(boolean v)
Set the value of Isdefault |
void |
setIssueTypeId(java.lang.Integer v)
Set the value of IssueTypeId |
void |
setIssueTypeRelatedByParentId(IssueType v)
Declares an association between this object and a IssueType object |
void |
setIssueTypeRelatedByParentIdKey(org.apache.torque.om.ObjectKey key)
Provides convenient way to set a relationship based on a ObjectKey, for example bar.setFooKey(foo.getPrimaryKey()) |
void |
setLocked(boolean v)
Set the value of Locked |
void |
setName(java.lang.String v)
Set the value of Name |
void |
setParentId(java.lang.Integer v)
Set the value of ParentId |
void |
setPrimaryKey(org.apache.torque.om.ObjectKey key)
Set the PrimaryKey using ObjectKey. |
void |
setPrimaryKey(java.lang.String key)
Set the PrimaryKey using a String. |
void |
setQueryKey(java.lang.String key)
set an id that differentiates this object from others of its class. |
java.lang.String |
toString()
|
| Methods inherited from class org.apache.torque.om.BaseObject |
equals, equals, getLog, hashCode, isModified, isNew, resetModified, setModified, setNew, setPrimaryKey |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.util.List collAttributeGroups
protected java.util.List collIssues
protected java.util.List collRModuleIssueTypes
protected java.util.List collMITListItems
protected java.util.List collRModuleAttributes
protected java.util.List collRIssueTypeAttributes
protected java.util.List collRModuleOptions
protected java.util.List collRIssueTypeOptions
protected java.util.List collRModuleUserAttributes
protected java.util.List collQuerys
protected java.util.List collReports
| Constructor Detail |
public BaseIssueType()
| Method Detail |
public java.lang.Integer getIssueTypeId()
public void setIssueTypeId(java.lang.Integer v)
throws org.apache.torque.TorqueException
v - new value
org.apache.torque.TorqueExceptionpublic java.lang.String getName()
public void setName(java.lang.String v)
v - new valuepublic java.lang.String getDescription()
public void setDescription(java.lang.String v)
v - new valuepublic java.lang.Integer getParentId()
public void setParentId(java.lang.Integer v)
throws org.apache.torque.TorqueException
v - new value
org.apache.torque.TorqueExceptionpublic boolean getDedupe()
public void setDedupe(boolean v)
v - new valuepublic boolean getDeleted()
public void setDeleted(boolean v)
v - new valuepublic boolean getLocked()
public void setLocked(boolean v)
v - new valuepublic boolean getIsdefault()
public void setIsdefault(boolean v)
v - new value
public void setIssueTypeRelatedByParentId(IssueType v)
throws org.apache.torque.TorqueException
v - IssueType
org.apache.torque.TorqueException
public IssueType getIssueTypeRelatedByParentId()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public IssueType getIssueTypeRelatedByParentId(java.sql.Connection connection)
throws org.apache.torque.TorqueException
connection - the connection used to retrieve the associated object
from the database, if it was not retrieved before
org.apache.torque.TorqueException
public void setIssueTypeRelatedByParentIdKey(org.apache.torque.om.ObjectKey key)
throws org.apache.torque.TorqueException
bar.setFooKey(foo.getPrimaryKey())
org.apache.torque.TorqueExceptionprotected void initAttributeGroups()
public void addAttributeGroup(AttributeGroup l)
throws org.apache.torque.TorqueException
l - AttributeGroup
org.apache.torque.TorqueException
public java.util.List getAttributeGroups()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getAttributeGroups(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getAttributeGroups(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getAttributeGroups(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getAttributeGroupsJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getAttributeGroupsJoinIssueType(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initIssues()
public void addIssue(Issue l)
throws org.apache.torque.TorqueException
l - Issue
org.apache.torque.TorqueException
public java.util.List getIssues()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getIssues(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getIssues(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getIssues(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getIssuesJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getIssuesJoinIssueType(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getIssuesJoinActivitySetRelatedByCreatedTransId(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getIssuesJoinActivitySetRelatedByLastTransId(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initRModuleIssueTypes()
public void addRModuleIssueType(RModuleIssueType l)
throws org.apache.torque.TorqueException
l - RModuleIssueType
org.apache.torque.TorqueException
public java.util.List getRModuleIssueTypes()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRModuleIssueTypes(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRModuleIssueTypes(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRModuleIssueTypes(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRModuleIssueTypesJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRModuleIssueTypesJoinIssueType(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initMITListItems()
public void addMITListItem(MITListItem l)
throws org.apache.torque.TorqueException
l - MITListItem
org.apache.torque.TorqueException
public java.util.List getMITListItems()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getMITListItems(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getMITListItems(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getMITListItems(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getMITListItemsJoinMITList(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getMITListItemsJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getMITListItemsJoinIssueType(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initRModuleAttributes()
public void addRModuleAttribute(RModuleAttribute l)
throws org.apache.torque.TorqueException
l - RModuleAttribute
org.apache.torque.TorqueException
public java.util.List getRModuleAttributes()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRModuleAttributes(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRModuleAttributes(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRModuleAttributes(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRModuleAttributesJoinAttribute(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRModuleAttributesJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRModuleAttributesJoinIssueType(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initRIssueTypeAttributes()
public void addRIssueTypeAttribute(RIssueTypeAttribute l)
throws org.apache.torque.TorqueException
l - RIssueTypeAttribute
org.apache.torque.TorqueException
public java.util.List getRIssueTypeAttributes()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRIssueTypeAttributes(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRIssueTypeAttributes(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRIssueTypeAttributes(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException