org.tigris.scarab.om
Class ScarabModulePeer

java.lang.Object
  extended byorg.apache.torque.util.BasePeer
      extended byorg.tigris.scarab.om.BaseScarabModulePeer
          extended byorg.tigris.scarab.om.ScarabModulePeer
All Implemented Interfaces:
java.io.Serializable

public class ScarabModulePeer
extends BaseScarabModulePeer

The skeleton for this class was autogenerated by Torque on: [Wed Feb 28 16:36:26 PST 2001] You should add additional methods to this class to meet the application requirements. This class will only be generated as long as it does not already exist in the output directory.

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
 
Fields inherited from class org.tigris.scarab.om.BaseScarabModulePeer
ARCHIVE_EMAIL, CLASS_1, CLASS_DEFAULT, CLASS_KEY, CLASSKEY_1, CLASSNAME_1, CLASSNAME_DEFAULT, DATABASE_NAME, DELETED, DOMAIN, LOCKED, MODULE_CODE, MODULE_DESCRIPTION, MODULE_ID, MODULE_NAME, MODULE_URL, numColumns, OWNER_ID, PARENT_ID, QA_CONTACT_ID, TABLE_NAME
 
Fields inherited from class org.apache.torque.util.BasePeer
IGNORE_CASE, log, ORDER_BY
 
Constructor Summary
ScarabModulePeer()
           
 
Method Summary
static boolean checkExists(org.apache.fulcrum.security.entity.Group group)
          Checks if a Group is defined in the system.
static java.util.List getAllModules()
          Gets a List of all of the ScarabModule objects in the system.
 
Methods inherited from class org.tigris.scarab.om.BaseScarabModulePeer
addSelectColumns, buildCriteria, buildCriteria, buildSelectCriteria, correctBooleans, doDelete, doDelete, doDelete, doDelete, doDelete, doDelete, doInsert, doInsert, doInsert, doInsert, doSelect, doSelect, doSelect, doSelectJoinAllExceptScarabModule, doSelectJoinAllExceptScarabModule, doSelectJoinAllExceptScarabUserImplRelatedByOwnerId, doSelectJoinAllExceptScarabUserImplRelatedByOwnerId, doSelectJoinAllExceptScarabUserImplRelatedByQaContactId, doSelectJoinAllExceptScarabUserImplRelatedByQaContactId, doSelectJoinScarabUserImplRelatedByOwnerId, doSelectJoinScarabUserImplRelatedByOwnerId, doSelectJoinScarabUserImplRelatedByQaContactId, doSelectJoinScarabUserImplRelatedByQaContactId, doSelectVillageRecords, doSelectVillageRecords, doUpdate, doUpdate, doUpdate, doUpdate, getMapBuilder, getOMClass, getOMClass, getTableMap, populateObject, populateObjects, resultSet2Objects, retrieveByPK, 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, initColumnNames, initCriteriaKeys, initTableColumns, initTableSchema, initTableSchema
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScarabModulePeer

public ScarabModulePeer()
Method Detail

getAllModules

public static java.util.List getAllModules()
                                    throws org.apache.torque.TorqueException
Gets a List of all of the ScarabModule objects in the system.

Throws:
org.apache.torque.TorqueException

checkExists

public static boolean checkExists(org.apache.fulcrum.security.entity.Group group)
                           throws org.apache.fulcrum.security.util.DataBackendException,
                                  java.lang.Exception
Checks if a Group is defined in the system. The name is used as query criteria.

Parameters:
group - The Group to be checked.
Returns:
true if given Group exists in the system.
Throws:
org.apache.fulcrum.security.util.DataBackendException - when more than one Group with the same name exists.
org.apache.torque.TorqueException - a generic exception.
java.lang.Exception


Copyright © 2000-2004 Tigris.org. All Rights Reserved.