org.apache.jetspeed.om.dbregistry
Class SecurityDbEntryPeer

java.lang.Object
  extended byorg.apache.torque.util.BasePeer
      extended byorg.apache.jetspeed.om.dbregistry.BaseSecurityDbEntryPeer
          extended byorg.apache.jetspeed.om.dbregistry.SecurityDbEntryPeer
All Implemented Interfaces:
java.io.Serializable

public class SecurityDbEntryPeer
extends org.apache.jetspeed.om.dbregistry.BaseSecurityDbEntryPeer

Implements the Security Registry database operations

Version:
$Id: SecurityDbEntryPeer.java,v 1.7 2004/07/22 00:47:03 jford Exp $
Author:
David Sean Taylor
See Also:
Serialized Form

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

ALLOW_OWNER

public static final java.lang.String ALLOW_OWNER
See Also:
Constant Field Values

ALLOW_ROLE

public static final java.lang.String ALLOW_ROLE
See Also:
Constant Field Values

ALLOW_GROUP

public static final java.lang.String ALLOW_GROUP
See Also:
Constant Field Values

ALLOW_USER

public static final java.lang.String ALLOW_USER
See Also:
Constant Field Values

ALLOW_BOTH

public static final java.lang.String ALLOW_BOTH
See Also:
Constant Field Values
Constructor Detail

SecurityDbEntryPeer

public SecurityDbEntryPeer()
Method Detail

lookupSecurityEntry

public static SecurityEntry lookupSecurityEntry(java.lang.String entryName)

storeSecurityEntry

public static void storeSecurityEntry(SecurityEntry se)
                               throws RegistryException
Throws:
RegistryException

mapDatabaseToEntry

public static SecurityEntry mapDatabaseToEntry(org.apache.jetspeed.om.dbregistry.SecurityDbEntry sde)
                                        throws org.apache.torque.TorqueException
Throws:
org.apache.torque.TorqueException

removeSecurityEntry

public static void removeSecurityEntry(java.lang.String entryName)
                                throws RegistryException
Throws:
RegistryException

removeSecurityEntryAccess

public static void removeSecurityEntryAccess(long id)
                                      throws RegistryException
Throws:
RegistryException

fetchExtent

public static java.util.List fetchExtent()
                                  throws RegistryException
Throws:
RegistryException


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