org.tigris.scarab.om
Class TransitionManager

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

public class TransitionManager
extends BaseTransitionManager

This class manages Transition 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
static java.lang.String GET_ALL_TRANSITIONS
           
static java.lang.String GET_CONDITIONS
           
 
Fields inherited from class org.tigris.scarab.om.BaseTransitionManager
DEFAULT_MANAGER_CLASS, MANAGED_CLASS
 
Fields inherited from class org.apache.torque.manager.AbstractBaseManager
cache, listenersMap, log, mrCache, validFields
 
Constructor Summary
TransitionManager()
          Creates a new TransitionManager instance.
 
Method Summary
static java.util.List getAllTransitions(Attribute attribute)
          Returns every transition defined for the given Attribute.
 
Methods inherited from class org.tigris.scarab.om.BaseTransitionManager
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, putInstanceImpl, registerAsListener, removeInstanceImpl, setClassName, setOMClass, setRegion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET_ALL_TRANSITIONS

public static final java.lang.String GET_ALL_TRANSITIONS
See Also:
Constant Field Values

GET_CONDITIONS

public static final java.lang.String GET_CONDITIONS
See Also:
Constant Field Values
Constructor Detail

TransitionManager

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

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

getAllTransitions

public static java.util.List getAllTransitions(Attribute attribute)
Returns every transition defined for the given Attribute. The list is cached to improve performance in complex setups.

Parameters:
attribute -
Returns:


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