Uses of Class
uk.ac.cisban.rod.data.util.LogEventMapping

Packages that use LogEventMapping
uk.ac.cisban.rod.dao Database access package containing all code for database access. 
uk.ac.cisban.rod.dao.specifics Grouping specific sets of tasks together in communication to the database. 
uk.ac.cisban.rod.data Manages all data incoming from the database and forwards database requests from the GUI. 
 

Uses of LogEventMapping in uk.ac.cisban.rod.dao
 

Methods in uk.ac.cisban.rod.dao that return types with arguments of type LogEventMapping
 java.util.Collection<LogEventMapping> DAO.loadSpots(java.util.Collection<java.lang.String> sourceBarcodes, long aAppId)
          Accesses the spot log for the given source barcodes based on ActionApplication id.
 

Uses of LogEventMapping in uk.ac.cisban.rod.dao.specifics
 

Methods in uk.ac.cisban.rod.dao.specifics that return types with arguments of type LogEventMapping
 java.util.Collection<LogEventMapping> ManageLogs.loadSpots(java.util.Collection<java.lang.String> sourceBarcodes, long aAppId)
          Accesses the spot log for the given source barcodes based on ActionApplication id.
 

Uses of LogEventMapping in uk.ac.cisban.rod.data
 

Fields in uk.ac.cisban.rod.data with type parameters of type LogEventMapping
protected  java.util.Map<java.lang.Long,java.util.Collection<LogEventMapping>> DataManager.mappings
          A map of ActionApplication ids to the corresponding data loaded for the current experiment.
 

Methods in uk.ac.cisban.rod.data that return types with arguments of type LogEventMapping
 java.util.Collection<LogEventMapping> InoculationManager.getInoculations(java.lang.Long actionAppId)
          Get the pertinent information about loaded Inoculation logs, if it exists.
 java.util.Map<java.lang.Long,java.util.Collection<LogEventMapping>> DataManager.getMappings()
          Returns a map of ActionApplication ids to the corresponding data loaded for the current experiment.
 

Method parameters in uk.ac.cisban.rod.data with type arguments of type LogEventMapping
 void DataManager.addMapping(java.lang.Long id, java.util.Collection<LogEventMapping> list)
          Creates a mapping from ActionApplication DB id to the corresponding data loaded for that ActionApplication.
 



Copyright © 2010. All Rights Reserved.