|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
ch.tatool.app.service.impl.TrialDAO
public class TrialDAO
Property access object for module objects.
| Constructor Summary | |
|---|---|
TrialDAO()
|
|
| Method Summary | |
|---|---|
void |
deleteTrial(Module module,
ModuleSession session,
Trial trial)
Delete a trial object. |
List<Object[]> |
findDistinctTrialPropertyNames(ModuleImpl module)
Get all distinct trial property names for a module. |
int |
getLastTrialIndex(ModuleSession moduleSession)
Get the last trial index for a given session. |
List<Trial> |
getTrials(ModuleImpl module,
ModuleSession moduleSession,
String elementNameLike,
String propertyNameLike,
int offset,
int maxResults)
Get all trials for a given session. |
List<Trial> |
getTrials(ModuleSession moduleSession)
Get all trials for a given session. |
List<Trial> |
getTrials(ModuleSession session,
Node node,
int maxResults)
|
List<Trial> |
loadAllTrials(ModuleImpl module)
Get a list of all sessions. |
void |
saveTrial(Module module,
ModuleSession session,
Trial trial)
Persist a trial. |
| Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport |
|---|
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory |
| Methods inherited from class org.springframework.dao.support.DaoSupport |
|---|
afterPropertiesSet, initDao |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrialDAO()
| Method Detail |
|---|
public List<Trial> loadAllTrials(ModuleImpl module)
public List<Trial> getTrials(ModuleSession moduleSession)
public List<Trial> getTrials(ModuleImpl module,
ModuleSession moduleSession,
String elementNameLike,
String propertyNameLike,
int offset,
int maxResults)
public int getLastTrialIndex(ModuleSession moduleSession)
public void saveTrial(Module module,
ModuleSession session,
Trial trial)
public void deleteTrial(Module module,
ModuleSession session,
Trial trial)
public List<Trial> getTrials(ModuleSession session,
Node node,
int maxResults)
public List<Object[]> findDistinctTrialPropertyNames(ModuleImpl module)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||