Uses of Class
fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO

Packages that use RemoteSpatialItemFullVO
fr.ifremer.allegro.referential.spatial   
fr.ifremer.allegro.referential.spatial.generic.service   
fr.ifremer.allegro.referential.spatial.generic.vo   
 

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

Methods in fr.ifremer.allegro.referential.spatial that return RemoteSpatialItemFullVO
protected  RemoteSpatialItemFullVO SpatialItemDaoBase.toRemoteSpatialItemFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteSpatialItemFullVO SpatialItemDaoImpl.toRemoteSpatialItemFullVO(SpatialItem entity)
           
 RemoteSpatialItemFullVO SpatialItemDao.toRemoteSpatialItemFullVO(SpatialItem entity)
          Converts this DAO's entity to an object of type RemoteSpatialItemFullVO.
 RemoteSpatialItemFullVO SpatialItemDaoBase.toRemoteSpatialItemFullVO(SpatialItem entity)
           
 RemoteSpatialItemFullVO[] SpatialItemDao.toRemoteSpatialItemFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteSpatialItemFullVO.
 RemoteSpatialItemFullVO[] SpatialItemDaoBase.toRemoteSpatialItemFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.spatial with parameters of type RemoteSpatialItemFullVO
 SpatialItem SpatialItemDaoImpl.remoteSpatialItemFullVOToEntity(RemoteSpatialItemFullVO remoteSpatialItemFullVO)
           
 SpatialItem SpatialItemDao.remoteSpatialItemFullVOToEntity(RemoteSpatialItemFullVO remoteSpatialItemFullVO)
          Converts an instance of type RemoteSpatialItemFullVO to this DAO's entity.
 void SpatialItemDaoImpl.remoteSpatialItemFullVOToEntity(RemoteSpatialItemFullVO source, SpatialItem target, boolean copyIfNull)
           
 void SpatialItemDao.remoteSpatialItemFullVOToEntity(RemoteSpatialItemFullVO source, SpatialItem target, boolean copyIfNull)
          Copies the fields of RemoteSpatialItemFullVO to the specified entity.
 void SpatialItemDaoBase.remoteSpatialItemFullVOToEntity(RemoteSpatialItemFullVO source, SpatialItem target, boolean copyIfNull)
           
 void SpatialItemDaoImpl.toRemoteSpatialItemFullVO(SpatialItem source, RemoteSpatialItemFullVO target)
           
 void SpatialItemDao.toRemoteSpatialItemFullVO(SpatialItem source, RemoteSpatialItemFullVO target)
          Copies the fields of the specified entity to the target value object.
 void SpatialItemDaoBase.toRemoteSpatialItemFullVO(SpatialItem source, RemoteSpatialItemFullVO target)
           
 

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

Methods in fr.ifremer.allegro.referential.spatial.generic.service that return RemoteSpatialItemFullVO
 RemoteSpatialItemFullVO RemoteSpatialItemFullService.addSpatialItem(RemoteSpatialItemFullVO spatialItem)
           
 RemoteSpatialItemFullVO RemoteSpatialItemFullServiceWSDelegator.addSpatialItem(RemoteSpatialItemFullVO spatialItem)
           
 RemoteSpatialItemFullVO RemoteSpatialItemFullServiceBase.addSpatialItem(RemoteSpatialItemFullVO spatialItem)
           
 RemoteSpatialItemFullVO[] RemoteSpatialItemFullService.getAllSpatialItem()
           
 RemoteSpatialItemFullVO[] RemoteSpatialItemFullServiceWSDelegator.getAllSpatialItem()
           
 RemoteSpatialItemFullVO[] RemoteSpatialItemFullServiceBase.getAllSpatialItem()
           
 RemoteSpatialItemFullVO RemoteSpatialItemFullService.getSpatialItemById(java.lang.Integer id)
           
 RemoteSpatialItemFullVO RemoteSpatialItemFullServiceWSDelegator.getSpatialItemById(java.lang.Integer id)
           
 RemoteSpatialItemFullVO RemoteSpatialItemFullServiceBase.getSpatialItemById(java.lang.Integer id)
           
 RemoteSpatialItemFullVO[] RemoteSpatialItemFullService.getSpatialItemByIds(java.lang.Integer[] id)
           
 RemoteSpatialItemFullVO[] RemoteSpatialItemFullServiceWSDelegator.getSpatialItemByIds(java.lang.Integer[] id)
           
 RemoteSpatialItemFullVO[] RemoteSpatialItemFullServiceBase.getSpatialItemByIds(java.lang.Integer[] id)
           
 RemoteSpatialItemFullVO RemoteSpatialItemFullService.getSpatialItemByNaturalId(RemoteSpatialItemNaturalId spatialItemNaturalId)
           
 RemoteSpatialItemFullVO RemoteSpatialItemFullServiceWSDelegator.getSpatialItemByNaturalId(RemoteSpatialItemNaturalId spatialItemNaturalId)
           
 RemoteSpatialItemFullVO RemoteSpatialItemFullServiceBase.getSpatialItemByNaturalId(RemoteSpatialItemNaturalId spatialItemNaturalId)
           
 RemoteSpatialItemFullVO[] RemoteSpatialItemFullService.getSpatialItemBySpatialItemTypeId(java.lang.Integer id)
           
 RemoteSpatialItemFullVO[] RemoteSpatialItemFullServiceWSDelegator.getSpatialItemBySpatialItemTypeId(java.lang.Integer id)
           
 RemoteSpatialItemFullVO[] RemoteSpatialItemFullServiceBase.getSpatialItemBySpatialItemTypeId(java.lang.Integer id)
           
protected  RemoteSpatialItemFullVO RemoteSpatialItemFullServiceImpl.handleAddSpatialItem(RemoteSpatialItemFullVO spatialItem)
           
protected abstract  RemoteSpatialItemFullVO RemoteSpatialItemFullServiceBase.handleAddSpatialItem(RemoteSpatialItemFullVO spatialItem)
          Performs the core logic for RemoteSpatialItemFullServiceBase.addSpatialItem(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)
protected  RemoteSpatialItemFullVO[] RemoteSpatialItemFullServiceImpl.handleGetAllSpatialItem()
           
protected abstract  RemoteSpatialItemFullVO[] RemoteSpatialItemFullServiceBase.handleGetAllSpatialItem()
          Performs the core logic for RemoteSpatialItemFullServiceBase.getAllSpatialItem()
protected  RemoteSpatialItemFullVO RemoteSpatialItemFullServiceImpl.handleGetSpatialItemById(java.lang.Integer id)
           
protected abstract  RemoteSpatialItemFullVO RemoteSpatialItemFullServiceBase.handleGetSpatialItemById(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItemFullServiceBase.getSpatialItemById(java.lang.Integer)
protected  RemoteSpatialItemFullVO[] RemoteSpatialItemFullServiceImpl.handleGetSpatialItemByIds(java.lang.Integer[] id)
           
protected abstract  RemoteSpatialItemFullVO[] RemoteSpatialItemFullServiceBase.handleGetSpatialItemByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteSpatialItemFullServiceBase.getSpatialItemByIds(java.lang.Integer[])
protected  RemoteSpatialItemFullVO RemoteSpatialItemFullServiceImpl.handleGetSpatialItemByNaturalId(RemoteSpatialItemNaturalId spatialItemNaturalId)
           
protected abstract  RemoteSpatialItemFullVO RemoteSpatialItemFullServiceBase.handleGetSpatialItemByNaturalId(RemoteSpatialItemNaturalId spatialItemNaturalId)
          Performs the core logic for RemoteSpatialItemFullServiceBase.getSpatialItemByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemNaturalId)
protected  RemoteSpatialItemFullVO[] RemoteSpatialItemFullServiceImpl.handleGetSpatialItemBySpatialItemTypeId(java.lang.Integer id)
           
protected abstract  RemoteSpatialItemFullVO[] RemoteSpatialItemFullServiceBase.handleGetSpatialItemBySpatialItemTypeId(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItemFullServiceBase.getSpatialItemBySpatialItemTypeId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.spatial.generic.service with parameters of type RemoteSpatialItemFullVO
 RemoteSpatialItemFullVO RemoteSpatialItemFullService.addSpatialItem(RemoteSpatialItemFullVO spatialItem)
           
 RemoteSpatialItemFullVO RemoteSpatialItemFullServiceWSDelegator.addSpatialItem(RemoteSpatialItemFullVO spatialItem)
           
 RemoteSpatialItemFullVO RemoteSpatialItemFullServiceBase.addSpatialItem(RemoteSpatialItemFullVO spatialItem)
           
protected  RemoteSpatialItemFullVO RemoteSpatialItemFullServiceImpl.handleAddSpatialItem(RemoteSpatialItemFullVO spatialItem)
           
protected abstract  RemoteSpatialItemFullVO RemoteSpatialItemFullServiceBase.handleAddSpatialItem(RemoteSpatialItemFullVO spatialItem)
          Performs the core logic for RemoteSpatialItemFullServiceBase.addSpatialItem(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)
protected  boolean RemoteSpatialItemFullServiceImpl.handleRemoteSpatialItemFullVOsAreEqual(RemoteSpatialItemFullVO remoteSpatialItemFullVOFirst, RemoteSpatialItemFullVO remoteSpatialItemFullVOSecond)
           
protected abstract  boolean RemoteSpatialItemFullServiceBase.handleRemoteSpatialItemFullVOsAreEqual(RemoteSpatialItemFullVO remoteSpatialItemFullVOFirst, RemoteSpatialItemFullVO remoteSpatialItemFullVOSecond)
          Performs the core logic for RemoteSpatialItemFullServiceBase.remoteSpatialItemFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)
protected  boolean RemoteSpatialItemFullServiceImpl.handleRemoteSpatialItemFullVOsAreEqualOnIdentifiers(RemoteSpatialItemFullVO remoteSpatialItemFullVOFirst, RemoteSpatialItemFullVO remoteSpatialItemFullVOSecond)
           
protected abstract  boolean RemoteSpatialItemFullServiceBase.handleRemoteSpatialItemFullVOsAreEqualOnIdentifiers(RemoteSpatialItemFullVO remoteSpatialItemFullVOFirst, RemoteSpatialItemFullVO remoteSpatialItemFullVOSecond)
          Performs the core logic for RemoteSpatialItemFullServiceBase.remoteSpatialItemFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)
protected  void RemoteSpatialItemFullServiceImpl.handleRemoveSpatialItem(RemoteSpatialItemFullVO spatialItem)
           
protected abstract  void RemoteSpatialItemFullServiceBase.handleRemoveSpatialItem(RemoteSpatialItemFullVO spatialItem)
          Performs the core logic for RemoteSpatialItemFullServiceBase.removeSpatialItem(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)
protected  void RemoteSpatialItemFullServiceImpl.handleUpdateSpatialItem(RemoteSpatialItemFullVO spatialItem)
           
protected abstract  void RemoteSpatialItemFullServiceBase.handleUpdateSpatialItem(RemoteSpatialItemFullVO spatialItem)
          Performs the core logic for RemoteSpatialItemFullServiceBase.updateSpatialItem(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)
 boolean RemoteSpatialItemFullService.remoteSpatialItemFullVOsAreEqual(RemoteSpatialItemFullVO remoteSpatialItemFullVOFirst, RemoteSpatialItemFullVO remoteSpatialItemFullVOSecond)
           
 boolean RemoteSpatialItemFullServiceWSDelegator.remoteSpatialItemFullVOsAreEqual(RemoteSpatialItemFullVO remoteSpatialItemFullVOFirst, RemoteSpatialItemFullVO remoteSpatialItemFullVOSecond)
           
 boolean RemoteSpatialItemFullServiceBase.remoteSpatialItemFullVOsAreEqual(RemoteSpatialItemFullVO remoteSpatialItemFullVOFirst, RemoteSpatialItemFullVO remoteSpatialItemFullVOSecond)
           
 boolean RemoteSpatialItemFullService.remoteSpatialItemFullVOsAreEqualOnIdentifiers(RemoteSpatialItemFullVO remoteSpatialItemFullVOFirst, RemoteSpatialItemFullVO remoteSpatialItemFullVOSecond)
           
 boolean RemoteSpatialItemFullServiceWSDelegator.remoteSpatialItemFullVOsAreEqualOnIdentifiers(RemoteSpatialItemFullVO remoteSpatialItemFullVOFirst, RemoteSpatialItemFullVO remoteSpatialItemFullVOSecond)
           
 boolean RemoteSpatialItemFullServiceBase.remoteSpatialItemFullVOsAreEqualOnIdentifiers(RemoteSpatialItemFullVO remoteSpatialItemFullVOFirst, RemoteSpatialItemFullVO remoteSpatialItemFullVOSecond)
           
 void RemoteSpatialItemFullService.removeSpatialItem(RemoteSpatialItemFullVO spatialItem)
           
 void RemoteSpatialItemFullServiceWSDelegator.removeSpatialItem(RemoteSpatialItemFullVO spatialItem)
           
 void RemoteSpatialItemFullServiceBase.removeSpatialItem(RemoteSpatialItemFullVO spatialItem)
           
 void RemoteSpatialItemFullService.updateSpatialItem(RemoteSpatialItemFullVO spatialItem)
           
 void RemoteSpatialItemFullServiceWSDelegator.updateSpatialItem(RemoteSpatialItemFullVO spatialItem)
           
 void RemoteSpatialItemFullServiceBase.updateSpatialItem(RemoteSpatialItemFullVO spatialItem)
           
 

Uses of RemoteSpatialItemFullVO in fr.ifremer.allegro.referential.spatial.generic.vo
 

Methods in fr.ifremer.allegro.referential.spatial.generic.vo with parameters of type RemoteSpatialItemFullVO
 void RemoteSpatialItemFullVO.copy(RemoteSpatialItemFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 

Constructors in fr.ifremer.allegro.referential.spatial.generic.vo with parameters of type RemoteSpatialItemFullVO
RemoteSpatialItemFullVO(RemoteSpatialItemFullVO otherBean)
          Copies constructor from other RemoteSpatialItemFullVO
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.