|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.torque.om.BaseObject
org.apache.fulcrum.security.impl.db.entity.BaseTurbineUser
org.apache.fulcrum.security.impl.db.entity.TurbineUser
org.tigris.scarab.om.BaseScarabUserImpl
You should not use this class directly. It should not even be extended all references should be to ScarabUserImpl
| 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 |
protected java.util.List collActivitysRelatedByOldUserId
protected java.util.List collActivitysRelatedByNewUserId
protected java.util.List collAttachmentsRelatedByCreatedBy
protected java.util.List collAttachmentsRelatedByModifiedBy
protected java.util.List collAttributes
protected java.util.List collMITLists
protected java.util.List collAttributeValues
protected java.util.List collScarabModulesRelatedByOwnerId
protected java.util.List collScarabModulesRelatedByQaContactId
protected java.util.List collRModuleUserAttributes
protected java.util.List collActivitySets
protected java.util.List collUserPreferences
protected java.util.List collUserVotes
protected java.util.List collIssueVotes
protected java.util.List collQuerys
protected java.util.List collRQueryUsers
protected java.util.List collReports
protected java.util.List collPendingGroupUserRoles
protected java.util.List collNotificationStatuss
protected java.util.List collNotificationFilters
| Constructor Detail |
public BaseScarabUserImpl()
| Method Detail |
protected void initActivitysRelatedByOldUserId()
public void addActivityRelatedByOldUserId(Activity l)
throws org.apache.torque.TorqueException
l - Activity
org.apache.torque.TorqueException
public java.util.List getActivitysRelatedByOldUserId()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getActivitysRelatedByOldUserId(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getActivitysRelatedByOldUserId(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getActivitysRelatedByOldUserId(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getActivitysRelatedByOldUserIdJoinIssue(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getActivitysRelatedByOldUserIdJoinAttribute(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getActivitysRelatedByOldUserIdJoinActivitySet(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getActivitysRelatedByOldUserIdJoinScarabUserImplRelatedByNewUserId(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getActivitysRelatedByOldUserIdJoinAttributeOptionRelatedByOldOptionId(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getActivitysRelatedByOldUserIdJoinAttributeOptionRelatedByNewOptionId(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getActivitysRelatedByOldUserIdJoinAttachment(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getActivitysRelatedByOldUserIdJoinDepend(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initActivitysRelatedByNewUserId()
public void addActivityRelatedByNewUserId(Activity l)
throws org.apache.torque.TorqueException
l - Activity
org.apache.torque.TorqueException
public java.util.List getActivitysRelatedByNewUserId()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getActivitysRelatedByNewUserId(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getActivitysRelatedByNewUserId(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getActivitysRelatedByNewUserId(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getActivitysRelatedByNewUserIdJoinIssue(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getActivitysRelatedByNewUserIdJoinAttribute(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getActivitysRelatedByNewUserIdJoinActivitySet(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getActivitysRelatedByNewUserIdJoinScarabUserImplRelatedByOldUserId(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getActivitysRelatedByNewUserIdJoinAttributeOptionRelatedByOldOptionId(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getActivitysRelatedByNewUserIdJoinAttributeOptionRelatedByNewOptionId(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getActivitysRelatedByNewUserIdJoinAttachment(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getActivitysRelatedByNewUserIdJoinDepend(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initAttachmentsRelatedByCreatedBy()
public void addAttachmentRelatedByCreatedBy(Attachment l)
throws org.apache.torque.TorqueException
l - Attachment
org.apache.torque.TorqueException
public java.util.List getAttachmentsRelatedByCreatedBy()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getAttachmentsRelatedByCreatedBy(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getAttachmentsRelatedByCreatedBy(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getAttachmentsRelatedByCreatedBy(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getAttachmentsRelatedByCreatedByJoinIssue(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getAttachmentsRelatedByCreatedByJoinAttachmentType(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getAttachmentsRelatedByCreatedByJoinScarabUserImplRelatedByModifiedBy(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initAttachmentsRelatedByModifiedBy()
public void addAttachmentRelatedByModifiedBy(Attachment l)
throws org.apache.torque.TorqueException
l - Attachment
org.apache.torque.TorqueException
public java.util.List getAttachmentsRelatedByModifiedBy()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getAttachmentsRelatedByModifiedBy(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getAttachmentsRelatedByModifiedBy(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getAttachmentsRelatedByModifiedBy(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getAttachmentsRelatedByModifiedByJoinIssue(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getAttachmentsRelatedByModifiedByJoinAttachmentType(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getAttachmentsRelatedByModifiedByJoinScarabUserImplRelatedByCreatedBy(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initAttributes()
public void addAttribute(Attribute l)
throws org.apache.torque.TorqueException
l - Attribute
org.apache.torque.TorqueException
public java.util.List getAttributes()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getAttributes(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getAttributes(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getAttributes(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getAttributesJoinAttributeType(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getAttributesJoinAttributeOption(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getAttributesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initMITLists()
public void addMITList(MITList l)
throws org.apache.torque.TorqueException
l - MITList
org.apache.torque.TorqueException
public java.util.List getMITLists()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getMITLists(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getMITLists(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getMITLists(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getMITListsJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initAttributeValues()
public void addAttributeValue(AttributeValue l)
throws org.apache.torque.TorqueException
l - AttributeValue
org.apache.torque.TorqueException
public java.util.List getAttributeValues()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getAttributeValues(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getAttributeValues(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getAttributeValues(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getAttributeValuesJoinIssue(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getAttributeValuesJoinAttribute(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getAttributeValuesJoinAttributeOption(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getAttributeValuesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initScarabModulesRelatedByOwnerId()
public void addScarabModuleRelatedByOwnerId(ScarabModule l)
throws org.apache.torque.TorqueException
l - ScarabModule
org.apache.torque.TorqueException
public java.util.List getScarabModulesRelatedByOwnerId()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getScarabModulesRelatedByOwnerId(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getScarabModulesRelatedByOwnerId(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getScarabModulesRelatedByOwnerId(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getScarabModulesRelatedByOwnerIdJoinScarabUserImplRelatedByQaContactId(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initScarabModulesRelatedByQaContactId()
public void addScarabModuleRelatedByQaContactId(ScarabModule l)
throws org.apache.torque.TorqueException
l - ScarabModule
org.apache.torque.TorqueException
public java.util.List getScarabModulesRelatedByQaContactId()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getScarabModulesRelatedByQaContactId(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getScarabModulesRelatedByQaContactId(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getScarabModulesRelatedByQaContactId(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getScarabModulesRelatedByQaContactIdJoinScarabUserImplRelatedByOwnerId(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initRModuleUserAttributes()
public void addRModuleUserAttribute(RModuleUserAttribute l)
throws org.apache.torque.TorqueException
l - RModuleUserAttribute
org.apache.torque.TorqueException
public java.util.List getRModuleUserAttributes()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRModuleUserAttributes(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRModuleUserAttributes(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRModuleUserAttributes(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRModuleUserAttributesJoinMITList(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRModuleUserAttributesJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRModuleUserAttributesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRModuleUserAttributesJoinIssueType(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRModuleUserAttributesJoinAttribute(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initActivitySets()
public void addActivitySet(ActivitySet l)
throws org.apache.torque.TorqueException
l - ActivitySet
org.apache.torque.TorqueException
public java.util.List getActivitySets()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getActivitySets(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getActivitySets(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getActivitySets(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getActivitySetsJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getActivitySetsJoinActivitySetType(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getActivitySetsJoinAttachment(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initUserPreferences()
public void addUserPreference(UserPreference l)
throws org.apache.torque.TorqueException
l - UserPreference
org.apache.torque.TorqueException
public java.util.List getUserPreferences()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getUserPreferences(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getUserPreferences(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getUserPreferences(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getUserPreferencesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initUserVotes()
public void addUserVote(UserVote l)
throws org.apache.torque.TorqueException
l - UserVote
org.apache.torque.TorqueException
public java.util.List getUserVotes()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getUserVotes(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getUserVotes(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getUserVotes(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getUserVotesJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getUserVotesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initIssueVotes()
public void addIssueVote(IssueVote l)
throws org.apache.torque.TorqueException
l - IssueVote
org.apache.torque.TorqueException
public java.util.List getIssueVotes()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getIssueVotes(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getIssueVotes(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getIssueVotes(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getIssueVotesJoinIssue(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getIssueVotesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initQuerys()
public void addQuery(Query l)
throws org.apache.torque.TorqueException
l - Query
org.apache.torque.TorqueException
public java.util.List getQuerys()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getQuerys(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getQuerys(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getQuerys(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getQuerysJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getQuerysJoinScope(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getQuerysJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getQuerysJoinIssueType(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getQuerysJoinMITList(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getQuerysJoinFrequency(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initRQueryUsers()
public void addRQueryUser(RQueryUser l)
throws org.apache.torque.TorqueException
l - RQueryUser
org.apache.torque.TorqueException
public java.util.List getRQueryUsers()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRQueryUsers(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRQueryUsers(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRQueryUsers(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRQueryUsersJoinQuery(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRQueryUsersJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRQueryUsersJoinFrequency(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initReports()
public void addReport(Report l)
throws org.apache.torque.TorqueException
l - Report
org.apache.torque.TorqueException
public java.util.List getReports()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getReports(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getReports(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getReports(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getReportsJoinIssueType(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getReportsJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getReportsJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getReportsJoinScope(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initPendingGroupUserRoles()
public void addPendingGroupUserRole(PendingGroupUserRole l)
throws org.apache.torque.TorqueException
l - PendingGroupUserRole
org.apache.torque.TorqueException
public java.util.List getPendingGroupUserRoles()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getPendingGroupUserRoles(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getPendingGroupUserRoles(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getPendingGroupUserRoles(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getPendingGroupUserRolesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getPendingGroupUserRolesJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initNotificationStatuss()
public void addNotificationStatus(NotificationStatus l)
throws org.apache.torque.TorqueException
l - NotificationStatus
org.apache.torque.TorqueException
public java.util.List getNotificationStatuss()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getNotificationStatuss(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getNotificationStatuss(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getNotificationStatuss(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getNotificationStatussJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getNotificationStatussJoinActivity(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initNotificationFilters()
public void addNotificationFilter(NotificationFilter l)
throws org.apache.torque.TorqueException
l - NotificationFilter
org.apache.torque.TorqueException
public java.util.List getNotificationFilters()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getNotificationFilters(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getNotificationFilters(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getNotificationFilters(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getNotificationFiltersJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getNotificationFiltersJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionpublic java.lang.String getQueryKey()
getQueryKey in interface org.apache.fulcrum.intake.Retrievable
public void setQueryKey(java.lang.String key)
throws org.apache.torque.TorqueException
setQueryKey in interface org.apache.fulcrum.intake.Retrievableorg.apache.torque.TorqueExceptionpublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||