org.apache.turbine.om.security.peer
Class UserGroupRolePeer

java.lang.Object
  extended byorg.apache.torque.util.BasePeer
      extended byorg.apache.turbine.om.security.peer.UserGroupRolePeer
All Implemented Interfaces:
java.io.Serializable

Deprecated. Use TorqueSecurityService instead.

public class UserGroupRolePeer
extends org.apache.torque.util.BasePeer

This class handles all database access for the VISITOR_ROLE table. This table contains all the roles that a given user can play.

Version:
$Id: UserGroupRolePeer.java 571795 2007-09-01 13:09:35Z tv $
Author:
Frank Y. Kim, John D. McNally, Brett McLaughlin
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.apache.torque.util.BasePeer
org.apache.torque.util.BasePeer.ProcessCallback
 
Field Summary
static java.lang.String GROUP_ID
          Deprecated. The column name for the group id field.
static java.lang.String ROLE_ID
          Deprecated. The column name for the role id field.
static java.lang.String TABLE_NAME
          Deprecated. The table name for this peer.
static java.lang.String USER_ID
          Deprecated. The column name for the visitor id field.
 
Fields inherited from class org.apache.torque.util.BasePeer
IGNORE_CASE, log, ORDER_BY
 
Constructor Summary
UserGroupRolePeer()
          Deprecated.  
 
Method Summary
static java.lang.String getColumnName(java.lang.String name)
          Deprecated. Returns the full name of a column.
static java.lang.String getTableName()
          Deprecated. Get the name of this table.
 
Methods inherited from class org.apache.torque.util.BasePeer
correctBooleans, createPreparedStatement, createQueryString, deleteAll, deleteAll, doDelete, doDelete, doDelete, doDelete, doInsert, doInsert, doPSSelect, doPSSelect, doSelect, doSelect, doUpdate, doUpdate, doUpdate, doUpdate, executeQuery, executeQuery, executeQuery, executeQuery, executeQuery, executeQuery, executeStatement, executeStatement, executeStatement, getMapBuilder, getSelectResults, getSelectResults, getSelectResults, getSelectResults, handleMultipleRecords, initColumnNames, initCriteriaKeys, initTableColumns, initTableSchema, initTableSchema
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TABLE_NAME

public static final java.lang.String TABLE_NAME
Deprecated. 
The table name for this peer.


USER_ID

public static final java.lang.String USER_ID
Deprecated. 
The column name for the visitor id field.


GROUP_ID

public static final java.lang.String GROUP_ID
Deprecated. 
The column name for the group id field.


ROLE_ID

public static final java.lang.String ROLE_ID
Deprecated. 
The column name for the role id field.

Constructor Detail

UserGroupRolePeer

public UserGroupRolePeer()
Deprecated. 
Method Detail

getTableName

public static java.lang.String getTableName()
Deprecated. 
Get the name of this table.

Returns:
A String with the name of the table.

getColumnName

public static java.lang.String getColumnName(java.lang.String name)
Deprecated. 
Returns the full name of a column.

Parameters:
name - name of a column
Returns:
A String with the full name of the column.


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.