public abstract class TorqueAbstractTurbineUser extends TorqueAbstractTurbineTurbineSecurityEntity implements TurbineUser
| Constructor and Description |
|---|
TorqueAbstractTurbineUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this entity
|
String |
getDatabaseName()
Get the name of the connection pool associated to this object
|
protected List<TorqueTurbineUserGroupRole> |
getTorqueTurbineUserGroupRolesJoinTorqueTurbineRole(org.apache.torque.criteria.Criteria criteria,
Connection con)
Forward reference to generated code
Get a list of association objects, pre-populated with their TorqueTurbineRole
objects.
|
void |
retrieveAttachedObjects(Connection con)
Retrieve attached objects such as users, permissions, ...
|
void |
update(Connection con)
Update this instance to the database with all dependent objects
|
addUserGroupRole, getUserGroupRoleSet, removeUserGroupRole, setUserGroupRoleSetgetEntityId, getEntityName, getId, getName, setEntityId, setEntityName, setId, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEmail, getFirstName, getLastName, getObjectdata, setEmail, setFirstName, setLastName, setObjectdatagetPassword, setPasswordgetId, getName, setId, setNameaddUserGroupRole, getUserGroupRoleSet, removeUserGroupRole, setUserGroupRoleSetprotected List<TorqueTurbineUserGroupRole> getTorqueTurbineUserGroupRolesJoinTorqueTurbineRole(org.apache.torque.criteria.Criteria criteria, Connection con) throws org.apache.torque.TorqueException
criteria - Criteria to define the selection of recordscon - a database connectionorg.apache.torque.TorqueExceptionpublic String getDatabaseName()
TorqueAbstractSecurityEntitygetDatabaseName in class TorqueAbstractSecurityEntityTorqueAbstractSecurityEntity.getDatabaseName()public void retrieveAttachedObjects(Connection con) throws org.apache.torque.TorqueException
TorqueAbstractSecurityEntityretrieveAttachedObjects in class TorqueAbstractSecurityEntitycon - A database connectionorg.apache.torque.TorqueExceptionTorqueAbstractSecurityEntity.retrieveAttachedObjects(java.sql.Connection)public void update(Connection con) throws org.apache.torque.TorqueException
TorqueAbstractSecurityEntityupdate in class TorqueAbstractSecurityEntitycon - A database connectionorg.apache.torque.TorqueExceptionTorqueAbstractSecurityEntity.update(java.sql.Connection)public void delete()
throws org.apache.torque.TorqueException
TorqueAbstractSecurityEntitydelete in class TorqueAbstractSecurityEntityorg.apache.torque.TorqueException - if any database operation failsTorqueAbstractSecurityEntity.delete()Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.