|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.torque.util.BasePeer
org.apache.turbine.om.security.peer.UserGroupRolePeer
This class handles all database access for the VISITOR_ROLE table. This table contains all the roles that a given user can play.
Field Summary | |
static java.lang.String |
GROUP_ID
The column name for the group id field. |
static java.lang.String |
ROLE_ID
The column name for the role id field. |
static java.lang.String |
TABLE_NAME
The table name for this peer. |
static java.lang.String |
USER_ID
The column name for the visitor id field. |
Fields inherited from class org.apache.torque.util.BasePeer |
DEFAULT_MAP_BUILDER, IGNORE_CASE, log, ORDER_BY |
Constructor Summary | |
UserGroupRolePeer()
|
Method Summary | |
static java.lang.String |
getColumnName(java.lang.String name)
Returns the full name of a column. |
static java.lang.String |
getTableName()
Get the name of this table. |
Methods inherited from class org.apache.torque.util.BasePeer |
createPreparedStatement, createQueryString, deleteAll, deleteAll, doDelete, doDelete, doInsert, doInsert, doPSSelect, doPSSelect, doSelect, doSelect, doUpdate, doUpdate, doUpdate, doUpdate, executeQuery, executeQuery, executeQuery, executeQuery, executeQuery, executeQuery, executeStatement, executeStatement, executeStatement, getMapBuilder, getMapBuilder, getSelectResults, getSelectResults, getSelectResults, getSelectResults, handleMultipleRecords, hashtableToByteArray, 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 |
public static final java.lang.String TABLE_NAME
public static final java.lang.String USER_ID
public static final java.lang.String GROUP_ID
public static final java.lang.String ROLE_ID
Constructor Detail |
public UserGroupRolePeer()
Method Detail |
public static java.lang.String getTableName()
public static java.lang.String getColumnName(java.lang.String name)
name
- name of a column
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |