|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.torque.om.BaseObject
org.tigris.scarab.om.BaseActivity
org.tigris.scarab.om.Activity
This class represents Activity records.
| Field Summary | |
protected static java.lang.String |
GET_ATTACHMENT
|
| Fields inherited from class org.tigris.scarab.om.BaseActivity |
collNotificationStatuss |
| Fields inherited from class org.apache.torque.om.BaseObject |
NEW_ID |
| Constructor Summary | |
Activity()
|
|
| Method Summary | |
Activity |
copy(Issue issue,
ActivitySet activitySet)
|
Attachment |
getAttachment()
This method properly handles the case where there may not be any rows selected and returns null in that case. |
java.lang.String |
getDescription()
Get the Description |
java.lang.String |
getDescription(ScarabLocalizationTool l10nTool)
|
java.lang.String |
getDisplayName()
Gives the name of the attribute in the module,or falls back to the global name of the attribute if needed. |
AttributeOption |
getNewAttributeOption()
Gets the AttributeOption object associated with the New Value field (i.e., the new value for the attribute after the change.) |
AttributeOption |
getOldAttributeOption()
Gets the AttributeOption object associated with the Old Value field (i.e., the old value for the attribute before the change.) |
void |
save(java.sql.Connection dbCon)
Stores the object in the database. |
| Methods inherited from class org.apache.torque.om.BaseObject |
equals, equals, getLog, hashCode, isModified, isNew, resetModified, setModified, setNew, setPrimaryKey |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.torque.om.Persistent |
getPrimaryKey, isModified, isNew, save, save, setModified, setNew, setPrimaryKey, setPrimaryKey |
| Field Detail |
protected static final java.lang.String GET_ATTACHMENT
| Constructor Detail |
public Activity()
| Method Detail |
public Attachment getAttachment()
getAttachment in class BaseActivity
public AttributeOption getOldAttributeOption()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public AttributeOption getNewAttributeOption()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public void save(java.sql.Connection dbCon)
throws org.apache.torque.TorqueException
BaseActivity
save in interface org.apache.torque.om.Persistentsave in class BaseActivitydbCon -
org.apache.torque.TorqueExceptionpublic java.lang.String getDescription()
BaseActivity
getDescription in class BaseActivitypublic java.lang.String getDescription(ScarabLocalizationTool l10nTool)
public java.lang.String getDisplayName()
public Activity copy(Issue issue,
ActivitySet activitySet)
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 | ||||||||||