Uses of Interface
fr.ifremer.allegro.referential.spatial.SpatialItemDao

Packages that use SpatialItemDao
fr.ifremer.allegro.referential.spatial   
fr.ifremer.allegro.referential.spatial.generic.service   
 

Uses of SpatialItemDao in fr.ifremer.allegro.referential.spatial
 

Classes in fr.ifremer.allegro.referential.spatial that implement SpatialItemDao
 class SpatialItemDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.referential.spatial.SpatialItem.
 class SpatialItemDaoImpl
           
 

Methods in fr.ifremer.allegro.referential.spatial that return SpatialItemDao
protected  SpatialItemDao SpatialItemLineDaoBase.getSpatialItemDao()
          Gets the reference to spatialItemDao.
protected  SpatialItemDao SpatialItemAreaDaoBase.getSpatialItemDao()
          Gets the reference to spatialItemDao.
protected  SpatialItemDao SpatialItemPointDaoBase.getSpatialItemDao()
          Gets the reference to spatialItemDao.
protected  SpatialItemDao SpatialItemTypeDaoBase.getSpatialItemDao()
          Gets the reference to spatialItemDao.
protected  SpatialItemDao SpatialItem2LocationDaoBase.getSpatialItemDao()
          Gets the reference to spatialItemDao.
 

Methods in fr.ifremer.allegro.referential.spatial with parameters of type SpatialItemDao
 void SpatialItemLineDaoBase.setSpatialItemDao(SpatialItemDao spatialItemDao)
          Sets the reference to spatialItemDao.
 void SpatialItemAreaDaoBase.setSpatialItemDao(SpatialItemDao spatialItemDao)
          Sets the reference to spatialItemDao.
 void SpatialItemPointDaoBase.setSpatialItemDao(SpatialItemDao spatialItemDao)
          Sets the reference to spatialItemDao.
 void SpatialItemTypeDaoBase.setSpatialItemDao(SpatialItemDao spatialItemDao)
          Sets the reference to spatialItemDao.
 void SpatialItem2LocationDaoBase.setSpatialItemDao(SpatialItemDao spatialItemDao)
          Sets the reference to spatialItemDao.
 

Uses of SpatialItemDao in fr.ifremer.allegro.referential.spatial.generic.service
 

Methods in fr.ifremer.allegro.referential.spatial.generic.service that return SpatialItemDao
protected  SpatialItemDao RemoteSpatialItemFullServiceBase.getSpatialItemDao()
          Gets the reference to spatialItem's DAO.
protected  SpatialItemDao RemoteSpatialItemLineFullServiceBase.getSpatialItemDao()
          Gets the reference to spatialItem's DAO.
protected  SpatialItemDao RemoteSpatialItemAreaFullServiceBase.getSpatialItemDao()
          Gets the reference to spatialItem's DAO.
protected  SpatialItemDao RemoteSpatialItemPointFullServiceBase.getSpatialItemDao()
          Gets the reference to spatialItem's DAO.
protected  SpatialItemDao RemoteSpatialItemTypeFullServiceBase.getSpatialItemDao()
          Gets the reference to spatialItem's DAO.
protected  SpatialItemDao RemoteSpatialItem2LocationFullServiceBase.getSpatialItemDao()
          Gets the reference to spatialItem's DAO.
 

Methods in fr.ifremer.allegro.referential.spatial.generic.service with parameters of type SpatialItemDao
 void RemoteSpatialItemFullServiceBase.setSpatialItemDao(SpatialItemDao spatialItemDao)
          Sets the reference to spatialItem's DAO.
 void RemoteSpatialItemLineFullServiceBase.setSpatialItemDao(SpatialItemDao spatialItemDao)
          Sets the reference to spatialItem's DAO.
 void RemoteSpatialItemAreaFullServiceBase.setSpatialItemDao(SpatialItemDao spatialItemDao)
          Sets the reference to spatialItem's DAO.
 void RemoteSpatialItemPointFullServiceBase.setSpatialItemDao(SpatialItemDao spatialItemDao)
          Sets the reference to spatialItem's DAO.
 void RemoteSpatialItemTypeFullServiceBase.setSpatialItemDao(SpatialItemDao spatialItemDao)
          Sets the reference to spatialItem's DAO.
 void RemoteSpatialItem2LocationFullServiceBase.setSpatialItemDao(SpatialItemDao spatialItemDao)
          Sets the reference to spatialItem's DAO.
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.