org.tigris.scarab.om
Class AttributeOptionManager

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

public class AttributeOptionManager
extends BaseAttributeOptionManager

This class manages AttributeOption objects.

Version:
$Id: AttributeOptionManager.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.BaseAttributeOptionManager
DEFAULT_MANAGER_CLASS, MANAGED_CLASS
 
Fields inherited from class org.apache.torque.manager.AbstractBaseManager
cache, listenersMap, log, mrCache, validFields
 
Constructor Summary
AttributeOptionManager()
          Creates a new AttributeOptionManager instance.
 
Method Summary
static AttributeOption getInstance(Attribute attribute, java.lang.String name)
           
static AttributeOption getInstance(Attribute attribute, java.lang.String name, Module module, IssueType issueType)
          Using some contextual information, get an instance of a particular AttributeOption.
 AttributeOption getInstanceImpl()
          Instantiates a new AttributeOption
protected  org.apache.torque.om.Persistent putInstanceImpl(org.apache.torque.om.Persistent om)
           
 
Methods inherited from class org.tigris.scarab.om.BaseAttributeOptionManager
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

AttributeOptionManager

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

Overrides:
getInstanceImpl in class BaseAttributeOptionManager
Returns:
an AttributeOption value

getInstance

public static AttributeOption getInstance(Attribute attribute,
                                          java.lang.String name)
                                   throws org.apache.torque.TorqueException
Throws:
org.apache.torque.TorqueException
See Also:
getInstance(Attribute, String, Module, IssueType)

getInstance

public static AttributeOption getInstance(Attribute attribute,
                                          java.lang.String name,
                                          Module module,
                                          IssueType issueType)
                                   throws org.apache.torque.TorqueException
Using some contextual information, get an instance of a particular AttributeOption.

Parameters:
attribute - The attribute to which the named option belongs.
name - The module-specific alias or canonical value of the option.
module - May be null.
issueType - May be null.
Throws:
org.apache.torque.TorqueException


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