|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.torque.manager.AbstractBaseManager
org.tigris.scarab.om.BaseAttributeOptionManager
org.tigris.scarab.om.AttributeOptionManager
This class manages AttributeOption objects.
| 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 |
public AttributeOptionManager()
throws org.apache.torque.TorqueException
AttributeOptionManager instance.
org.apache.torque.TorqueException - if an error occurs| Method Detail |
protected org.apache.torque.om.Persistent putInstanceImpl(org.apache.torque.om.Persistent om)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionpublic AttributeOption getInstanceImpl()
getInstanceImpl in class BaseAttributeOptionManagerAttributeOption value
public static AttributeOption getInstance(Attribute attribute,
java.lang.String name)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptiongetInstance(Attribute, String, Module, IssueType)
public static AttributeOption getInstance(Attribute attribute,
java.lang.String name,
Module module,
IssueType issueType)
throws org.apache.torque.TorqueException
AttributeOption.
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.
org.apache.torque.TorqueException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||