Uses of Class
ch.tatool.app.data.ModuleImpl

Packages that use ModuleImpl
ch.tatool.app.service.impl   
 

Uses of ModuleImpl in ch.tatool.app.service.impl
 

Methods in ch.tatool.app.service.impl that return ModuleImpl
 ModuleImpl ModuleDAO.loadModule(ModuleInfoImpl moduleInfo)
          Loads a module object from the database, using the id specified in the module.
 

Methods in ch.tatool.app.service.impl with parameters of type ModuleImpl
 void ModuleDAO.addModuleProperties(ModuleImpl impl, Map<String,String> properties)
           
 void ModuleSessionDAO.deleteSession(ModuleImpl module, ModuleSession session)
          Deletes a session object.
 List<Object[]> ModuleSessionDAO.findDistinctSessionPropertyNames(ModuleImpl module)
          Get all distinct session property names for a module.
 List<Object[]> TrialDAO.findDistinctTrialPropertyNames(ModuleImpl module)
          Get all distinct trial property names for a module.
 ModuleSession ModuleSessionDAO.findLastSession(ModuleImpl module)
          Finds the last session for a given module.
 Long ModuleSessionDAO.getSessionCount(ModuleImpl module, boolean includeUnfinished)
          Finds the number of session for the given module.
 List<ModuleSession> ModuleSessionDAO.getSessions(ModuleImpl module)
          Get a list of all sessions.
 List<Trial> TrialDAO.getTrials(ModuleImpl module, ModuleSession moduleSession, String elementNameLike, String propertyNameLike, int offset, int maxResults)
          Get all trials for a given session.
 List<Trial> TrialDAO.loadAllTrials(ModuleImpl module)
          Get a list of all sessions.
 void ModuleDAO.saveModule(ModuleImpl module)
          Stores the module object.
 void ModuleSessionDAO.saveSession(ModuleImpl module, ModuleSession session)
          Saves a session object.
 



Copyright © 2012. All Rights Reserved.