org.tigris.scarab.om
Class RAttributeAttributeGroupManager

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

public class RAttributeAttributeGroupManager
extends BaseRAttributeAttributeGroupManager

This class manages RAttributeAttributeGroup objects.

Version:
$Id: RAttributeAttributeGroupManager.java 9977 2005-12-09 00:40:59Z hair $
Author:
John McNally
See Also:
Serialized Form

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

RAttributeAttributeGroupManager

public RAttributeAttributeGroupManager()
                                throws org.apache.torque.TorqueException
Creates a new RAttributeAttributeGroupManager 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

protected RAttributeAttributeGroup getInstanceImpl()
Description copied from class: BaseRAttributeAttributeGroupManager
Get a fresh instance of a RAttributeAttributeGroupManager

Overrides:
getInstanceImpl in class BaseRAttributeAttributeGroupManager


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