| |
|
| org.tigris.scarab.om.BaseScarabUserImpl org.tigris.scarab.om.ScarabUserImpl
ScarabUserImpl | public class ScarabUserImpl extends BaseScarabUserImpl implements ScarabUser(Code) | | This class is an abstraction that is currently based around
Turbine's code. We can change this later. It is here so
that it is easier to change later to work under different
implementation needs.
author: Jon S. Stevens version: $Id: ScarabUserImpl.java 10285 2006-09-08 16:48:22Z jorgeuriarte $ |
Constructor Summary | |
public | ScarabUserImpl() Call the superclass constructor to initialize this object. |
Method Summary | |
public void | addRMITsToCurrentMITList(List rmits) | public static boolean | checkConfirmationCode(String username, String confirm) Utility method that takes a username and a confirmation code
and will return true if there is a match and false if no match. | public static boolean | confirmUser(String username) This method will mark username as confirmed. | public void | createNewUser() | public AccessControlList | getACL() Return the AccessControlList for this user. | public List | getAllRModuleIssueTypes(Module module) | public List | getAssignIssuesList() | public Map | getAssociatedUsersMap() | public List | getCopyToModules(Module currentModule) Get modules that user can copy an issue to. | public List | getCopyToModules(Module currentModule, String action) | public List | getCopyToModules(Module currentModule, String action, String searchString) | public IssueType | getCurrentIssueType() | public MITList | getCurrentMITList() | public Module | getCurrentModule() | public RModuleIssueType | getCurrentRModuleIssueType() | public ReportBridge | getCurrentReport(String key) | public List | getCurrentRoleNames() eturn the list of currently active roles. | public List | getEditableModules() | public List | getEditableModules(Module currEditModule) | public int | getEnterIssueRedirect() Returns integer representing user preference for
Which screen to return to after entering an issue.
1 = Enter New Issue. | public String | getHomePage() | public String | getHomePage(Module module) | public Locale | getLocale() Get the user's current locale. | public List | getMITLists() | public List | getModules() | public List | getModules(boolean showDeletedModules) | public Module[] | getModules(String permission) | public Module[] | getModules(String[] permissions) | public Module[] | getModules(String[] permissions, boolean showDeletedModules) | public String | getMostRecentQuery() | public String | getName() | public List | getNonGlobalModules() | public Locale | getPreferredLocale() Get the user's preferred locale. | public String | getQueryTarget() | public RModuleUserAttribute | getRModuleUserAttribute(Module module, Attribute attribute, IssueType issueType) | public List | getRModuleUserAttributes(Module module, IssueType issueType) | public Issue | getReportingIssue(String key) | public List | getRoleNames(Module module) | public List | getSearchableRMITs(String searchField, String searchString, String sortColumn, String sortPolarity, Module skipModule) | public Map | getSelectedUsersMap() | public String | getStats() | public Object | getThreadKey() | public List | getUnusedRModuleIssueTypes(Module module) | public boolean | hasAnyRoleIn(Module module) | public boolean | hasAnySearchableRMITs() | public boolean | hasMostRecentQuery() | public boolean | hasPermission(String perm, Module module) | public boolean | hasPermission(String perm, List modules) | public boolean | hasRoleInModule(Role role, Module module) | public boolean | isPasswordExpired() Checks if the users password has expired. | public boolean | isShowOtherModulesInIssueTypeList() | public boolean | isUserAnonymous() Returns true if the user is the one set in scarab.anonymous.username, and
false otherwise. | public Object | lastEnteredIssueTypeOrTemplate() | public void | removeItemsFromCurrentMITList(String[] ids) | public void | setAssociatedUsersMap(Map associatedUsers) | public void | setCurrentIssueType(IssueType v) | public void | setCurrentMITList(MITList list) | public void | setCurrentModule(Module v) | public String | setCurrentReport(ReportBridge report) | public void | setCurrentReport(String key, ReportBridge report) | public void | setEnterIssueRedirect(int templateCode) Sets integer representing user preference for
Which screen to return to after entering an issue.
1 = Enter New Issue. | public void | setHomePage(String homePage) | public void | setLastEnteredIssueType(IssueType type) | public void | setLastEnteredTemplate(Issue template) | public void | setLocale(Locale newLocale) Set the user's locale to a new value. | public void | setMostRecentQuery(String queryString) | public void | setPasswordExpire() Sets the password to expire with information from the scarab.properties
scarab.login.password.expire value. | public void | setPasswordExpire(Calendar expire) Sets the password to expire on the specified date.
Parameters: expire - a Calendar value specifying the expire date. | public String | setReportingIssue(Issue issue) | public void | setReportingIssue(String key, Issue issue) | public void | setSelectedUsersMap(Map selectedUsers) | public void | setShowOtherModulesInIssueTypeList(boolean newShowOtherModulesInIssueTypeList) | public void | setSingleIssueTypeQueryTarget(IssueType type, String target) | public void | setThreadKey(Integer key) | public void | updateIssueListAttributes(List attributes) |
PASSWORD_EXPIRE | final public static String PASSWORD_EXPIRE(Code) | | |
ScarabUserImpl | public ScarabUserImpl()(Code) | | Call the superclass constructor to initialize this object.
|
checkConfirmationCode | public static boolean checkConfirmationCode(String username, String confirm)(Code) | | Utility method that takes a username and a confirmation code
and will return true if there is a match and false if no match.
If there is an Exception, it will also return false.
|
confirmUser | public static boolean confirmUser(String username)(Code) | | This method will mark username as confirmed.
returns true on success and false on any error
|
getACL | public AccessControlList getACL()(Code) | | Return the AccessControlList for this user.
TODO: This should go wrapped in a fulcrum-independent interface, with Role and others.
|
getAllRModuleIssueTypes | public List getAllRModuleIssueTypes(Module module) throws TorqueException(Code) | | See Also: ScarabUser#getAllRModuleIssueTypes(Module). |
getAssignIssuesList | public List getAssignIssuesList()(Code) | | |
getAssociatedUsersMap | public Map getAssociatedUsersMap() throws TorqueException(Code) | | |
getCopyToModules | public List getCopyToModules(Module currentModule) throws TorqueException(Code) | | Get modules that user can copy an issue to.
|
getCopyToModules | public List getCopyToModules(Module currentModule, String action) throws TorqueException(Code) | | |
getCurrentIssueType | public IssueType getCurrentIssueType() throws TorqueException(Code) | | The current issue type
|
getCurrentModule | public Module getCurrentModule()(Code) | | The current module
|
getCurrentRoleNames | public List getCurrentRoleNames()(Code) | | eturn the list of currently active roles.
If no roles are active, reuturn an empty list.
|
getEnterIssueRedirect | public int getEnterIssueRedirect() throws TorqueException(Code) | | Returns integer representing user preference for
Which screen to return to after entering an issue.
1 = Enter New Issue. 2 = Assign Issue (default)
3 = View Issue. 4 = Issue Types index.
|
getLocale | public Locale getLocale()(Code) | | Get the user's current locale. If it is not set, retrieve the
preferred Locale instead.
|
getPreferredLocale | public Locale getPreferredLocale()(Code) | | Get the user's preferred locale.
|
getRoleNames | public List getRoleNames(Module module) throws TorqueException(Code) | | |
getSelectedUsersMap | public Map getSelectedUsersMap() throws TorqueException(Code) | | |
getStats | public String getStats()(Code) | | Report on size of several maps
|
getUnusedRModuleIssueTypes | public List getUnusedRModuleIssueTypes(Module module) throws TorqueException(Code) | | See Also: ScarabUser#getUnusedRModuleIssueTypes(Module). |
hasAnySearchableRMITs | public boolean hasAnySearchableRMITs() throws TorqueException, DataSetException(Code) | | See Also: ScarabUser#hasAnySearchableRMITs(). |
hasRoleInModule | public boolean hasRoleInModule(Role role, Module module)(Code) | | |
isPasswordExpired | public boolean isPasswordExpired() throws TorqueException, ScarabException(Code) | | Checks if the users password has expired.
exception: Exception - if problem querying for the password. |
isUserAnonymous | public boolean isUserAnonymous()(Code) | | Returns true if the user is the one set in scarab.anonymous.username, and
false otherwise.
|
setAssociatedUsersMap | public void setAssociatedUsersMap(Map associatedUsers) throws TorqueException(Code) | | |
setCurrentIssueType | public void setCurrentIssueType(IssueType v)(Code) | | The current issue type
|
setCurrentModule | public void setCurrentModule(Module v)(Code) | | The current module
|
setEnterIssueRedirect | public void setEnterIssueRedirect(int templateCode) throws TorqueException(Code) | | Sets integer representing user preference for
Which screen to return to after entering an issue.
1 = Enter New Issue. 2 = Assign Issue (default)
3 = View Issue. 4 = Issue Types index.
|
setLocale | public void setLocale(Locale newLocale)(Code) | | Set the user's locale to a new value.
|
setPasswordExpire | public void setPasswordExpire() throws TorqueException(Code) | | Sets the password to expire with information from the scarab.properties
scarab.login.password.expire value.
exception: Exception - if problem setting the password. |
setPasswordExpire | public void setPasswordExpire(Calendar expire) throws TorqueException(Code) | | Sets the password to expire on the specified date.
Parameters: expire - a Calendar value specifying the expire date. Ifthis value is null, the password will be set to expire 10 years from thecurrent year. Since Logging in resets this value, it should be ok to have someone's password expire after 10 years. exception: Exception - if problem updating the password. |
setSelectedUsersMap | public void setSelectedUsersMap(Map selectedUsers) throws TorqueException(Code) | | |
Methods inherited from org.tigris.scarab.om.BaseScarabUserImpl | public void addActivityRelatedByNewUserId(Activity l) throws TorqueException(Code)(Java Doc) public void addActivityRelatedByOldUserId(Activity l) throws TorqueException(Code)(Java Doc) public void addActivitySet(ActivitySet l) throws TorqueException(Code)(Java Doc) public void addAttachmentRelatedByCreatedBy(Attachment l) throws TorqueException(Code)(Java Doc) public void addAttachmentRelatedByModifiedBy(Attachment l) throws TorqueException(Code)(Java Doc) public void addAttribute(Attribute l) throws TorqueException(Code)(Java Doc) public void addAttributeValue(AttributeValue l) throws TorqueException(Code)(Java Doc) public void addIssueVote(IssueVote l) throws TorqueException(Code)(Java Doc) public void addMITList(MITList l) throws TorqueException(Code)(Java Doc) public void addNotificationFilter(NotificationFilter l) throws TorqueException(Code)(Java Doc) public void addNotificationStatus(NotificationStatus l) throws TorqueException(Code)(Java Doc) public void addPendingGroupUserRole(PendingGroupUserRole l) throws TorqueException(Code)(Java Doc) public void addQuery(Query l) throws TorqueException(Code)(Java Doc) public void addRModuleUserAttribute(RModuleUserAttribute l) throws TorqueException(Code)(Java Doc) public void addRQueryUser(RQueryUser l) throws TorqueException(Code)(Java Doc) public void addReport(Report l) throws TorqueException(Code)(Java Doc) public void addScarabModuleRelatedByOwnerId(ScarabModule l) throws TorqueException(Code)(Java Doc) public void addScarabModuleRelatedByQaContactId(ScarabModule l) throws TorqueException(Code)(Java Doc) public void addUserPreference(UserPreference l) throws TorqueException(Code)(Java Doc) public void addUserVote(UserVote l) throws TorqueException(Code)(Java Doc) public List getActivitySets() throws TorqueException(Code)(Java Doc) public List getActivitySets(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getActivitySets(Connection con) throws TorqueException(Code)(Java Doc) public List getActivitySets(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) protected List getActivitySetsJoinActivitySetType(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getActivitySetsJoinAttachment(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getActivitySetsJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getActivitysRelatedByNewUserId() throws TorqueException(Code)(Java Doc) public List getActivitysRelatedByNewUserId(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getActivitysRelatedByNewUserId(Connection con) throws TorqueException(Code)(Java Doc) public List getActivitysRelatedByNewUserId(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) protected List getActivitysRelatedByNewUserIdJoinActivitySet(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getActivitysRelatedByNewUserIdJoinAttachment(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getActivitysRelatedByNewUserIdJoinAttribute(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getActivitysRelatedByNewUserIdJoinAttributeOptionRelatedByNewOptionId(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getActivitysRelatedByNewUserIdJoinAttributeOptionRelatedByOldOptionId(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getActivitysRelatedByNewUserIdJoinDepend(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getActivitysRelatedByNewUserIdJoinIssue(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getActivitysRelatedByNewUserIdJoinScarabUserImplRelatedByOldUserId(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getActivitysRelatedByOldUserId() throws TorqueException(Code)(Java Doc) public List getActivitysRelatedByOldUserId(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getActivitysRelatedByOldUserId(Connection con) throws TorqueException(Code)(Java Doc) public List getActivitysRelatedByOldUserId(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) protected List getActivitysRelatedByOldUserIdJoinActivitySet(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getActivitysRelatedByOldUserIdJoinAttachment(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getActivitysRelatedByOldUserIdJoinAttribute(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getActivitysRelatedByOldUserIdJoinAttributeOptionRelatedByNewOptionId(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getActivitysRelatedByOldUserIdJoinAttributeOptionRelatedByOldOptionId(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getActivitysRelatedByOldUserIdJoinDepend(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getActivitysRelatedByOldUserIdJoinIssue(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getActivitysRelatedByOldUserIdJoinScarabUserImplRelatedByNewUserId(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getAttachmentsRelatedByCreatedBy() throws TorqueException(Code)(Java Doc) public List getAttachmentsRelatedByCreatedBy(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getAttachmentsRelatedByCreatedBy(Connection con) throws TorqueException(Code)(Java Doc) public List getAttachmentsRelatedByCreatedBy(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) protected List getAttachmentsRelatedByCreatedByJoinAttachmentType(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getAttachmentsRelatedByCreatedByJoinIssue(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getAttachmentsRelatedByCreatedByJoinScarabUserImplRelatedByModifiedBy(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getAttachmentsRelatedByModifiedBy() throws TorqueException(Code)(Java Doc) public List getAttachmentsRelatedByModifiedBy(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getAttachmentsRelatedByModifiedBy(Connection con) throws TorqueException(Code)(Java Doc) public List getAttachmentsRelatedByModifiedBy(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) protected List getAttachmentsRelatedByModifiedByJoinAttachmentType(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getAttachmentsRelatedByModifiedByJoinIssue(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getAttachmentsRelatedByModifiedByJoinScarabUserImplRelatedByCreatedBy(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getAttributeValues() throws TorqueException(Code)(Java Doc) public List getAttributeValues(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getAttributeValues(Connection con) throws TorqueException(Code)(Java Doc) public List getAttributeValues(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) protected List getAttributeValuesJoinAttribute(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getAttributeValuesJoinAttributeOption(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getAttributeValuesJoinIssue(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getAttributeValuesJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getAttributes() throws TorqueException(Code)(Java Doc) public List getAttributes(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getAttributes(Connection con) throws TorqueException(Code)(Java Doc) public List getAttributes(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) protected List getAttributesJoinAttributeOption(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getAttributesJoinAttributeType(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getAttributesJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getIssueVotes() throws TorqueException(Code)(Java Doc) public List getIssueVotes(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getIssueVotes(Connection con) throws TorqueException(Code)(Java Doc) public List getIssueVotes(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) protected List getIssueVotesJoinIssue(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getIssueVotesJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getMITLists() throws TorqueException(Code)(Java Doc) public List getMITLists(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getMITLists(Connection con) throws TorqueException(Code)(Java Doc) public List getMITLists(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) protected List getMITListsJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getNotificationFilters() throws TorqueException(Code)(Java Doc) public List getNotificationFilters(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getNotificationFilters(Connection con) throws TorqueException(Code)(Java Doc) public List getNotificationFilters(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) protected List getNotificationFiltersJoinScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getNotificationFiltersJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getNotificationStatuss() throws TorqueException(Code)(Java Doc) public List getNotificationStatuss(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getNotificationStatuss(Connection con) throws TorqueException(Code)(Java Doc) public List getNotificationStatuss(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) protected List getNotificationStatussJoinActivity(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getNotificationStatussJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getPendingGroupUserRoles() throws TorqueException(Code)(Java Doc) public List getPendingGroupUserRoles(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getPendingGroupUserRoles(Connection con) throws TorqueException(Code)(Java Doc) public List getPendingGroupUserRoles(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) protected List getPendingGroupUserRolesJoinScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getPendingGroupUserRolesJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc) public String getQueryKey()(Code)(Java Doc) public List getQuerys() throws TorqueException(Code)(Java Doc) public List getQuerys(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getQuerys(Connection con) throws TorqueException(Code)(Java Doc) public List getQuerys(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) protected List getQuerysJoinFrequency(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getQuerysJoinIssueType(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getQuerysJoinMITList(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getQuerysJoinScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getQuerysJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getQuerysJoinScope(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getRModuleUserAttributes() throws TorqueException(Code)(Java Doc) public List getRModuleUserAttributes(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getRModuleUserAttributes(Connection con) throws TorqueException(Code)(Java Doc) public List getRModuleUserAttributes(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) protected List getRModuleUserAttributesJoinAttribute(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getRModuleUserAttributesJoinIssueType(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getRModuleUserAttributesJoinMITList(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getRModuleUserAttributesJoinScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getRModuleUserAttributesJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getRQueryUsers() throws TorqueException(Code)(Java Doc) public List getRQueryUsers(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getRQueryUsers(Connection con) throws TorqueException(Code)(Java Doc) public List getRQueryUsers(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) protected List getRQueryUsersJoinFrequency(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getRQueryUsersJoinQuery(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getRQueryUsersJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getReports() throws TorqueException(Code)(Java Doc) public List getReports(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getReports(Connection con) throws TorqueException(Code)(Java Doc) public List getReports(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) protected List getReportsJoinIssueType(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getReportsJoinScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getReportsJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getReportsJoinScope(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getScarabModulesRelatedByOwnerId() throws TorqueException(Code)(Java Doc) public List getScarabModulesRelatedByOwnerId(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getScarabModulesRelatedByOwnerId(Connection con) throws TorqueException(Code)(Java Doc) public List getScarabModulesRelatedByOwnerId(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) protected List getScarabModulesRelatedByOwnerIdJoinScarabUserImplRelatedByQaContactId(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getScarabModulesRelatedByQaContactId() throws TorqueException(Code)(Java Doc) public List getScarabModulesRelatedByQaContactId(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getScarabModulesRelatedByQaContactId(Connection con) throws TorqueException(Code)(Java Doc) public List getScarabModulesRelatedByQaContactId(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) protected List getScarabModulesRelatedByQaContactIdJoinScarabUserImplRelatedByOwnerId(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getUserPreferences() throws TorqueException(Code)(Java Doc) public List getUserPreferences(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getUserPreferences(Connection con) throws TorqueException(Code)(Java Doc) public List getUserPreferences(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) protected List getUserPreferencesJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getUserVotes() throws TorqueException(Code)(Java Doc) public List getUserVotes(Criteria criteria) throws TorqueException(Code)(Java Doc) public List getUserVotes(Connection con) throws TorqueException(Code)(Java Doc) public List getUserVotes(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) protected List getUserVotesJoinScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc) protected List getUserVotesJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc) protected void initActivitySets()(Code)(Java Doc) protected void initActivitysRelatedByNewUserId()(Code)(Java Doc) protected void initActivitysRelatedByOldUserId()(Code)(Java Doc) protected void initAttachmentsRelatedByCreatedBy()(Code)(Java Doc) protected void initAttachmentsRelatedByModifiedBy()(Code)(Java Doc) protected void initAttributeValues()(Code)(Java Doc) protected void initAttributes()(Code)(Java Doc) protected void initIssueVotes()(Code)(Java Doc) protected void initMITLists()(Code)(Java Doc) protected void initNotificationFilters()(Code)(Java Doc) protected void initNotificationStatuss()(Code)(Java Doc) protected void initPendingGroupUserRoles()(Code)(Java Doc) protected void initQuerys()(Code)(Java Doc) protected void initRModuleUserAttributes()(Code)(Java Doc) protected void initRQueryUsers()(Code)(Java Doc) protected void initReports()(Code)(Java Doc) protected void initScarabModulesRelatedByOwnerId()(Code)(Java Doc) protected void initScarabModulesRelatedByQaContactId()(Code)(Java Doc) protected void initUserPreferences()(Code)(Java Doc) protected void initUserVotes()(Code)(Java Doc) public void setQueryKey(String key) throws TorqueException(Code)(Java Doc) public String toString()(Code)(Java Doc)
|
|
|
|