|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FractionDao | |
---|---|
fr.ifremer.allegro.referential.pmfm | |
fr.ifremer.allegro.referential.pmfm.generic.service |
Uses of FractionDao in fr.ifremer.allegro.referential.pmfm |
---|
Classes in fr.ifremer.allegro.referential.pmfm that implement FractionDao | |
---|---|
class |
FractionDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.referential.pmfm.Fraction . |
class |
FractionDaoImpl
|
Methods in fr.ifremer.allegro.referential.pmfm that return FractionDao | |
---|---|
protected FractionDao |
PmfmDaoBase.getFractionDao()
Gets the reference to fractionDao . |
protected FractionDao |
MatrixDaoBase.getFractionDao()
Gets the reference to fractionDao . |
Methods in fr.ifremer.allegro.referential.pmfm with parameters of type FractionDao | |
---|---|
void |
PmfmDaoBase.setFractionDao(FractionDao fractionDao)
Sets the reference to fractionDao . |
void |
MatrixDaoBase.setFractionDao(FractionDao fractionDao)
Sets the reference to fractionDao . |
Uses of FractionDao in fr.ifremer.allegro.referential.pmfm.generic.service |
---|
Methods in fr.ifremer.allegro.referential.pmfm.generic.service that return FractionDao | |
---|---|
protected FractionDao |
RemotePmfmFullServiceBase.getFractionDao()
Gets the reference to fraction 's DAO. |
protected FractionDao |
RemoteMatrixFullServiceBase.getFractionDao()
Gets the reference to fraction 's DAO. |
protected FractionDao |
RemoteFractionFullServiceBase.getFractionDao()
Gets the reference to fraction 's DAO. |
Methods in fr.ifremer.allegro.referential.pmfm.generic.service with parameters of type FractionDao | |
---|---|
void |
RemotePmfmFullServiceBase.setFractionDao(FractionDao fractionDao)
Sets the reference to fraction 's DAO. |
void |
RemoteMatrixFullServiceBase.setFractionDao(FractionDao fractionDao)
Sets the reference to fraction 's DAO. |
void |
RemoteFractionFullServiceBase.setFractionDao(FractionDao fractionDao)
Sets the reference to fraction 's DAO. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |