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

Packages that use InstrumentInfo
edu.mayo.bsi.ngsportal.server   
edu.mayo.bsi.ngsportal.shared   
 

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

Methods in edu.mayo.bsi.ngsportal.server that return types with arguments of type InstrumentInfo
 List<InstrumentInfo> NGSPortalServiceImpl.getInstrumentHistory(int connectionID, String instrument)
          Get all the actions recorded for the given instrument
 

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

Methods in edu.mayo.bsi.ngsportal.shared that return types with arguments of type InstrumentInfo
 List<InstrumentInfo> NGSPortalService.getInstrumentHistory(int connectionID, String instrument)
          Get all the actions recorded for the given instrument
static List<InstrumentInfo> InstrumentInfo.orderedList(Collection<InstrumentInfo> items)
          Take a collection of InstrumentInfo items, and put them in a sorted list.
 

Methods in edu.mayo.bsi.ngsportal.shared with parameters of type InstrumentInfo
 int InstrumentInfo.compareTo(InstrumentInfo other)
           
 

Method parameters in edu.mayo.bsi.ngsportal.shared with type arguments of type InstrumentInfo
 void NGSPortalServiceAsync.getInstrumentHistory(int connectionID, String instrument, com.google.gwt.user.client.rpc.AsyncCallback<List<InstrumentInfo>> callback)
           
static List<InstrumentInfo> InstrumentInfo.orderedList(Collection<InstrumentInfo> items)
          Take a collection of InstrumentInfo items, and put them in a sorted list.