org.tigris.scarab.om
Class DependTypeManager

java.lang.Object
  extended byorg.apache.torque.manager.AbstractBaseManager
      extended byorg.tigris.scarab.om.BaseDependTypeManager
          extended byorg.tigris.scarab.om.DependTypeManager
All Implemented Interfaces:
java.io.Serializable

public class DependTypeManager
extends BaseDependTypeManager

This class manages DependType objects.

Version:
$Id: DependTypeManager.java 9977 2005-12-09 00:40:59Z hair $
Author:
John McNally, Jon S. Stevens, Elicia David
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.tigris.scarab.om.BaseDependTypeManager
DEFAULT_MANAGER_CLASS, MANAGED_CLASS
 
Fields inherited from class org.apache.torque.manager.AbstractBaseManager
cache, listenersMap, log, mrCache, validFields
 
Constructor Summary
DependTypeManager()
          Creates a new DependTypeManager instance.
 
Method Summary
static java.util.List getAll()
           
 java.util.List getAllImpl()
           
static DependType getInstance(java.lang.String dependTypeName)
          Creates a new DependType instance.
static DependType getInstanceById(java.lang.String dependTypeId)
          Creates a new DependType instance.
protected  org.apache.torque.om.Persistent putInstanceImpl(org.apache.torque.om.Persistent om)
           
 
Methods inherited from class org.tigris.scarab.om.BaseDependTypeManager
addCacheListener, clear, exists, existsImpl, getCachedInstance, getCachedInstanceImpl, getInstance, getInstance, getInstance, getInstance, getInstance, getInstanceImpl, getInstanceImpl, getInstanceImpl, getInstances, getInstances, getInstancesImpl, getInstancesImpl, getManager, getMethodResult, putInstance, retrieveStoredOM, retrieveStoredOMs
 
Methods inherited from class org.apache.torque.manager.AbstractBaseManager
addCacheListenerImpl, cacheGet, clearImpl, getClassName, getMethodResultCache, getOMClass, getOMInstance, getOMInstance, getOMInstance, getOMs, getOMs, getOMs, getRegion, notifyListeners, putInstanceImpl, registerAsListener, removeInstanceImpl, setClassName, setOMClass, setRegion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependTypeManager

public DependTypeManager()
                  throws org.apache.torque.TorqueException
Creates a new DependTypeManager instance.

Throws:
org.apache.torque.TorqueException - if an error occurs
Method Detail

getInstance

public static DependType getInstance(java.lang.String dependTypeName)
                              throws org.apache.torque.TorqueException
Creates a new DependType instance.

Throws:
org.apache.torque.TorqueException - if an error occurs

getInstanceById

public static DependType getInstanceById(java.lang.String dependTypeId)
                                  throws org.apache.torque.TorqueException
Creates a new DependType instance.

Throws:
org.apache.torque.TorqueException - if an error occurs

getAll

public static java.util.List getAll()
                             throws org.apache.torque.TorqueException
Throws:
org.apache.torque.TorqueException

getAllImpl

public java.util.List getAllImpl()
                          throws org.apache.torque.TorqueException
Throws:
org.apache.torque.TorqueException

putInstanceImpl

protected org.apache.torque.om.Persistent putInstanceImpl(org.apache.torque.om.Persistent om)
                                                   throws org.apache.torque.TorqueException
Throws:
org.apache.torque.TorqueException


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