|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterGroupDao | |
---|---|
fr.ifremer.allegro.referential.pmfm | |
fr.ifremer.allegro.referential.pmfm.generic.service |
Uses of ParameterGroupDao in fr.ifremer.allegro.referential.pmfm |
---|
Classes in fr.ifremer.allegro.referential.pmfm that implement ParameterGroupDao | |
---|---|
class |
ParameterGroupDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.referential.pmfm.ParameterGroup . |
class |
ParameterGroupDaoImpl
|
Methods in fr.ifremer.allegro.referential.pmfm that return ParameterGroupDao | |
---|---|
protected ParameterGroupDao |
ParameterDaoBase.getParameterGroupDao()
Gets the reference to parameterGroupDao . |
protected ParameterGroupDao |
ParameterGroupDaoBase.getParameterGroupDao()
Gets the reference to parameterGroupDao . |
Methods in fr.ifremer.allegro.referential.pmfm with parameters of type ParameterGroupDao | |
---|---|
void |
ParameterDaoBase.setParameterGroupDao(ParameterGroupDao parameterGroupDao)
Sets the reference to parameterGroupDao . |
void |
ParameterGroupDaoBase.setParameterGroupDao(ParameterGroupDao parameterGroupDao)
Sets the reference to parameterGroupDao . |
Uses of ParameterGroupDao in fr.ifremer.allegro.referential.pmfm.generic.service |
---|
Methods in fr.ifremer.allegro.referential.pmfm.generic.service that return ParameterGroupDao | |
---|---|
protected ParameterGroupDao |
RemoteParameterFullServiceBase.getParameterGroupDao()
Gets the reference to parameterGroup 's DAO. |
protected ParameterGroupDao |
RemoteParameterGroupFullServiceBase.getParameterGroupDao()
Gets the reference to parameterGroup 's DAO. |
Methods in fr.ifremer.allegro.referential.pmfm.generic.service with parameters of type ParameterGroupDao | |
---|---|
void |
RemoteParameterFullServiceBase.setParameterGroupDao(ParameterGroupDao parameterGroupDao)
Sets the reference to parameterGroup 's DAO. |
void |
RemoteParameterGroupFullServiceBase.setParameterGroupDao(ParameterGroupDao parameterGroupDao)
Sets the reference to parameterGroup 's DAO. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |