com.aurel.track.persist
Class BaseTListType

java.lang.Object
  extended by BaseObject
      extended by com.aurel.track.persist.BaseTListType
Direct Known Subclasses:
TListType

public abstract class BaseTListType
extends BaseObject

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


Field Summary
protected  java.util.List collTDisableFields
          Collection to store aggregation of collTDisableFields
protected  java.util.List collTFieldConfigs
          Collection to store aggregation of collTFieldConfigs
protected  java.util.List collTInitStates
          Collection to store aggregation of collTInitStates
protected  java.util.List collTPlistTypes
          Collection to store aggregation of collTPlistTypes
protected  java.util.List collTPprioritys
          Collection to store aggregation of collTPprioritys
protected  java.util.List collTPseveritys
          Collection to store aggregation of collTPseveritys
protected  java.util.List collTPstates
          Collection to store aggregation of collTPstates
protected  java.util.List collTRoleListTypes
          Collection to store aggregation of collTRoleListTypes
protected  java.util.List collTScreenConfigs
          Collection to store aggregation of collTScreenConfigs
protected  java.util.List collTWorkFlowCategorys
          Collection to store aggregation of collTWorkFlowCategorys
protected  java.util.List collTWorkItems
          Collection to store aggregation of collTWorkItems
 
Constructor Summary
BaseTListType()
           
 
Method Summary
 void addTDisableField(TDisableField l)
          Method called to associate a TDisableField object to this object through the TDisableField foreign key attribute
 void addTDisableField(TDisableField l, java.sql.Connection con)
          Method called to associate a TDisableField object to this object through the TDisableField foreign key attribute using connection.
protected  void addTDisableFieldFromBean(TDisableField toAdd)
          Method called to associate a TDisableField object to this object.
 void addTFieldConfig(TFieldConfig l)
          Method called to associate a TFieldConfig object to this object through the TFieldConfig foreign key attribute
 void addTFieldConfig(TFieldConfig l, java.sql.Connection con)
          Method called to associate a TFieldConfig object to this object through the TFieldConfig foreign key attribute using connection.
protected  void addTFieldConfigFromBean(TFieldConfig toAdd)
          Method called to associate a TFieldConfig object to this object.
 void addTInitState(TInitState l)
          Method called to associate a TInitState object to this object through the TInitState foreign key attribute
 void addTInitState(TInitState l, java.sql.Connection con)
          Method called to associate a TInitState object to this object through the TInitState foreign key attribute using connection.
protected  void addTInitStateFromBean(TInitState toAdd)
          Method called to associate a TInitState object to this object.
 void addTPlistType(TPlistType l)
          Method called to associate a TPlistType object to this object through the TPlistType foreign key attribute
 void addTPlistType(TPlistType l, java.sql.Connection con)
          Method called to associate a TPlistType object to this object through the TPlistType foreign key attribute using connection.
protected  void addTPlistTypeFromBean(TPlistType toAdd)
          Method called to associate a TPlistType object to this object.
 void addTPpriority(TPpriority l)
          Method called to associate a TPpriority object to this object through the TPpriority foreign key attribute
 void addTPpriority(TPpriority l, java.sql.Connection con)
          Method called to associate a TPpriority object to this object through the TPpriority foreign key attribute using connection.
protected  void addTPpriorityFromBean(TPpriority toAdd)
          Method called to associate a TPpriority object to this object.
 void addTPseverity(TPseverity l)
          Method called to associate a TPseverity object to this object through the TPseverity foreign key attribute
 void addTPseverity(TPseverity l, java.sql.Connection con)
          Method called to associate a TPseverity object to this object through the TPseverity foreign key attribute using connection.
protected  void addTPseverityFromBean(TPseverity toAdd)
          Method called to associate a TPseverity object to this object.
 void addTPstate(TPstate l)
          Method called to associate a TPstate object to this object through the TPstate foreign key attribute
 void addTPstate(TPstate l, java.sql.Connection con)
          Method called to associate a TPstate object to this object through the TPstate foreign key attribute using connection.
protected  void addTPstateFromBean(TPstate toAdd)
          Method called to associate a TPstate object to this object.
 void addTRoleListType(TRoleListType l)
          Method called to associate a TRoleListType object to this object through the TRoleListType foreign key attribute
 void addTRoleListType(TRoleListType l, java.sql.Connection con)
          Method called to associate a TRoleListType object to this object through the TRoleListType foreign key attribute using connection.
protected  void addTRoleListTypeFromBean(TRoleListType toAdd)
          Method called to associate a TRoleListType object to this object.
 void addTScreenConfig(TScreenConfig l)
          Method called to associate a TScreenConfig object to this object through the TScreenConfig foreign key attribute
 void addTScreenConfig(TScreenConfig l, java.sql.Connection con)
          Method called to associate a TScreenConfig object to this object through the TScreenConfig foreign key attribute using connection.
protected  void addTScreenConfigFromBean(TScreenConfig toAdd)
          Method called to associate a TScreenConfig object to this object.
 void addTWorkFlowCategory(TWorkFlowCategory l)
          Method called to associate a TWorkFlowCategory object to this object through the TWorkFlowCategory foreign key attribute
 void addTWorkFlowCategory(TWorkFlowCategory l, java.sql.Connection con)
          Method called to associate a TWorkFlowCategory object to this object through the TWorkFlowCategory foreign key attribute using connection.
protected  void addTWorkFlowCategoryFromBean(TWorkFlowCategory toAdd)
          Method called to associate a TWorkFlowCategory object to this object.
 void addTWorkItem(TWorkItem l)
          Method called to associate a TWorkItem object to this object through the TWorkItem foreign key attribute
 void addTWorkItem(TWorkItem l, java.sql.Connection con)
          Method called to associate a TWorkItem object to this object through the TWorkItem foreign key attribute using connection.
protected  void addTWorkItemFromBean(TWorkItem toAdd)
          Method called to associate a TWorkItem object to this object.
 TListType copy()
          Makes a copy of this object.
 TListType copy(boolean deepcopy)
          Makes a copy of this object.
 TListType copy(boolean deepcopy, java.sql.Connection con)
          Makes a copy of this object using connection.
 TListType copy(java.sql.Connection con)
          Makes a copy of this object using connection.
protected  TListType copyInto(TListType copyObj)
          Fills the copyObj with the contents of this object.
protected  TListType copyInto(TListType copyObj, boolean deepcopy)
          Fills the copyObj with the contents of this object.
protected  TListType copyInto(TListType copyObj, boolean deepcopy, java.sql.Connection con)
          Fills the copyObj with the contents of this object using connection.
protected  TListType copyInto(TListType copyObj, java.sql.Connection con)
          Fills the copyObj with the contents of this object using connection.
static TListType createTListType(TListTypeBean bean)
          Creates an instance of TListType with the contents of a TListTypeBean.
static TListType createTListType(TListTypeBean bean, IdentityMap createdObjects)
          Creates an instance of TListType with the contents of a TListTypeBean.
 TListTypeBean getBean()
          Creates a TListTypeBean with the contents of this object This also creates beans for cached related objects, if they exist
 TListTypeBean getBean(IdentityMap createdBeans)
          Creates a TListTypeBean with the contents of this object intended for internal use only
 java.lang.Object getByName(java.lang.String name)
          Retrieves a field from the object by field (Java) 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.
static java.util.List getFieldNames()
          Generate a list of field names.
 java.lang.String getLabel()
          Get the Label
 java.lang.Integer getObjectID()
          Get the ObjectID
 TListTypePeer getPeer()
          returns a peer instance associated with this om.
 ObjectKey getPrimaryKey()
          returns an id that differentiates this object from others of its class.
 java.lang.Integer getSortorder()
          Get the Sortorder
 java.lang.String getSymbol()
          Get the Symbol
 TableMap getTableMap()
          Retrieves the TableMap object related to this Table data without compiler warnings of using getPeer().getTableMap().
 java.util.List getTDisableFields()
          If this collection has already been initialized, returns the collection.
 java.util.List getTDisableFields(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTDisableFields(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 getTDisableFieldsJoinTListType(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTDisableFieldsJoinTProjectType(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTFieldConfigs()
          If this collection has already been initialized, returns the collection.
 java.util.List getTFieldConfigs(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTFieldConfigs(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 getTFieldConfigsJoinTField(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTFieldConfigsJoinTListType(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTFieldConfigsJoinTProject(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTFieldConfigsJoinTProjectType(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTInitStates()
          If this collection has already been initialized, returns the collection.
 java.util.List getTInitStates(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTInitStates(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 getTInitStatesJoinTListType(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTInitStatesJoinTProject(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTInitStatesJoinTState(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTPlistTypes()
          If this collection has already been initialized, returns the collection.
 java.util.List getTPlistTypes(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTPlistTypes(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 getTPlistTypesJoinTListType(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTPlistTypesJoinTProjectType(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTPprioritys()
          If this collection has already been initialized, returns the collection.
 java.util.List getTPprioritys(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTPprioritys(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 getTPprioritysJoinTListType(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTPprioritysJoinTPriority(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTPprioritysJoinTProjectType(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTPseveritys()
          If this collection has already been initialized, returns the collection.
 java.util.List getTPseveritys(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTPseveritys(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 getTPseveritysJoinTListType(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTPseveritysJoinTProjectType(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTPseveritysJoinTSeverity(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTPstates()
          If this collection has already been initialized, returns the collection.
 java.util.List getTPstates(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTPstates(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 getTPstatesJoinTListType(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTPstatesJoinTProjectType(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTPstatesJoinTState(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTRoleListTypes()
          If this collection has already been initialized, returns the collection.
 java.util.List getTRoleListTypes(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTRoleListTypes(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 getTRoleListTypesJoinTListType(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTRoleListTypesJoinTRole(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTScreenConfigs()
          If this collection has already been initialized, returns the collection.
 java.util.List getTScreenConfigs(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTScreenConfigs(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 getTScreenConfigsJoinTAction(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTScreenConfigsJoinTListType(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTScreenConfigsJoinTProject(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTScreenConfigsJoinTProjectType(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTScreenConfigsJoinTScreen(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTWorkFlowCategorys()
          If this collection has already been initialized, returns the collection.
 java.util.List getTWorkFlowCategorys(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTWorkFlowCategorys(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 getTWorkFlowCategorysJoinTListType(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTWorkFlowCategorysJoinTWorkFlow(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTWorkItems()
          If this collection has already been initialized, returns the collection.
 java.util.List getTWorkItems(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTWorkItems(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 getTWorkItemsJoinTClass(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTWorkItemsJoinTListType(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTWorkItemsJoinTPersonRelatedByChangedByID(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTWorkItemsJoinTPersonRelatedByOriginatorID(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTWorkItemsJoinTPersonRelatedByOwnerID(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTWorkItemsJoinTPersonRelatedByResponsibleID(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTWorkItemsJoinTPriority(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTWorkItemsJoinTProjectCategory(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTWorkItemsJoinTReleaseRelatedByReleaseNoticedID(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTWorkItemsJoinTReleaseRelatedByReleaseScheduledID(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTWorkItemsJoinTSeverity(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTWorkItemsJoinTState(Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  void initTDisableFields()
          Temporary storage of collTDisableFields to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initTFieldConfigs()
          Temporary storage of collTFieldConfigs to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initTInitStates()
          Temporary storage of collTInitStates to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initTPlistTypes()
          Temporary storage of collTPlistTypes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initTPprioritys()
          Temporary storage of collTPprioritys to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initTPseveritys()
          Temporary storage of collTPseveritys to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initTPstates()
          Temporary storage of collTPstates to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initTRoleListTypes()
          Temporary storage of collTRoleListTypes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initTScreenConfigs()
          Temporary storage of collTScreenConfigs to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initTWorkFlowCategorys()
          Temporary storage of collTWorkFlowCategorys to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initTWorkItems()
          Temporary storage of collTWorkItems to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
 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.
 boolean setByName(java.lang.String name, java.lang.Object value)
          Set a field in the object by field (Java) name.
 boolean setByPeerName(java.lang.String name, java.lang.Object value)
          Set field values by Peer Field Name
 boolean setByPosition(int position, java.lang.Object value)
          Set field values by its position (zero based) in the XML schema.
 void setLabel(java.lang.String v)
          Set the value of Label
 void setObjectID(java.lang.Integer v)
          Set the value of ObjectID
 void setPrimaryKey(ObjectKey key)
          Set the PrimaryKey using ObjectKey.
 void setSortorder(java.lang.Integer v)
          Set the value of Sortorder
 void setSymbol(java.lang.String v)
          Set the value of Symbol
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

collTPprioritys

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


collTPseveritys

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


collTWorkItems

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


collTDisableFields

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


collTPlistTypes

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


collTPstates

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


collTWorkFlowCategorys

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


collTRoleListTypes

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


collTFieldConfigs

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


collTScreenConfigs

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


collTInitStates

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

Constructor Detail

BaseTListType

public BaseTListType()
Method Detail

getObjectID

public java.lang.Integer getObjectID()
Get the ObjectID

Returns:
Integer

setObjectID

public void setObjectID(java.lang.Integer v)
                 throws TorqueException
Set the value of ObjectID

Parameters:
v - new value
Throws:
TorqueException

getLabel

public java.lang.String getLabel()
Get the Label

Returns:
String

setLabel

public void setLabel(java.lang.String v)
Set the value of Label

Parameters:
v - new value

getSortorder

public java.lang.Integer getSortorder()
Get the Sortorder

Returns:
Integer

setSortorder

public void setSortorder(java.lang.Integer v)
Set the value of Sortorder

Parameters:
v - new value

getSymbol

public java.lang.String getSymbol()
Get the Symbol

Returns:
String

setSymbol

public void setSymbol(java.lang.String v)
Set the value of Symbol

Parameters:
v - new value

initTPprioritys

protected void initTPprioritys()
Temporary storage of collTPprioritys to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addTPpriority

public void addTPpriority(TPpriority l)
                   throws TorqueException
Method called to associate a TPpriority object to this object through the TPpriority foreign key attribute

Parameters:
l - TPpriority
Throws:
TorqueException

addTPpriority

public void addTPpriority(TPpriority l,
                          java.sql.Connection con)
                   throws TorqueException
Method called to associate a TPpriority object to this object through the TPpriority foreign key attribute using connection.

Parameters:
l - TPpriority
Throws:
TorqueException

getTPprioritys

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

Returns:
the collection of associated objects
Throws:
TorqueException

getTPprioritys

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

Throws:
TorqueException

getTPprioritys

public java.util.List getTPprioritys(Criteria criteria,
                                     java.sql.Connection con)
                              throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType has previously been saved, it will retrieve related TPprioritys from storage. If this TListType 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:
TorqueException

getTPprioritysJoinTPriority

protected java.util.List getTPprioritysJoinTPriority(Criteria criteria)
                                              throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TPprioritys 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 TListType.

Throws:
TorqueException

getTPprioritysJoinTProjectType

protected java.util.List getTPprioritysJoinTProjectType(Criteria criteria)
                                                 throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TPprioritys 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 TListType.

Throws:
TorqueException

getTPprioritysJoinTListType

protected java.util.List getTPprioritysJoinTListType(Criteria criteria)
                                              throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TPprioritys 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 TListType.

Throws:
TorqueException

initTPseveritys

protected void initTPseveritys()
Temporary storage of collTPseveritys to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addTPseverity

public void addTPseverity(TPseverity l)
                   throws TorqueException
Method called to associate a TPseverity object to this object through the TPseverity foreign key attribute

Parameters:
l - TPseverity
Throws:
TorqueException

addTPseverity

public void addTPseverity(TPseverity l,
                          java.sql.Connection con)
                   throws TorqueException
Method called to associate a TPseverity object to this object through the TPseverity foreign key attribute using connection.

Parameters:
l - TPseverity
Throws:
TorqueException

getTPseveritys

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

Returns:
the collection of associated objects
Throws:
TorqueException

getTPseveritys

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

Throws:
TorqueException

getTPseveritys

public java.util.List getTPseveritys(Criteria criteria,
                                     java.sql.Connection con)
                              throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType has previously been saved, it will retrieve related TPseveritys from storage. If this TListType 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:
TorqueException

getTPseveritysJoinTSeverity

protected java.util.List getTPseveritysJoinTSeverity(Criteria criteria)
                                              throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TPseveritys 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 TListType.

Throws:
TorqueException

getTPseveritysJoinTProjectType

protected java.util.List getTPseveritysJoinTProjectType(Criteria criteria)
                                                 throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TPseveritys 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 TListType.

Throws:
TorqueException

getTPseveritysJoinTListType

protected java.util.List getTPseveritysJoinTListType(Criteria criteria)
                                              throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TPseveritys 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 TListType.

Throws:
TorqueException

initTWorkItems

protected void initTWorkItems()
Temporary storage of collTWorkItems to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addTWorkItem

public void addTWorkItem(TWorkItem l)
                  throws TorqueException
Method called to associate a TWorkItem object to this object through the TWorkItem foreign key attribute

Parameters:
l - TWorkItem
Throws:
TorqueException

addTWorkItem

public void addTWorkItem(TWorkItem l,
                         java.sql.Connection con)
                  throws TorqueException
Method called to associate a TWorkItem object to this object through the TWorkItem foreign key attribute using connection.

Parameters:
l - TWorkItem
Throws:
TorqueException

getTWorkItems

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

Returns:
the collection of associated objects
Throws:
TorqueException

getTWorkItems

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

Throws:
TorqueException

getTWorkItems

public java.util.List getTWorkItems(Criteria criteria,
                                    java.sql.Connection con)
                             throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType has previously been saved, it will retrieve related TWorkItems from storage. If this TListType 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:
TorqueException

getTWorkItemsJoinTPersonRelatedByOwnerID

protected java.util.List getTWorkItemsJoinTPersonRelatedByOwnerID(Criteria criteria)
                                                           throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TWorkItems 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 TListType.

Throws:
TorqueException

getTWorkItemsJoinTPersonRelatedByChangedByID

protected java.util.List getTWorkItemsJoinTPersonRelatedByChangedByID(Criteria criteria)
                                                               throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TWorkItems 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 TListType.

Throws:
TorqueException

getTWorkItemsJoinTPersonRelatedByOriginatorID

protected java.util.List getTWorkItemsJoinTPersonRelatedByOriginatorID(Criteria criteria)
                                                                throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TWorkItems 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 TListType.

Throws:
TorqueException

getTWorkItemsJoinTPersonRelatedByResponsibleID

protected java.util.List getTWorkItemsJoinTPersonRelatedByResponsibleID(Criteria criteria)
                                                                 throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TWorkItems 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 TListType.

Throws:
TorqueException

getTWorkItemsJoinTProjectCategory

protected java.util.List getTWorkItemsJoinTProjectCategory(Criteria criteria)
                                                    throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TWorkItems 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 TListType.

Throws:
TorqueException

getTWorkItemsJoinTListType

protected java.util.List getTWorkItemsJoinTListType(Criteria criteria)
                                             throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TWorkItems 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 TListType.

Throws:
TorqueException

getTWorkItemsJoinTClass

protected java.util.List getTWorkItemsJoinTClass(Criteria criteria)
                                          throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TWorkItems 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 TListType.

Throws:
TorqueException

getTWorkItemsJoinTPriority

protected java.util.List getTWorkItemsJoinTPriority(Criteria criteria)
                                             throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TWorkItems 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 TListType.

Throws:
TorqueException

getTWorkItemsJoinTSeverity

protected java.util.List getTWorkItemsJoinTSeverity(Criteria criteria)
                                             throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TWorkItems 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 TListType.

Throws:
TorqueException

getTWorkItemsJoinTReleaseRelatedByReleaseNoticedID

protected java.util.List getTWorkItemsJoinTReleaseRelatedByReleaseNoticedID(Criteria criteria)
                                                                     throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TWorkItems 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 TListType.

Throws:
TorqueException

getTWorkItemsJoinTReleaseRelatedByReleaseScheduledID

protected java.util.List getTWorkItemsJoinTReleaseRelatedByReleaseScheduledID(Criteria criteria)
                                                                       throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TWorkItems 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 TListType.

Throws:
TorqueException

getTWorkItemsJoinTState

protected java.util.List getTWorkItemsJoinTState(Criteria criteria)
                                          throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TWorkItems 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 TListType.

Throws:
TorqueException

initTDisableFields

protected void initTDisableFields()
Temporary storage of collTDisableFields to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addTDisableField

public void addTDisableField(TDisableField l)
                      throws TorqueException
Method called to associate a TDisableField object to this object through the TDisableField foreign key attribute

Parameters:
l - TDisableField
Throws:
TorqueException

addTDisableField

public void addTDisableField(TDisableField l,
                             java.sql.Connection con)
                      throws TorqueException
Method called to associate a TDisableField object to this object through the TDisableField foreign key attribute using connection.

Parameters:
l - TDisableField
Throws:
TorqueException

getTDisableFields

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

Returns:
the collection of associated objects
Throws:
TorqueException

getTDisableFields

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

Throws:
TorqueException

getTDisableFields

public java.util.List getTDisableFields(Criteria criteria,
                                        java.sql.Connection con)
                                 throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType has previously been saved, it will retrieve related TDisableFields from storage. If this TListType 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:
TorqueException

getTDisableFieldsJoinTListType

protected java.util.List getTDisableFieldsJoinTListType(Criteria criteria)
                                                 throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TDisableFields 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 TListType.

Throws:
TorqueException

getTDisableFieldsJoinTProjectType

protected java.util.List getTDisableFieldsJoinTProjectType(Criteria criteria)
                                                    throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TDisableFields 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 TListType.

Throws:
TorqueException

initTPlistTypes

protected void initTPlistTypes()
Temporary storage of collTPlistTypes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addTPlistType

public void addTPlistType(TPlistType l)
                   throws TorqueException
Method called to associate a TPlistType object to this object through the TPlistType foreign key attribute

Parameters:
l - TPlistType
Throws:
TorqueException

addTPlistType

public void addTPlistType(TPlistType l,
                          java.sql.Connection con)
                   throws TorqueException
Method called to associate a TPlistType object to this object through the TPlistType foreign key attribute using connection.

Parameters:
l - TPlistType
Throws:
TorqueException

getTPlistTypes

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

Returns:
the collection of associated objects
Throws:
TorqueException

getTPlistTypes

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

Throws:
TorqueException

getTPlistTypes

public java.util.List getTPlistTypes(Criteria criteria,
                                     java.sql.Connection con)
                              throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType has previously been saved, it will retrieve related TPlistTypes from storage. If this TListType 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:
TorqueException

getTPlistTypesJoinTProjectType

protected java.util.List getTPlistTypesJoinTProjectType(Criteria criteria)
                                                 throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TPlistTypes 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 TListType.

Throws:
TorqueException

getTPlistTypesJoinTListType

protected java.util.List getTPlistTypesJoinTListType(Criteria criteria)
                                              throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TPlistTypes 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 TListType.

Throws:
TorqueException

initTPstates

protected void initTPstates()
Temporary storage of collTPstates to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addTPstate

public void addTPstate(TPstate l)
                throws TorqueException
Method called to associate a TPstate object to this object through the TPstate foreign key attribute

Parameters:
l - TPstate
Throws:
TorqueException

addTPstate

public void addTPstate(TPstate l,
                       java.sql.Connection con)
                throws TorqueException
Method called to associate a TPstate object to this object through the TPstate foreign key attribute using connection.

Parameters:
l - TPstate
Throws:
TorqueException

getTPstates

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

Returns:
the collection of associated objects
Throws:
TorqueException

getTPstates

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

Throws:
TorqueException

getTPstates

public java.util.List getTPstates(Criteria criteria,
                                  java.sql.Connection con)
                           throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType has previously been saved, it will retrieve related TPstates from storage. If this TListType 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:
TorqueException

getTPstatesJoinTState

protected java.util.List getTPstatesJoinTState(Criteria criteria)
                                        throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TPstates 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 TListType.

Throws:
TorqueException

getTPstatesJoinTProjectType

protected java.util.List getTPstatesJoinTProjectType(Criteria criteria)
                                              throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TPstates 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 TListType.

Throws:
TorqueException

getTPstatesJoinTListType

protected java.util.List getTPstatesJoinTListType(Criteria criteria)
                                           throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TPstates 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 TListType.

Throws:
TorqueException

initTWorkFlowCategorys

protected void initTWorkFlowCategorys()
Temporary storage of collTWorkFlowCategorys to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addTWorkFlowCategory

public void addTWorkFlowCategory(TWorkFlowCategory l)
                          throws TorqueException
Method called to associate a TWorkFlowCategory object to this object through the TWorkFlowCategory foreign key attribute

Parameters:
l - TWorkFlowCategory
Throws:
TorqueException

addTWorkFlowCategory

public void addTWorkFlowCategory(TWorkFlowCategory l,
                                 java.sql.Connection con)
                          throws TorqueException
Method called to associate a TWorkFlowCategory object to this object through the TWorkFlowCategory foreign key attribute using connection.

Parameters:
l - TWorkFlowCategory
Throws:
TorqueException

getTWorkFlowCategorys

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

Returns:
the collection of associated objects
Throws:
TorqueException

getTWorkFlowCategorys

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

Throws:
TorqueException

getTWorkFlowCategorys

public java.util.List getTWorkFlowCategorys(Criteria criteria,
                                            java.sql.Connection con)
                                     throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType has previously been saved, it will retrieve related TWorkFlowCategorys from storage. If this TListType 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:
TorqueException

getTWorkFlowCategorysJoinTWorkFlow

protected java.util.List getTWorkFlowCategorysJoinTWorkFlow(Criteria criteria)
                                                     throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TWorkFlowCategorys 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 TListType.

Throws:
TorqueException

getTWorkFlowCategorysJoinTListType

protected java.util.List getTWorkFlowCategorysJoinTListType(Criteria criteria)
                                                     throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TWorkFlowCategorys 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 TListType.

Throws:
TorqueException

initTRoleListTypes

protected void initTRoleListTypes()
Temporary storage of collTRoleListTypes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addTRoleListType

public void addTRoleListType(TRoleListType l)
                      throws TorqueException
Method called to associate a TRoleListType object to this object through the TRoleListType foreign key attribute

Parameters:
l - TRoleListType
Throws:
TorqueException

addTRoleListType

public void addTRoleListType(TRoleListType l,
                             java.sql.Connection con)
                      throws TorqueException
Method called to associate a TRoleListType object to this object through the TRoleListType foreign key attribute using connection.

Parameters:
l - TRoleListType
Throws:
TorqueException

getTRoleListTypes

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

Returns:
the collection of associated objects
Throws:
TorqueException

getTRoleListTypes

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

Throws:
TorqueException

getTRoleListTypes

public java.util.List getTRoleListTypes(Criteria criteria,
                                        java.sql.Connection con)
                                 throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType has previously been saved, it will retrieve related TRoleListTypes from storage. If this TListType 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:
TorqueException

getTRoleListTypesJoinTRole

protected java.util.List getTRoleListTypesJoinTRole(Criteria criteria)
                                             throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TRoleListTypes 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 TListType.

Throws:
TorqueException

getTRoleListTypesJoinTListType

protected java.util.List getTRoleListTypesJoinTListType(Criteria criteria)
                                                 throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TRoleListTypes 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 TListType.

Throws:
TorqueException

initTFieldConfigs

protected void initTFieldConfigs()
Temporary storage of collTFieldConfigs to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addTFieldConfig

public void addTFieldConfig(TFieldConfig l)
                     throws TorqueException
Method called to associate a TFieldConfig object to this object through the TFieldConfig foreign key attribute

Parameters:
l - TFieldConfig
Throws:
TorqueException

addTFieldConfig

public void addTFieldConfig(TFieldConfig l,
                            java.sql.Connection con)
                     throws TorqueException
Method called to associate a TFieldConfig object to this object through the TFieldConfig foreign key attribute using connection.

Parameters:
l - TFieldConfig
Throws:
TorqueException

getTFieldConfigs

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

Returns:
the collection of associated objects
Throws:
TorqueException

getTFieldConfigs

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

Throws:
TorqueException

getTFieldConfigs

public java.util.List getTFieldConfigs(Criteria criteria,
                                       java.sql.Connection con)
                                throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType has previously been saved, it will retrieve related TFieldConfigs from storage. If this TListType 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:
TorqueException

getTFieldConfigsJoinTField

protected java.util.List getTFieldConfigsJoinTField(Criteria criteria)
                                             throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TFieldConfigs 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 TListType.

Throws:
TorqueException

getTFieldConfigsJoinTListType

protected java.util.List getTFieldConfigsJoinTListType(Criteria criteria)
                                                throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TFieldConfigs 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 TListType.

Throws:
TorqueException

getTFieldConfigsJoinTProjectType

protected java.util.List getTFieldConfigsJoinTProjectType(Criteria criteria)
                                                   throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TFieldConfigs 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 TListType.

Throws:
TorqueException

getTFieldConfigsJoinTProject

protected java.util.List getTFieldConfigsJoinTProject(Criteria criteria)
                                               throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TFieldConfigs 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 TListType.

Throws:
TorqueException

initTScreenConfigs

protected void initTScreenConfigs()
Temporary storage of collTScreenConfigs to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addTScreenConfig

public void addTScreenConfig(TScreenConfig l)
                      throws TorqueException
Method called to associate a TScreenConfig object to this object through the TScreenConfig foreign key attribute

Parameters:
l - TScreenConfig
Throws:
TorqueException

addTScreenConfig

public void addTScreenConfig(TScreenConfig l,
                             java.sql.Connection con)
                      throws TorqueException
Method called to associate a TScreenConfig object to this object through the TScreenConfig foreign key attribute using connection.

Parameters:
l - TScreenConfig
Throws:
TorqueException

getTScreenConfigs

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

Returns:
the collection of associated objects
Throws:
TorqueException

getTScreenConfigs

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

Throws:
TorqueException

getTScreenConfigs

public java.util.List getTScreenConfigs(Criteria criteria,
                                        java.sql.Connection con)
                                 throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType has previously been saved, it will retrieve related TScreenConfigs from storage. If this TListType 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:
TorqueException

getTScreenConfigsJoinTScreen

protected java.util.List getTScreenConfigsJoinTScreen(Criteria criteria)
                                               throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TScreenConfigs 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 TListType.

Throws:
TorqueException

getTScreenConfigsJoinTListType

protected java.util.List getTScreenConfigsJoinTListType(Criteria criteria)
                                                 throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TScreenConfigs 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 TListType.

Throws:
TorqueException

getTScreenConfigsJoinTProjectType

protected java.util.List getTScreenConfigsJoinTProjectType(Criteria criteria)
                                                    throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TScreenConfigs 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 TListType.

Throws:
TorqueException

getTScreenConfigsJoinTProject

protected java.util.List getTScreenConfigsJoinTProject(Criteria criteria)
                                                throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TScreenConfigs 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 TListType.

Throws:
TorqueException

getTScreenConfigsJoinTAction

protected java.util.List getTScreenConfigsJoinTAction(Criteria criteria)
                                               throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TScreenConfigs 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 TListType.

Throws:
TorqueException

initTInitStates

protected void initTInitStates()
Temporary storage of collTInitStates to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addTInitState

public void addTInitState(TInitState l)
                   throws TorqueException
Method called to associate a TInitState object to this object through the TInitState foreign key attribute

Parameters:
l - TInitState
Throws:
TorqueException

addTInitState

public void addTInitState(TInitState l,
                          java.sql.Connection con)
                   throws TorqueException
Method called to associate a TInitState object to this object through the TInitState foreign key attribute using connection.

Parameters:
l - TInitState
Throws:
TorqueException

getTInitStates

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

Returns:
the collection of associated objects
Throws:
TorqueException

getTInitStates

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

Throws:
TorqueException

getTInitStates

public java.util.List getTInitStates(Criteria criteria,
                                     java.sql.Connection con)
                              throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType has previously been saved, it will retrieve related TInitStates from storage. If this TListType 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:
TorqueException

getTInitStatesJoinTProject

protected java.util.List getTInitStatesJoinTProject(Criteria criteria)
                                             throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TInitStates 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 TListType.

Throws:
TorqueException

getTInitStatesJoinTListType

protected java.util.List getTInitStatesJoinTListType(Criteria criteria)
                                              throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TInitStates 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 TListType.

Throws:
TorqueException

getTInitStatesJoinTState

protected java.util.List getTInitStatesJoinTState(Criteria criteria)
                                           throws TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this TListType is new, it will return an empty collection; or if this TListType has previously been saved, it will retrieve related TInitStates 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 TListType.

Throws:
TorqueException

getFieldNames

public static java.util.List getFieldNames()
Generate a list of field names.

Returns:
a list of field names

getByName

public java.lang.Object getByName(java.lang.String name)
Retrieves a field from the object by field (Java) name passed in as a String.

Parameters:
name - field name
Returns:
value

setByName

public boolean setByName(java.lang.String name,
                         java.lang.Object value)
                  throws TorqueException,
                         java.lang.IllegalArgumentException
Set a field in the object by field (Java) name.

Parameters:
name - field name
value - field value
Returns:
True if value was set, false if not (invalid name / protected field).
Throws:
java.lang.IllegalArgumentException - if object type of value does not match field object type.
TorqueException - If a problem occurs with the set[Field] method.

getByPeerName

public java.lang.Object getByPeerName(java.lang.String name)
Retrieves a field from the object by name passed in as a String. The String must be one of the static Strings defined in this Class' Peer.

Parameters:
name - peer name
Returns:
value

setByPeerName

public boolean setByPeerName(java.lang.String name,
                             java.lang.Object value)
                      throws TorqueException,
                             java.lang.IllegalArgumentException
Set field values by Peer Field Name

Parameters:
name - field name
value - field value
Returns:
True if value was set, false if not (invalid name / protected field).
Throws:
java.lang.IllegalArgumentException - if object type of value does not match field object type.
TorqueException - If a problem occurs with the set[Field] method.

getByPosition

public java.lang.Object getByPosition(int pos)
Retrieves a field from the object by Position as specified in the xml schema. Zero-based.

Parameters:
pos - position in xml schema
Returns:
value

setByPosition

public boolean setByPosition(int position,
                             java.lang.Object value)
                      throws TorqueException,
                             java.lang.IllegalArgumentException
Set field values by its position (zero based) in the XML schema.

Parameters:
position - The field position
value - field value
Returns:
True if value was set, false if not (invalid position / protected field).
Throws:
java.lang.IllegalArgumentException - if object type of value does not match field object type.
TorqueException - If a problem occurs with the set[Field] method.

save

public void save()
          throws java.lang.Exception
Stores the object in the database. If the object is new, it inserts it; otherwise an update is performed.

Throws:
java.lang.Exception

save

public void save(java.lang.String dbName)
          throws TorqueException
Stores the object in the database. If the object is new, it inserts it; otherwise an update is performed. Note: this code is here because the method body is auto-generated conditionally and therefore needs to be in this file instead of in the super class, BaseObject.

Parameters:
dbName -
Throws:
TorqueException

save

public void save(java.sql.Connection con)
          throws TorqueException
Stores the object in the database. If the object is new, it inserts it; otherwise an update is performed. This method is meant to be used as part of a transaction, otherwise use the save() method and the connection details will be handled internally

Parameters:
con -
Throws:
TorqueException

setPrimaryKey

public void setPrimaryKey(ObjectKey key)
                   throws TorqueException
Set the PrimaryKey using ObjectKey.

Parameters:
key - objectID ObjectKey
Throws:
TorqueException

getPrimaryKey

public ObjectKey getPrimaryKey()
returns an id that differentiates this object from others of its class.


copy

public TListType copy()
               throws TorqueException
Makes a copy of this object. It creates a new object filling in the simple attributes. It then fills all the association collections and sets the related objects to isNew=true.

Throws:
TorqueException

copy

public TListType copy(java.sql.Connection con)
               throws TorqueException
Makes a copy of this object using connection. It creates a new object filling in the simple attributes. It then fills all the association collections and sets the related objects to isNew=true.

Parameters:
con - the database connection to read associated objects.
Throws:
TorqueException

copy

public TListType copy(boolean deepcopy)
               throws TorqueException
Makes a copy of this object. It creates a new object filling in the simple attributes. If the parameter deepcopy is true, it then fills all the association collections and sets the related objects to isNew=true.

Parameters:
deepcopy - whether to copy the associated objects.
Throws:
TorqueException

copy

public TListType copy(boolean deepcopy,
                      java.sql.Connection con)
               throws TorqueException
Makes a copy of this object using connection. It creates a new object filling in the simple attributes. If the parameter deepcopy is true, it then fills all the association collections and sets the related objects to isNew=true.

Parameters:
deepcopy - whether to copy the associated objects.
con - the database connection to read associated objects.
Throws:
TorqueException

copyInto

protected TListType copyInto(TListType copyObj)
                      throws TorqueException
Fills the copyObj with the contents of this object. The associated objects are also copied and treated as new objects.

Parameters:
copyObj - the object to fill.
Throws:
TorqueException

copyInto

protected TListType copyInto(TListType copyObj,
                             java.sql.Connection con)
                      throws TorqueException
Fills the copyObj with the contents of this object using connection. The associated objects are also copied and treated as new objects.

Parameters:
copyObj - the object to fill.
con - the database connection to read associated objects.
Throws:
TorqueException

copyInto

protected TListType copyInto(TListType copyObj,
                             boolean deepcopy)
                      throws TorqueException
Fills the copyObj with the contents of this object. If deepcopy is true, The associated objects are also copied and treated as new objects.

Parameters:
copyObj - the object to fill.
deepcopy - whether the associated objects should be copied.
Throws:
TorqueException

copyInto

protected TListType copyInto(TListType copyObj,
                             boolean deepcopy,
                             java.sql.Connection con)
                      throws TorqueException
Fills the copyObj with the contents of this object using connection. If deepcopy is true, The associated objects are also copied and treated as new objects.

Parameters:
copyObj - the object to fill.
deepcopy - whether the associated objects should be copied.
con - the database connection to read associated objects.
Throws:
TorqueException

getPeer

public TListTypePeer getPeer()
returns a peer instance associated with this om. Since Peer classes are not to have any instance attributes, this method returns the same instance for all member of this class. The method could therefore be static, but this would prevent one from overriding the behavior.


getTableMap

public TableMap getTableMap()
                     throws TorqueException
Retrieves the TableMap object related to this Table data without compiler warnings of using getPeer().getTableMap().

Returns:
The associated TableMap object.
Throws:
TorqueException

getBean

public TListTypeBean getBean()
Creates a TListTypeBean with the contents of this object This also creates beans for cached related objects, if they exist

Returns:
a TListTypeBean with the contents of this object

getBean

public TListTypeBean getBean(IdentityMap createdBeans)
Creates a TListTypeBean with the contents of this object intended for internal use only

Parameters:
createdBeans - a IdentityMap which maps objects to already created beans
Returns:
a TListTypeBean with the contents of this object

createTListType

public static TListType createTListType(TListTypeBean bean)
                                 throws TorqueException
Creates an instance of TListType with the contents of a TListTypeBean. This behaviour could have also been achieved using a constructor, however as this class is abstract no constructors are allowed

Parameters:
bean - the TListTypeBean which contents are used to create the resulting class
Returns:
an instance of TListType with the contents of bean
Throws:
TorqueException

createTListType

public static TListType createTListType(TListTypeBean bean,
                                        IdentityMap createdObjects)
                                 throws TorqueException
Creates an instance of TListType with the contents of a TListTypeBean. This behaviour could have also been achieved using a constructor, however as this class is abstract no constructors are allowed. This method is intended for internal use only.

Parameters:
bean - the TListTypeBean which contents are used to create the resulting class
createdObjects - a IdentityMap which maps beans to already created objects
Returns:
an instance of TListType with the contents of bean
Throws:
TorqueException

addTPpriorityFromBean

protected void addTPpriorityFromBean(TPpriority toAdd)
Method called to associate a TPpriority object to this object. through the TPpriority foreign key attribute

Parameters:
toAdd - TPpriority

addTPseverityFromBean

protected void addTPseverityFromBean(TPseverity toAdd)
Method called to associate a TPseverity object to this object. through the TPseverity foreign key attribute

Parameters:
toAdd - TPseverity

addTWorkItemFromBean

protected void addTWorkItemFromBean(TWorkItem toAdd)
Method called to associate a TWorkItem object to this object. through the TWorkItem foreign key attribute

Parameters:
toAdd - TWorkItem

addTDisableFieldFromBean

protected void addTDisableFieldFromBean(TDisableField toAdd)
Method called to associate a TDisableField object to this object. through the TDisableField foreign key attribute

Parameters:
toAdd - TDisableField

addTPlistTypeFromBean

protected void addTPlistTypeFromBean(TPlistType toAdd)
Method called to associate a TPlistType object to this object. through the TPlistType foreign key attribute

Parameters:
toAdd - TPlistType

addTPstateFromBean

protected void addTPstateFromBean(TPstate toAdd)
Method called to associate a TPstate object to this object. through the TPstate foreign key attribute

Parameters:
toAdd - TPstate

addTWorkFlowCategoryFromBean

protected void addTWorkFlowCategoryFromBean(TWorkFlowCategory toAdd)
Method called to associate a TWorkFlowCategory object to this object. through the TWorkFlowCategory foreign key attribute

Parameters:
toAdd - TWorkFlowCategory

addTRoleListTypeFromBean

protected void addTRoleListTypeFromBean(TRoleListType toAdd)
Method called to associate a TRoleListType object to this object. through the TRoleListType foreign key attribute

Parameters:
toAdd - TRoleListType

addTFieldConfigFromBean

protected void addTFieldConfigFromBean(TFieldConfig toAdd)
Method called to associate a TFieldConfig object to this object. through the TFieldConfig foreign key attribute

Parameters:
toAdd - TFieldConfig

addTScreenConfigFromBean

protected void addTScreenConfigFromBean(TScreenConfig toAdd)
Method called to associate a TScreenConfig object to this object. through the TScreenConfig foreign key attribute

Parameters:
toAdd - TScreenConfig

addTInitStateFromBean

protected void addTInitStateFromBean(TInitState toAdd)
Method called to associate a TInitState object to this object. through the TInitState foreign key attribute

Parameters:
toAdd - TInitState

toString

public java.lang.String toString()


Issue Tracking with Track+: Home Page      Copyright © 2008 Trackplus. All Rights Reserved.