|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocationPointDao | |
---|---|
fr.ifremer.allegro.referential.location | |
fr.ifremer.allegro.referential.location.generic.service |
Uses of LocationPointDao in fr.ifremer.allegro.referential.location |
---|
Classes in fr.ifremer.allegro.referential.location that implement LocationPointDao | |
---|---|
class |
LocationPointDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.referential.location.LocationPoint . |
class |
LocationPointDaoImpl
|
Methods in fr.ifremer.allegro.referential.location that return LocationPointDao | |
---|---|
protected LocationPointDao |
LocationDaoBase.getLocationPointDao()
Gets the reference to locationPointDao . |
Methods in fr.ifremer.allegro.referential.location with parameters of type LocationPointDao | |
---|---|
void |
LocationDaoBase.setLocationPointDao(LocationPointDao locationPointDao)
Sets the reference to locationPointDao . |
Uses of LocationPointDao in fr.ifremer.allegro.referential.location.generic.service |
---|
Methods in fr.ifremer.allegro.referential.location.generic.service that return LocationPointDao | |
---|---|
protected LocationPointDao |
RemoteLocationFullServiceBase.getLocationPointDao()
Gets the reference to locationPoint 's DAO. |
protected LocationPointDao |
RemoteLocationPointFullServiceBase.getLocationPointDao()
Gets the reference to locationPoint 's DAO. |
Methods in fr.ifremer.allegro.referential.location.generic.service with parameters of type LocationPointDao | |
---|---|
void |
RemoteLocationFullServiceBase.setLocationPointDao(LocationPointDao locationPointDao)
Sets the reference to locationPoint 's DAO. |
void |
RemoteLocationPointFullServiceBase.setLocationPointDao(LocationPointDao locationPointDao)
Sets the reference to locationPoint 's DAO. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |