Uses of Class
org.squashtest.csp.core.bugtracker.mantis.binding.AccountData

Packages that use AccountData
org.squashtest.csp.core.bugtracker.internal.mantis   
org.squashtest.csp.core.bugtracker.mantis.binding   
 

Uses of AccountData in org.squashtest.csp.core.bugtracker.internal.mantis
 

Methods in org.squashtest.csp.core.bugtracker.internal.mantis that return AccountData
 AccountData[] MantisAxis1SoapClient.findUsersForProject(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials, BigInteger projectId, BigInteger access)
           
static AccountData MantisEntityConverter.squash2MantisUser(org.squashtest.csp.core.bugtracker.domain.User squashUser)
           
 

Methods in org.squashtest.csp.core.bugtracker.internal.mantis with parameters of type AccountData
static org.squashtest.csp.core.bugtracker.domain.User MantisEntityConverter.mantis2SquashSingleUser(AccountData data)
          Converts a mantis User into Squash User
static List<org.squashtest.csp.core.bugtracker.domain.User> MantisEntityConverter.mantis2SquashUser(AccountData[] mantisUsers)
           
 

Uses of AccountData in org.squashtest.csp.core.bugtracker.mantis.binding
 

Methods in org.squashtest.csp.core.bugtracker.mantis.binding that return AccountData
 AccountData UserData.getAccount_data()
          Gets the account_data value for this UserData.
 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 IssueData.getReporter()
          Gets the reporter value for this IssueData.
 AccountData IssueNoteData.getReporter()
          Gets the reporter value for this IssueNoteData.
 AccountData TagData.getUser_id()
          Gets the user_id value for this TagData.
 AccountData ProfileData.getUser_id()
          Gets the user_id value for this ProfileData.
 AccountData[] MantisConnectBindingStub.mc_project_get_users(String username, String password, BigInteger project_id, BigInteger access)
           
 AccountData[] MantisConnectPortType.mc_project_get_users(String username, String password, BigInteger project_id, BigInteger access)
          Get appropriate users assigned to a project by access level.
 

Methods in org.squashtest.csp.core.bugtracker.mantis.binding with parameters of type AccountData
 void UserData.setAccount_data(AccountData account_data)
          Sets the account_data value for this UserData.
 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 IssueData.setReporter(AccountData reporter)
          Sets the reporter value for this IssueData.
 void IssueNoteData.setReporter(AccountData reporter)
          Sets the reporter value for this IssueNoteData.
 void TagData.setUser_id(AccountData user_id)
          Sets the user_id value for this TagData.
 void ProfileData.setUser_id(AccountData user_id)
          Sets the user_id value for this ProfileData.
 

Constructors in org.squashtest.csp.core.bugtracker.mantis.binding 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, Boolean sticky, ObjectRef[] tags)
           
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, Boolean sticky, ObjectRef[] tags)
           
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)
           
ProfileData(BigInteger id, AccountData user_id, String platform, String os, String os_build, String description)
           
TagData(BigInteger id, AccountData user_id, String name, String description, Calendar date_created, Calendar date_updated)
           
UserData(AccountData account_data, BigInteger access_level, String timezone)
           
 



Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.