org.tigris.scarab.om
Class AttributeTypeManager

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

public class AttributeTypeManager
extends BaseAttributeTypeManager

This class manages AttributeType objects. The skeleton for this class was autogenerated by Torque * 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

Field Summary
 
Fields inherited from class org.tigris.scarab.om.BaseAttributeTypeManager
DEFAULT_MANAGER_CLASS, MANAGED_CLASS
 
Fields inherited from class org.apache.torque.manager.AbstractBaseManager
cache, listenersMap, log, mrCache, validFields
 
Constructor Summary
AttributeTypeManager()
          Creates a new AttributeTypeManager instance.
 
Method Summary
 AttributeType getInstanceImpl()
          Get a fresh instance of a AttributeTypeManager
protected  org.apache.torque.om.Persistent putInstanceImpl(org.apache.torque.om.Persistent om)
           
 
Methods inherited from class org.tigris.scarab.om.BaseAttributeTypeManager
addCacheListener, clear, exists, existsImpl, getCachedInstance, getCachedInstanceImpl, getInstance, getInstance, getInstance, getInstance, getInstance, 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

AttributeTypeManager

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

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

putInstanceImpl

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

getInstanceImpl

public AttributeType getInstanceImpl()
Description copied from class: BaseAttributeTypeManager
Get a fresh instance of a AttributeTypeManager

Overrides:
getInstanceImpl in class BaseAttributeTypeManager


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