|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.torque.om.BaseObject
org.apache.turbine.services.security.torque.om.BaseTurbineUser
This class was autogenerated by Torque on: [Mon Oct 03 14:24:58 CEST 2005] You should not use this class directly. It should not even be extended all references should be to TurbineUser
Field Summary | |
protected java.util.List |
collTurbineUserGroupRoles
Collection to store aggregation of collTurbineUserGroupRoles |
Fields inherited from class org.apache.torque.om.BaseObject |
NEW_ID |
Constructor Summary | |
BaseTurbineUser()
|
Method Summary | |
void |
addTurbineUserGroupRole(TurbineUserGroupRole l)
Method called to associate a TurbineUserGroupRole object to this object through the TurbineUserGroupRole foreign key attribute |
TurbineUser |
copy()
Makes a copy of this object. |
protected TurbineUser |
copyInto(TurbineUser copyObj)
|
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.lang.String |
getConfirmed()
Get the Confirmed |
java.util.Date |
getCreateDate()
Get the CreateDate |
java.lang.String |
getEmail()
Get the Email |
static java.util.List |
getFieldNames()
Generate a list of field names. |
java.lang.String |
getFirstName()
Get the FirstName |
java.util.Date |
getLastLogin()
Get the LastLogin |
java.lang.String |
getLastName()
Get the LastName |
java.util.Date |
getModified()
Get the Modified |
byte[] |
getObjectdata()
Get the Objectdata |
java.lang.String |
getPassword()
Get the Password |
TurbineUserPeer |
getPeer()
returns a peer instance associated with this om. |
org.apache.torque.om.ObjectKey |
getPrimaryKey()
returns an id that differentiates this object from others of its class. |
java.util.List |
getTurbineUserGroupRoles()
If this collection has already been initialized, returns the collection. |
java.util.List |
getTurbineUserGroupRoles(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getTurbineUserGroupRoles(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getTurbineUserGroupRoles(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getTurbineUserGroupRolesJoinTurbineGroup(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getTurbineUserGroupRolesJoinTurbineRole(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getTurbineUserGroupRolesJoinTurbineUser(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
int |
getUserId()
Get the UserId |
java.lang.String |
getUserName()
Get the UserName |
protected void |
initTurbineUserGroupRoles()
Temporary storage of collTurbineUserGroupRoles 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. |
void |
setConfirmed(java.lang.String v)
Set the value of Confirmed |
void |
setCreateDate(java.util.Date v)
Set the value of CreateDate |
void |
setEmail(java.lang.String v)
Set the value of Email |
void |
setFirstName(java.lang.String v)
Set the value of FirstName |
void |
setLastLogin(java.util.Date v)
Set the value of LastLogin |
void |
setLastName(java.lang.String v)
Set the value of LastName |
void |
setModified(java.util.Date v)
Set the value of Modified |
void |
setObjectdata(byte[] v)
Set the value of Objectdata |
void |
setPassword(java.lang.String v)
Set the value of Password |
void |
setPrimaryKey(org.apache.torque.om.ObjectKey key)
Set the PrimaryKey using ObjectKey. |
void |
setPrimaryKey(java.lang.String key)
Set the PrimaryKey using a String. |
void |
setUserId(int v)
Set the value of UserId |
void |
setUserName(java.lang.String v)
Set the value of UserName |
java.lang.String |
toString()
|
Methods inherited from class org.apache.torque.om.BaseObject |
equals, equals, getLog, hashCode, isModified, isNew, log, resetModified, setModified, setNew, setPrimaryKey |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.util.List collTurbineUserGroupRoles
Constructor Detail |
public BaseTurbineUser()
Method Detail |
public int getUserId()
public void setUserId(int v) throws org.apache.torque.TorqueException
v
- new value
org.apache.torque.TorqueException
public java.lang.String getUserName()
public void setUserName(java.lang.String v)
v
- new valuepublic java.lang.String getPassword()
public void setPassword(java.lang.String v)
v
- new valuepublic java.lang.String getFirstName()
public void setFirstName(java.lang.String v)
v
- new valuepublic java.lang.String getLastName()
public void setLastName(java.lang.String v)
v
- new valuepublic java.lang.String getEmail()
public void setEmail(java.lang.String v)
v
- new valuepublic java.lang.String getConfirmed()
public void setConfirmed(java.lang.String v)
v
- new valuepublic java.util.Date getModified()
public void setModified(java.util.Date v)
v
- new valuepublic java.util.Date getCreateDate()
public void setCreateDate(java.util.Date v)
v
- new valuepublic java.util.Date getLastLogin()
public void setLastLogin(java.util.Date v)
v
- new valuepublic byte[] getObjectdata()
public void setObjectdata(byte[] v)
v
- new valueprotected void initTurbineUserGroupRoles()
public void addTurbineUserGroupRole(TurbineUserGroupRole l) throws org.apache.torque.TorqueException
l
- TurbineUserGroupRole
org.apache.torque.TorqueException
public java.util.List getTurbineUserGroupRoles() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getTurbineUserGroupRoles(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getTurbineUserGroupRoles(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getTurbineUserGroupRoles(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getTurbineUserGroupRolesJoinTurbineUser(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getTurbineUserGroupRolesJoinTurbineGroup(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getTurbineUserGroupRolesJoinTurbineRole(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static java.util.List getFieldNames()
public java.lang.Object getByName(java.lang.String name)
name
- field name
public java.lang.Object getByPeerName(java.lang.String name)
name
- peer name
public java.lang.Object getByPosition(int pos)
pos
- position in xml schema
public void save() throws java.lang.Exception
java.lang.Exception
public void save(java.lang.String dbName) throws org.apache.torque.TorqueException
dbName
-
org.apache.torque.TorqueException
public void save(java.sql.Connection con) throws org.apache.torque.TorqueException
con
-
org.apache.torque.TorqueException
public void setPrimaryKey(org.apache.torque.om.ObjectKey key) throws org.apache.torque.TorqueException
key
- userId ObjectKey
org.apache.torque.TorqueException
public void setPrimaryKey(java.lang.String key) throws org.apache.torque.TorqueException
key
-
org.apache.torque.TorqueException
public org.apache.torque.om.ObjectKey getPrimaryKey()
public TurbineUser copy() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected TurbineUser copyInto(TurbineUser copyObj) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public TurbineUserPeer getPeer()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |