|
|||||||||||
| 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.BaseActivityManager
org.tigris.scarab.om.ActivityManager
This class manages Activity objects.
| Field Summary |
| Fields inherited from class org.tigris.scarab.om.BaseActivityManager |
DEFAULT_MANAGER_CLASS, MANAGED_CLASS |
| Fields inherited from class org.apache.torque.manager.AbstractBaseManager |
cache, listenersMap, log, mrCache, validFields |
| Constructor Summary | |
ActivityManager()
Creates a new ActivityManager instance. |
|
| Method Summary | |
static Activity |
create(Issue issue,
Attribute attribute,
ActivitySet activitySet,
ActivityType type,
java.lang.String description,
Attachment attachment,
Depend depend,
java.lang.Integer oldNumericValue,
java.lang.Integer newNumericValue,
java.lang.Integer oldUserId,
java.lang.Integer newUserId,
java.lang.Integer oldOptionId,
java.lang.Integer newOptionId,
java.lang.String oldTextValue,
java.lang.String newTextValue,
java.sql.Connection dbCon)
Populates a new Activity object. |
static Activity |
create(Issue issue,
Attribute attribute,
ActivitySet activitySet,
ActivityType type,
java.lang.String description,
Attachment attachment,
java.lang.Integer oldNumericValue,
java.lang.Integer newNumericValue,
java.lang.Integer oldUserId,
java.lang.Integer newUserId,
java.lang.Integer oldOptionId,
java.lang.Integer newOptionId,
java.lang.String oldTextValue,
java.lang.String newTextValue)
Populates a new Activity object. |
static Activity |
create(Issue issue,
Attribute attribute,
ActivitySet activitySet,
ActivityType type,
java.lang.String description,
Attachment attachment,
java.lang.Integer oldNumericValue,
java.lang.Integer newNumericValue,
java.lang.Integer oldUserId,
java.lang.Integer newUserId,
java.lang.Integer oldOptionId,
java.lang.Integer newOptionId,
java.lang.String oldTextValue,
java.lang.String newTextValue,
java.sql.Connection dbCon)
Populates a new Activity object. |
static Activity |
createAddDependencyActivity(Issue issue,
ActivitySet activitySet,
Depend depend)
|
static Activity |
createChangeDependencyActivity(Issue issue,
ActivitySet activitySet,
Depend depend,
java.lang.String oldTextValue,
java.lang.String newTextValue)
|
static Activity |
createDeleteDependencyActivity(Issue issue,
ActivitySet activitySet,
Depend depend)
|
static Activity |
createDeleteIssueActivity(Issue issue,
ActivitySet activitySet)
Populates a new Activity for issue deletion |
static Activity |
createNumericActivity(Issue issue,
Attribute attribute,
ActivitySet activitySet,
Attachment attachment,
java.lang.Integer oldNumericValue,
java.lang.Integer newNumericValue)
|
static Activity |
createReportIssueActivity(Issue issue,
ActivitySet activitySet,
java.lang.String message)
Populates a new Activity object for initial issue creation. |
static Activity |
createTextActivity(Issue issue,
ActivitySet activitySet,
ActivityType type,
Attachment attachment)
|
static Activity |
createTextActivity(Issue issue,
ActivitySet activitySet,
ActivityType type,
Attachment attachment,
java.lang.String oldTextValue,
java.lang.String newTextValue)
|
static Activity |
createTextActivity(Issue issue,
ActivitySet activitySet,
ActivityType type,
java.lang.String newTextValue)
|
static Activity |
createTextActivity(Issue issue,
Attribute attribute,
ActivitySet activitySet,
ActivityType type,
java.lang.String description,
Attachment attachment,
java.lang.String oldTextValue,
java.lang.String newTextValue)
|
static Activity |
createTextActivity(Issue issue,
Attribute attribute,
ActivitySet activitySet,
ActivityType type,
java.lang.String oldTextValue,
java.lang.String newTextValue)
|
static Activity |
createUserActivity(Issue issue,
Attribute attribute,
ActivitySet activitySet,
Attachment attachment,
java.lang.Integer oldUserId,
java.lang.Integer newUserId)
|
static Activity |
getInstance(java.lang.String id)
Convenience method for getting an Activity instance with a String primary key (which gets converted to a Integer). |
protected org.apache.torque.om.Persistent |
putInstanceImpl(org.apache.torque.om.Persistent om)
|
| Methods inherited from class org.tigris.scarab.om.BaseActivityManager |
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, 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 ActivityManager()
throws org.apache.torque.TorqueException
ActivityManager 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.TorqueException
public static Activity getInstance(java.lang.String id)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static Activity createNumericActivity(Issue issue,
Attribute attribute,
ActivitySet activitySet,
Attachment attachment,
java.lang.Integer oldNumericValue,
java.lang.Integer newNumericValue)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static Activity createUserActivity(Issue issue,
Attribute attribute,
ActivitySet activitySet,
Attachment attachment,
java.lang.Integer oldUserId,
java.lang.Integer newUserId)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static Activity createAddDependencyActivity(Issue issue,
ActivitySet activitySet,
Depend depend)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static Activity createChangeDependencyActivity(Issue issue,
ActivitySet activitySet,
Depend depend,
java.lang.String oldTextValue,
java.lang.String newTextValue)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static Activity createDeleteDependencyActivity(Issue issue,
ActivitySet activitySet,
Depend depend)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static Activity createTextActivity(Issue issue,
ActivitySet activitySet,
ActivityType type,
java.lang.String newTextValue)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static Activity createTextActivity(Issue issue,
ActivitySet activitySet,
ActivityType type,
Attachment attachment)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static Activity createTextActivity(Issue issue,
Attribute attribute,
ActivitySet activitySet,
ActivityType type,
java.lang.String oldTextValue,
java.lang.String newTextValue)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static Activity createTextActivity(Issue issue,
ActivitySet activitySet,
ActivityType type,
Attachment attachment,
java.lang.String oldTextValue,
java.lang.String newTextValue)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static Activity createTextActivity(Issue issue,
Attribute attribute,
ActivitySet activitySet,
ActivityType type,
java.lang.String description,
Attachment attachment,
java.lang.String oldTextValue,
java.lang.String newTextValue)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static Activity createReportIssueActivity(Issue issue,
ActivitySet activitySet,
java.lang.String message)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static Activity createDeleteIssueActivity(Issue issue,
ActivitySet activitySet)
throws org.apache.torque.TorqueException
issue - activitySet -
org.apache.torque.TorqueException
public static Activity create(Issue issue,
Attribute attribute,
ActivitySet activitySet,
ActivityType type,
java.lang.String description,
Attachment attachment,
java.lang.Integer oldNumericValue,
java.lang.Integer newNumericValue,
java.lang.Integer oldUserId,
java.lang.Integer newUserId,
java.lang.Integer oldOptionId,
java.lang.Integer newOptionId,
java.lang.String oldTextValue,
java.lang.String newTextValue)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static Activity create(Issue issue,
Attribute attribute,
ActivitySet activitySet,
ActivityType type,
java.lang.String description,
Attachment attachment,
java.lang.Integer oldNumericValue,
java.lang.Integer newNumericValue,
java.lang.Integer oldUserId,
java.lang.Integer newUserId,
java.lang.Integer oldOptionId,
java.lang.Integer newOptionId,
java.lang.String oldTextValue,
java.lang.String newTextValue,
java.sql.Connection dbCon)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static Activity create(Issue issue,
Attribute attribute,
ActivitySet activitySet,
ActivityType type,
java.lang.String description,
Attachment attachment,
Depend depend,
java.lang.Integer oldNumericValue,
java.lang.Integer newNumericValue,
java.lang.Integer oldUserId,
java.lang.Integer newUserId,
java.lang.Integer oldOptionId,
java.lang.Integer newOptionId,
java.lang.String oldTextValue,
java.lang.String newTextValue,
java.sql.Connection dbCon)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||