|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.turbine.om.BaseObject | +--org.openprivacy.reptile.om.BaseCategory
This class was autogenerated by Torque on: [Mon Jul 01 17:54:11 PDT 2002] You should not use this class directly. It should not even be extended all references should be to Category
Field Summary | |
protected java.util.Vector |
collChannels
Collection to store aggregation of collChannels |
Fields inherited from class org.apache.turbine.om.BaseObject |
NEW_ID |
Constructor Summary | |
BaseCategory()
|
Method Summary | |
void |
addChannel(Channel l)
Method called to associate a Channel object to this object through the Channel foreign key attribute |
Category |
copy()
Makes a copy of this object. |
java.lang.Object |
getByName(java.lang.String name)
Retrieves a field from the object by name passed in as a String. |
java.lang.Object |
getByPeerName(java.lang.String name)
Retrieves a field from the object by name passed in as a String. |
java.lang.Object |
getByPosition(int pos)
Retrieves a field from the object by Position as specified in the xml schema. |
java.util.Vector |
getChannels()
If this collection has already been initialized, returns the collection. |
java.util.Vector |
getChannels(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.Vector |
getChannelsJoinImage(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
static java.util.List |
getFieldNames()
Generate a list of field names. |
org.apache.turbine.om.NumberKey |
getId()
Get the Id |
java.lang.String |
getName()
Get the Name |
org.apache.turbine.om.ObjectKey |
getPrimaryKey()
returns an id that differentiates this object from others of its class. |
java.lang.String |
getQueryKey()
get an id that differentiates this object from others of its class. |
protected void |
initChannels()
Temporary storage of collChannels 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(org.apache.turbine.util.db.pool.DBConnection dbCon)
Stores the object in the database. |
void |
save(java.lang.String dbName)
Stores the object in the database. |
void |
setId(org.apache.turbine.om.NumberKey v)
Set the value of Id |
void |
setId(java.lang.String v)
Set the value of Id as a string. |
void |
setName(java.lang.String v)
Set the value of Name |
void |
setPrimaryKey(org.apache.turbine.om.ObjectKey id)
Set the PrimaryKey using ObjectKey. |
void |
setPrimaryKey(java.lang.String key)
Set the PrimaryKey using a String. |
void |
setQueryKey(java.lang.String key)
set an id that differentiates this object from others of its class. |
Methods inherited from class org.apache.turbine.om.BaseObject |
equals, equals, getPrimaryKeyAsBigDecimal, getPrimaryKeyAsInt, getPrimaryKeyAsLong, getPrimaryKeyAsString, hashCode, isModified, isNew, resetModified, setModified, setNew, setPrimaryKey, setPrimaryKey, setPrimaryKey |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.Vector collChannels
Constructor Detail |
public BaseCategory()
Method Detail |
public org.apache.turbine.om.NumberKey getId()
public void setId(org.apache.turbine.om.NumberKey v) throws java.lang.Exception
java.lang.Exception
public void setId(java.lang.String v) throws java.lang.Exception
java.lang.Exception
public java.lang.String getName()
public void setName(java.lang.String v)
protected void initChannels()
public void addChannel(Channel l) throws java.lang.Exception
java.lang.Exception
public java.util.Vector getChannels() throws java.lang.Exception
java.lang.Exception
public java.util.Vector getChannels(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
java.lang.Exception
protected java.util.Vector getChannelsJoinImage(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
java.lang.Exception
public static java.util.List getFieldNames()
public java.lang.Object getByName(java.lang.String name)
getByName
in class org.apache.turbine.om.BaseObject
public java.lang.Object getByPeerName(java.lang.String name)
getByPeerName
in class org.apache.turbine.om.BaseObject
public java.lang.Object getByPosition(int pos)
getByPosition
in class org.apache.turbine.om.BaseObject
public void save() throws java.lang.Exception
save
in interface org.apache.turbine.om.Persistent
save
in class org.apache.turbine.om.BaseObject
java.lang.Exception
public void save(java.lang.String dbName) throws java.lang.Exception
java.lang.Exception
public void save(org.apache.turbine.util.db.pool.DBConnection dbCon) throws java.lang.Exception
java.lang.Exception
public void setPrimaryKey(org.apache.turbine.om.ObjectKey id) throws java.lang.Exception
setPrimaryKey
in interface org.apache.turbine.om.Persistent
setPrimaryKey
in class org.apache.turbine.om.BaseObject
java.lang.Exception
public void setPrimaryKey(java.lang.String key) throws java.lang.Exception
setPrimaryKey
in interface org.apache.turbine.om.Persistent
setPrimaryKey
in class org.apache.turbine.om.BaseObject
java.lang.Exception
public org.apache.turbine.om.ObjectKey getPrimaryKey()
getPrimaryKey
in interface org.apache.turbine.om.Persistent
getPrimaryKey
in class org.apache.turbine.om.BaseObject
public java.lang.String getQueryKey()
getQueryKey
in interface org.apache.turbine.om.Retrievable
public void setQueryKey(java.lang.String key) throws java.lang.Exception
setQueryKey
in interface org.apache.turbine.om.Retrievable
java.lang.Exception
public Category copy() throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |