Uses of Class
edu.mayo.bsi.ngsportal.shared.ContactInfo

Packages that use ContactInfo
edu.mayo.bsi.ngsportal.client   
edu.mayo.bsi.ngsportal.server   
edu.mayo.bsi.ngsportal.shared   
 

Uses of ContactInfo in edu.mayo.bsi.ngsportal.client
 

Method parameters in edu.mayo.bsi.ngsportal.client with type arguments of type ContactInfo
 void ProjectMgmtPage.setContacts(Collection<ContactInfo> contacts)
          Set the list of people known to the Portal
 

Uses of ContactInfo in edu.mayo.bsi.ngsportal.server
 

Methods in edu.mayo.bsi.ngsportal.server that return ContactInfo
 ContactInfo SampleData.getThePI()
          Get ContactInfo information about the PI
 

Methods in edu.mayo.bsi.ngsportal.server that return types with arguments of type ContactInfo
 List<ContactInfo> NGSPortalServiceImpl.getContacts(int connectionID, int[] contactIDs)
           
 

Constructors in edu.mayo.bsi.ngsportal.server with parameters of type ContactInfo
SampleData(ContactInfo thePI, RunData theRun, String sampleName, String appType, String readType, int lane, int cycles, int numReads, boolean isControl, boolean isIndexVendor, String indexSeq, String rlimsProjectID, String sampleFamilyID, String sampleParentID, String sampleRLIMSID)
          Constructor for PI and numReads
 

Uses of ContactInfo in edu.mayo.bsi.ngsportal.shared
 

Methods in edu.mayo.bsi.ngsportal.shared that return types with arguments of type ContactInfo
 List<ContactInfo> NGSPortalService.getContacts(int connectionID, int[] contactIDs)
          Gets one or more contacts.
 

Method parameters in edu.mayo.bsi.ngsportal.shared with type arguments of type ContactInfo
 void NGSPortalServiceAsync.getContacts(int connectionID, int[] contactIDs, com.google.gwt.user.client.rpc.AsyncCallback<List<ContactInfo>> callback)