|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectBaseObject
com.aurel.track.persist.BaseTListType
public abstract class BaseTListType
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 |
|---|
protected java.util.List collTPprioritys
protected java.util.List collTPseveritys
protected java.util.List collTWorkItems
protected java.util.List collTDisableFields
protected java.util.List collTPlistTypes
protected java.util.List collTPstates
protected java.util.List collTWorkFlowCategorys
protected java.util.List collTRoleListTypes
protected java.util.List collTFieldConfigs
protected java.util.List collTScreenConfigs
protected java.util.List collTInitStates
| Constructor Detail |
|---|
public BaseTListType()
| Method Detail |
|---|
public java.lang.Integer getObjectID()
public void setObjectID(java.lang.Integer v)
throws TorqueException
v - new value
TorqueExceptionpublic java.lang.String getLabel()
public void setLabel(java.lang.String v)
v - new valuepublic java.lang.Integer getSortorder()
public void setSortorder(java.lang.Integer v)
v - new valuepublic java.lang.String getSymbol()
public void setSymbol(java.lang.String v)
v - new valueprotected void initTPprioritys()
public void addTPpriority(TPpriority l)
throws TorqueException
l - TPpriority
TorqueException
public void addTPpriority(TPpriority l,
java.sql.Connection con)
throws TorqueException
l - TPpriority
TorqueException
public java.util.List getTPprioritys()
throws TorqueException
TorqueException
public java.util.List getTPprioritys(Criteria criteria)
throws TorqueException
TorqueException
public java.util.List getTPprioritys(Criteria criteria,
java.sql.Connection con)
throws TorqueException
TorqueException
protected java.util.List getTPprioritysJoinTPriority(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTPprioritysJoinTProjectType(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTPprioritysJoinTListType(Criteria criteria)
throws TorqueException
TorqueExceptionprotected void initTPseveritys()
public void addTPseverity(TPseverity l)
throws TorqueException
l - TPseverity
TorqueException
public void addTPseverity(TPseverity l,
java.sql.Connection con)
throws TorqueException
l - TPseverity
TorqueException
public java.util.List getTPseveritys()
throws TorqueException
TorqueException
public java.util.List getTPseveritys(Criteria criteria)
throws TorqueException
TorqueException
public java.util.List getTPseveritys(Criteria criteria,
java.sql.Connection con)
throws TorqueException
TorqueException
protected java.util.List getTPseveritysJoinTSeverity(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTPseveritysJoinTProjectType(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTPseveritysJoinTListType(Criteria criteria)
throws TorqueException
TorqueExceptionprotected void initTWorkItems()
public void addTWorkItem(TWorkItem l)
throws TorqueException
l - TWorkItem
TorqueException
public void addTWorkItem(TWorkItem l,
java.sql.Connection con)
throws TorqueException
l - TWorkItem
TorqueException
public java.util.List getTWorkItems()
throws TorqueException
TorqueException
public java.util.List getTWorkItems(Criteria criteria)
throws TorqueException
TorqueException
public java.util.List getTWorkItems(Criteria criteria,
java.sql.Connection con)
throws TorqueException
TorqueException
protected java.util.List getTWorkItemsJoinTPersonRelatedByOwnerID(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTWorkItemsJoinTPersonRelatedByChangedByID(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTWorkItemsJoinTPersonRelatedByOriginatorID(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTWorkItemsJoinTPersonRelatedByResponsibleID(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTWorkItemsJoinTProjectCategory(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTWorkItemsJoinTListType(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTWorkItemsJoinTClass(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTWorkItemsJoinTPriority(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTWorkItemsJoinTSeverity(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTWorkItemsJoinTReleaseRelatedByReleaseNoticedID(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTWorkItemsJoinTReleaseRelatedByReleaseScheduledID(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTWorkItemsJoinTState(Criteria criteria)
throws TorqueException
TorqueExceptionprotected void initTDisableFields()
public void addTDisableField(TDisableField l)
throws TorqueException
l - TDisableField
TorqueException
public void addTDisableField(TDisableField l,
java.sql.Connection con)
throws TorqueException
l - TDisableField
TorqueException
public java.util.List getTDisableFields()
throws TorqueException
TorqueException
public java.util.List getTDisableFields(Criteria criteria)
throws TorqueException
TorqueException
public java.util.List getTDisableFields(Criteria criteria,
java.sql.Connection con)
throws TorqueException
TorqueException
protected java.util.List getTDisableFieldsJoinTListType(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTDisableFieldsJoinTProjectType(Criteria criteria)
throws TorqueException
TorqueExceptionprotected void initTPlistTypes()
public void addTPlistType(TPlistType l)
throws TorqueException
l - TPlistType
TorqueException
public void addTPlistType(TPlistType l,
java.sql.Connection con)
throws TorqueException
l - TPlistType
TorqueException
public java.util.List getTPlistTypes()
throws TorqueException
TorqueException
public java.util.List getTPlistTypes(Criteria criteria)
throws TorqueException
TorqueException
public java.util.List getTPlistTypes(Criteria criteria,
java.sql.Connection con)
throws TorqueException
TorqueException
protected java.util.List getTPlistTypesJoinTProjectType(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTPlistTypesJoinTListType(Criteria criteria)
throws TorqueException
TorqueExceptionprotected void initTPstates()
public void addTPstate(TPstate l)
throws TorqueException
l - TPstate
TorqueException
public void addTPstate(TPstate l,
java.sql.Connection con)
throws TorqueException
l - TPstate
TorqueException
public java.util.List getTPstates()
throws TorqueException
TorqueException
public java.util.List getTPstates(Criteria criteria)
throws TorqueException
TorqueException
public java.util.List getTPstates(Criteria criteria,
java.sql.Connection con)
throws TorqueException
TorqueException
protected java.util.List getTPstatesJoinTState(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTPstatesJoinTProjectType(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTPstatesJoinTListType(Criteria criteria)
throws TorqueException
TorqueExceptionprotected void initTWorkFlowCategorys()
public void addTWorkFlowCategory(TWorkFlowCategory l)
throws TorqueException
l - TWorkFlowCategory
TorqueException
public void addTWorkFlowCategory(TWorkFlowCategory l,
java.sql.Connection con)
throws TorqueException
l - TWorkFlowCategory
TorqueException
public java.util.List getTWorkFlowCategorys()
throws TorqueException
TorqueException
public java.util.List getTWorkFlowCategorys(Criteria criteria)
throws TorqueException
TorqueException
public java.util.List getTWorkFlowCategorys(Criteria criteria,
java.sql.Connection con)
throws TorqueException
TorqueException
protected java.util.List getTWorkFlowCategorysJoinTWorkFlow(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTWorkFlowCategorysJoinTListType(Criteria criteria)
throws TorqueException
TorqueExceptionprotected void initTRoleListTypes()
public void addTRoleListType(TRoleListType l)
throws TorqueException
l - TRoleListType
TorqueException
public void addTRoleListType(TRoleListType l,
java.sql.Connection con)
throws TorqueException
l - TRoleListType
TorqueException
public java.util.List getTRoleListTypes()
throws TorqueException
TorqueException
public java.util.List getTRoleListTypes(Criteria criteria)
throws TorqueException
TorqueException
public java.util.List getTRoleListTypes(Criteria criteria,
java.sql.Connection con)
throws TorqueException
TorqueException
protected java.util.List getTRoleListTypesJoinTRole(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTRoleListTypesJoinTListType(Criteria criteria)
throws TorqueException
TorqueExceptionprotected void initTFieldConfigs()
public void addTFieldConfig(TFieldConfig l)
throws TorqueException
l - TFieldConfig
TorqueException
public void addTFieldConfig(TFieldConfig l,
java.sql.Connection con)
throws TorqueException
l - TFieldConfig
TorqueException
public java.util.List getTFieldConfigs()
throws TorqueException
TorqueException
public java.util.List getTFieldConfigs(Criteria criteria)
throws TorqueException
TorqueException
public java.util.List getTFieldConfigs(Criteria criteria,
java.sql.Connection con)
throws TorqueException
TorqueException
protected java.util.List getTFieldConfigsJoinTField(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTFieldConfigsJoinTListType(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTFieldConfigsJoinTProjectType(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTFieldConfigsJoinTProject(Criteria criteria)
throws TorqueException
TorqueExceptionprotected void initTScreenConfigs()
public void addTScreenConfig(TScreenConfig l)
throws TorqueException
l - TScreenConfig
TorqueException
public void addTScreenConfig(TScreenConfig l,
java.sql.Connection con)
throws TorqueException
l - TScreenConfig
TorqueException
public java.util.List getTScreenConfigs()
throws TorqueException
TorqueException
public java.util.List getTScreenConfigs(Criteria criteria)
throws TorqueException
TorqueException
public java.util.List getTScreenConfigs(Criteria criteria,
java.sql.Connection con)
throws TorqueException
TorqueException
protected java.util.List getTScreenConfigsJoinTScreen(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTScreenConfigsJoinTListType(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTScreenConfigsJoinTProjectType(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTScreenConfigsJoinTProject(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTScreenConfigsJoinTAction(Criteria criteria)
throws TorqueException
TorqueExceptionprotected void initTInitStates()
public void addTInitState(TInitState l)
throws TorqueException
l - TInitState
TorqueException
public void addTInitState(TInitState l,
java.sql.Connection con)
throws TorqueException
l - TInitState
TorqueException
public java.util.List getTInitStates()
throws TorqueException
TorqueException
public java.util.List getTInitStates(Criteria criteria)
throws TorqueException
TorqueException
public java.util.List getTInitStates(Criteria criteria,
java.sql.Connection con)
throws TorqueException
TorqueException
protected java.util.List getTInitStatesJoinTProject(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTInitStatesJoinTListType(Criteria criteria)
throws TorqueException
TorqueException
protected java.util.List getTInitStatesJoinTState(Criteria criteria)
throws TorqueException
TorqueExceptionpublic static java.util.List getFieldNames()
public java.lang.Object getByName(java.lang.String name)
name - field name
public boolean setByName(java.lang.String name,
java.lang.Object value)
throws TorqueException,
java.lang.IllegalArgumentException
name - field namevalue - field value
java.lang.IllegalArgumentException - if object type of value does not match field object type.
TorqueException - If a problem occurs with the set[Field] method.public java.lang.Object getByPeerName(java.lang.String name)
name - peer name
public boolean setByPeerName(java.lang.String name,
java.lang.Object value)
throws TorqueException,
java.lang.IllegalArgumentException
name - field namevalue - field value
java.lang.IllegalArgumentException - if object type of value does not match field object type.
TorqueException - If a problem occurs with the set[Field] method.public java.lang.Object getByPosition(int pos)
pos - position in xml schema
public boolean setByPosition(int position,
java.lang.Object value)
throws TorqueException,
java.lang.IllegalArgumentException
position - The field positionvalue - field value
java.lang.IllegalArgumentException - if object type of value does not match field object type.
TorqueException - If a problem occurs with the set[Field] method.
public void save()
throws java.lang.Exception
java.lang.Exception
public void save(java.lang.String dbName)
throws TorqueException
dbName -
TorqueException
public void save(java.sql.Connection con)
throws TorqueException
con -
TorqueException
public void setPrimaryKey(ObjectKey key)
throws TorqueException
key - objectID ObjectKey
TorqueExceptionpublic ObjectKey getPrimaryKey()
public TListType copy()
throws TorqueException
TorqueException
public TListType copy(java.sql.Connection con)
throws TorqueException
con - the database connection to read associated objects.
TorqueException
public TListType copy(boolean deepcopy)
throws TorqueException
deepcopy - whether to copy the associated objects.
TorqueException
public TListType copy(boolean deepcopy,
java.sql.Connection con)
throws TorqueException
deepcopy - whether to copy the associated objects.con - the database connection to read associated objects.
TorqueException
protected TListType copyInto(TListType copyObj)
throws TorqueException
copyObj - the object to fill.
TorqueException
protected TListType copyInto(TListType copyObj,
java.sql.Connection con)
throws TorqueException
copyObj - the object to fill.con - the database connection to read associated objects.
TorqueException
protected TListType copyInto(TListType copyObj,
boolean deepcopy)
throws TorqueException
copyObj - the object to fill.deepcopy - whether the associated objects should be copied.
TorqueException
protected TListType copyInto(TListType copyObj,
boolean deepcopy,
java.sql.Connection con)
throws TorqueException
copyObj - the object to fill.deepcopy - whether the associated objects should be copied.con - the database connection to read associated objects.
TorqueExceptionpublic TListTypePeer getPeer()
public TableMap getTableMap()
throws TorqueException
TorqueExceptionpublic TListTypeBean getBean()
public TListTypeBean getBean(IdentityMap createdBeans)
createdBeans - a IdentityMap which maps objects
to already created beans
public static TListType createTListType(TListTypeBean bean)
throws TorqueException
bean - the TListTypeBean which contents are used to create
the resulting class
TorqueException
public static TListType createTListType(TListTypeBean bean,
IdentityMap createdObjects)
throws TorqueException
bean - the TListTypeBean which contents are used to create
the resulting classcreatedObjects - a IdentityMap which maps beans
to already created objects
TorqueExceptionprotected void addTPpriorityFromBean(TPpriority toAdd)
toAdd - TPpriorityprotected void addTPseverityFromBean(TPseverity toAdd)
toAdd - TPseverityprotected void addTWorkItemFromBean(TWorkItem toAdd)
toAdd - TWorkItemprotected void addTDisableFieldFromBean(TDisableField toAdd)
toAdd - TDisableFieldprotected void addTPlistTypeFromBean(TPlistType toAdd)
toAdd - TPlistTypeprotected void addTPstateFromBean(TPstate toAdd)
toAdd - TPstateprotected void addTWorkFlowCategoryFromBean(TWorkFlowCategory toAdd)
toAdd - TWorkFlowCategoryprotected void addTRoleListTypeFromBean(TRoleListType toAdd)
toAdd - TRoleListTypeprotected void addTFieldConfigFromBean(TFieldConfig toAdd)
toAdd - TFieldConfigprotected void addTScreenConfigFromBean(TScreenConfig toAdd)
toAdd - TScreenConfigprotected void addTInitStateFromBean(TInitState toAdd)
toAdd - TInitStatepublic java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||