org.tigris.scarab.om
Class BaseScarabUserImpl

java.lang.Object
  extended byorg.apache.torque.om.BaseObject
      extended byorg.apache.fulcrum.security.impl.db.entity.BaseTurbineUser
          extended byorg.apache.fulcrum.security.impl.db.entity.TurbineUser
              extended byorg.tigris.scarab.om.BaseScarabUserImpl
All Implemented Interfaces:
org.apache.torque.om.Persistent, org.apache.fulcrum.intake.Retrievable, org.apache.fulcrum.security.entity.SecurityEntity, java.io.Serializable, org.apache.fulcrum.security.session.SessionBindingListener, org.apache.fulcrum.security.entity.User
Direct Known Subclasses:
ScarabUserImpl

public abstract class BaseScarabUserImpl
extends org.apache.fulcrum.security.impl.db.entity.TurbineUser
implements org.apache.fulcrum.intake.Retrievable

You should not use this class directly. It should not even be extended all references should be to ScarabUserImpl

See Also:
Serialized Form

Field Summary
protected  java.util.List collActivitySets
          Collection to store aggregation of collActivitySets
protected  java.util.List collActivitysRelatedByNewUserId
          Collection to store aggregation of collActivitysRelatedByNewUserId
protected  java.util.List collActivitysRelatedByOldUserId
          Collection to store aggregation of collActivitysRelatedByOldUserId
protected  java.util.List collAttachmentsRelatedByCreatedBy
          Collection to store aggregation of collAttachmentsRelatedByCreatedBy
protected  java.util.List collAttachmentsRelatedByModifiedBy
          Collection to store aggregation of collAttachmentsRelatedByModifiedBy
protected  java.util.List collAttributes
          Collection to store aggregation of collAttributes
protected  java.util.List collAttributeValues
          Collection to store aggregation of collAttributeValues
protected  java.util.List collIssueVotes
          Collection to store aggregation of collIssueVotes
protected  java.util.List collMITLists
          Collection to store aggregation of collMITLists
protected  java.util.List collNotificationFilters
          Collection to store aggregation of collNotificationFilters
protected  java.util.List collNotificationStatuss
          Collection to store aggregation of collNotificationStatuss
protected  java.util.List collPendingGroupUserRoles
          Collection to store aggregation of collPendingGroupUserRoles
protected  java.util.List collQuerys
          Collection to store aggregation of collQuerys
protected  java.util.List collReports
          Collection to store aggregation of collReports
protected  java.util.List collRModuleUserAttributes
          Collection to store aggregation of collRModuleUserAttributes
protected  java.util.List collRQueryUsers
          Collection to store aggregation of collRQueryUsers
protected  java.util.List collScarabModulesRelatedByOwnerId
          Collection to store aggregation of collScarabModulesRelatedByOwnerId
protected  java.util.List collScarabModulesRelatedByQaContactId
          Collection to store aggregation of collScarabModulesRelatedByQaContactId
protected  java.util.List collUserPreferences
          Collection to store aggregation of collUserPreferences
protected  java.util.List collUserVotes
          Collection to store aggregation of collUserVotes
 
Fields inherited from class org.apache.fulcrum.security.impl.db.entity.BaseTurbineUser
collTurbineUserGroupRoles
 
Fields inherited from class org.apache.torque.om.BaseObject
NEW_ID
 
Fields inherited from interface org.apache.fulcrum.security.entity.User
ACCESS_COUNTER, CONFIRM_DATA, CONFIRM_VALUE, EMAIL, FIRST_NAME, HAS_LOGGED_IN, LAST_LOGIN, LAST_NAME, PASSWORD, SESSION_ACCESS_COUNTER, SESSION_KEY, USERNAME
 
Constructor Summary
BaseScarabUserImpl()
           
 
Method Summary
 void addActivityRelatedByNewUserId(Activity l)
          Method called to associate a Activity object to this object through the Activity foreign key attribute
 void addActivityRelatedByOldUserId(Activity l)
          Method called to associate a Activity object to this object through the Activity foreign key attribute
 void addActivitySet(ActivitySet l)
          Method called to associate a ActivitySet object to this object through the ActivitySet foreign key attribute
 void addAttachmentRelatedByCreatedBy(Attachment l)
          Method called to associate a Attachment object to this object through the Attachment foreign key attribute
 void addAttachmentRelatedByModifiedBy(Attachment l)
          Method called to associate a Attachment object to this object through the Attachment foreign key attribute
 void addAttribute(Attribute l)
          Method called to associate a Attribute object to this object through the Attribute foreign key attribute
 void addAttributeValue(AttributeValue l)
          Method called to associate a AttributeValue object to this object through the AttributeValue foreign key attribute
 void addIssueVote(IssueVote l)
          Method called to associate a IssueVote object to this object through the IssueVote foreign key attribute
 void addMITList(MITList l)
          Method called to associate a MITList object to this object through the MITList foreign key attribute
 void addNotificationFilter(NotificationFilter l)
          Method called to associate a NotificationFilter object to this object through the NotificationFilter foreign key attribute
 void addNotificationStatus(NotificationStatus l)
          Method called to associate a NotificationStatus object to this object through the NotificationStatus foreign key attribute
 void addPendingGroupUserRole(PendingGroupUserRole l)
          Method called to associate a PendingGroupUserRole object to this object through the PendingGroupUserRole foreign key attribute
 void addQuery(Query l)
          Method called to associate a Query object to this object through the Query foreign key attribute
 void addReport(Report l)
          Method called to associate a Report object to this object through the Report foreign key attribute
 void addRModuleUserAttribute(RModuleUserAttribute l)
          Method called to associate a RModuleUserAttribute object to this object through the RModuleUserAttribute foreign key attribute
 void addRQueryUser(RQueryUser l)
          Method called to associate a RQueryUser object to this object through the RQueryUser foreign key attribute
 void addScarabModuleRelatedByOwnerId(ScarabModule l)
          Method called to associate a ScarabModule object to this object through the ScarabModule foreign key attribute
 void addScarabModuleRelatedByQaContactId(ScarabModule l)
          Method called to associate a ScarabModule object to this object through the ScarabModule foreign key attribute
 void addUserPreference(UserPreference l)
          Method called to associate a UserPreference object to this object through the UserPreference foreign key attribute
 void addUserVote(UserVote l)
          Method called to associate a UserVote object to this object through the UserVote foreign key attribute
 java.util.List getActivitySets()
          If this collection has already been initialized, returns the collection.
 java.util.List getActivitySets(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getActivitySets(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getActivitySets(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitySetsJoinActivitySetType(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitySetsJoinAttachment(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitySetsJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getActivitysRelatedByNewUserId()
          If this collection has already been initialized, returns the collection.
 java.util.List getActivitysRelatedByNewUserId(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getActivitysRelatedByNewUserId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getActivitysRelatedByNewUserId(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByNewUserIdJoinActivitySet(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByNewUserIdJoinAttachment(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByNewUserIdJoinAttribute(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByNewUserIdJoinAttributeOptionRelatedByNewOptionId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByNewUserIdJoinAttributeOptionRelatedByOldOptionId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByNewUserIdJoinDepend(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByNewUserIdJoinIssue(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByNewUserIdJoinScarabUserImplRelatedByOldUserId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getActivitysRelatedByOldUserId()
          If this collection has already been initialized, returns the collection.
 java.util.List getActivitysRelatedByOldUserId(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getActivitysRelatedByOldUserId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getActivitysRelatedByOldUserId(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByOldUserIdJoinActivitySet(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByOldUserIdJoinAttachment(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByOldUserIdJoinAttribute(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByOldUserIdJoinAttributeOptionRelatedByNewOptionId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByOldUserIdJoinAttributeOptionRelatedByOldOptionId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByOldUserIdJoinDepend(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByOldUserIdJoinIssue(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByOldUserIdJoinScarabUserImplRelatedByNewUserId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getAttachmentsRelatedByCreatedBy()
          If this collection has already been initialized, returns the collection.
 java.util.List getAttachmentsRelatedByCreatedBy(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getAttachmentsRelatedByCreatedBy(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getAttachmentsRelatedByCreatedBy(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getAttachmentsRelatedByCreatedByJoinAttachmentType(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getAttachmentsRelatedByCreatedByJoinIssue(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getAttachmentsRelatedByCreatedByJoinScarabUserImplRelatedByModifiedBy(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getAttachmentsRelatedByModifiedBy()
          If this collection has already been initialized, returns the collection.
 java.util.List getAttachmentsRelatedByModifiedBy(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getAttachmentsRelatedByModifiedBy(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getAttachmentsRelatedByModifiedBy(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getAttachmentsRelatedByModifiedByJoinAttachmentType(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getAttachmentsRelatedByModifiedByJoinIssue(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getAttachmentsRelatedByModifiedByJoinScarabUserImplRelatedByCreatedBy(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getAttributes()
          If this collection has already been initialized, returns the collection.
 java.util.List getAttributes(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getAttributes(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getAttributes(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getAttributesJoinAttributeOption(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getAttributesJoinAttributeType(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getAttributesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getAttributeValues()
          If this collection has already been initialized, returns the collection.
 java.util.List getAttributeValues(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getAttributeValues(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getAttributeValues(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getAttributeValuesJoinAttribute(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getAttributeValuesJoinAttributeOption(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getAttributeValuesJoinIssue(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getAttributeValuesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getIssueVotes()
          If this collection has already been initialized, returns the collection.
 java.util.List getIssueVotes(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getIssueVotes(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getIssueVotes(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getIssueVotesJoinIssue(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getIssueVotesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getMITLists()
          If this collection has already been initialized, returns the collection.
 java.util.List getMITLists(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getMITLists(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getMITLists(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getMITListsJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getNotificationFilters()
          If this collection has already been initialized, returns the collection.
 java.util.List getNotificationFilters(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getNotificationFilters(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getNotificationFilters(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getNotificationFiltersJoinScarabModule(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getNotificationFiltersJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getNotificationStatuss()
          If this collection has already been initialized, returns the collection.
 java.util.List getNotificationStatuss(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getNotificationStatuss(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getNotificationStatuss(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getNotificationStatussJoinActivity(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getNotificationStatussJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getPendingGroupUserRoles()
          If this collection has already been initialized, returns the collection.
 java.util.List getPendingGroupUserRoles(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getPendingGroupUserRoles(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getPendingGroupUserRoles(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getPendingGroupUserRolesJoinScarabModule(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getPendingGroupUserRolesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.lang.String getQueryKey()
          get an id that differentiates this object from others of its class.
 java.util.List getQuerys()
          If this collection has already been initialized, returns the collection.
 java.util.List getQuerys(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getQuerys(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getQuerys(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getQuerysJoinFrequency(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getQuerysJoinIssueType(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getQuerysJoinMITList(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getQuerysJoinScarabModule(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getQuerysJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getQuerysJoinScope(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getReports()
          If this collection has already been initialized, returns the collection.
 java.util.List getReports(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getReports(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getReports(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getReportsJoinIssueType(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getReportsJoinScarabModule(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getReportsJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getReportsJoinScope(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getRModuleUserAttributes()
          If this collection has already been initialized, returns the collection.
 java.util.List getRModuleUserAttributes(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getRModuleUserAttributes(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getRModuleUserAttributes(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getRModuleUserAttributesJoinAttribute(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getRModuleUserAttributesJoinIssueType(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getRModuleUserAttributesJoinMITList(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getRModuleUserAttributesJoinScarabModule(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getRModuleUserAttributesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getRQueryUsers()
          If this collection has already been initialized, returns the collection.
 java.util.List getRQueryUsers(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getRQueryUsers(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getRQueryUsers(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getRQueryUsersJoinFrequency(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getRQueryUsersJoinQuery(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getRQueryUsersJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getScarabModulesRelatedByOwnerId()
          If this collection has already been initialized, returns the collection.
 java.util.List getScarabModulesRelatedByOwnerId(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getScarabModulesRelatedByOwnerId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getScarabModulesRelatedByOwnerId(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getScarabModulesRelatedByOwnerIdJoinScarabUserImplRelatedByQaContactId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getScarabModulesRelatedByQaContactId()
          If this collection has already been initialized, returns the collection.
 java.util.List getScarabModulesRelatedByQaContactId(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getScarabModulesRelatedByQaContactId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getScarabModulesRelatedByQaContactId(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getScarabModulesRelatedByQaContactIdJoinScarabUserImplRelatedByOwnerId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getUserPreferences()
          If this collection has already been initialized, returns the collection.
 java.util.List getUserPreferences(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getUserPreferences(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getUserPreferences(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getUserPreferencesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getUserVotes()
          If this collection has already been initialized, returns the collection.
 java.util.List getUserVotes(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getUserVotes(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getUserVotes(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getUserVotesJoinScarabModule(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getUserVotesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  void initActivitySets()
          Temporary storage of collActivitySets to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initActivitysRelatedByNewUserId()
          Temporary storage of collActivitysRelatedByNewUserId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initActivitysRelatedByOldUserId()
          Temporary storage of collActivitysRelatedByOldUserId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initAttachmentsRelatedByCreatedBy()
          Temporary storage of collAttachmentsRelatedByCreatedBy to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initAttachmentsRelatedByModifiedBy()
          Temporary storage of collAttachmentsRelatedByModifiedBy to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initAttributes()
          Temporary storage of collAttributes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initAttributeValues()
          Temporary storage of collAttributeValues to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initIssueVotes()
          Temporary storage of collIssueVotes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initMITLists()
          Temporary storage of collMITLists to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initNotificationFilters()
          Temporary storage of collNotificationFilters to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initNotificationStatuss()
          Temporary storage of collNotificationStatuss to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initPendingGroupUserRoles()
          Temporary storage of collPendingGroupUserRoles to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initQuerys()
          Temporary storage of collQuerys to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initReports()
          Temporary storage of collReports to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initRModuleUserAttributes()
          Temporary storage of collRModuleUserAttributes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initRQueryUsers()
          Temporary storage of collRQueryUsers to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initScarabModulesRelatedByOwnerId()
          Temporary storage of collScarabModulesRelatedByOwnerId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initScarabModulesRelatedByQaContactId()
          Temporary storage of collScarabModulesRelatedByQaContactId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initUserPreferences()
          Temporary storage of collUserPreferences to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initUserVotes()
          Temporary storage of collUserVotes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
 void setQueryKey(java.lang.String key)
          set an id that differentiates this object from others of its class.
 java.lang.String toString()
           
 
Methods inherited from class org.apache.fulcrum.security.impl.db.entity.TurbineUser
getAccessCounter, getAccessCounterForSession, getLastAccessDate, getName, getPerm, getPerm, getPermStorage, getTemp, getTemp, getTempStorage, hasLoggedIn, incrementAccessCounter, incrementAccessCounterForSession, isConfirmed, removeTemp, safeAddToHashtable, setAccessCounter, setAccessCounterForSession, setHasLoggedIn, setLastAccessDate, setName, setPerm, setPermStorage, setTemp, setTempStorage, updateLastLogin, valueBound, valueUnbound
 
Methods inherited from class org.apache.fulcrum.security.impl.db.entity.BaseTurbineUser
addTurbineUserGroupRole, copy, copyInto, getByName, getByPeerName, getByPosition, getConfirmed, getCreateDate, getEmail, getFieldNames, getFirstName, getLastLogin, getLastName, getModified, getObjectdata, getPassword, getPeer, getPrimaryKey, getTurbineUserGroupRoles, getTurbineUserGroupRoles, getTurbineUserGroupRoles, getTurbineUserGroupRoles, getTurbineUserGroupRolesJoinTurbineGroup, getTurbineUserGroupRolesJoinTurbineRole, getTurbineUserGroupRolesJoinTurbineUser, getUserId, getUserName, initTurbineUserGroupRoles, save, save, save, setConfirmed, setCreateDate, setEmail, setFirstName, setLastLogin, setLastName, setModified, setObjectdata, setPassword, setPrimaryKey, setPrimaryKey, setUserId, setUserName
 
Methods inherited from class org.apache.torque.om.BaseObject
equals, equals, getLog, hashCode, isModified, isNew, resetModified, setModified, setNew, setPrimaryKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.fulcrum.security.entity.User
getConfirmed, getCreateDate, getEmail, getFirstName, getLastLogin, getLastName, getPassword, getUserName, setConfirmed, setCreateDate, setEmail, setFirstName, setLastLogin, setLastName, setPassword, setUserName
 

Field Detail

collActivitysRelatedByOldUserId

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


collActivitysRelatedByNewUserId

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


collAttachmentsRelatedByCreatedBy

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


collAttachmentsRelatedByModifiedBy

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


collAttributes

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


collMITLists

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


collAttributeValues

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


collScarabModulesRelatedByOwnerId

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


collScarabModulesRelatedByQaContactId

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


collRModuleUserAttributes

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


collActivitySets

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


collUserPreferences

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


collUserVotes

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


collIssueVotes

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


collQuerys

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


collRQueryUsers

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


collReports

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


collPendingGroupUserRoles

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


collNotificationStatuss

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


collNotificationFilters

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

Constructor Detail

BaseScarabUserImpl

public BaseScarabUserImpl()
Method Detail

initActivitysRelatedByOldUserId

protected void initActivitysRelatedByOldUserId()
Temporary storage of collActivitysRelatedByOldUserId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addActivityRelatedByOldUserId

public void addActivityRelatedByOldUserId(Activity l)
                                   throws org.apache.torque.TorqueException
Method called to associate a Activity object to this object through the Activity foreign key attribute

Parameters:
l - Activity
Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldUserId

public java.util.List getActivitysRelatedByOldUserId()
                                              throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getActivitysRelatedByOldUserId(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldUserId

public java.util.List getActivitysRelatedByOldUserId(org.apache.torque.util.Criteria criteria)
                                              throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldUserId

public java.util.List getActivitysRelatedByOldUserId(java.sql.Connection con)
                                              throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getActivitysRelatedByOldUserId(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldUserId

public java.util.List getActivitysRelatedByOldUserId(org.apache.torque.util.Criteria criteria,
                                                     java.sql.Connection con)
                                              throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldUserIdJoinIssue

protected java.util.List getActivitysRelatedByOldUserIdJoinIssue(org.apache.torque.util.Criteria criteria)
                                                          throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldUserIdJoinAttribute

protected java.util.List getActivitysRelatedByOldUserIdJoinAttribute(org.apache.torque.util.Criteria criteria)
                                                              throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldUserIdJoinActivitySet

protected java.util.List getActivitysRelatedByOldUserIdJoinActivitySet(org.apache.torque.util.Criteria criteria)
                                                                throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldUserIdJoinScarabUserImplRelatedByNewUserId

protected java.util.List getActivitysRelatedByOldUserIdJoinScarabUserImplRelatedByNewUserId(org.apache.torque.util.Criteria criteria)
                                                                                     throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldUserIdJoinAttributeOptionRelatedByOldOptionId

protected java.util.List getActivitysRelatedByOldUserIdJoinAttributeOptionRelatedByOldOptionId(org.apache.torque.util.Criteria criteria)
                                                                                        throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldUserIdJoinAttributeOptionRelatedByNewOptionId

protected java.util.List getActivitysRelatedByOldUserIdJoinAttributeOptionRelatedByNewOptionId(org.apache.torque.util.Criteria criteria)
                                                                                        throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldUserIdJoinAttachment

protected java.util.List getActivitysRelatedByOldUserIdJoinAttachment(org.apache.torque.util.Criteria criteria)
                                                               throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldUserIdJoinDepend

protected java.util.List getActivitysRelatedByOldUserIdJoinDepend(org.apache.torque.util.Criteria criteria)
                                                           throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

initActivitysRelatedByNewUserId

protected void initActivitysRelatedByNewUserId()
Temporary storage of collActivitysRelatedByNewUserId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addActivityRelatedByNewUserId

public void addActivityRelatedByNewUserId(Activity l)
                                   throws org.apache.torque.TorqueException
Method called to associate a Activity object to this object through the Activity foreign key attribute

Parameters:
l - Activity
Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewUserId

public java.util.List getActivitysRelatedByNewUserId()
                                              throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getActivitysRelatedByNewUserId(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewUserId

public java.util.List getActivitysRelatedByNewUserId(org.apache.torque.util.Criteria criteria)
                                              throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewUserId

public java.util.List getActivitysRelatedByNewUserId(java.sql.Connection con)
                                              throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getActivitysRelatedByNewUserId(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewUserId

public java.util.List getActivitysRelatedByNewUserId(org.apache.torque.util.Criteria criteria,
                                                     java.sql.Connection con)
                                              throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewUserIdJoinIssue

protected java.util.List getActivitysRelatedByNewUserIdJoinIssue(org.apache.torque.util.Criteria criteria)
                                                          throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewUserIdJoinAttribute

protected java.util.List getActivitysRelatedByNewUserIdJoinAttribute(org.apache.torque.util.Criteria criteria)
                                                              throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewUserIdJoinActivitySet

protected java.util.List getActivitysRelatedByNewUserIdJoinActivitySet(org.apache.torque.util.Criteria criteria)
                                                                throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewUserIdJoinScarabUserImplRelatedByOldUserId

protected java.util.List getActivitysRelatedByNewUserIdJoinScarabUserImplRelatedByOldUserId(org.apache.torque.util.Criteria criteria)
                                                                                     throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewUserIdJoinAttributeOptionRelatedByOldOptionId

protected java.util.List getActivitysRelatedByNewUserIdJoinAttributeOptionRelatedByOldOptionId(org.apache.torque.util.Criteria criteria)
                                                                                        throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewUserIdJoinAttributeOptionRelatedByNewOptionId

protected java.util.List getActivitysRelatedByNewUserIdJoinAttributeOptionRelatedByNewOptionId(org.apache.torque.util.Criteria criteria)
                                                                                        throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewUserIdJoinAttachment

protected java.util.List getActivitysRelatedByNewUserIdJoinAttachment(org.apache.torque.util.Criteria criteria)
                                                               throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewUserIdJoinDepend

protected java.util.List getActivitysRelatedByNewUserIdJoinDepend(org.apache.torque.util.Criteria criteria)
                                                           throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

initAttachmentsRelatedByCreatedBy

protected void initAttachmentsRelatedByCreatedBy()
Temporary storage of collAttachmentsRelatedByCreatedBy to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addAttachmentRelatedByCreatedBy

public void addAttachmentRelatedByCreatedBy(Attachment l)
                                     throws org.apache.torque.TorqueException
Method called to associate a Attachment object to this object through the Attachment foreign key attribute

Parameters:
l - Attachment
Throws:
org.apache.torque.TorqueException

getAttachmentsRelatedByCreatedBy

public java.util.List getAttachmentsRelatedByCreatedBy()
                                                throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getAttachmentsRelatedByCreatedBy(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getAttachmentsRelatedByCreatedBy

public java.util.List getAttachmentsRelatedByCreatedBy(org.apache.torque.util.Criteria criteria)
                                                throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByCreatedBy from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getAttachmentsRelatedByCreatedBy

public java.util.List getAttachmentsRelatedByCreatedBy(java.sql.Connection con)
                                                throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getAttachmentsRelatedByCreatedBy(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getAttachmentsRelatedByCreatedBy

public java.util.List getAttachmentsRelatedByCreatedBy(org.apache.torque.util.Criteria criteria,
                                                       java.sql.Connection con)
                                                throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByCreatedBy from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getAttachmentsRelatedByCreatedByJoinIssue

protected java.util.List getAttachmentsRelatedByCreatedByJoinIssue(org.apache.torque.util.Criteria criteria)
                                                            throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByCreatedBy from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getAttachmentsRelatedByCreatedByJoinAttachmentType

protected java.util.List getAttachmentsRelatedByCreatedByJoinAttachmentType(org.apache.torque.util.Criteria criteria)
                                                                     throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByCreatedBy from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getAttachmentsRelatedByCreatedByJoinScarabUserImplRelatedByModifiedBy

protected java.util.List getAttachmentsRelatedByCreatedByJoinScarabUserImplRelatedByModifiedBy(org.apache.torque.util.Criteria criteria)
                                                                                        throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByCreatedBy from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

initAttachmentsRelatedByModifiedBy

protected void initAttachmentsRelatedByModifiedBy()
Temporary storage of collAttachmentsRelatedByModifiedBy to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addAttachmentRelatedByModifiedBy

public void addAttachmentRelatedByModifiedBy(Attachment l)
                                      throws org.apache.torque.TorqueException
Method called to associate a Attachment object to this object through the Attachment foreign key attribute

Parameters:
l - Attachment
Throws:
org.apache.torque.TorqueException

getAttachmentsRelatedByModifiedBy

public java.util.List getAttachmentsRelatedByModifiedBy()
                                                 throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getAttachmentsRelatedByModifiedBy(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getAttachmentsRelatedByModifiedBy

public java.util.List getAttachmentsRelatedByModifiedBy(org.apache.torque.util.Criteria criteria)
                                                 throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByModifiedBy from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getAttachmentsRelatedByModifiedBy

public java.util.List getAttachmentsRelatedByModifiedBy(java.sql.Connection con)
                                                 throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getAttachmentsRelatedByModifiedBy(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getAttachmentsRelatedByModifiedBy

public java.util.List getAttachmentsRelatedByModifiedBy(org.apache.torque.util.Criteria criteria,
                                                        java.sql.Connection con)
                                                 throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByModifiedBy from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getAttachmentsRelatedByModifiedByJoinIssue

protected java.util.List getAttachmentsRelatedByModifiedByJoinIssue(org.apache.torque.util.Criteria criteria)
                                                             throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByModifiedBy from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getAttachmentsRelatedByModifiedByJoinAttachmentType

protected java.util.List getAttachmentsRelatedByModifiedByJoinAttachmentType(org.apache.torque.util.Criteria criteria)
                                                                      throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByModifiedBy from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getAttachmentsRelatedByModifiedByJoinScarabUserImplRelatedByCreatedBy

protected java.util.List getAttachmentsRelatedByModifiedByJoinScarabUserImplRelatedByCreatedBy(org.apache.torque.util.Criteria criteria)
                                                                                        throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByModifiedBy from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

initAttributes

protected void initAttributes()
Temporary storage of collAttributes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addAttribute

public void addAttribute(Attribute l)
                  throws org.apache.torque.TorqueException
Method called to associate a Attribute object to this object through the Attribute foreign key attribute

Parameters:
l - Attribute
Throws:
org.apache.torque.TorqueException

getAttributes

public java.util.List getAttributes()
                             throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getAttributes(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getAttributes

public java.util.List getAttributes(org.apache.torque.util.Criteria criteria)
                             throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related Attributes from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getAttributes

public java.util.List getAttributes(java.sql.Connection con)
                             throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getAttributes(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getAttributes

public java.util.List getAttributes(org.apache.torque.util.Criteria criteria,
                                    java.sql.Connection con)
                             throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related Attributes from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getAttributesJoinAttributeType

protected java.util.List getAttributesJoinAttributeType(org.apache.torque.util.Criteria criteria)
                                                 throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Attributes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getAttributesJoinAttributeOption

protected java.util.List getAttributesJoinAttributeOption(org.apache.torque.util.Criteria criteria)
                                                   throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Attributes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getAttributesJoinScarabUserImpl

protected java.util.List getAttributesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
                                                  throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Attributes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

initMITLists

protected void initMITLists()
Temporary storage of collMITLists to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addMITList

public void addMITList(MITList l)
                throws org.apache.torque.TorqueException
Method called to associate a MITList object to this object through the MITList foreign key attribute

Parameters:
l - MITList
Throws:
org.apache.torque.TorqueException

getMITLists

public java.util.List getMITLists()
                           throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getMITLists(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getMITLists

public java.util.List getMITLists(org.apache.torque.util.Criteria criteria)
                           throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related MITLists from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getMITLists

public java.util.List getMITLists(java.sql.Connection con)
                           throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getMITLists(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getMITLists

public java.util.List getMITLists(org.apache.torque.util.Criteria criteria,
                                  java.sql.Connection con)
                           throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related MITLists from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getMITListsJoinScarabUserImpl

protected java.util.List getMITListsJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
                                                throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related MITLists from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

initAttributeValues

protected void initAttributeValues()
Temporary storage of collAttributeValues to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addAttributeValue

public void addAttributeValue(AttributeValue l)
                       throws org.apache.torque.TorqueException
Method called to associate a AttributeValue object to this object through the AttributeValue foreign key attribute

Parameters:
l - AttributeValue
Throws:
org.apache.torque.TorqueException

getAttributeValues

public java.util.List getAttributeValues()
                                  throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getAttributeValues(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getAttributeValues

public java.util.List getAttributeValues(org.apache.torque.util.Criteria criteria)
                                  throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related AttributeValues from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getAttributeValues

public java.util.List getAttributeValues(java.sql.Connection con)
                                  throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getAttributeValues(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getAttributeValues

public java.util.List getAttributeValues(org.apache.torque.util.Criteria criteria,
                                         java.sql.Connection con)
                                  throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related AttributeValues from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getAttributeValuesJoinIssue

protected java.util.List getAttributeValuesJoinIssue(org.apache.torque.util.Criteria criteria)
                                              throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttributeValues from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getAttributeValuesJoinAttribute

protected java.util.List getAttributeValuesJoinAttribute(org.apache.torque.util.Criteria criteria)
                                                  throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttributeValues from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getAttributeValuesJoinAttributeOption

protected java.util.List getAttributeValuesJoinAttributeOption(org.apache.torque.util.Criteria criteria)
                                                        throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttributeValues from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getAttributeValuesJoinScarabUserImpl

protected java.util.List getAttributeValuesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
                                                       throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttributeValues from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

initScarabModulesRelatedByOwnerId

protected void initScarabModulesRelatedByOwnerId()
Temporary storage of collScarabModulesRelatedByOwnerId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addScarabModuleRelatedByOwnerId

public void addScarabModuleRelatedByOwnerId(ScarabModule l)
                                     throws org.apache.torque.TorqueException
Method called to associate a ScarabModule object to this object through the ScarabModule foreign key attribute

Parameters:
l - ScarabModule
Throws:
org.apache.torque.TorqueException

getScarabModulesRelatedByOwnerId

public java.util.List getScarabModulesRelatedByOwnerId()
                                                throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getScarabModulesRelatedByOwnerId(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getScarabModulesRelatedByOwnerId

public java.util.List getScarabModulesRelatedByOwnerId(org.apache.torque.util.Criteria criteria)
                                                throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related ScarabModulesRelatedByOwnerId from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getScarabModulesRelatedByOwnerId

public java.util.List getScarabModulesRelatedByOwnerId(java.sql.Connection con)
                                                throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getScarabModulesRelatedByOwnerId(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getScarabModulesRelatedByOwnerId

public java.util.List getScarabModulesRelatedByOwnerId(org.apache.torque.util.Criteria criteria,
                                                       java.sql.Connection con)
                                                throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related ScarabModulesRelatedByOwnerId from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getScarabModulesRelatedByOwnerIdJoinScarabUserImplRelatedByQaContactId

protected java.util.List getScarabModulesRelatedByOwnerIdJoinScarabUserImplRelatedByQaContactId(org.apache.torque.util.Criteria criteria)
                                                                                         throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ScarabModulesRelatedByOwnerId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

initScarabModulesRelatedByQaContactId

protected void initScarabModulesRelatedByQaContactId()
Temporary storage of collScarabModulesRelatedByQaContactId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addScarabModuleRelatedByQaContactId

public void addScarabModuleRelatedByQaContactId(ScarabModule l)
                                         throws org.apache.torque.TorqueException
Method called to associate a ScarabModule object to this object through the ScarabModule foreign key attribute

Parameters:
l - ScarabModule
Throws:
org.apache.torque.TorqueException

getScarabModulesRelatedByQaContactId

public java.util.List getScarabModulesRelatedByQaContactId()
                                                    throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getScarabModulesRelatedByQaContactId(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getScarabModulesRelatedByQaContactId

public java.util.List getScarabModulesRelatedByQaContactId(org.apache.torque.util.Criteria criteria)
                                                    throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related ScarabModulesRelatedByQaContactId from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getScarabModulesRelatedByQaContactId

public java.util.List getScarabModulesRelatedByQaContactId(java.sql.Connection con)
                                                    throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getScarabModulesRelatedByQaContactId(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getScarabModulesRelatedByQaContactId

public java.util.List getScarabModulesRelatedByQaContactId(org.apache.torque.util.Criteria criteria,
                                                           java.sql.Connection con)
                                                    throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related ScarabModulesRelatedByQaContactId from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getScarabModulesRelatedByQaContactIdJoinScarabUserImplRelatedByOwnerId

protected java.util.List getScarabModulesRelatedByQaContactIdJoinScarabUserImplRelatedByOwnerId(org.apache.torque.util.Criteria criteria)
                                                                                         throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ScarabModulesRelatedByQaContactId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

initRModuleUserAttributes

protected void initRModuleUserAttributes()
Temporary storage of collRModuleUserAttributes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addRModuleUserAttribute

public void addRModuleUserAttribute(RModuleUserAttribute l)
                             throws org.apache.torque.TorqueException
Method called to associate a RModuleUserAttribute object to this object through the RModuleUserAttribute foreign key attribute

Parameters:
l - RModuleUserAttribute
Throws:
org.apache.torque.TorqueException

getRModuleUserAttributes

public java.util.List getRModuleUserAttributes()
                                        throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getRModuleUserAttributes(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getRModuleUserAttributes

public java.util.List getRModuleUserAttributes(org.apache.torque.util.Criteria criteria)
                                        throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related RModuleUserAttributes from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getRModuleUserAttributes

public java.util.List getRModuleUserAttributes(java.sql.Connection con)
                                        throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getRModuleUserAttributes(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getRModuleUserAttributes

public java.util.List getRModuleUserAttributes(org.apache.torque.util.Criteria criteria,
                                               java.sql.Connection con)
                                        throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related RModuleUserAttributes from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getRModuleUserAttributesJoinMITList

protected java.util.List getRModuleUserAttributesJoinMITList(org.apache.torque.util.Criteria criteria)
                                                      throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RModuleUserAttributes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getRModuleUserAttributesJoinScarabModule

protected java.util.List getRModuleUserAttributesJoinScarabModule(org.apache.torque.util.Criteria criteria)
                                                           throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RModuleUserAttributes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getRModuleUserAttributesJoinScarabUserImpl

protected java.util.List getRModuleUserAttributesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
                                                             throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RModuleUserAttributes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getRModuleUserAttributesJoinIssueType

protected java.util.List getRModuleUserAttributesJoinIssueType(org.apache.torque.util.Criteria criteria)
                                                        throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RModuleUserAttributes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getRModuleUserAttributesJoinAttribute

protected java.util.List getRModuleUserAttributesJoinAttribute(org.apache.torque.util.Criteria criteria)
                                                        throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RModuleUserAttributes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

initActivitySets

protected void initActivitySets()
Temporary storage of collActivitySets to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addActivitySet

public void addActivitySet(ActivitySet l)
                    throws org.apache.torque.TorqueException
Method called to associate a ActivitySet object to this object through the ActivitySet foreign key attribute

Parameters:
l - ActivitySet
Throws:
org.apache.torque.TorqueException

getActivitySets

public java.util.List getActivitySets()
                               throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getActivitySets(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getActivitySets

public java.util.List getActivitySets(org.apache.torque.util.Criteria criteria)
                               throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related ActivitySets from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getActivitySets

public java.util.List getActivitySets(java.sql.Connection con)
                               throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getActivitySets(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getActivitySets

public java.util.List getActivitySets(org.apache.torque.util.Criteria criteria,
                                      java.sql.Connection con)
                               throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related ActivitySets from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getActivitySetsJoinScarabUserImpl

protected java.util.List getActivitySetsJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
                                                    throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitySets from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getActivitySetsJoinActivitySetType

protected java.util.List getActivitySetsJoinActivitySetType(org.apache.torque.util.Criteria criteria)
                                                     throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitySets from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getActivitySetsJoinAttachment

protected java.util.List getActivitySetsJoinAttachment(org.apache.torque.util.Criteria criteria)
                                                throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitySets from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

initUserPreferences

protected void initUserPreferences()
Temporary storage of collUserPreferences to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addUserPreference

public void addUserPreference(UserPreference l)
                       throws org.apache.torque.TorqueException
Method called to associate a UserPreference object to this object through the UserPreference foreign key attribute

Parameters:
l - UserPreference
Throws:
org.apache.torque.TorqueException

getUserPreferences

public java.util.List getUserPreferences()
                                  throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getUserPreferences(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getUserPreferences

public java.util.List getUserPreferences(org.apache.torque.util.Criteria criteria)
                                  throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related UserPreferences from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getUserPreferences

public java.util.List getUserPreferences(java.sql.Connection con)
                                  throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getUserPreferences(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getUserPreferences

public java.util.List getUserPreferences(org.apache.torque.util.Criteria criteria,
                                         java.sql.Connection con)
                                  throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related UserPreferences from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getUserPreferencesJoinScarabUserImpl

protected java.util.List getUserPreferencesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
                                                       throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related UserPreferences from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

initUserVotes

protected void initUserVotes()
Temporary storage of collUserVotes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addUserVote

public void addUserVote(UserVote l)
                 throws org.apache.torque.TorqueException
Method called to associate a UserVote object to this object through the UserVote foreign key attribute

Parameters:
l - UserVote
Throws:
org.apache.torque.TorqueException

getUserVotes

public java.util.List getUserVotes()
                            throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getUserVotes(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getUserVotes

public java.util.List getUserVotes(org.apache.torque.util.Criteria criteria)
                            throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related UserVotes from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getUserVotes

public java.util.List getUserVotes(java.sql.Connection con)
                            throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getUserVotes(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getUserVotes

public java.util.List getUserVotes(org.apache.torque.util.Criteria criteria,
                                   java.sql.Connection con)
                            throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related UserVotes from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getUserVotesJoinScarabModule

protected java.util.List getUserVotesJoinScarabModule(org.apache.torque.util.Criteria criteria)
                                               throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related UserVotes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getUserVotesJoinScarabUserImpl

protected java.util.List getUserVotesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
                                                 throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related UserVotes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

initIssueVotes

protected void initIssueVotes()
Temporary storage of collIssueVotes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addIssueVote

public void addIssueVote(IssueVote l)
                  throws org.apache.torque.TorqueException
Method called to associate a IssueVote object to this object through the IssueVote foreign key attribute

Parameters:
l - IssueVote
Throws:
org.apache.torque.TorqueException

getIssueVotes

public java.util.List getIssueVotes()
                             throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getIssueVotes(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getIssueVotes

public java.util.List getIssueVotes(org.apache.torque.util.Criteria criteria)
                             throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related IssueVotes from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getIssueVotes

public java.util.List getIssueVotes(java.sql.Connection con)
                             throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getIssueVotes(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getIssueVotes

public java.util.List getIssueVotes(org.apache.torque.util.Criteria criteria,
                                    java.sql.Connection con)
                             throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related IssueVotes from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getIssueVotesJoinIssue

protected java.util.List getIssueVotesJoinIssue(org.apache.torque.util.Criteria criteria)
                                         throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related IssueVotes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getIssueVotesJoinScarabUserImpl

protected java.util.List getIssueVotesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
                                                  throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related IssueVotes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

initQuerys

protected void initQuerys()
Temporary storage of collQuerys to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addQuery

public void addQuery(Query l)
              throws org.apache.torque.TorqueException
Method called to associate a Query object to this object through the Query foreign key attribute

Parameters:
l - Query
Throws:
org.apache.torque.TorqueException

getQuerys

public java.util.List getQuerys()
                         throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getQuerys(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getQuerys

public java.util.List getQuerys(org.apache.torque.util.Criteria criteria)
                         throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related Querys from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getQuerys

public java.util.List getQuerys(java.sql.Connection con)
                         throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getQuerys(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getQuerys

public java.util.List getQuerys(org.apache.torque.util.Criteria criteria,
                                java.sql.Connection con)
                         throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related Querys from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getQuerysJoinScarabUserImpl

protected java.util.List getQuerysJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
                                              throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Querys from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getQuerysJoinScope

protected java.util.List getQuerysJoinScope(org.apache.torque.util.Criteria criteria)
                                     throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Querys from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getQuerysJoinScarabModule

protected java.util.List getQuerysJoinScarabModule(org.apache.torque.util.Criteria criteria)
                                            throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Querys from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getQuerysJoinIssueType

protected java.util.List getQuerysJoinIssueType(org.apache.torque.util.Criteria criteria)
                                         throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Querys from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getQuerysJoinMITList

protected java.util.List getQuerysJoinMITList(org.apache.torque.util.Criteria criteria)
                                       throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Querys from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getQuerysJoinFrequency

protected java.util.List getQuerysJoinFrequency(org.apache.torque.util.Criteria criteria)
                                         throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Querys from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

initRQueryUsers

protected void initRQueryUsers()
Temporary storage of collRQueryUsers to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addRQueryUser

public void addRQueryUser(RQueryUser l)
                   throws org.apache.torque.TorqueException
Method called to associate a RQueryUser object to this object through the RQueryUser foreign key attribute

Parameters:
l - RQueryUser
Throws:
org.apache.torque.TorqueException

getRQueryUsers

public java.util.List getRQueryUsers()
                              throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getRQueryUsers(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getRQueryUsers

public java.util.List getRQueryUsers(org.apache.torque.util.Criteria criteria)
                              throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related RQueryUsers from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getRQueryUsers

public java.util.List getRQueryUsers(java.sql.Connection con)
                              throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getRQueryUsers(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getRQueryUsers

public java.util.List getRQueryUsers(org.apache.torque.util.Criteria criteria,
                                     java.sql.Connection con)
                              throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related RQueryUsers from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getRQueryUsersJoinQuery

protected java.util.List getRQueryUsersJoinQuery(org.apache.torque.util.Criteria criteria)
                                          throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RQueryUsers from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getRQueryUsersJoinScarabUserImpl

protected java.util.List getRQueryUsersJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
                                                   throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RQueryUsers from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getRQueryUsersJoinFrequency

protected java.util.List getRQueryUsersJoinFrequency(org.apache.torque.util.Criteria criteria)
                                              throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RQueryUsers from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

initReports

protected void initReports()
Temporary storage of collReports to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addReport

public void addReport(Report l)
               throws org.apache.torque.TorqueException
Method called to associate a Report object to this object through the Report foreign key attribute

Parameters:
l - Report
Throws:
org.apache.torque.TorqueException

getReports

public java.util.List getReports()
                          throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getReports(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getReports

public java.util.List getReports(org.apache.torque.util.Criteria criteria)
                          throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related Reports from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getReports

public java.util.List getReports(java.sql.Connection con)
                          throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getReports(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getReports

public java.util.List getReports(org.apache.torque.util.Criteria criteria,
                                 java.sql.Connection con)
                          throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related Reports from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getReportsJoinIssueType

protected java.util.List getReportsJoinIssueType(org.apache.torque.util.Criteria criteria)
                                          throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Reports from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getReportsJoinScarabUserImpl

protected java.util.List getReportsJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
                                               throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Reports from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getReportsJoinScarabModule

protected java.util.List getReportsJoinScarabModule(org.apache.torque.util.Criteria criteria)
                                             throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Reports from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getReportsJoinScope

protected java.util.List getReportsJoinScope(org.apache.torque.util.Criteria criteria)
                                      throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Reports from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

initPendingGroupUserRoles

protected void initPendingGroupUserRoles()
Temporary storage of collPendingGroupUserRoles to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addPendingGroupUserRole

public void addPendingGroupUserRole(PendingGroupUserRole l)
                             throws org.apache.torque.TorqueException
Method called to associate a PendingGroupUserRole object to this object through the PendingGroupUserRole foreign key attribute

Parameters:
l - PendingGroupUserRole
Throws:
org.apache.torque.TorqueException

getPendingGroupUserRoles

public java.util.List getPendingGroupUserRoles()
                                        throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getPendingGroupUserRoles(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getPendingGroupUserRoles

public java.util.List getPendingGroupUserRoles(org.apache.torque.util.Criteria criteria)
                                        throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related PendingGroupUserRoles from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getPendingGroupUserRoles

public java.util.List getPendingGroupUserRoles(java.sql.Connection con)
                                        throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getPendingGroupUserRoles(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getPendingGroupUserRoles

public java.util.List getPendingGroupUserRoles(org.apache.torque.util.Criteria criteria,
                                               java.sql.Connection con)
                                        throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related PendingGroupUserRoles from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getPendingGroupUserRolesJoinScarabUserImpl

protected java.util.List getPendingGroupUserRolesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
                                                             throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related PendingGroupUserRoles from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getPendingGroupUserRolesJoinScarabModule

protected java.util.List getPendingGroupUserRolesJoinScarabModule(org.apache.torque.util.Criteria criteria)
                                                           throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related PendingGroupUserRoles from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

initNotificationStatuss

protected void initNotificationStatuss()
Temporary storage of collNotificationStatuss to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addNotificationStatus

public void addNotificationStatus(NotificationStatus l)
                           throws org.apache.torque.TorqueException
Method called to associate a NotificationStatus object to this object through the NotificationStatus foreign key attribute

Parameters:
l - NotificationStatus
Throws:
org.apache.torque.TorqueException

getNotificationStatuss

public java.util.List getNotificationStatuss()
                                      throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getNotificationStatuss(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getNotificationStatuss

public java.util.List getNotificationStatuss(org.apache.torque.util.Criteria criteria)
                                      throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related NotificationStatuss from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getNotificationStatuss

public java.util.List getNotificationStatuss(java.sql.Connection con)
                                      throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getNotificationStatuss(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getNotificationStatuss

public java.util.List getNotificationStatuss(org.apache.torque.util.Criteria criteria,
                                             java.sql.Connection con)
                                      throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related NotificationStatuss from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getNotificationStatussJoinScarabUserImpl

protected java.util.List getNotificationStatussJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
                                                           throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related NotificationStatuss from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getNotificationStatussJoinActivity

protected java.util.List getNotificationStatussJoinActivity(org.apache.torque.util.Criteria criteria)
                                                     throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related NotificationStatuss from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

initNotificationFilters

protected void initNotificationFilters()
Temporary storage of collNotificationFilters to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addNotificationFilter

public void addNotificationFilter(NotificationFilter l)
                           throws org.apache.torque.TorqueException
Method called to associate a NotificationFilter object to this object through the NotificationFilter foreign key attribute

Parameters:
l - NotificationFilter
Throws:
org.apache.torque.TorqueException

getNotificationFilters

public java.util.List getNotificationFilters()
                                      throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getNotificationFilters(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getNotificationFilters

public java.util.List getNotificationFilters(org.apache.torque.util.Criteria criteria)
                                      throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related NotificationFilters from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getNotificationFilters

public java.util.List getNotificationFilters(java.sql.Connection con)
                                      throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getNotificationFilters(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getNotificationFilters

public java.util.List getNotificationFilters(org.apache.torque.util.Criteria criteria,
                                             java.sql.Connection con)
                                      throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related NotificationFilters from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getNotificationFiltersJoinScarabUserImpl

protected java.util.List getNotificationFiltersJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
                                                           throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related NotificationFilters from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getNotificationFiltersJoinScarabModule

protected java.util.List getNotificationFiltersJoinScarabModule(org.apache.torque.util.Criteria criteria)
                                                         throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related NotificationFilters from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.

Throws:
org.apache.torque.TorqueException

getQueryKey

public java.lang.String getQueryKey()
get an id that differentiates this object from others of its class.

Specified by:
getQueryKey in interface org.apache.fulcrum.intake.Retrievable

setQueryKey

public void setQueryKey(java.lang.String key)
                 throws org.apache.torque.TorqueException
set an id that differentiates this object from others of its class.

Specified by:
setQueryKey in interface org.apache.fulcrum.intake.Retrievable
Throws:
org.apache.torque.TorqueException

toString

public java.lang.String toString()


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