org.tigris.scarab.om
Class MITListManager

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

public class MITListManager
extends BaseMITListManager

This class manages MITList objects.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.tigris.scarab.om.BaseMITListManager
DEFAULT_MANAGER_CLASS, MANAGED_CLASS
 
Fields inherited from class org.apache.torque.manager.AbstractBaseManager
cache, listenersMap, log, mrCache, validFields
 
Constructor Summary
MITListManager()
          Creates a new MITListManager instance.
 
Method Summary
static MITList getAllModulesAllIssueTypesList(ScarabUser user)
           
static MITList getAllModulesSingleIssueTypeList(IssueType issueType, ScarabUser user)
           
static MITList getInstanceByName(java.lang.String name, ScarabUser user)
           
static MITList getInstanceFromIssueList(java.util.List issues, ScarabUser user)
          An issue has an associated Module and IssueType, this method takes a list of issues and creates an MITList from these associations.
static MITList getSingleItemList(Module module, IssueType issueType, ScarabUser user)
           
static MITList getSingleModuleAllIssueTypesList(Module module, ScarabUser user)
           
 
Methods inherited from class org.tigris.scarab.om.BaseMITListManager
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
 

Constructor Detail

MITListManager

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

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

getSingleItemList

public static MITList getSingleItemList(Module module,
                                        IssueType issueType,
                                        ScarabUser user)
                                 throws org.apache.torque.TorqueException
Throws:
org.apache.torque.TorqueException

getSingleModuleAllIssueTypesList

public static MITList getSingleModuleAllIssueTypesList(Module module,
                                                       ScarabUser user)
                                                throws org.apache.torque.TorqueException
Throws:
org.apache.torque.TorqueException

getAllModulesAllIssueTypesList

public static MITList getAllModulesAllIssueTypesList(ScarabUser user)
                                              throws org.apache.torque.TorqueException
Throws:
org.apache.torque.TorqueException

getAllModulesSingleIssueTypeList

public static MITList getAllModulesSingleIssueTypeList(IssueType issueType,
                                                       ScarabUser user)
                                                throws org.apache.torque.TorqueException
Throws:
org.apache.torque.TorqueException

getInstanceFromIssueList

public static MITList getInstanceFromIssueList(java.util.List issues,
                                               ScarabUser user)
                                        throws org.apache.torque.TorqueException
An issue has an associated Module and IssueType, this method takes a list of issues and creates an MITList from these associations.

Parameters:
issues - a List value
user - a ScarabUser value
Returns:
a MITList value
Throws:
org.apache.torque.TorqueException - if an error occurs

getInstanceByName

public static MITList getInstanceByName(java.lang.String name,
                                        ScarabUser user)
                                 throws org.apache.torque.TorqueException
Throws:
org.apache.torque.TorqueException


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