org.tigris.scarab.om
Class BaseIssueType

java.lang.Object
  extended byorg.apache.torque.om.BaseObject
      extended byorg.tigris.scarab.om.BaseIssueType
All Implemented Interfaces:
org.apache.torque.om.Persistent, org.apache.fulcrum.intake.Retrievable, java.io.Serializable
Direct Known Subclasses:
IssueType

public abstract class BaseIssueType
extends org.apache.torque.om.BaseObject
implements org.apache.fulcrum.intake.Retrievable

You should not use this class directly. It should not even be extended all references should be to IssueType

See Also:
Serialized Form

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

collAttributeGroups

protected java.util.List collAttributeGroups
Collection to store aggregation of collAttributeGroups


collIssues

protected java.util.List collIssues
Collection to store aggregation of collIssues


collRModuleIssueTypes

protected java.util.List collRModuleIssueTypes
Collection to store aggregation of collRModuleIssueTypes


collMITListItems

protected java.util.List collMITListItems
Collection to store aggregation of collMITListItems


collRModuleAttributes

protected java.util.List collRModuleAttributes
Collection to store aggregation of collRModuleAttributes


collRIssueTypeAttributes

protected java.util.List collRIssueTypeAttributes
Collection to store aggregation of collRIssueTypeAttributes


collRModuleOptions

protected java.util.List collRModuleOptions
Collection to store aggregation of collRModuleOptions


collRIssueTypeOptions

protected java.util.List collRIssueTypeOptions
Collection to store aggregation of collRIssueTypeOptions


collRModuleUserAttributes

protected java.util.List collRModuleUserAttributes
Collection to store aggregation of collRModuleUserAttributes


collQuerys

protected java.util.List collQuerys
Collection to store aggregation of collQuerys


collReports

protected java.util.List collReports
Collection to store aggregation of collReports

Constructor Detail

BaseIssueType

public BaseIssueType()
Method Detail

getIssueTypeId

public java.lang.Integer getIssueTypeId()
Get the IssueTypeId

Returns:
Integer

setIssueTypeId

public void setIssueTypeId(java.lang.Integer v)
                    throws org.apache.torque.TorqueException
Set the value of IssueTypeId

Parameters:
v - new value
Throws:
org.apache.torque.TorqueException

getName

public java.lang.String getName()
Get the Name

Returns:
String

setName

public void setName(java.lang.String v)
Set the value of Name

Parameters:
v - new value

getDescription

public java.lang.String getDescription()
Get the Description

Returns:
String

setDescription

public void setDescription(java.lang.String v)
Set the value of Description

Parameters:
v - new value

getParentId

public java.lang.Integer getParentId()
Get the ParentId

Returns:
Integer

setParentId

public void setParentId(java.lang.Integer v)
                 throws org.apache.torque.TorqueException
Set the value of ParentId

Parameters:
v - new value
Throws:
org.apache.torque.TorqueException

getDedupe

public boolean getDedupe()
Get the Dedupe

Returns:
boolean

setDedupe

public void setDedupe(boolean v)
Set the value of Dedupe

Parameters:
v - new value

getDeleted

public boolean getDeleted()
Get the Deleted

Returns:
boolean

setDeleted

public void setDeleted(boolean v)
Set the value of Deleted

Parameters:
v - new value

getLocked

public boolean getLocked()
Get the Locked

Returns:
boolean

setLocked

public void setLocked(boolean v)
Set the value of Locked

Parameters:
v - new value

getIsdefault

public boolean getIsdefault()
Get the Isdefault

Returns:
boolean

setIsdefault

public void setIsdefault(boolean v)
Set the value of Isdefault

Parameters:
v - new value

setIssueTypeRelatedByParentId

public void setIssueTypeRelatedByParentId(IssueType v)
                                   throws org.apache.torque.TorqueException
Declares an association between this object and a IssueType object

Parameters:
v - IssueType
Throws:
org.apache.torque.TorqueException

getIssueTypeRelatedByParentId

public IssueType getIssueTypeRelatedByParentId()
                                        throws org.apache.torque.TorqueException
Returns the associated IssueType object. If it was not retrieved before, the object is retrieved from the database

Returns:
the associated IssueType object
Throws:
org.apache.torque.TorqueException

getIssueTypeRelatedByParentId

public IssueType getIssueTypeRelatedByParentId(java.sql.Connection connection)
                                        throws org.apache.torque.TorqueException
Return the associated IssueType object If it was not retrieved before, the object is retrieved from the database using the passed connection

Parameters:
connection - the connection used to retrieve the associated object from the database, if it was not retrieved before
Returns:
the associated IssueType object
Throws:
org.apache.torque.TorqueException

setIssueTypeRelatedByParentIdKey

public void setIssueTypeRelatedByParentIdKey(org.apache.torque.om.ObjectKey key)
                                      throws org.apache.torque.TorqueException
Provides convenient way to set a relationship based on a ObjectKey, for example bar.setFooKey(foo.getPrimaryKey())

Throws:
org.apache.torque.TorqueException

initAttributeGroups

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.


addAttributeGroup

public void addAttributeGroup(AttributeGroup l)
                       throws org.apache.torque.TorqueException
Method called to associate a AttributeGroup object to this object through the AttributeGroup foreign key attribute

Parameters:
l - AttributeGroup
Throws:
org.apache.torque.TorqueException

getAttributeGroups

public java.util.List getAttributeGroups()
                                  throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getAttributeGroups(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getAttributeGroups

public java.util.List getAttributeGroups(org.apache.torque.util.Criteria criteria)
                                  throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType has previously been saved, it will retrieve related AttributeGroups from storage. If this IssueType is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getAttributeGroups

public java.util.List getAttributeGroups(java.sql.Connection con)
                                  throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getAttributeGroups(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getAttributeGroups

public java.util.List getAttributeGroups(org.apache.torque.util.Criteria criteria,
                                         java.sql.Connection con)
                                  throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType has previously been saved, it will retrieve related AttributeGroups from storage. If this IssueType is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getAttributeGroupsJoinScarabModule

protected java.util.List getAttributeGroupsJoinScarabModule(org.apache.torque.util.Criteria criteria)
                                                     throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType is new, it will return an empty collection; or if this IssueType has previously been saved, it will retrieve related AttributeGroups from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in IssueType.

Throws:
org.apache.torque.TorqueException

getAttributeGroupsJoinIssueType

protected java.util.List getAttributeGroupsJoinIssueType(org.apache.torque.util.Criteria criteria)
                                                  throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType is new, it will return an empty collection; or if this IssueType has previously been saved, it will retrieve related AttributeGroups from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in IssueType.

Throws:
org.apache.torque.TorqueException

initIssues

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.


addIssue

public void addIssue(Issue l)
              throws org.apache.torque.TorqueException
Method called to associate a Issue object to this object through the Issue foreign key attribute

Parameters:
l - Issue
Throws:
org.apache.torque.TorqueException

getIssues

public java.util.List getIssues()
                         throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getIssues(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getIssues

public java.util.List getIssues(org.apache.torque.util.Criteria criteria)
                         throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType has previously been saved, it will retrieve related Issues from storage. If this IssueType is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getIssues

public java.util.List getIssues(java.sql.Connection con)
                         throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getIssues(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getIssues

public java.util.List getIssues(org.apache.torque.util.Criteria criteria,
                                java.sql.Connection con)
                         throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType has previously been saved, it will retrieve related Issues from storage. If this IssueType is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getIssuesJoinScarabModule

protected java.util.List getIssuesJoinScarabModule(org.apache.torque.util.Criteria criteria)
                                            throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType is new, it will return an empty collection; or if this IssueType has previously been saved, it will retrieve related Issues from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in IssueType.

Throws:
org.apache.torque.TorqueException

getIssuesJoinIssueType

protected java.util.List getIssuesJoinIssueType(org.apache.torque.util.Criteria criteria)
                                         throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType is new, it will return an empty collection; or if this IssueType has previously been saved, it will retrieve related Issues from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in IssueType.

Throws:
org.apache.torque.TorqueException

getIssuesJoinActivitySetRelatedByCreatedTransId

protected java.util.List getIssuesJoinActivitySetRelatedByCreatedTransId(org.apache.torque.util.Criteria criteria)
                                                                  throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType is new, it will return an empty collection; or if this IssueType has previously been saved, it will retrieve related Issues from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in IssueType.

Throws:
org.apache.torque.TorqueException

getIssuesJoinActivitySetRelatedByLastTransId

protected java.util.List getIssuesJoinActivitySetRelatedByLastTransId(org.apache.torque.util.Criteria criteria)
                                                               throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType is new, it will return an empty collection; or if this IssueType has previously been saved, it will retrieve related Issues from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in IssueType.

Throws:
org.apache.torque.TorqueException

initRModuleIssueTypes

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.


addRModuleIssueType

public void addRModuleIssueType(RModuleIssueType l)
                         throws org.apache.torque.TorqueException
Method called to associate a RModuleIssueType object to this object through the RModuleIssueType foreign key attribute

Parameters:
l - RModuleIssueType
Throws:
org.apache.torque.TorqueException

getRModuleIssueTypes

public java.util.List getRModuleIssueTypes()
                                    throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getRModuleIssueTypes(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getRModuleIssueTypes

public java.util.List getRModuleIssueTypes(org.apache.torque.util.Criteria criteria)
                                    throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType has previously been saved, it will retrieve related RModuleIssueTypes from storage. If this IssueType is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getRModuleIssueTypes

public java.util.List getRModuleIssueTypes(java.sql.Connection con)
                                    throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getRModuleIssueTypes(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getRModuleIssueTypes

public java.util.List getRModuleIssueTypes(org.apache.torque.util.Criteria criteria,
                                           java.sql.Connection con)
                                    throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType has previously been saved, it will retrieve related RModuleIssueTypes from storage. If this IssueType is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getRModuleIssueTypesJoinScarabModule

protected java.util.List getRModuleIssueTypesJoinScarabModule(org.apache.torque.util.Criteria criteria)
                                                       throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType is new, it will return an empty collection; or if this IssueType has previously been saved, it will retrieve related RModuleIssueTypes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in IssueType.

Throws:
org.apache.torque.TorqueException

getRModuleIssueTypesJoinIssueType

protected java.util.List getRModuleIssueTypesJoinIssueType(org.apache.torque.util.Criteria criteria)
                                                    throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType is new, it will return an empty collection; or if this IssueType has previously been saved, it will retrieve related RModuleIssueTypes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in IssueType.

Throws:
org.apache.torque.TorqueException

initMITListItems

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.


addMITListItem

public void addMITListItem(MITListItem l)
                    throws org.apache.torque.TorqueException
Method called to associate a MITListItem object to this object through the MITListItem foreign key attribute

Parameters:
l - MITListItem
Throws:
org.apache.torque.TorqueException

getMITListItems

public java.util.List getMITListItems()
                               throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getMITListItems(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getMITListItems

public java.util.List getMITListItems(org.apache.torque.util.Criteria criteria)
                               throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType has previously been saved, it will retrieve related MITListItems from storage. If this IssueType is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getMITListItems

public java.util.List getMITListItems(java.sql.Connection con)
                               throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getMITListItems(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getMITListItems

public java.util.List getMITListItems(org.apache.torque.util.Criteria criteria,
                                      java.sql.Connection con)
                               throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType has previously been saved, it will retrieve related MITListItems from storage. If this IssueType is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getMITListItemsJoinMITList

protected java.util.List getMITListItemsJoinMITList(org.apache.torque.util.Criteria criteria)
                                             throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType is new, it will return an empty collection; or if this IssueType has previously been saved, it will retrieve related MITListItems from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in IssueType.

Throws:
org.apache.torque.TorqueException

getMITListItemsJoinScarabModule

protected java.util.List getMITListItemsJoinScarabModule(org.apache.torque.util.Criteria criteria)
                                                  throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType is new, it will return an empty collection; or if this IssueType has previously been saved, it will retrieve related MITListItems from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in IssueType.

Throws:
org.apache.torque.TorqueException

getMITListItemsJoinIssueType

protected java.util.List getMITListItemsJoinIssueType(org.apache.torque.util.Criteria criteria)
                                               throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType is new, it will return an empty collection; or if this IssueType has previously been saved, it will retrieve related MITListItems from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in IssueType.

Throws:
org.apache.torque.TorqueException

initRModuleAttributes

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.


addRModuleAttribute

public void addRModuleAttribute(RModuleAttribute l)
                         throws org.apache.torque.TorqueException
Method called to associate a RModuleAttribute object to this object through the RModuleAttribute foreign key attribute

Parameters:
l - RModuleAttribute
Throws:
org.apache.torque.TorqueException

getRModuleAttributes

public java.util.List getRModuleAttributes()
                                    throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getRModuleAttributes(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getRModuleAttributes

public java.util.List getRModuleAttributes(org.apache.torque.util.Criteria criteria)
                                    throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType has previously been saved, it will retrieve related RModuleAttributes from storage. If this IssueType is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getRModuleAttributes

public java.util.List getRModuleAttributes(java.sql.Connection con)
                                    throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getRModuleAttributes(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getRModuleAttributes

public java.util.List getRModuleAttributes(org.apache.torque.util.Criteria criteria,
                                           java.sql.Connection con)
                                    throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType has previously been saved, it will retrieve related RModuleAttributes from storage. If this IssueType is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getRModuleAttributesJoinAttribute

protected java.util.List getRModuleAttributesJoinAttribute(org.apache.torque.util.Criteria criteria)
                                                    throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType is new, it will return an empty collection; or if this IssueType has previously been saved, it will retrieve related RModuleAttributes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in IssueType.

Throws:
org.apache.torque.TorqueException

getRModuleAttributesJoinScarabModule

protected java.util.List getRModuleAttributesJoinScarabModule(org.apache.torque.util.Criteria criteria)
                                                       throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType is new, it will return an empty collection; or if this IssueType has previously been saved, it will retrieve related RModuleAttributes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in IssueType.

Throws:
org.apache.torque.TorqueException

getRModuleAttributesJoinIssueType

protected java.util.List getRModuleAttributesJoinIssueType(org.apache.torque.util.Criteria criteria)
                                                    throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType is new, it will return an empty collection; or if this IssueType has previously been saved, it will retrieve related RModuleAttributes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in IssueType.

Throws:
org.apache.torque.TorqueException

initRIssueTypeAttributes

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.


addRIssueTypeAttribute

public void addRIssueTypeAttribute(RIssueTypeAttribute l)
                            throws org.apache.torque.TorqueException
Method called to associate a RIssueTypeAttribute object to this object through the RIssueTypeAttribute foreign key attribute

Parameters:
l - RIssueTypeAttribute
Throws:
org.apache.torque.TorqueException

getRIssueTypeAttributes

public java.util.List getRIssueTypeAttributes()
                                       throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getRIssueTypeAttributes(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getRIssueTypeAttributes

public java.util.List getRIssueTypeAttributes(org.apache.torque.util.Criteria criteria)
                                       throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType has previously been saved, it will retrieve related RIssueTypeAttributes from storage. If this IssueType is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getRIssueTypeAttributes

public java.util.List getRIssueTypeAttributes(java.sql.Connection con)
                                       throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getRIssueTypeAttributes(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getRIssueTypeAttributes

public java.util.List getRIssueTypeAttributes(org.apache.torque.util.Criteria criteria,
                                              java.sql.Connection con)
                                       throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this IssueType has previously been saved, it will retrieve related RIssueTypeAttributes from storage. If this IssueType is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException