Uses of Class
org.mantis.ta.beans.AccountData

Packages that use AccountData
org.mantis.ta   
org.mantis.ta.beans   
 

Uses of AccountData in org.mantis.ta
 

Methods in org.mantis.ta that return AccountData
 AccountData MantisManager.getCurrentUser()
          Tries to get user info based on login information in MantisManage class.
 AccountData MantisManager.getUserById(BigInteger userId)
          Retrieves the selected user.
 

Methods in org.mantis.ta that return types with arguments of type AccountData
 List<AccountData> MantisManager.getUsers()
          Retrieves the user list.
 

Uses of AccountData in org.mantis.ta.beans
 

Methods in org.mantis.ta.beans that return AccountData
 AccountData IssueData.getHandler()
          Gets the handler value for this IssueData.
 AccountData[] IssueData.getMonitors()
          Gets the monitors value for this IssueData.
 AccountData FilterData.getOwner()
          Gets the owner value for this FilterData.
 AccountData IssueNoteData.getReporter()
          Gets the reporter value for this IssueNoteData.
 AccountData IssueData.getReporter()
          Gets the reporter value for this IssueData.
 

Methods in org.mantis.ta.beans with parameters of type AccountData
 void IssueData.setHandler(AccountData handler)
          Sets the handler value for this IssueData.
 void IssueData.setMonitors(AccountData[] monitors)
          Sets the monitors value for this IssueData.
 void FilterData.setOwner(AccountData owner)
          Sets the owner value for this FilterData.
 void IssueNoteData.setReporter(AccountData reporter)
          Sets the reporter value for this IssueNoteData.
 void IssueData.setReporter(AccountData reporter)
          Sets the reporter value for this IssueData.
 

Constructors in org.mantis.ta.beans with parameters of type AccountData
FilterData(BigInteger id, AccountData owner, BigInteger project_id, Boolean is_public, String name, String filter_string, String url)
           
IssueData(BigInteger id, ObjectRef view_state, Calendar last_updated, ObjectRef project, String category, ObjectRef priority, ObjectRef severity, ObjectRef status, AccountData reporter, String summary, String version, String build, String platform, String os, String os_build, ObjectRef reproducibility, Calendar date_submitted, BigInteger sponsorship_total, AccountData handler, ObjectRef projection, ObjectRef eta, ObjectRef resolution, String fixed_in_version, String target_version, String description, String steps_to_reproduce, String additional_information, AttachmentData[] attachments, RelationshipData[] relationships, IssueNoteData[] notes, CustomFieldValueForIssueData[] custom_fields, Calendar due_date, AccountData[] monitors)
           
IssueData(BigInteger id, ObjectRef view_state, Calendar last_updated, ObjectRef project, String category, ObjectRef priority, ObjectRef severity, ObjectRef status, AccountData reporter, String summary, String version, String build, String platform, String os, String os_build, ObjectRef reproducibility, Calendar date_submitted, BigInteger sponsorship_total, AccountData handler, ObjectRef projection, ObjectRef eta, ObjectRef resolution, String fixed_in_version, String target_version, String description, String steps_to_reproduce, String additional_information, AttachmentData[] attachments, RelationshipData[] relationships, IssueNoteData[] notes, CustomFieldValueForIssueData[] custom_fields, Calendar due_date, AccountData[] monitors)
           
IssueNoteData(BigInteger id, AccountData reporter, String text, ObjectRef view_state, Calendar date_submitted, Calendar last_modified, BigInteger time_tracking, BigInteger note_type, String note_attr)
           
 



Copyright © 2011. All Rights Reserved.