org.tigris.scarab.om
Class MITListManager
java.lang.Object
org.apache.torque.manager.AbstractBaseManager
org.tigris.scarab.om.BaseMITListManager
org.tigris.scarab.om.MITListManager
- All Implemented Interfaces:
- java.io.Serializable
- public class MITListManager
- extends BaseMITListManager
This class manages MITList objects.
- See Also:
- Serialized Form
| Fields inherited from class org.apache.torque.manager.AbstractBaseManager |
cache, listenersMap, log, mrCache, validFields |
|
Constructor Summary |
MITListManager()
Creates a new MITListManager instance. |
| 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 |
MITListManager
public MITListManager()
throws org.apache.torque.TorqueException
- Creates a new
MITListManager instance.
- Throws:
org.apache.torque.TorqueException - if an error occurs
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 valueuser - 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.