|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.torque.util.BasePeer org.apache.jetspeed.om.dbregistry.BaseSecurityDbEntryPeer org.apache.jetspeed.om.dbregistry.SecurityDbEntryPeer
Implements the Security Registry database operations
Field Summary | |
static java.lang.String |
ALLOW_BOTH
|
static java.lang.String |
ALLOW_GROUP
|
static java.lang.String |
ALLOW_OWNER
|
static java.lang.String |
ALLOW_ROLE
|
static java.lang.String |
ALLOW_USER
|
Fields inherited from class org.apache.jetspeed.om.dbregistry.BaseSecurityDbEntryPeer |
CLASS_DEFAULT, CLASSNAME_DEFAULT, DATABASE_NAME, DESCRIPTION, ID, NAME, numColumns, TABLE_NAME, TITLE |
Fields inherited from class org.apache.torque.util.BasePeer |
DEFAULT_MAP_BUILDER, IGNORE_CASE, log, ORDER_BY |
Constructor Summary | |
SecurityDbEntryPeer()
|
Method Summary | |
static java.util.List |
fetchExtent()
|
static SecurityEntry |
lookupSecurityEntry(java.lang.String entryName)
|
static SecurityEntry |
mapDatabaseToEntry(org.apache.jetspeed.om.dbregistry.SecurityDbEntry sde)
|
static void |
removeSecurityEntry(java.lang.String entryName)
|
static void |
removeSecurityEntryAccess(long id)
|
static void |
storeSecurityEntry(SecurityEntry se)
|
Methods inherited from class org.apache.jetspeed.om.dbregistry.BaseSecurityDbEntryPeer |
addSelectColumns, buildCriteria, buildCriteria, doDelete, doDelete, doDelete, doDelete, doDelete, doDelete, doInsert, doInsert, doInsert, doInsert, doSelect, doSelect, doSelect, doSelectVillageRecords, doSelectVillageRecords, doUpdate, doUpdate, doUpdate, doUpdate, getMapBuilder, getOMClass, getTableMap, populateObject, populateObjects, resultSet2Objects, retrieveByPK, retrieveByPK, retrieveByPK, retrieveByPKs, retrieveByPKs, row2Object |
Methods inherited from class org.apache.torque.util.BasePeer |
createPreparedStatement, createQueryString, deleteAll, deleteAll, doPSSelect, doPSSelect, doUpdate, doUpdate, executeQuery, executeQuery, executeQuery, executeQuery, executeQuery, executeQuery, executeStatement, executeStatement, executeStatement, 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 ALLOW_OWNER
public static final java.lang.String ALLOW_ROLE
public static final java.lang.String ALLOW_GROUP
public static final java.lang.String ALLOW_USER
public static final java.lang.String ALLOW_BOTH
Constructor Detail |
public SecurityDbEntryPeer()
Method Detail |
public static SecurityEntry lookupSecurityEntry(java.lang.String entryName)
public static void storeSecurityEntry(SecurityEntry se) throws RegistryException
RegistryException
public static SecurityEntry mapDatabaseToEntry(org.apache.jetspeed.om.dbregistry.SecurityDbEntry sde) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static void removeSecurityEntry(java.lang.String entryName) throws RegistryException
RegistryException
public static void removeSecurityEntryAccess(long id) throws RegistryException
RegistryException
public static java.util.List fetchExtent() throws RegistryException
RegistryException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |