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

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

Serialized Fields

moduleId

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


userId

java.lang.Integer userId
The value for the userId 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


sendSelf

boolean sendSelf
The value for the sendSelf field


sendFailures

boolean sendFailures
The value for the sendFailures field


aScarabUser

ScarabUser aScarabUser

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.BaseNotificationFilterManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

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

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

Serialized Fields

activityId

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


creatorId

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


receiverId

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


status

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


creationDate

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


changeDate

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


comment

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


aScarabUser

ScarabUser aScarabUser

aActivity

Activity aActivity

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.BaseNotificationStatusManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

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

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

Serialized Fields

relationshipId

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


name

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


collROptionOptions

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


lastROptionOptionsCriteria

org.apache.torque.util.Criteria lastROptionOptionsCriteria
The criteria used to select the current contents of collROptionOptions


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.BaseOptionRelationshipManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

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

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

Serialized Fields

userId

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


groupId

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


roleName

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


aScarabUser

ScarabUser aScarabUser

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.BasePendingGroupUserRoleManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

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

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

Serialized Fields

queryId

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


userId

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


name

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


description

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


value

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


scopeId

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


issueTypeId

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


moduleId

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


listId

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


deleted

boolean deleted
The value for the deleted field


approved

boolean approved
The value for the approved field


createdDate

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


subscriptionFrequencyId

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


homePage

boolean homePage
The value for the homePage field


order

int order
The value for the order field


aScarabUser

ScarabUser aScarabUser

aScope

Scope aScope

aModule

Module aModule

aIssueType

IssueType aIssueType

aMITList

MITList aMITList

aFrequency

Frequency aFrequency

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.BaseQueryManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

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

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

Serialized Fields

groupId

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


attributeId

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


order

int order
The value for the order field


aAttribute

Attribute aAttribute

aAttributeGroup

AttributeGroup aAttributeGroup

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.BaseRAttributeAttributeGroupManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

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

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

Serialized Fields

reportId

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


userId

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


moduleId

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


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


queryString

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


scopeId

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


deleted

boolean deleted
The value for the deleted field


createdDate

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


aIssueType

IssueType aIssueType

aScarabUser

ScarabUser aScarabUser

aModule

Module aModule

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.BaseReportManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

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

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

Serialized Fields

attributeId

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


issueTypeId

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


active

boolean active
The value for the active field


required

boolean required
The value for the required field


order

int order
The value for the order field


quickSearch

boolean quickSearch
The value for the quickSearch field


defaultTextFlag

boolean defaultTextFlag
The value for the defaultTextFlag field


locked

boolean locked
The value for the locked field


aAttribute

Attribute aAttribute

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.


pks

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

comboPK

org.apache.torque.om.ComboKey comboPK

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

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

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

Serialized Fields

issueTypeId

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


optionId

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


active

boolean active
The value for the active field


locked

boolean locked
The value for the locked field


order

int order
The value for the order field


weight

int weight
The value for the weight field


aAttributeOption

AttributeOption aAttributeOption

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.


pks

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

comboPK

org.apache.torque.om.ComboKey comboPK

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

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

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

Serialized Fields

moduleId

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


attributeId

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


issueTypeId

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


displayValue

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


active

boolean active
The value for the active field


required

boolean required
The value for the required field


order

int order
The value for the order field


quickSearch

boolean quickSearch
The value for the quickSearch field


defaultTextFlag

boolean defaultTextFlag
The value for the defaultTextFlag field


aAttribute

Attribute aAttribute

aModule

Module aModule

aIssueType

IssueType aIssueType

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


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.BaseRModuleAttributeManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

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

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

Serialized Fields

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


display

boolean display
The value for the display field


order

int order
The value for the order field


dedupe

boolean dedupe
The value for the dedupe field


history

int history
The value for the history field


comments

int comments
The value for the comments field


displayName

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


displayDescription

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


aModule

Module aModule

aIssueType

IssueType aIssueType

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


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.BaseRModuleIssueTypeManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

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

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

Serialized Fields

moduleId

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


issueTypeId

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


optionId

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


displayValue

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


active

boolean active
The value for the active field


order

int order
The value for the order field


weight

int weight
The value for the weight field


aAttributeOption

AttributeOption aAttributeOption

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.


pks

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

comboPK

org.apache.torque.om.ComboKey comboPK

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

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

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

Serialized Fields

rmuaId

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


listId

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


moduleId

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


userId

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


issueTypeId

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


attributeId

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


internalAttribute

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


order

int order
The value for the order field


aMITList

MITList aMITList

aModule

Module aModule

aScarabUser

ScarabUser aScarabUser

aIssueType

IssueType aIssueType

aAttribute

Attribute aAttribute

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.BaseRModuleUserAttributeManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

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

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

Serialized Fields

option1Id

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


option2Id

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


relationshipId

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


weight

int weight
The value for the weight field


preferredOrder

int preferredOrder
The value for the preferredOrder field


aAttributeOptionRelatedByOption1Id

AttributeOption aAttributeOptionRelatedByOption1Id

aAttributeOptionRelatedByOption2Id

AttributeOption aAttributeOptionRelatedByOption2Id

aOptionRelationship

OptionRelationship aOptionRelationship

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.BaseROptionOptionManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

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

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

Serialized Fields

queryId

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


userId

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


isSubscribed

boolean isSubscribed
The value for the isSubscribed field


subscriptionFrequency

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


isdefault

boolean isdefault
The value for the isdefault field


aQuery

Query aQuery

aScarabUser

ScarabUser aScarabUser

aFrequency

Frequency aFrequency

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.BaseRQueryUserManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

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

Class org.tigris.scarab.om.BaseScarabModule extends AbstractScarabModule implements Serializable

Serialized Fields

moduleId

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


realName

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


domain

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


code

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


description

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


url

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


archiveEmail

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


parentId

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


ownerId

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


qaContactId

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


deleted

boolean deleted
The value for the deleted field


locked

boolean locked
The value for the locked field


classKey

int classKey
The value for the classKey field


aModuleRelatedByParentId

Module aModuleRelatedByParentId

aScarabUserRelatedByOwnerId

ScarabUser aScarabUserRelatedByOwnerId

aScarabUserRelatedByQaContactId

ScarabUser aScarabUserRelatedByQaContactId

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


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


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


collUserVotes

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


lastUserVotesCriteria

org.apache.torque.util.Criteria lastUserVotesCriteria
The criteria used to select the current contents of collUserVotes


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


collPendingGroupUserRoles

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


lastPendingGroupUserRolesCriteria

org.apache.torque.util.Criteria lastPendingGroupUserRolesCriteria
The criteria used to select the current contents of collPendingGroupUserRoles


collGlobalParameters

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


lastGlobalParametersCriteria

org.apache.torque.util.Criteria lastGlobalParametersCriteria
The criteria used to select the current contents of collGlobalParameters


collNotificationFilters

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


lastNotificationFiltersCriteria

org.apache.torque.util.Criteria lastNotificationFiltersCriteria
The criteria used to select the current contents of collNotificationFilters


collNotificationDefaultFilters

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


lastNotificationDefaultFiltersCriteria

org.apache.torque.util.Criteria lastNotificationDefaultFiltersCriteria
The criteria used to select the current contents of collNotificationDefaultFilters


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.BaseScarabModulePeer extends org.apache.torque.util.BasePeer implements Serializable

Class org.tigris.scarab.om.BaseScarabRoleImpl extends org.apache.fulcrum.security.impl.db.entity.TurbineRole implements Serializable

Serialized Fields

collNotificationDefaultFilters

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


lastNotificationDefaultFiltersCriteria

org.apache.torque.util.Criteria lastNotificationDefaultFiltersCriteria
The criteria used to select the current contents of collNotificationDefaultFilters

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

Class org.tigris.scarab.om.BaseScarabRoleImplPeer extends org.apache.fulcrum.security.impl.db.entity.TurbineRolePeer implements Serializable

Class org.tigris.scarab.om.BaseScarabUserImpl extends org.apache.fulcrum.security.impl.db.entity.TurbineUser implements Serializable

Serialized Fields

collActivitysRelatedByOldUserId

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


lastActivitysRelatedByOldUserIdCriteria

org.apache.torque.util.Criteria lastActivitysRelatedByOldUserIdCriteria
The criteria used to select the current contents of collActivitysRelatedByOldUserId


collActivitysRelatedByNewUserId

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


lastActivitysRelatedByNewUserIdCriteria

org.apache.torque.util.Criteria lastActivitysRelatedByNewUserIdCriteria
The criteria used to select the current contents of collActivitysRelatedByNewUserId


collAttachmentsRelatedByCreatedBy

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


lastAttachmentsRelatedByCreatedByCriteria

org.apache.torque.util.Criteria lastAttachmentsRelatedByCreatedByCriteria
The criteria used to select the current contents of collAttachmentsRelatedByCreatedBy


collAttachmentsRelatedByModifiedBy

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


lastAttachmentsRelatedByModifiedByCriteria

org.apache.torque.util.Criteria lastAttachmentsRelatedByModifiedByCriteria
The criteria used to select the current contents of collAttachmentsRelatedByModifiedBy


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


collMITLists

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


lastMITListsCriteria

org.apache.torque.util.Criteria lastMITListsCriteria
The criteria used to select the current contents of collMITLists


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


collScarabModulesRelatedByOwnerId

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


lastScarabModulesRelatedByOwnerIdCriteria

org.apache.torque.util.Criteria lastScarabModulesRelatedByOwnerIdCriteria
The criteria used to select the current contents of collScarabModulesRelatedByOwnerId


collScarabModulesRelatedByQaContactId

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


lastScarabModulesRelatedByQaContactIdCriteria

org.apache.torque.util.Criteria lastScarabModulesRelatedByQaContactIdCriteria
The criteria used to select the current contents of collScarabModulesRelatedByQaContactId


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


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


collUserPreferences

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


lastUserPreferencesCriteria

org.apache.torque.util.Criteria lastUserPreferencesCriteria
The criteria used to select the current contents of collUserPreferences


collUserVotes

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


lastUserVotesCriteria

org.apache.torque.util.Criteria lastUserVotesCriteria
The criteria used to select the current contents of collUserVotes


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


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


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


collPendingGroupUserRoles

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


lastPendingGroupUserRolesCriteria

org.apache.torque.util.Criteria lastPendingGroupUserRolesCriteria
The criteria used to select the current contents of collPendingGroupUserRoles


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


collNotificationFilters

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


lastNotificationFiltersCriteria

org.apache.torque.util.Criteria lastNotificationFiltersCriteria
The criteria used to select the current contents of collNotificationFilters

Class org.tigris.scarab.om.BaseScarabUserImplPeer extends org.apache.fulcrum.security.impl.db.entity.TurbineUserPeer implements Serializable

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

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

Serialized Fields

scopeId

java.lang.Integer scopeId
The value for the scopeId 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


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


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.BaseScopeManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

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

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

Serialized Fields

transitionId

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


roleId

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


attributeId

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


fromOptionId

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


toOptionId

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


disabledIfBlocked

boolean disabledIfBlocked
The value for the disabledIfBlocked field


aAttribute

Attribute aAttribute

aAttributeOptionRelatedByFromOptionId

AttributeOption aAttributeOptionRelatedByFromOptionId

aAttributeOptionRelatedByToOptionId

AttributeOption aAttributeOptionRelatedByToOptionId

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


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.BaseTransitionManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

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

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

Serialized Fields

userId

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


passwordExpire

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


enterIssueRedirect

int enterIssueRedirect
The value for the enterIssueRedirect field


homePage

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


locale

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


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.BaseUserPreferenceManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

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

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

Serialized Fields

moduleId

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


userId

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


totalVotes

int totalVotes
The value for the totalVotes field


usedVotes

int usedVotes
The value for the usedVotes field


aModule

Module aModule

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.BaseUserVoteManager extends org.apache.torque.manager.AbstractBaseManager implements Serializable

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

Class org.tigris.scarab.om.Condition extends BaseCondition implements Serializable

Class org.tigris.scarab.om.ConditionManager extends BaseConditionManager implements Serializable

Class org.tigris.scarab.om.ConditionPeer extends BaseConditionPeer implements Serializable

Class org.tigris.scarab.om.Depend extends BaseDepend implements Serializable

Serialized Fields

defaultModule

Module defaultModule
A Module object which represents the default module.


observerUniqueId

java.lang.String observerUniqueId
A Module object which represents the default module.


description

java.lang.String description
a user based comment about why this dependency is the way it is.


selected

boolean selected
The selection state (used from Frontend to kep info about wether the issue is currently selected for an operation. This field is NOT stored in the Database!

Class org.tigris.scarab.om.DependManager extends BaseDependManager implements Serializable

Class org.tigris.scarab.om.DependPeer extends BaseDependPeer implements Serializable

Class org.tigris.scarab.om.DependType extends BaseDependType implements Serializable

Class org.tigris.scarab.om.DependTypeManager extends BaseDependTypeManager implements Serializable

Class org.tigris.scarab.om.DependTypePeer extends BaseDependTypePeer implements Serializable

Class org.tigris.scarab.om.Frequency extends BaseFrequency implements Serializable

Class org.tigris.scarab.om.FrequencyManager extends BaseFrequencyManager implements Serializable

Class org.tigris.scarab.om.FrequencyPeer extends BaseFrequencyPeer implements Serializable

Class org.tigris.scarab.om.GlobalParameter extends BaseGlobalParameter implements Serializable

Class org.tigris.scarab.om.GlobalParameterManager extends BaseGlobalParameterManager implements Serializable

Class org.tigris.scarab.om.GlobalParameterPeer extends BaseGlobalParameterPeer implements Serializable

Class org.tigris.scarab.om.Issue extends BaseIssue implements Serializable

Serialized Fields

unSavedAttachments

java.util.List unSavedAttachments
storage for any attachments which have not been saved yet

Class org.tigris.scarab.om.Issue.FederatedId extends java.lang.Object implements Serializable

Serialized Fields

domainId

java.lang.String domainId

prefix

java.lang.String prefix

count

int count

Class org.tigris.scarab.om.IssueManager extends BaseIssueManager implements Serializable

Class org.tigris.scarab.om.IssuePeer extends BaseIssuePeer implements Serializable

Class org.tigris.scarab.om.IssueTemplateInfo extends BaseIssueTemplateInfo implements Serializable

Class org.tigris.scarab.om.IssueTemplateInfoManager extends BaseIssueTemplateInfoManager implements Serializable

Class org.tigris.scarab.om.IssueTemplateInfoPeer extends BaseIssueTemplateInfoPeer implements Serializable

Class org.tigris.scarab.om.IssueType extends BaseIssueType implements Serializable

Serialized Fields

templateIssueType

IssueType templateIssueType

parentIssueType

IssueType parentIssueType

Class org.tigris.scarab.om.IssueTypeManager extends BaseIssueTypeManager implements Serializable

Class org.tigris.scarab.om.IssueTypePeer extends BaseIssueTypePeer implements Serializable

Class org.tigris.scarab.om.IssueVote extends BaseIssueVote implements Serializable

Class org.tigris.scarab.om.IssueVoteManager extends BaseIssueVoteManager implements Serializable

Class org.tigris.scarab.om.IssueVotePeer extends BaseIssueVotePeer implements Serializable

Class org.tigris.scarab.om.MITList extends BaseMITList implements Serializable

Serialized Fields

aScarabUser

ScarabUser aScarabUser
A local reference to the user.


itemsScheduledForDeletion

java.util.List itemsScheduledForDeletion

expandedList

java.util.List expandedList
Cache the expanded list because it is widely used and unlikely to change after initialization.


isAllMITs

boolean isAllMITs
Whether this list represents everything the user can query.

Class org.tigris.scarab.om.MITListItem extends BaseMITListItem implements Serializable

Class org.tigris.scarab.om.MITListItemManager extends BaseMITListItemManager implements Serializable

Class org.tigris.scarab.om.MITListItemPeer extends BaseMITListItemPeer implements Serializable

Class org.tigris.scarab.om.MITListManager extends BaseMITListManager implements Serializable

Class org.tigris.scarab.om.MITListPeer extends BaseMITListPeer implements Serializable

Class org.tigris.scarab.om.Modification extends BaseModification implements Serializable

Class org.tigris.scarab.om.ModificationManager extends BaseModificationManager implements Serializable

Class org.tigris.scarab.om.ModificationPeer extends BaseModificationPeer implements Serializable

Class org.tigris.scarab.om.ModuleManager extends BaseModuleManager implements Serializable

Class org.tigris.scarab.om.NotificationDefaultFilter extends BaseNotificationDefaultFilter implements Serializable

Class org.tigris.scarab.om.NotificationDefaultFilterManager extends BaseNotificationDefaultFilterManager implements Serializable

Class org.tigris.scarab.om.NotificationDefaultFilterPeer extends BaseNotificationDefaultFilterPeer implements Serializable

Class org.tigris.scarab.om.NotificationFilter extends BaseNotificationFilter implements Serializable

Class org.tigris.scarab.om.NotificationFilterManager extends BaseNotificationFilterManager implements Serializable

Class org.tigris.scarab.om.NotificationFilterPeer extends BaseNotificationFilterPeer implements Serializable

Class org.tigris.scarab.om.NotificationStatus extends BaseNotificationStatus implements Serializable

Serialized Fields

activityType

ActivityType activityType

issueId

java.lang.Long issueId

Class org.tigris.scarab.om.NotificationStatusManager extends BaseNotificationStatusManager implements Serializable

Class org.tigris.scarab.om.NotificationStatusPeer extends BaseNotificationStatusPeer implements Serializable

Class org.tigris.scarab.om.OptionRelationship extends BaseOptionRelationship implements Serializable

Class org.tigris.scarab.om.OptionRelationshipManager extends BaseOptionRelationshipManager implements Serializable

Class org.tigris.scarab.om.OptionRelationshipPeer extends BaseOptionRelationshipPeer implements Serializable

Class org.tigris.scarab.om.ParentChildAttributeOption extends java.lang.Object implements Serializable

Serialized Fields

attributeId

java.lang.Integer attributeId

optionId

java.lang.Integer optionId

parentId

java.lang.Integer parentId

deleted

boolean deleted

name

java.lang.String name

preferredOrder

int preferredOrder

weight

int weight

ancestors

java.util.List ancestors

Class org.tigris.scarab.om.PendingGroupUserRole extends BasePendingGroupUserRole implements Serializable

Class org.tigris.scarab.om.PendingGroupUserRoleManager extends BasePendingGroupUserRoleManager implements Serializable

Class org.tigris.scarab.om.PendingGroupUserRolePeer extends BasePendingGroupUserRolePeer implements Serializable

Class org.tigris.scarab.om.Query extends BaseQuery implements Serializable

Serialized Fields

scarabUser

ScarabUser scarabUser
A local reference, so that getScarabUser is guaranteed to return the same instance as was passed to setScarabUser

Class org.tigris.scarab.om.QueryManager extends BaseQueryManager implements Serializable

Class org.tigris.scarab.om.QueryPeer extends BaseQueryPeer implements Serializable

Class org.tigris.scarab.om.RAttributeAttributeGroup extends BaseRAttributeAttributeGroup implements Serializable

Class org.tigris.scarab.om.RAttributeAttributeGroupManager extends BaseRAttributeAttributeGroupManager implements Serializable

Class org.tigris.scarab.om.RAttributeAttributeGroupPeer extends BaseRAttributeAttributeGroupPeer implements Serializable

Class org.tigris.scarab.om.Report extends BaseReport implements Serializable

Class org.tigris.scarab.om.ReportManager extends BaseReportManager implements Serializable

Class org.tigris.scarab.om.ReportPeer extends BaseReportPeer implements Serializable

Class org.tigris.scarab.om.RIssueTypeAttribute extends BaseRIssueTypeAttribute implements Serializable

Class org.tigris.scarab.om.RIssueTypeAttributeManager extends BaseRIssueTypeAttributeManager implements Serializable

Class org.tigris.scarab.om.RIssueTypeAttributePeer extends BaseRIssueTypeAttributePeer implements Serializable

Class org.tigris.scarab.om.RIssueTypeOption extends BaseRIssueTypeOption implements Serializable

Class org.tigris.scarab.om.RIssueTypeOptionManager extends BaseRIssueTypeOptionManager implements Serializable

Class org.tigris.scarab.om.RIssueTypeOptionPeer extends BaseRIssueTypeOptionPeer implements Serializable

Class org.tigris.scarab.om.RModuleAttribute extends BaseRModuleAttribute implements Serializable

Class org.tigris.scarab.om.RModuleAttributeManager extends BaseRModuleAttributeManager implements Serializable

Class org.tigris.scarab.om.RModuleAttributePeer extends BaseRModuleAttributePeer implements Serializable

Class org.tigris.scarab.om.RModuleIssueType extends BaseRModuleIssueType implements Serializable

Class org.tigris.scarab.om.RModuleIssueTypeManager extends BaseRModuleIssueTypeManager implements Serializable

Class org.tigris.scarab.om.RModuleIssueTypePeer extends BaseRModuleIssueTypePeer implements Serializable

Class org.tigris.scarab.om.RModuleOption extends BaseRModuleOption implements Serializable

Serialized Fields

level

int level

Class org.tigris.scarab.om.RModuleOptionManager extends BaseRModuleOptionManager implements Serializable

Class org.tigris.scarab.om.RModuleOptionPeer extends BaseRModuleOptionPeer implements Serializable

Class org.tigris.scarab.om.RModuleUserAttribute extends BaseRModuleUserAttribute implements Serializable

Class org.tigris.scarab.om.RModuleUserAttributeManager extends BaseRModuleUserAttributeManager implements Serializable

Class org.tigris.scarab.om.RModuleUserAttributePeer extends BaseRModuleUserAttributePeer implements Serializable

Class org.tigris.scarab.om.ROptionOption extends BaseROptionOption implements Serializable

Serialized Fields

level

int level

Class org.tigris.scarab.om.ROptionOptionManager extends BaseROptionOptionManager implements Serializable

Class org.tigris.scarab.om.ROptionOptionPeer extends BaseROptionOptionPeer implements Serializable

Class org.tigris.scarab.om.RQueryUser extends BaseRQueryUser implements Serializable

Class org.tigris.scarab.om.RQueryUserManager extends BaseRQueryUserManager implements Serializable

Class org.tigris.scarab.om.RQueryUserPeer extends BaseRQueryUserPeer implements Serializable

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

Serialized Fields

created_by_id

int created_by_id

created_date

java.util.Date created_date

modified_date

java.util.Date modified_date

Class org.tigris.scarab.om.ScarabModule extends BaseScarabModule implements Serializable

Serialized Fields

httpDomain

java.lang.String httpDomain

instanceId

java.lang.String instanceId

port

java.lang.String port

scheme

java.lang.String scheme

scriptName

java.lang.String scriptName

Class org.tigris.scarab.om.ScarabModuleContainer extends ScarabModule implements Serializable

Class org.tigris.scarab.om.ScarabModulePeer extends BaseScarabModulePeer implements Serializable

Class org.tigris.scarab.om.ScarabRoleImpl extends BaseScarabRoleImpl implements Serializable

Class org.tigris.scarab.om.ScarabRoleImplManager extends BaseScarabRoleImplManager implements Serializable

Class org.tigris.scarab.om.ScarabRoleImplPeer extends BaseScarabRoleImplPeer implements Serializable

Class org.tigris.scarab.om.ScarabUserImpl extends BaseScarabUserImpl implements Serializable

Serialized Fields

internalUser

AbstractScarabUser internalUser

Class org.tigris.scarab.om.ScarabUserImplPeer extends BaseScarabUserImplPeer implements Serializable

Class org.tigris.scarab.om.ScarabUserManager extends BaseScarabUserManager implements Serializable

Class org.tigris.scarab.om.Scope extends BaseScope implements Serializable

Class org.tigris.scarab.om.ScopeManager extends BaseScopeManager implements Serializable

Class org.tigris.scarab.om.ScopePeer extends BaseScopePeer implements Serializable

Class org.tigris.scarab.om.Transition extends BaseTransition implements Serializable

Class org.tigris.scarab.om.TransitionManager extends BaseTransitionManager implements Serializable

Class org.tigris.scarab.om.TransitionPeer extends BaseTransitionPeer implements Serializable

Class org.tigris.scarab.om.UserPreference extends BaseUserPreference implements Serializable

Class org.tigris.scarab.om.UserPreferenceManager extends BaseUserPreferenceManager implements Serializable

Class org.tigris.scarab.om.UserPreferencePeer extends BaseUserPreferencePeer implements Serializable

Class org.tigris.scarab.om.UserVote extends BaseUserVote implements Serializable

Class org.tigris.scarab.om.UserVoteManager extends BaseUserVoteManager implements Serializable

Class org.tigris.scarab.om.UserVotePeer extends BaseUserVotePeer implements Serializable


Package org.tigris.scarab.util

Class org.tigris.scarab.util.AntServlet extends javax.servlet.http.HttpServlet implements Serializable

Class org.tigris.scarab.util.ScarabException extends org.apache.turbine.TurbineException implements Serializable

Serialized Fields

l10nMessage

Localizable l10nMessage
The exception message in non-localized form. Further infos, see the getmessage methods below.


localizer

ScarabLocalizationTool localizer
Holds value of property localizer.

Class org.tigris.scarab.util.ScarabLocalizedTorqueException extends org.apache.torque.TorqueException implements Serializable

Serialized Fields

throwable

java.lang.Throwable throwable

localizer

ScarabLocalizationTool localizer

Class org.tigris.scarab.util.ScarabLocalizedTurbineSecurityException extends org.apache.fulcrum.security.util.TurbineSecurityException implements Serializable

Serialized Fields

throwable

java.lang.Throwable throwable

localizer

ScarabLocalizationTool localizer

Class org.tigris.scarab.util.ScarabRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

l10nMessage

Localizable l10nMessage
The exception message in non-localized form. Further infos, see the getmessage methods below.


nested

java.lang.Throwable nested
Placeholder for a nested exception (may be null)

Class org.tigris.scarab.util.ValidationException extends ScarabException implements Serializable


Package org.tigris.scarab.util.word

Class org.tigris.scarab.util.word.ComplexQueryException extends ScarabException implements Serializable

Class org.tigris.scarab.util.word.IssueSearch extends Issue implements Serializable

Serialized Fields

conn

java.sql.Connection conn
The managed database connection used while iterating over large query result sets using a cursor. This connection must be explicitly closed when done with it (e.g. at the end of the request)!


searchStmt

java.sql.Statement searchStmt
The statement that will be used by the connection to get the issue ids for the query.


searchRS

java.sql.ResultSet searchRS
The ResultSet(s) that contains the issue ids for a query.


stmtList

java.util.List stmtList
The statement(s) that will be used by the connection to obtain the ResultSet for column data to be shown for the query. Statements should be closed when no longer needed. Closing a Statement will release any associated ResultSets for a compliant jdbc driver, but we don't rely on this behavior.


rsList

java.util.List rsList
The ResultSet(s) that contain query result column data. We store the size along with the RS in a ResultSetAndSize object, where size is the number of columns in the RS.


connectionStartTime

long connectionStartTime
used to track how long we hold the connection


formatter

java.text.SimpleDateFormat formatter

searchWords

java.lang.String searchWords

commentQuery

java.lang.String commentQuery

textScope

java.lang.Integer[] textScope

minId

java.lang.String minId

maxId

java.lang.String maxId

minDate

java.lang.String minDate

maxDate

java.lang.String maxDate

minVotes

int minVotes

stateChangeAttributeId

java.lang.Integer stateChangeAttributeId

stateChangeFromOptionId

java.lang.Integer stateChangeFromOptionId

stateChangeToOptionId

java.lang.Integer stateChangeToOptionId

stateChangeFromDate

java.lang.String stateChangeFromDate

stateChangeToDate

java.lang.String stateChangeToDate

sortAttributeId

java.lang.Integer sortAttributeId
sortAttributeId and sortInternalAttribute hold the attribute to be used for sorting. Only one of them must be setted.


sortInternalAttribute

java.lang.String sortInternalAttribute

sortPolarity

java.lang.String sortPolarity

mitList

MITList mitList

userIdList

java.util.List userIdList

userSearchCriteriaList

java.util.List userSearchCriteriaList

lastUsedAVList

java.util.List lastUsedAVList

modified

boolean modified

lastTotalIssueCount

int lastTotalIssueCount

lastQueryResults

IteratorWithSize lastQueryResults

issueListAttributeColumns

java.util.List issueListAttributeColumns

moduleMap

org.apache.commons.collections.map.LRUMap moduleMap

rmitMap

org.apache.commons.collections.map.LRUMap rmitMap

isSearchAllowed

boolean isSearchAllowed

joinCounter

int joinCounter
A counter of inner joins used in a query


locale

java.util.Locale locale
This is the locale that the search is currently running under. We need it to parse the date attributes. It defaults to the US locale as that was the behaviour before.


parser

org.apache.fulcrum.parser.StringValueParser parser

L10N

ScarabLocalizationTool L10N

isOperable

boolean isOperable

Class org.tigris.scarab.util.word.MaxConcurrentSearchException extends ScarabException implements Serializable


Package org.tigris.scarab.util.xmlissues

Class org.tigris.scarab.util.xmlissues.BaseDate extends java.lang.Object implements Serializable

Serialized Fields

format

java.lang.String format

timestamp

java.lang.String timestamp

Class org.tigris.scarab.util.xmlissues.CreatedDate extends BaseDate implements Serializable

Class org.tigris.scarab.util.xmlissues.Dependency extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

type

java.lang.String type

child

java.lang.String child

parent

java.lang.String parent

deleted

boolean deleted

Class org.tigris.scarab.util.xmlissues.EndDate extends BaseDate implements Serializable

Class org.tigris.scarab.util.xmlissues.ModifiedDate extends BaseDate implements Serializable

Class org.tigris.scarab.util.xmlissues.ScarabIssues extends java.lang.Object implements Serializable

Serialized Fields

module

XmlModule module

issues

java.util.List issues
Betwixt parser adds here instance of issues found in parsed xml.


importType

java.lang.String importType

importTypeCode

int importTypeCode

allDependencies

java.util.List allDependencies

issueXMLMap

java.util.Map issueXMLMap
Maps issue IDs from the XML file to IDs assigned by the DB.


activitySetIdMap

java.util.Map activitySetIdMap
Maps activity set IDs from the XML file to IDs assigned by the DB.


attachmentIdMap

java.util.Map attachmentIdMap
Maps attachment IDs from the XML file to IDs assigned by the DB.


dependActivitySetId

java.util.List dependActivitySetId
Maps dependency IDs from the XML file to IDs assigned by the DB.


inValidationMode

boolean inValidationMode
We default to be in validation mode. Insert only occurs post-validation.


importErrors

ImportErrors importErrors
A record of any errors encountered during the import. Set by ImportIssues after an instance is created during XML parsing.


importUsers

java.util.Set importUsers
The users referenced by the XML file.


addUsers

boolean addUsers
property for adding users during the import


allowFileAttachments

boolean allowFileAttachments
The current file attachment handling code has a security bug that can allow a user to see any file on the host that is readable by scarab. It is not easy to exploit this hole, and there are cases where we want to use the functionality and can be sure the hole is not being exploited. So adding a flag to disallow file attachments when importing through the UI. This flag is set by ImportIssues after our instance is created during XML parsing.

Class org.tigris.scarab.util.xmlissues.XmlActivity extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

attribute

java.lang.String attribute

oldNumericValue

java.lang.String oldNumericValue

newNumericValue

java.lang.String newNumericValue

oldUser

java.lang.String oldUser

newUser

java.lang.String newUser

oldOption

java.lang.String oldOption

newOption

java.lang.String newOption

oldValue

java.lang.String oldValue

newValue

java.lang.String newValue

dependency

Dependency dependency

description

java.lang.String description

endDate

EndDate endDate

attachment

XmlAttachment attachment

type

java.lang.String type

isNewActivity

boolean isNewActivity

Class org.tigris.scarab.util.xmlissues.XmlActivitySet extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

type

java.lang.String type

createdBy

java.lang.String createdBy

createdDate

CreatedDate createdDate

activities

java.util.List activities

attachment

XmlAttachment attachment

Class org.tigris.scarab.util.xmlissues.XmlAttachment extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

name

java.lang.String name

type

java.lang.String type

data

java.lang.String data

filename

java.lang.String filename

mimetype

java.lang.String mimetype

createdDate

CreatedDate createdDate

modifiedDate

ModifiedDate modifiedDate

createdBy

java.lang.String createdBy

modifiedBy

java.lang.String modifiedBy

deleted

boolean deleted

reconcilePath

boolean reconcilePath

Class org.tigris.scarab.util.xmlissues.XmlIssue extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

artifactType

java.lang.String artifactType

activitySets

java.util.List activitySets

Class org.tigris.scarab.util.xmlissues.XmlModule extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Integer id

parentId

java.lang.Integer parentId

owner

java.lang.String owner

name

java.lang.String name

description

java.lang.String description

url

java.lang.String url

domain

java.lang.String domain

code

java.lang.String code


Package org.tigris.scarab.notification

Class org.tigris.scarab.notification.ScarabNewNotificationManager extends javax.servlet.http.HttpServlet implements Serializable

Class org.tigris.scarab.notification.ScarabNotificationManager extends ScarabNewNotificationManager implements Serializable


Package org.tigris.scarab.reports

Class org.tigris.scarab.reports.IncompatibleMITListException extends ScarabException implements Serializable

Class org.tigris.scarab.reports.ModuleIssueType extends java.lang.Object implements Serializable

Serialized Fields

moduleId

java.lang.Integer moduleId

issueTypeId

java.lang.Integer issueTypeId

queryKey

java.lang.String queryKey

Class org.tigris.scarab.reports.ReportAxis extends java.lang.Object implements Serializable

Serialized Fields

reportHeadings

java.util.List reportHeadings

queryKey

java.lang.String queryKey

Class org.tigris.scarab.reports.ReportBridge extends java.lang.Object implements Serializable

Serialized Fields

generatedBy

ScarabUser generatedBy

generatedDate

java.util.Date generatedDate

torqueReport

Report torqueReport

reportDefn

ReportDefinition reportDefn

newHeading

ReportHeading newHeading

Class org.tigris.scarab.reports.ReportDate extends java.lang.Object implements Serializable

Serialized Fields

time

long time

queryKey

java.lang.String queryKey

Class org.tigris.scarab.reports.ReportDateRange extends java.lang.Object implements Serializable

Serialized Fields

minTime

long minTime

maxTime

long maxTime

queryKey

java.lang.String queryKey

Class org.tigris.scarab.reports.ReportDefinition extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

description

java.lang.String description

format

java.lang.String format

moduleIssueTypes

java.util.List moduleIssueTypes

reportAxisList

java.util.List reportAxisList

defaultDate

ReportDate defaultDate

Class org.tigris.scarab.reports.ReportGroup extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

reportOptionAttributes

java.util.List reportOptionAttributes

reportUserAttributes

java.util.List reportUserAttributes

queryKey

java.lang.String queryKey

Class org.tigris.scarab.reports.ReportHeading extends java.lang.Object implements Serializable

Serialized Fields

reportGroups

java.util.List reportGroups

reportOptionAttributes

java.util.List reportOptionAttributes

reportDates

java.util.List reportDates

reportUserAttributes

java.util.List reportUserAttributes

reportDateRanges

java.util.List reportDateRanges

queryKey

java.lang.String queryKey

Class org.tigris.scarab.reports.ReportOptionAttribute extends java.lang.Object implements Serializable

Serialized Fields

optionId

java.lang.Integer optionId

queryKey

java.lang.String queryKey

Class org.tigris.scarab.reports.ReportUserAttribute extends java.lang.Object implements Serializable

Serialized Fields

attributeId

java.lang.Integer attributeId

userId

java.lang.Integer userId

queryKey

java.lang.String queryKey


Package org.tigris.scarab.tools

Class org.tigris.scarab.tools.SecurityAdminTool extends java.lang.Object implements Serializable


Package org.tigris.scarab.attribute

Class org.tigris.scarab.attribute.ComboBoxAttribute extends SelectOneAttribute implements Serializable

Class org.tigris.scarab.attribute.DateAttribute extends StringAttribute implements Serializable

Class org.tigris.scarab.attribute.FreeFormAttribute extends AttributeValue implements Serializable

Class org.tigris.scarab.attribute.IntegerAttribute extends StringAttribute implements Serializable

Class org.tigris.scarab.attribute.OptionAttribute extends AttributeValue implements Serializable

Class org.tigris.scarab.attribute.SelectOneAttribute extends OptionAttribute implements Serializable

Class org.tigris.scarab.attribute.StringAttribute extends FreeFormAttribute implements Serializable

Class org.tigris.scarab.attribute.TotalVotesAttribute extends AttributeValue implements Serializable

Class org.tigris.scarab.attribute.UserAttribute extends AttributeValue implements Serializable


Package org.tigris.scarab.cactus

Class org.tigris.scarab.cactus.SampleServlet extends javax.servlet.http.HttpServlet implements Serializable


Package org.tigris.scarab.xmlrpc

Class org.tigris.scarab.xmlrpc.ScarabUpdateException extends java.lang.Exception implements Serializable


Package org.tigris.scarab.services.cache

Class org.tigris.scarab.services.cache.ScarabCacheKey extends java.lang.Object implements Serializable

Serialized Fields

n

int n

instanceOrClass

java.io.Serializable instanceOrClass

method

java.lang.String method

arg1

java.io.Serializable arg1

arg2

java.io.Serializable arg2

arg3

java.io.Serializable arg3

moreThanThree

java.io.Serializable[] moreThanThree

disposed

boolean disposed
The disposed flag.



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