Serialized Form


Package org.tigris.scarab.da

Class org.tigris.scarab.da.DAException extends ScarabException implements Serializable


Package org.tigris.scarab.om

Class org.tigris.scarab.om.AbstractScarabModule extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

parentModules

java.util.List parentModules

isInitializing

boolean isInitializing
set to true while the setInitialAttributesAndIssueTypes() method is in process


name

java.lang.String name
The 'long' name of the module, includes the parents.

Class org.tigris.scarab.om.AbstractScarabUser extends org.apache.torque.om.BaseObject implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Need to override readObject in order to initialize the transient ThreadLocal objects which are not serializable.

Serialized Fields

locale

java.util.Locale locale
The user's preferred locale.


issueCount

int issueCount
counter used as part of a key to store an Issue the user is currently entering


issueMap

java.util.Map issueMap
Map to store Issue's the user is currently entering


reportCount

int reportCount
counter used as part of a key to store an ReportBridge the user is currently editing


reportMap

java.util.Map reportMap
Map to store ReportBridge's the user is currently entering


mostRecentQueryMap

java.util.Map mostRecentQueryMap
Map to store the most recent query entered by the user


mostRecentQueryMITMap

java.util.Map mostRecentQueryMITMap
Map to store the MITList that may have went with the most recent query entered by the user


associatedUsersMap

java.util.Map associatedUsersMap
Map to store the working user list in Assign Issue.


selectedUsersMap

java.util.Map selectedUsersMap
Map to store the working user list in Advanced Query.


enterIssueRedirect

int enterIssueRedirect
Code for user's preference on which screen to return to After entering an issue


mitListMap

java.util.Map mitListMap
The list of MITListItems that will be searched in a X-project query.


enterIssueMap

java.util.Map enterIssueMap
The last entered issue type


showOtherModulesInIssueTypeList

boolean showOtherModulesInIssueTypeList
toggle switch for show/hide the cross module section of the issue type selection widget.


activeKeys

java.util.Map activeKeys

threadCount

int threadCount
counter used as a key to keep concurrent activities by the same user from overwriting each others state. Might want to use something better than a simple counter.


queryTargetMap

java.util.Map queryTargetMap

Class org.tigris.scarab.om.Activity extends BaseActivity implements Serializable

Serialized Fields

oldAttributeOption

AttributeOption oldAttributeOption

newAttributeOption

AttributeOption newAttributeOption

Class org.tigris.scarab.om.ActivityManager extends BaseActivityManager implements Serializable

Class org.tigris.scarab.om.ActivityPeer extends BaseActivityPeer implements Serializable

Class org.tigris.scarab.om.ActivitySet extends BaseActivitySet implements Serializable

Class org.tigris.scarab.om.ActivitySetManager extends BaseActivitySetManager implements Serializable

Class org.tigris.scarab.om.ActivitySetPeer extends BaseActivitySetPeer implements Serializable

Class org.tigris.scarab.om.ActivitySetType extends BaseActivitySetType implements Serializable

Class org.tigris.scarab.om.ActivitySetTypeManager extends BaseActivitySetTypeManager implements Serializable

Class org.tigris.scarab.om.ActivitySetTypePeer extends BaseActivitySetTypePeer implements Serializable

Class org.tigris.scarab.om.Attachment extends BaseAttachment implements Serializable

Serialized Fields

size

long size

fileItem

org.apache.commons.fileupload.FileItem fileItem
The FileItem that is associated with the attachment as it is uploaded from an html form.

Class org.tigris.scarab.om.AttachmentManager extends BaseAttachmentManager implements Serializable

Class org.tigris.scarab.om.AttachmentPeer extends BaseAttachmentPeer implements Serializable

Class org.tigris.scarab.om.AttachmentType extends BaseAttachmentType implements Serializable

Class org.tigris.scarab.om.AttachmentTypeManager extends BaseAttachmentTypeManager implements Serializable

Class org.tigris.scarab.om.AttachmentTypePeer extends BaseAttachmentTypePeer implements Serializable

Class org.tigris.scarab.om.Attribute extends BaseAttribute implements Serializable

Serialized Fields

orderedROptionOptionList

java.util.List orderedROptionOptionList

orderedAttributeOptionList

java.util.List orderedAttributeOptionList

parentChildAttributeOptions

java.util.List parentChildAttributeOptions

optionsMap

java.util.HashMap optionsMap

attributeOptionsWithDeleted

java.util.List attributeOptionsWithDeleted

attributeOptionsWithoutDeleted

java.util.List attributeOptionsWithoutDeleted

Class org.tigris.scarab.om.AttributeClass extends BaseAttributeClass implements Serializable

Class org.tigris.scarab.om.AttributeClassManager extends BaseAttributeClassManager implements Serializable

Class org.tigris.scarab.om.AttributeClassPeer extends BaseAttributeClassPeer implements Serializable

Class org.tigris.scarab.om.AttributeGroup extends BaseAttributeGroup implements Serializable

Class org.tigris.scarab.om.AttributeGroupManager extends BaseAttributeGroupManager implements Serializable

Class org.tigris.scarab.om.AttributeGroupPeer extends BaseAttributeGroupPeer implements Serializable

Class org.tigris.scarab.om.AttributeManager extends BaseAttributeManager implements Serializable

Class org.tigris.scarab.om.AttributeOption extends BaseAttributeOption implements Serializable

Serialized Fields

aAttribute

Attribute aAttribute
a local Attribute reference


sortedParents

java.util.List sortedParents
Storage for ID's of the parents of this AttributeOption


sortedChildren

java.util.List sortedChildren
Storage for ID's of the children of this AttributeOption


parentIds

java.lang.String parentIds
A cached String of parentIds


orderedTree

java.util.List orderedTree
Used in the creation of an

Class org.tigris.scarab.om.AttributeOptionManager extends BaseAttributeOptionManager implements Serializable

Class org.tigris.scarab.om.AttributeOptionPeer extends BaseAttributeOptionPeer implements Serializable

Class org.tigris.scarab.om.AttributePeer extends BaseAttributePeer implements Serializable

Class org.tigris.scarab.om.AttributeType extends BaseAttributeType implements Serializable

Class org.tigris.scarab.om.AttributeTypeManager extends BaseAttributeTypeManager implements Serializable

Class org.tigris.scarab.om.AttributeTypePeer extends BaseAttributeTypePeer implements Serializable

Class org.tigris.scarab.om.AttributeValue extends BaseAttributeValue implements Serializable

Serialized Fields

activitySet

ActivitySet activitySet

oldOptionId

java.lang.Integer oldOptionId

oldUserId

java.lang.Integer oldUserId

oldValue

java.lang.String oldValue

oldNumericValue

java.lang.Integer oldNumericValue

oldOptionIdIsSet

boolean oldOptionIdIsSet

oldUserIdIsSet

boolean oldUserIdIsSet

oldValueIsSet

boolean oldValueIsSet

oldNumericValueIsSet

boolean oldNumericValueIsSet

chainedValue

AttributeValue chainedValue

activityDescription

java.lang.String activityDescription

saveActivity

Activity saveActivity

Class org.tigris.scarab.om.AttributeValueManager extends BaseAttributeValueManager implements Serializable

Class org.tigris.scarab.om.AttributeValuePeer extends BaseAttributeValuePeer implements Serializable

Class org.tigris.scarab.om.BaseActivity extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

activityId

java.lang.Long activityId
The value for the activityId field


issueId

java.lang.Long issueId
The value for the issueId field


attributeId

java.lang.Integer attributeId
The value for the attributeId field


transactionId

java.lang.Long transactionId
The value for the transactionId field


oldNumericValue

java.lang.Integer oldNumericValue
The value for the oldNumericValue field


newNumericValue

java.lang.Integer newNumericValue
The value for the newNumericValue field


oldUserId

java.lang.Integer oldUserId
The value for the oldUserId field


newUserId

java.lang.Integer newUserId
The value for the newUserId field


oldOptionId

java.lang.Integer oldOptionId
The value for the oldOptionId field


newOptionId

java.lang.Integer newOptionId
The value for the newOptionId field


oldValue

java.lang.String oldValue
The value for the oldValue field


newValue

java.lang.String newValue
The value for the newValue field


dependId

java.lang.Integer dependId
The value for the dependId field


description

java.lang.String description
The value for the description field


endDate

java.util.Date endDate
The value for the endDate field


attachmentId

java.lang.Long attachmentId
The value for the attachmentId field


activityType

java.lang.String activityType
The value for the activityType field


aIssue

Issue aIssue

aAttribute

Attribute aAttribute

aActivitySet

ActivitySet aActivitySet

aScarabUserRelatedByOldUserId

ScarabUser aScarabUserRelatedByOldUserId

aScarabUserRelatedByNewUserId

ScarabUser aScarabUserRelatedByNewUserId

aAttributeOptionRelatedByOldOptionId

AttributeOption aAttributeOptionRelatedByOldOptionId

aAttributeOptionRelatedByNewOptionId

AttributeOption aAttributeOptionRelatedByNewOptionId

aAttachment

Attachment aAttachment

aDepend

Depend aDepend

collNotificationStatuss

java.util.List collNotificationStatuss
Collection to store aggregation of collNotificationStatuss


lastNotificationStatussCriteria

org.apache.torque.util.Criteria lastNotificationStatussCriteria
The criteria used to select the current contents of collNotificationStatuss


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.tigris.scarab.om.BaseActivityManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseActivityPeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseActivitySet extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

activitySetId

java.lang.Long activitySetId
The value for the activitySetId field


typeId

java.lang.Integer typeId
The value for the typeId field


attachmentId

java.lang.Long attachmentId
The value for the attachmentId field


createdBy

java.lang.Integer createdBy
The value for the createdBy field


createdDate

java.util.Date createdDate
The value for the createdDate field


aScarabUser

ScarabUser aScarabUser

aActivitySetType

ActivitySetType aActivitySetType

aAttachment

Attachment aAttachment

collActivitys

java.util.List collActivitys
Collection to store aggregation of collActivitys


lastActivitysCriteria

org.apache.torque.util.Criteria lastActivitysCriteria
The criteria used to select the current contents of collActivitys


collIssuesRelatedByCreatedTransId

java.util.List collIssuesRelatedByCreatedTransId
Collection to store aggregation of collIssuesRelatedByCreatedTransId


lastIssuesRelatedByCreatedTransIdCriteria

org.apache.torque.util.Criteria lastIssuesRelatedByCreatedTransIdCriteria
The criteria used to select the current contents of collIssuesRelatedByCreatedTransId


collIssuesRelatedByLastTransId

java.util.List collIssuesRelatedByLastTransId
Collection to store aggregation of collIssuesRelatedByLastTransId


lastIssuesRelatedByLastTransIdCriteria

org.apache.torque.util.Criteria lastIssuesRelatedByLastTransIdCriteria
The criteria used to select the current contents of collIssuesRelatedByLastTransId


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.tigris.scarab.om.BaseActivitySetManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseActivitySetPeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseActivitySetType extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

typeId

java.lang.Integer typeId
The value for the typeId field


name

java.lang.String name
The value for the name field


collActivitySets

java.util.List collActivitySets
Collection to store aggregation of collActivitySets


lastActivitySetsCriteria

org.apache.torque.util.Criteria lastActivitySetsCriteria
The criteria used to select the current contents of collActivitySets


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.tigris.scarab.om.BaseActivitySetTypeManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseActivitySetTypePeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseAttachment extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

attachmentId

java.lang.Long attachmentId
The value for the attachmentId field


issueId

java.lang.Long issueId
The value for the issueId field


typeId

java.lang.Integer typeId
The value for the typeId field


name

java.lang.String name
The value for the name field


data

java.lang.String data
The value for the data field


fileName

java.lang.String fileName
The value for the fileName field


mimeType

java.lang.String mimeType
The value for the mimeType field


modifiedBy

java.lang.Integer modifiedBy
The value for the modifiedBy field


createdBy

java.lang.Integer createdBy
The value for the createdBy field


modifiedDate

java.util.Date modifiedDate
The value for the modifiedDate field


createdDate

java.util.Date createdDate
The value for the createdDate field


deleted

boolean deleted
The value for the deleted field


aIssue

Issue aIssue

aAttachmentType

AttachmentType aAttachmentType

aScarabUserRelatedByCreatedBy

ScarabUser aScarabUserRelatedByCreatedBy

aScarabUserRelatedByModifiedBy

ScarabUser aScarabUserRelatedByModifiedBy

collActivitys

java.util.List collActivitys
Collection to store aggregation of collActivitys


lastActivitysCriteria

org.apache.torque.util.Criteria lastActivitysCriteria
The criteria used to select the current contents of collActivitys


collActivitySets

java.util.List collActivitySets
Collection to store aggregation of collActivitySets


lastActivitySetsCriteria

org.apache.torque.util.Criteria lastActivitySetsCriteria
The criteria used to select the current contents of collActivitySets


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.tigris.scarab.om.BaseAttachmentManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseAttachmentPeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseAttachmentType extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

attachmentTypeId

java.lang.Integer attachmentTypeId
The value for the attachmentTypeId field


name

java.lang.String name
The value for the name field


searchable

boolean searchable
The value for the searchable field


collAttachments

java.util.List collAttachments
Collection to store aggregation of collAttachments


lastAttachmentsCriteria

org.apache.torque.util.Criteria lastAttachmentsCriteria
The criteria used to select the current contents of collAttachments


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.tigris.scarab.om.BaseAttachmentTypeManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseAttachmentTypePeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseAttribute extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

attributeId

java.lang.Integer attributeId
The value for the attributeId field


name

java.lang.String name
The value for the name field


typeId

java.lang.Integer typeId
The value for the typeId field


permission

java.lang.String permission
The value for the permission field


requiredOptionId

java.lang.Integer requiredOptionId
The value for the requiredOptionId field


description

java.lang.String description
The value for the description field


action

java.lang.String action
The value for the action field


createdBy

java.lang.Integer createdBy
The value for the createdBy field


createdDate

java.util.Date createdDate
The value for the createdDate field


deleted

boolean deleted
The value for the deleted field


aAttributeType

AttributeType aAttributeType

aAttributeOption

AttributeOption aAttributeOption

aScarabUser

ScarabUser aScarabUser

collActivitys

java.util.List collActivitys
Collection to store aggregation of collActivitys


lastActivitysCriteria

org.apache.torque.util.Criteria lastActivitysCriteria
The criteria used to select the current contents of collActivitys


collConditions

java.util.List collConditions
Collection to store aggregation of collConditions


lastConditionsCriteria

org.apache.torque.util.Criteria lastConditionsCriteria
The criteria used to select the current contents of collConditions


collRAttributeAttributeGroups

java.util.List collRAttributeAttributeGroups
Collection to store aggregation of collRAttributeAttributeGroups


lastRAttributeAttributeGroupsCriteria

org.apache.torque.util.Criteria lastRAttributeAttributeGroupsCriteria
The criteria used to select the current contents of collRAttributeAttributeGroups


collAttributeOptions

java.util.List collAttributeOptions
Collection to store aggregation of collAttributeOptions


lastAttributeOptionsCriteria

org.apache.torque.util.Criteria lastAttributeOptionsCriteria
The criteria used to select the current contents of collAttributeOptions


collAttributeValues

java.util.List collAttributeValues
Collection to store aggregation of collAttributeValues


lastAttributeValuesCriteria

org.apache.torque.util.Criteria lastAttributeValuesCriteria
The criteria used to select the current contents of collAttributeValues


collRModuleAttributes

java.util.List collRModuleAttributes
Collection to store aggregation of collRModuleAttributes


lastRModuleAttributesCriteria

org.apache.torque.util.Criteria lastRModuleAttributesCriteria
The criteria used to select the current contents of collRModuleAttributes


collRIssueTypeAttributes

java.util.List collRIssueTypeAttributes
Collection to store aggregation of collRIssueTypeAttributes


lastRIssueTypeAttributesCriteria

org.apache.torque.util.Criteria lastRIssueTypeAttributesCriteria
The criteria used to select the current contents of collRIssueTypeAttributes


collRModuleUserAttributes

java.util.List collRModuleUserAttributes
Collection to store aggregation of collRModuleUserAttributes


lastRModuleUserAttributesCriteria

org.apache.torque.util.Criteria lastRModuleUserAttributesCriteria
The criteria used to select the current contents of collRModuleUserAttributes


collTransitions

java.util.List collTransitions
Collection to store aggregation of collTransitions


lastTransitionsCriteria

org.apache.torque.util.Criteria lastTransitionsCriteria
The criteria used to select the current contents of collTransitions


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.tigris.scarab.om.BaseAttributeClass extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

attributeClassId

java.lang.Integer attributeClassId
The value for the attributeClassId field


name

java.lang.String name
The value for the name field


desc

java.lang.String desc
The value for the desc field


javaClassName

java.lang.String javaClassName
The value for the javaClassName field


collAttributeTypes

java.util.List collAttributeTypes
Collection to store aggregation of collAttributeTypes


lastAttributeTypesCriteria

org.apache.torque.util.Criteria lastAttributeTypesCriteria
The criteria used to select the current contents of collAttributeTypes


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.tigris.scarab.om.BaseAttributeClassManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseAttributeClassPeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseAttributeGroup extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

attributeGroupId

java.lang.Integer attributeGroupId
The value for the attributeGroupId field


name

java.lang.String name
The value for the name field


description

java.lang.String description
The value for the description field


moduleId

java.lang.Integer moduleId
The value for the moduleId field


issueTypeId

java.lang.Integer issueTypeId
The value for the issueTypeId field


active

boolean active
The value for the active field


dedupe

boolean dedupe
The value for the dedupe field


order

int order
The value for the order field


aModule

Module aModule

aIssueType

IssueType aIssueType

collRAttributeAttributeGroups

java.util.List collRAttributeAttributeGroups
Collection to store aggregation of collRAttributeAttributeGroups


lastRAttributeAttributeGroupsCriteria

org.apache.torque.util.Criteria lastRAttributeAttributeGroupsCriteria
The criteria used to select the current contents of collRAttributeAttributeGroups


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.tigris.scarab.om.BaseAttributeGroupManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseAttributeGroupPeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseAttributeManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseAttributeOption extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

optionId

java.lang.Integer optionId
The value for the optionId field


attributeId

java.lang.Integer attributeId
The value for the attributeId field


name

java.lang.String name
The value for the name field


deleted

boolean deleted
The value for the deleted field


aAttribute

Attribute aAttribute

collActivitysRelatedByOldOptionId

java.util.List collActivitysRelatedByOldOptionId
Collection to store aggregation of collActivitysRelatedByOldOptionId


lastActivitysRelatedByOldOptionIdCriteria

org.apache.torque.util.Criteria lastActivitysRelatedByOldOptionIdCriteria
The criteria used to select the current contents of collActivitysRelatedByOldOptionId


collActivitysRelatedByNewOptionId

java.util.List collActivitysRelatedByNewOptionId
Collection to store aggregation of collActivitysRelatedByNewOptionId


lastActivitysRelatedByNewOptionIdCriteria

org.apache.torque.util.Criteria lastActivitysRelatedByNewOptionIdCriteria
The criteria used to select the current contents of collActivitysRelatedByNewOptionId


collAttributes

java.util.List collAttributes
Collection to store aggregation of collAttributes


lastAttributesCriteria

org.apache.torque.util.Criteria lastAttributesCriteria
The criteria used to select the current contents of collAttributes


collConditions

java.util.List collConditions
Collection to store aggregation of collConditions


lastConditionsCriteria

org.apache.torque.util.Criteria lastConditionsCriteria
The criteria used to select the current contents of collConditions


collAttributeValues

java.util.List collAttributeValues
Collection to store aggregation of collAttributeValues


lastAttributeValuesCriteria

org.apache.torque.util.Criteria lastAttributeValuesCriteria
The criteria used to select the current contents of collAttributeValues


collRModuleOptions

java.util.List collRModuleOptions
Collection to store aggregation of collRModuleOptions


lastRModuleOptionsCriteria

org.apache.torque.util.Criteria lastRModuleOptionsCriteria
The criteria used to select the current contents of collRModuleOptions


collRIssueTypeOptions

java.util.List collRIssueTypeOptions
Collection to store aggregation of collRIssueTypeOptions


lastRIssueTypeOptionsCriteria

org.apache.torque.util.Criteria lastRIssueTypeOptionsCriteria
The criteria used to select the current contents of collRIssueTypeOptions


collROptionOptionsRelatedByOption1Id

java.util.List collROptionOptionsRelatedByOption1Id
Collection to store aggregation of collROptionOptionsRelatedByOption1Id


lastROptionOptionsRelatedByOption1IdCriteria

org.apache.torque.util.Criteria lastROptionOptionsRelatedByOption1IdCriteria
The criteria used to select the current contents of collROptionOptionsRelatedByOption1Id


collROptionOptionsRelatedByOption2Id

java.util.List collROptionOptionsRelatedByOption2Id
Collection to store aggregation of collROptionOptionsRelatedByOption2Id


lastROptionOptionsRelatedByOption2IdCriteria

org.apache.torque.util.Criteria lastROptionOptionsRelatedByOption2IdCriteria
The criteria used to select the current contents of collROptionOptionsRelatedByOption2Id


collTransitionsRelatedByFromOptionId

java.util.List collTransitionsRelatedByFromOptionId
Collection to store aggregation of collTransitionsRelatedByFromOptionId


lastTransitionsRelatedByFromOptionIdCriteria

org.apache.torque.util.Criteria lastTransitionsRelatedByFromOptionIdCriteria
The criteria used to select the current contents of collTransitionsRelatedByFromOptionId


collTransitionsRelatedByToOptionId

java.util.List collTransitionsRelatedByToOptionId
Collection to store aggregation of collTransitionsRelatedByToOptionId


lastTransitionsRelatedByToOptionIdCriteria

org.apache.torque.util.Criteria lastTransitionsRelatedByToOptionIdCriteria
The criteria used to select the current contents of collTransitionsRelatedByToOptionId


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.tigris.scarab.om.BaseAttributeOptionManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseAttributeOptionPeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseAttributePeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseAttributeType extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

attributeTypeId

java.lang.Integer attributeTypeId
The value for the attributeTypeId field


classId

java.lang.Integer classId
The value for the classId field


name

java.lang.String name
The value for the name field


javaClassName

java.lang.String javaClassName
The value for the javaClassName field


validationKey

java.lang.String validationKey
The value for the validationKey field


aAttributeClass

AttributeClass aAttributeClass

collAttributes

java.util.List collAttributes
Collection to store aggregation of collAttributes


lastAttributesCriteria

org.apache.torque.util.Criteria lastAttributesCriteria
The criteria used to select the current contents of collAttributes


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.tigris.scarab.om.BaseAttributeTypeManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseAttributeTypePeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseAttributeValue extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

valueId

java.lang.Long valueId
The value for the valueId field


issueId

java.lang.Long issueId
The value for the issueId field


attributeId

java.lang.Integer attributeId
The value for the attributeId field


numericValue

java.lang.Integer numericValue
The value for the numericValue field


optionId

java.lang.Integer optionId
The value for the optionId field


userId

java.lang.Integer userId
The value for the userId field


value

java.lang.String value
The value for the value field


deleted

boolean deleted
The value for the deleted field


aIssue

Issue aIssue

aAttribute

Attribute aAttribute

aAttributeOption

AttributeOption aAttributeOption

aScarabUser

ScarabUser aScarabUser

alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.tigris.scarab.om.BaseAttributeValueManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseAttributeValuePeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseCondition extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

conditionId

java.lang.Long conditionId
The value for the conditionId field


transitionId

java.lang.Integer transitionId
The value for the transitionId field


moduleId

java.lang.Integer moduleId
The value for the moduleId field


issueTypeId

java.lang.Integer issueTypeId
The value for the issueTypeId field


attributeId

java.lang.Integer attributeId
The value for the attributeId field


optionId

java.lang.Integer optionId
The value for the optionId field


aRModuleAttribute

RModuleAttribute aRModuleAttribute

aTransition

Transition aTransition

aAttribute

Attribute aAttribute

aAttributeOption

AttributeOption aAttributeOption

aRModuleIssueType

RModuleIssueType aRModuleIssueType

alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.tigris.scarab.om.BaseConditionManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseConditionPeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseDepend extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

dependId

java.lang.Integer dependId
The value for the dependId field


observedId

java.lang.Long observedId
The value for the observedId field


observerId

java.lang.Long observerId
The value for the observerId field


typeId

java.lang.Integer typeId
The value for the typeId field


deleted

boolean deleted
The value for the deleted field


aIssueRelatedByObservedId

Issue aIssueRelatedByObservedId

aIssueRelatedByObserverId

Issue aIssueRelatedByObserverId

aDependType

DependType aDependType

collActivitys

java.util.List collActivitys
Collection to store aggregation of collActivitys


lastActivitysCriteria

org.apache.torque.util.Criteria lastActivitysCriteria
The criteria used to select the current contents of collActivitys


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.tigris.scarab.om.BaseDependManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseDependPeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseDependType extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

dependTypeId

java.lang.Integer dependTypeId
The value for the dependTypeId field


name

java.lang.String name
The value for the name field


collDepends

java.util.List collDepends
Collection to store aggregation of collDepends


lastDependsCriteria

org.apache.torque.util.Criteria lastDependsCriteria
The criteria used to select the current contents of collDepends


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.tigris.scarab.om.BaseDependTypeManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseDependTypePeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseFrequency extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

frequencyId

java.lang.Integer frequencyId
The value for the frequencyId field


name

java.lang.String name
The value for the name field


collQuerys

java.util.List collQuerys
Collection to store aggregation of collQuerys


lastQuerysCriteria

org.apache.torque.util.Criteria lastQuerysCriteria
The criteria used to select the current contents of collQuerys


collRQueryUsers

java.util.List collRQueryUsers
Collection to store aggregation of collRQueryUsers


lastRQueryUsersCriteria

org.apache.torque.util.Criteria lastRQueryUsersCriteria
The criteria used to select the current contents of collRQueryUsers


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.tigris.scarab.om.BaseFrequencyManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseFrequencyPeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseGlobalParameter extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

parameterId

java.lang.Integer parameterId
The value for the parameterId field


name

java.lang.String name
The value for the name field


value

java.lang.String value
The value for the value field


moduleId

java.lang.Integer moduleId
The value for the moduleId field


aModule

Module aModule

alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.tigris.scarab.om.BaseGlobalParameterManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseGlobalParameterPeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseIssue extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

issueId

java.lang.Long issueId
The value for the issueId field


idPrefix

java.lang.String idPrefix
The value for the idPrefix field


idCount

int idCount
The value for the idCount field


idDomain

java.lang.String idDomain
The value for the idDomain field


typeId

java.lang.Integer typeId
The value for the typeId field


moduleId

java.lang.Integer moduleId
The value for the moduleId field


createdTransId

java.lang.Long createdTransId
The value for the createdTransId field


lastTransId

java.lang.Long lastTransId
The value for the lastTransId field


deleted

boolean deleted
The value for the deleted field


moved

boolean moved
The value for the moved field


aModule

Module aModule

aIssueType

IssueType aIssueType

aActivitySetRelatedByCreatedTransId

ActivitySet aActivitySetRelatedByCreatedTransId

aActivitySetRelatedByLastTransId

ActivitySet aActivitySetRelatedByLastTransId

collActivitys

java.util.List collActivitys
Collection to store aggregation of collActivitys


lastActivitysCriteria

org.apache.torque.util.Criteria lastActivitysCriteria
The criteria used to select the current contents of collActivitys


collAttachments

java.util.List collAttachments
Collection to store aggregation of collAttachments


lastAttachmentsCriteria

org.apache.torque.util.Criteria lastAttachmentsCriteria
The criteria used to select the current contents of collAttachments


collDependsRelatedByObservedId

java.util.List collDependsRelatedByObservedId
Collection to store aggregation of collDependsRelatedByObservedId


lastDependsRelatedByObservedIdCriteria

org.apache.torque.util.Criteria lastDependsRelatedByObservedIdCriteria
The criteria used to select the current contents of collDependsRelatedByObservedId


collDependsRelatedByObserverId

java.util.List collDependsRelatedByObserverId
Collection to store aggregation of collDependsRelatedByObserverId


lastDependsRelatedByObserverIdCriteria

org.apache.torque.util.Criteria lastDependsRelatedByObserverIdCriteria
The criteria used to select the current contents of collDependsRelatedByObserverId


collAttributeValues

java.util.List collAttributeValues
Collection to store aggregation of collAttributeValues


lastAttributeValuesCriteria

org.apache.torque.util.Criteria lastAttributeValuesCriteria
The criteria used to select the current contents of collAttributeValues


collIssueVotes

java.util.List collIssueVotes
Collection to store aggregation of collIssueVotes


lastIssueVotesCriteria

org.apache.torque.util.Criteria lastIssueVotesCriteria
The criteria used to select the current contents of collIssueVotes


collIssueTemplateInfos

java.util.List collIssueTemplateInfos
Collection to store aggregation of collIssueTemplateInfos


lastIssueTemplateInfosCriteria

org.apache.torque.util.Criteria lastIssueTemplateInfosCriteria
The criteria used to select the current contents of collIssueTemplateInfos


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.tigris.scarab.om.BaseIssueManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseIssuePeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseIssueTemplateInfo extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

issueId

java.lang.Long issueId
The value for the issueId field


name

java.lang.String name
The value for the name field


description

java.lang.String description
The value for the description field


approved

boolean approved
The value for the approved field


scopeId

java.lang.Integer scopeId
The value for the scopeId field


aIssue

Issue aIssue

aScope

Scope aScope

alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.tigris.scarab.om.BaseIssueTemplateInfoManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseIssueTemplateInfoPeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseIssueType extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

issueTypeId

java.lang.Integer issueTypeId
The value for the issueTypeId field


name

java.lang.String name
The value for the name field


description

java.lang.String description
The value for the description field


parentId

java.lang.Integer parentId
The value for the parentId field


dedupe

boolean dedupe
The value for the dedupe field


deleted

boolean deleted
The value for the deleted field


locked

boolean locked
The value for the locked field


isdefault

boolean isdefault
The value for the isdefault field


aIssueTypeRelatedByParentId

IssueType aIssueTypeRelatedByParentId

collAttributeGroups

java.util.List collAttributeGroups
Collection to store aggregation of collAttributeGroups


lastAttributeGroupsCriteria

org.apache.torque.util.Criteria lastAttributeGroupsCriteria
The criteria used to select the current contents of collAttributeGroups


collIssues

java.util.List collIssues
Collection to store aggregation of collIssues


lastIssuesCriteria

org.apache.torque.util.Criteria lastIssuesCriteria
The criteria used to select the current contents of collIssues


collRModuleIssueTypes

java.util.List collRModuleIssueTypes
Collection to store aggregation of collRModuleIssueTypes


lastRModuleIssueTypesCriteria

org.apache.torque.util.Criteria lastRModuleIssueTypesCriteria
The criteria used to select the current contents of collRModuleIssueTypes


collMITListItems

java.util.List collMITListItems
Collection to store aggregation of collMITListItems


lastMITListItemsCriteria

org.apache.torque.util.Criteria lastMITListItemsCriteria
The criteria used to select the current contents of collMITListItems


collRModuleAttributes

java.util.List collRModuleAttributes
Collection to store aggregation of collRModuleAttributes


lastRModuleAttributesCriteria

org.apache.torque.util.Criteria lastRModuleAttributesCriteria
The criteria used to select the current contents of collRModuleAttributes


collRIssueTypeAttributes

java.util.List collRIssueTypeAttributes
Collection to store aggregation of collRIssueTypeAttributes


lastRIssueTypeAttributesCriteria

org.apache.torque.util.Criteria lastRIssueTypeAttributesCriteria
The criteria used to select the current contents of collRIssueTypeAttributes


collRModuleOptions

java.util.List collRModuleOptions
Collection to store aggregation of collRModuleOptions


lastRModuleOptionsCriteria

org.apache.torque.util.Criteria lastRModuleOptionsCriteria
The criteria used to select the current contents of collRModuleOptions


collRIssueTypeOptions

java.util.List collRIssueTypeOptions
Collection to store aggregation of collRIssueTypeOptions


lastRIssueTypeOptionsCriteria

org.apache.torque.util.Criteria lastRIssueTypeOptionsCriteria
The criteria used to select the current contents of collRIssueTypeOptions


collRModuleUserAttributes

java.util.List collRModuleUserAttributes
Collection to store aggregation of collRModuleUserAttributes


lastRModuleUserAttributesCriteria

org.apache.torque.util.Criteria lastRModuleUserAttributesCriteria
The criteria used to select the current contents of collRModuleUserAttributes


collQuerys

java.util.List collQuerys
Collection to store aggregation of collQuerys


lastQuerysCriteria

org.apache.torque.util.Criteria lastQuerysCriteria
The criteria used to select the current contents of collQuerys


collReports

java.util.List collReports
Collection to store aggregation of collReports


lastReportsCriteria

org.apache.torque.util.Criteria lastReportsCriteria
The criteria used to select the current contents of collReports


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.tigris.scarab.om.BaseIssueTypeManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseIssueTypePeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseIssueVote extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

issueId

java.lang.Long issueId
The value for the issueId field


userId

java.lang.Integer userId
The value for the userId field


votes

int votes
The value for the votes field


aIssue

Issue aIssue

aScarabUser

ScarabUser aScarabUser

alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.


pks

org.apache.torque.om.SimpleKey[] pks

comboPK

org.apache.torque.om.ComboKey comboPK

Class org.tigris.scarab.om.BaseIssueVoteManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseIssueVotePeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseMITList extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

listId

java.lang.Long listId
The value for the listId field


name

java.lang.String name
The value for the name field


active

boolean active
The value for the active field


modifiable

boolean modifiable
The value for the modifiable field


userId

java.lang.Integer userId
The value for the userId field


aScarabUser

ScarabUser aScarabUser

collMITListItems

java.util.List collMITListItems
Collection to store aggregation of collMITListItems


lastMITListItemsCriteria

org.apache.torque.util.Criteria lastMITListItemsCriteria
The criteria used to select the current contents of collMITListItems


collRModuleUserAttributes

java.util.List collRModuleUserAttributes
Collection to store aggregation of collRModuleUserAttributes


lastRModuleUserAttributesCriteria

org.apache.torque.util.Criteria lastRModuleUserAttributesCriteria
The criteria used to select the current contents of collRModuleUserAttributes


collQuerys

java.util.List collQuerys
Collection to store aggregation of collQuerys


lastQuerysCriteria

org.apache.torque.util.Criteria lastQuerysCriteria
The criteria used to select the current contents of collQuerys


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.tigris.scarab.om.BaseMITListItem extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

itemId

java.lang.Long itemId
The value for the itemId field


moduleId

java.lang.Integer moduleId
The value for the moduleId field


issueTypeId

java.lang.Integer issueTypeId
The value for the issueTypeId field


listId

java.lang.Long listId
The value for the listId field


aMITList

MITList aMITList

aModule

Module aModule

aIssueType

IssueType aIssueType

alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.tigris.scarab.om.BaseMITListItemManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseMITListItemPeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseMITListManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseMITListPeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseModification extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

tableId

java.lang.Integer tableId
The value for the tableId field


columnId

java.lang.Integer columnId
The value for the columnId field


modifiedBy

java.lang.Integer modifiedBy
The value for the modifiedBy field


createdBy

java.lang.Integer createdBy
The value for the createdBy field


modifiedDate

java.util.Date modifiedDate
The value for the modifiedDate field


createdDate

java.util.Date createdDate
The value for the createdDate field


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.


pks

org.apache.torque.om.SimpleKey[] pks

comboPK

org.apache.torque.om.ComboKey comboPK

Class org.tigris.scarab.om.BaseModificationManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseModificationPeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseModuleManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseNotificationDefaultFilter extends org.apache.torque.om.BaseObject implements Serializable

Serialized Fields

moduleId

java.lang.Integer moduleId
The value for the moduleId field


roleId

java.lang.Integer roleId
The value for the roleId field


activityType

java.lang.String activityType
The value for the activityType field


managerId

java.lang.Integer managerId
The value for the managerId field


filterState

boolean filterState
The value for the filterState field


modifyable

boolean modifyable
The value for the modifyable field


aScarabRoleImpl

ScarabRoleImpl aScarabRoleImpl

aModule

Module aModule

alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.


pks

org.apache.torque.om.SimpleKey[] pks

comboPK

org.apache.torque.om.ComboKey comboPK

Class org.tigris.scarab.om.BaseNotificationDefaultFilterManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

Class org.tigris.scarab.om.BaseNotificationDefaultFilterPeer extends org.apache.torque.util.BasePeer implements Serializable