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

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

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

Methods in fr.ifremer.allegro.referential.spatial that return RemoteSpatialItemPointFullVO
protected  RemoteSpatialItemPointFullVO SpatialItemPointDaoBase.toRemoteSpatialItemPointFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteSpatialItemPointFullVO SpatialItemPointDaoImpl.toRemoteSpatialItemPointFullVO(SpatialItemPoint entity)
           
 RemoteSpatialItemPointFullVO SpatialItemPointDao.toRemoteSpatialItemPointFullVO(SpatialItemPoint entity)
          Converts this DAO's entity to an object of type RemoteSpatialItemPointFullVO.
 RemoteSpatialItemPointFullVO SpatialItemPointDaoBase.toRemoteSpatialItemPointFullVO(SpatialItemPoint entity)
           
 RemoteSpatialItemPointFullVO[] SpatialItemPointDao.toRemoteSpatialItemPointFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteSpatialItemPointFullVO.
 RemoteSpatialItemPointFullVO[] SpatialItemPointDaoBase.toRemoteSpatialItemPointFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.spatial with parameters of type RemoteSpatialItemPointFullVO
 SpatialItemPoint SpatialItemPointDaoImpl.remoteSpatialItemPointFullVOToEntity(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVO)
           
 SpatialItemPoint SpatialItemPointDao.remoteSpatialItemPointFullVOToEntity(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVO)
          Converts an instance of type RemoteSpatialItemPointFullVO to this DAO's entity.
 void SpatialItemPointDaoImpl.remoteSpatialItemPointFullVOToEntity(RemoteSpatialItemPointFullVO source, SpatialItemPoint target, boolean copyIfNull)
           
 void SpatialItemPointDao.remoteSpatialItemPointFullVOToEntity(RemoteSpatialItemPointFullVO source, SpatialItemPoint target, boolean copyIfNull)
          Copies the fields of RemoteSpatialItemPointFullVO to the specified entity.
 void SpatialItemPointDaoBase.remoteSpatialItemPointFullVOToEntity(RemoteSpatialItemPointFullVO source, SpatialItemPoint target, boolean copyIfNull)
           
 void SpatialItemPointDaoImpl.toRemoteSpatialItemPointFullVO(SpatialItemPoint source, RemoteSpatialItemPointFullVO target)
           
 void SpatialItemPointDao.toRemoteSpatialItemPointFullVO(SpatialItemPoint source, RemoteSpatialItemPointFullVO target)
          Copies the fields of the specified entity to the target value object.
 void SpatialItemPointDaoBase.toRemoteSpatialItemPointFullVO(SpatialItemPoint source, RemoteSpatialItemPointFullVO target)
           
 

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

Methods in fr.ifremer.allegro.referential.spatial.generic.service that return RemoteSpatialItemPointFullVO
 RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullService.addSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
           
 RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullServiceWSDelegator.addSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
           
 RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullServiceBase.addSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
           
 RemoteSpatialItemPointFullVO[] RemoteSpatialItemPointFullService.getAllSpatialItemPoint()
           
 RemoteSpatialItemPointFullVO[] RemoteSpatialItemPointFullServiceWSDelegator.getAllSpatialItemPoint()
           
 RemoteSpatialItemPointFullVO[] RemoteSpatialItemPointFullServiceBase.getAllSpatialItemPoint()
           
 RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullService.getSpatialItemPointById(java.lang.Integer id)
           
 RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullServiceWSDelegator.getSpatialItemPointById(java.lang.Integer id)
           
 RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullServiceBase.getSpatialItemPointById(java.lang.Integer id)
           
 RemoteSpatialItemPointFullVO[] RemoteSpatialItemPointFullService.getSpatialItemPointByIds(java.lang.Integer[] id)
           
 RemoteSpatialItemPointFullVO[] RemoteSpatialItemPointFullServiceWSDelegator.getSpatialItemPointByIds(java.lang.Integer[] id)
           
 RemoteSpatialItemPointFullVO[] RemoteSpatialItemPointFullServiceBase.getSpatialItemPointByIds(java.lang.Integer[] id)
           
 RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullService.getSpatialItemPointByNaturalId(RemoteSpatialItemPointNaturalId spatialItemPointNaturalId)
           
 RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullServiceWSDelegator.getSpatialItemPointByNaturalId(RemoteSpatialItemPointNaturalId spatialItemPointNaturalId)
           
 RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullServiceBase.getSpatialItemPointByNaturalId(RemoteSpatialItemPointNaturalId spatialItemPointNaturalId)
           
 RemoteSpatialItemPointFullVO[] RemoteSpatialItemPointFullService.getSpatialItemPointBySpatialItemId(java.lang.Integer id)
           
 RemoteSpatialItemPointFullVO[] RemoteSpatialItemPointFullServiceWSDelegator.getSpatialItemPointBySpatialItemId(java.lang.Integer id)
           
 RemoteSpatialItemPointFullVO[] RemoteSpatialItemPointFullServiceBase.getSpatialItemPointBySpatialItemId(java.lang.Integer id)
           
protected  RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullServiceImpl.handleAddSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
           
protected abstract  RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullServiceBase.handleAddSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.addSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
protected  RemoteSpatialItemPointFullVO[] RemoteSpatialItemPointFullServiceImpl.handleGetAllSpatialItemPoint()
           
protected abstract  RemoteSpatialItemPointFullVO[] RemoteSpatialItemPointFullServiceBase.handleGetAllSpatialItemPoint()
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.getAllSpatialItemPoint()
protected  RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullServiceImpl.handleGetSpatialItemPointById(java.lang.Integer id)
           
protected abstract  RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullServiceBase.handleGetSpatialItemPointById(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.getSpatialItemPointById(java.lang.Integer)
protected  RemoteSpatialItemPointFullVO[] RemoteSpatialItemPointFullServiceImpl.handleGetSpatialItemPointByIds(java.lang.Integer[] id)
           
protected abstract  RemoteSpatialItemPointFullVO[] RemoteSpatialItemPointFullServiceBase.handleGetSpatialItemPointByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.getSpatialItemPointByIds(java.lang.Integer[])
protected  RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullServiceImpl.handleGetSpatialItemPointByNaturalId(RemoteSpatialItemPointNaturalId spatialItemPointNaturalId)
           
protected abstract  RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullServiceBase.handleGetSpatialItemPointByNaturalId(RemoteSpatialItemPointNaturalId spatialItemPointNaturalId)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.getSpatialItemPointByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointNaturalId)
protected  RemoteSpatialItemPointFullVO[] RemoteSpatialItemPointFullServiceImpl.handleGetSpatialItemPointBySpatialItemId(java.lang.Integer id)
           
protected abstract  RemoteSpatialItemPointFullVO[] RemoteSpatialItemPointFullServiceBase.handleGetSpatialItemPointBySpatialItemId(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.getSpatialItemPointBySpatialItemId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.spatial.generic.service with parameters of type RemoteSpatialItemPointFullVO
 RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullService.addSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
           
 RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullServiceWSDelegator.addSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
           
 RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullServiceBase.addSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
           
protected  RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullServiceImpl.handleAddSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
           
protected abstract  RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullServiceBase.handleAddSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.addSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
protected  boolean RemoteSpatialItemPointFullServiceImpl.handleRemoteSpatialItemPointFullVOsAreEqual(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst, RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
           
protected abstract  boolean RemoteSpatialItemPointFullServiceBase.handleRemoteSpatialItemPointFullVOsAreEqual(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst, RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.remoteSpatialItemPointFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
protected  boolean RemoteSpatialItemPointFullServiceImpl.handleRemoteSpatialItemPointFullVOsAreEqualOnIdentifiers(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst, RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
           
protected abstract  boolean RemoteSpatialItemPointFullServiceBase.handleRemoteSpatialItemPointFullVOsAreEqualOnIdentifiers(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst, RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.remoteSpatialItemPointFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
protected  void RemoteSpatialItemPointFullServiceImpl.handleRemoveSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
           
protected abstract  void RemoteSpatialItemPointFullServiceBase.handleRemoveSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.removeSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
protected  void RemoteSpatialItemPointFullServiceImpl.handleUpdateSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
           
protected abstract  void RemoteSpatialItemPointFullServiceBase.handleUpdateSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.updateSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
 boolean RemoteSpatialItemPointFullService.remoteSpatialItemPointFullVOsAreEqual(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst, RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
           
 boolean RemoteSpatialItemPointFullServiceWSDelegator.remoteSpatialItemPointFullVOsAreEqual(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst, RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
           
 boolean RemoteSpatialItemPointFullServiceBase.remoteSpatialItemPointFullVOsAreEqual(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst, RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
           
 boolean RemoteSpatialItemPointFullService.remoteSpatialItemPointFullVOsAreEqualOnIdentifiers(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst, RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
           
 boolean RemoteSpatialItemPointFullServiceWSDelegator.remoteSpatialItemPointFullVOsAreEqualOnIdentifiers(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst, RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
           
 boolean RemoteSpatialItemPointFullServiceBase.remoteSpatialItemPointFullVOsAreEqualOnIdentifiers(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst, RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
           
 void RemoteSpatialItemPointFullService.removeSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
           
 void RemoteSpatialItemPointFullServiceWSDelegator.removeSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
           
 void RemoteSpatialItemPointFullServiceBase.removeSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
           
 void RemoteSpatialItemPointFullService.updateSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
           
 void RemoteSpatialItemPointFullServiceWSDelegator.updateSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
           
 void RemoteSpatialItemPointFullServiceBase.updateSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
           
 

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

Methods in fr.ifremer.allegro.referential.spatial.generic.vo with parameters of type RemoteSpatialItemPointFullVO
 void RemoteSpatialItemPointFullVO.copy(RemoteSpatialItemPointFullVO 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 RemoteSpatialItemPointFullVO
RemoteSpatialItemPointFullVO(RemoteSpatialItemPointFullVO otherBean)
          Copies constructor from other RemoteSpatialItemPointFullVO
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.