|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectBaseObject
com.aurel.track.persist.BaseTDashboardField
public abstract class BaseTDashboardField
You should not use this class directly. It should not even be extended all references should be to TDashboardField
| Field Summary | |
|---|---|
protected java.util.List |
collTDashboardParameters
Collection to store aggregation of collTDashboardParameters |
| Constructor Summary | |
|---|---|
BaseTDashboardField()
|
|
| Method Summary | |
|---|---|
void |
addTDashboardParameter(TDashboardParameter l)
Method called to associate a TDashboardParameter object to this object through the TDashboardParameter foreign key attribute |
void |
addTDashboardParameter(TDashboardParameter l,
java.sql.Connection con)
Method called to associate a TDashboardParameter object to this object through the TDashboardParameter foreign key attribute using connection. |
protected void |
addTDashboardParameterFromBean(TDashboardParameter toAdd)
Method called to associate a TDashboardParameter object to this object. |
TDashboardField |
copy()
Makes a copy of this object. |
TDashboardField |
copy(boolean deepcopy)
Makes a copy of this object. |
TDashboardField |
copy(boolean deepcopy,
java.sql.Connection con)
Makes a copy of this object using connection. |
TDashboardField |
copy(java.sql.Connection con)
Makes a copy of this object using connection. |
protected TDashboardField |
copyInto(TDashboardField copyObj)
Fills the copyObj with the contents of this object. |
protected TDashboardField |
copyInto(TDashboardField copyObj,
boolean deepcopy)
Fills the copyObj with the contents of this object. |
protected TDashboardField |
copyInto(TDashboardField copyObj,
boolean deepcopy,
java.sql.Connection con)
Fills the copyObj with the contents of this object using connection. |
protected TDashboardField |
copyInto(TDashboardField copyObj,
java.sql.Connection con)
Fills the copyObj with the contents of this object using connection. |
static TDashboardField |
createTDashboardField(TDashboardFieldBean bean)
Creates an instance of TDashboardField with the contents of a TDashboardFieldBean. |
static TDashboardField |
createTDashboardField(TDashboardFieldBean bean,
IdentityMap createdObjects)
Creates an instance of TDashboardField with the contents of a TDashboardFieldBean. |
TDashboardFieldBean |
getBean()
Creates a TDashboardFieldBean with the contents of this object This also creates beans for cached related objects, if they exist |
TDashboardFieldBean |
getBean(IdentityMap createdBeans)
Creates a TDashboardFieldBean 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. |
java.lang.Integer |
getColIndex()
Get the ColIndex |
java.lang.Integer |
getColSpan()
Get the ColSpan |
java.lang.String |
getDashboardID()
Get the DashboardID |
java.lang.String |
getDescription()
Get the Description |
static java.util.List |
getFieldNames()
Generate a list of field names. |
java.lang.Integer |
getIndex()
Get the Index |
java.lang.String |
getName()
Get the Name |
java.lang.Integer |
getObjectID()
Get the ObjectID |
java.lang.Integer |
getParent()
Get the Parent |
TDashboardFieldPeer |
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 |
getRowIndex()
Get the RowIndex |
java.lang.Integer |
getRowSpan()
Get the RowSpan |
TableMap |
getTableMap()
Retrieves the TableMap object related to this Table data without compiler warnings of using getPeer().getTableMap(). |
TDashboardPanel |
getTDashboardPanel()
Returns the associated TDashboardPanel object. |
TDashboardPanel |
getTDashboardPanel(java.sql.Connection connection)
Return the associated TDashboardPanel object If it was not retrieved before, the object is retrieved from the database using the passed connection |
java.util.List |
getTDashboardParameters()
If this collection has already been initialized, returns the collection. |
java.util.List |
getTDashboardParameters(Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getTDashboardParameters(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 |
getTDashboardParametersJoinTDashboardField(Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.lang.String |
getTheDescription()
Get the TheDescription |
protected void |
initTDashboardParameters()
Temporary storage of collTDashboardParameters 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 |
setColIndex(java.lang.Integer v)
Set the value of ColIndex |
void |
setColSpan(java.lang.Integer v)
Set the value of ColSpan |
void |
setDashboardID(java.lang.String v)
Set the value of DashboardID |
void |
setDescription(java.lang.String v)
Set the value of Description |
void |
setIndex(java.lang.Integer v)
Set the value of Index |
void |
setName(java.lang.String v)
Set the value of Name |
void |
setObjectID(java.lang.Integer v)
Set the value of ObjectID |
void |
setParent(java.lang.Integer v)
Set the value of Parent |
void |
setPrimaryKey(ObjectKey key)
Set the PrimaryKey using ObjectKey. |
void |
setRowIndex(java.lang.Integer v)
Set the value of RowIndex |
void |
setRowSpan(java.lang.Integer v)
Set the value of RowSpan |
void |
setTDashboardPanel(TDashboardPanel v)
Declares an association between this object and a TDashboardPanel object |
void |
setTDashboardPanelKey(ObjectKey key)
Provides convenient way to set a relationship based on a ObjectKey, for example bar.setFooKey(foo.getPrimaryKey()) |
void |
setTheDescription(java.lang.String v)
Set the value of TheDescription |
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 collTDashboardParameters
| Constructor Detail |
|---|
public BaseTDashboardField()
| Method Detail |
|---|
public java.lang.Integer getObjectID()
public void setObjectID(java.lang.Integer v)
throws TorqueException
v - new value
TorqueExceptionpublic java.lang.String getName()
public void setName(java.lang.String v)
v - new valuepublic java.lang.String getDescription()
public void setDescription(java.lang.String v)
v - new valuepublic java.lang.Integer getIndex()
public void setIndex(java.lang.Integer v)
v - new valuepublic java.lang.Integer getColIndex()
public void setColIndex(java.lang.Integer v)
v - new valuepublic java.lang.Integer getRowIndex()
public void setRowIndex(java.lang.Integer v)
v - new valuepublic java.lang.Integer getColSpan()
public void setColSpan(java.lang.Integer v)
v - new valuepublic java.lang.Integer getRowSpan()
public void setRowSpan(java.lang.Integer v)
v - new valuepublic java.lang.Integer getParent()
public void setParent(java.lang.Integer v)
throws TorqueException
v - new value
TorqueExceptionpublic java.lang.String getDashboardID()
public void setDashboardID(java.lang.String v)
v - new valuepublic java.lang.String getTheDescription()
public void setTheDescription(java.lang.String v)
v - new value
public void setTDashboardPanel(TDashboardPanel v)
throws TorqueException
v - TDashboardPanel
TorqueException
public TDashboardPanel getTDashboardPanel()
throws TorqueException
TorqueException
public TDashboardPanel getTDashboardPanel(java.sql.Connection connection)
throws TorqueException
connection - the connection used to retrieve the associated object
from the database, if it was not retrieved before
TorqueException
public void setTDashboardPanelKey(ObjectKey key)
throws TorqueException
bar.setFooKey(foo.getPrimaryKey())
TorqueExceptionprotected void initTDashboardParameters()
public void addTDashboardParameter(TDashboardParameter l)
throws TorqueException
l - TDashboardParameter
TorqueException
public void addTDashboardParameter(TDashboardParameter l,
java.sql.Connection con)
throws TorqueException
l - TDashboardParameter
TorqueException
public java.util.List getTDashboardParameters()
throws TorqueException
TorqueException
public java.util.List getTDashboardParameters(Criteria criteria)
throws TorqueException
TorqueException
public java.util.List getTDashboardParameters(Criteria criteria,
java.sql.Connection con)
throws TorqueException
TorqueException
protected java.util.List getTDashboardParametersJoinTDashboardField(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 TDashboardField copy()
throws TorqueException
TorqueException
public TDashboardField copy(java.sql.Connection con)
throws TorqueException
con - the database connection to read associated objects.
TorqueException
public TDashboardField copy(boolean deepcopy)
throws TorqueException
deepcopy - whether to copy the associated objects.
TorqueException
public TDashboardField 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 TDashboardField copyInto(TDashboardField copyObj)
throws TorqueException
copyObj - the object to fill.
TorqueException
protected TDashboardField copyInto(TDashboardField copyObj,
java.sql.Connection con)
throws TorqueException
copyObj - the object to fill.con - the database connection to read associated objects.
TorqueException
protected TDashboardField copyInto(TDashboardField copyObj,
boolean deepcopy)
throws TorqueException
copyObj - the object to fill.deepcopy - whether the associated objects should be copied.
TorqueException
protected TDashboardField copyInto(TDashboardField 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 TDashboardFieldPeer getPeer()
public TableMap getTableMap()
throws TorqueException
TorqueExceptionpublic TDashboardFieldBean getBean()
public TDashboardFieldBean getBean(IdentityMap createdBeans)
createdBeans - a IdentityMap which maps objects
to already created beans
public static TDashboardField createTDashboardField(TDashboardFieldBean bean)
throws TorqueException
bean - the TDashboardFieldBean which contents are used to create
the resulting class
TorqueException
public static TDashboardField createTDashboardField(TDashboardFieldBean bean,
IdentityMap createdObjects)
throws TorqueException
bean - the TDashboardFieldBean which contents are used to create
the resulting classcreatedObjects - a IdentityMap which maps beans
to already created objects
TorqueExceptionprotected void addTDashboardParameterFromBean(TDashboardParameter toAdd)
toAdd - TDashboardParameterpublic java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||