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

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

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

Methods in fr.ifremer.allegro.referential.spatial that return RemoteSpatialItem2LocationFullVO
protected  RemoteSpatialItem2LocationFullVO SpatialItem2LocationDaoBase.toRemoteSpatialItem2LocationFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteSpatialItem2LocationFullVO SpatialItem2LocationDaoImpl.toRemoteSpatialItem2LocationFullVO(SpatialItem2Location entity)
           
 RemoteSpatialItem2LocationFullVO SpatialItem2LocationDao.toRemoteSpatialItem2LocationFullVO(SpatialItem2Location entity)
          Converts this DAO's entity to an object of type RemoteSpatialItem2LocationFullVO.
 RemoteSpatialItem2LocationFullVO SpatialItem2LocationDaoBase.toRemoteSpatialItem2LocationFullVO(SpatialItem2Location entity)
           
 RemoteSpatialItem2LocationFullVO[] SpatialItem2LocationDao.toRemoteSpatialItem2LocationFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteSpatialItem2LocationFullVO.
 RemoteSpatialItem2LocationFullVO[] SpatialItem2LocationDaoBase.toRemoteSpatialItem2LocationFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.spatial with parameters of type RemoteSpatialItem2LocationFullVO
 SpatialItem2Location SpatialItem2LocationDaoImpl.remoteSpatialItem2LocationFullVOToEntity(RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVO)
           
 SpatialItem2Location SpatialItem2LocationDao.remoteSpatialItem2LocationFullVOToEntity(RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVO)
          Converts an instance of type RemoteSpatialItem2LocationFullVO to this DAO's entity.
 void SpatialItem2LocationDaoImpl.remoteSpatialItem2LocationFullVOToEntity(RemoteSpatialItem2LocationFullVO source, SpatialItem2Location target, boolean copyIfNull)
           
 void SpatialItem2LocationDao.remoteSpatialItem2LocationFullVOToEntity(RemoteSpatialItem2LocationFullVO source, SpatialItem2Location target, boolean copyIfNull)
          Copies the fields of RemoteSpatialItem2LocationFullVO to the specified entity.
 void SpatialItem2LocationDaoBase.remoteSpatialItem2LocationFullVOToEntity(RemoteSpatialItem2LocationFullVO source, SpatialItem2Location target, boolean copyIfNull)
           
 void SpatialItem2LocationDaoImpl.toRemoteSpatialItem2LocationFullVO(SpatialItem2Location source, RemoteSpatialItem2LocationFullVO target)
           
 void SpatialItem2LocationDao.toRemoteSpatialItem2LocationFullVO(SpatialItem2Location source, RemoteSpatialItem2LocationFullVO target)
          Copies the fields of the specified entity to the target value object.
 void SpatialItem2LocationDaoBase.toRemoteSpatialItem2LocationFullVO(SpatialItem2Location source, RemoteSpatialItem2LocationFullVO target)
           
 

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

Methods in fr.ifremer.allegro.referential.spatial.generic.service that return RemoteSpatialItem2LocationFullVO
 RemoteSpatialItem2LocationFullVO RemoteSpatialItem2LocationFullService.addSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
           
 RemoteSpatialItem2LocationFullVO RemoteSpatialItem2LocationFullServiceWSDelegator.addSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
           
 RemoteSpatialItem2LocationFullVO RemoteSpatialItem2LocationFullServiceBase.addSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
           
 RemoteSpatialItem2LocationFullVO[] RemoteSpatialItem2LocationFullService.getAllSpatialItem2Location()
           
 RemoteSpatialItem2LocationFullVO[] RemoteSpatialItem2LocationFullServiceWSDelegator.getAllSpatialItem2Location()
           
 RemoteSpatialItem2LocationFullVO[] RemoteSpatialItem2LocationFullServiceBase.getAllSpatialItem2Location()
           
 RemoteSpatialItem2LocationFullVO RemoteSpatialItem2LocationFullService.getSpatialItem2LocationByIdentifiers(java.lang.Integer spatialItemId, java.lang.Integer locationId)
           
 RemoteSpatialItem2LocationFullVO RemoteSpatialItem2LocationFullServiceWSDelegator.getSpatialItem2LocationByIdentifiers(java.lang.Integer spatialItemId, java.lang.Integer locationId)
           
 RemoteSpatialItem2LocationFullVO RemoteSpatialItem2LocationFullServiceBase.getSpatialItem2LocationByIdentifiers(java.lang.Integer spatialItemId, java.lang.Integer locationId)
           
 RemoteSpatialItem2LocationFullVO[] RemoteSpatialItem2LocationFullService.getSpatialItem2LocationByLocationId(java.lang.Integer id)
           
 RemoteSpatialItem2LocationFullVO[] RemoteSpatialItem2LocationFullServiceWSDelegator.getSpatialItem2LocationByLocationId(java.lang.Integer id)
           
 RemoteSpatialItem2LocationFullVO[] RemoteSpatialItem2LocationFullServiceBase.getSpatialItem2LocationByLocationId(java.lang.Integer id)
           
 RemoteSpatialItem2LocationFullVO RemoteSpatialItem2LocationFullService.getSpatialItem2LocationByNaturalId(RemoteSpatialItem2LocationNaturalId spatialItem2LocationNaturalId)
           
 RemoteSpatialItem2LocationFullVO RemoteSpatialItem2LocationFullServiceWSDelegator.getSpatialItem2LocationByNaturalId(RemoteSpatialItem2LocationNaturalId spatialItem2LocationNaturalId)
           
 RemoteSpatialItem2LocationFullVO RemoteSpatialItem2LocationFullServiceBase.getSpatialItem2LocationByNaturalId(RemoteSpatialItem2LocationNaturalId spatialItem2LocationNaturalId)
           
 RemoteSpatialItem2LocationFullVO[] RemoteSpatialItem2LocationFullService.getSpatialItem2LocationBySpatialItemId(java.lang.Integer id)
           
 RemoteSpatialItem2LocationFullVO[] RemoteSpatialItem2LocationFullServiceWSDelegator.getSpatialItem2LocationBySpatialItemId(java.lang.Integer id)
           
 RemoteSpatialItem2LocationFullVO[] RemoteSpatialItem2LocationFullServiceBase.getSpatialItem2LocationBySpatialItemId(java.lang.Integer id)
           
protected  RemoteSpatialItem2LocationFullVO RemoteSpatialItem2LocationFullServiceImpl.handleAddSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
           
protected abstract  RemoteSpatialItem2LocationFullVO RemoteSpatialItem2LocationFullServiceBase.handleAddSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.addSpatialItem2Location(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)
protected  RemoteSpatialItem2LocationFullVO[] RemoteSpatialItem2LocationFullServiceImpl.handleGetAllSpatialItem2Location()
           
protected abstract  RemoteSpatialItem2LocationFullVO[] RemoteSpatialItem2LocationFullServiceBase.handleGetAllSpatialItem2Location()
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.getAllSpatialItem2Location()
protected  RemoteSpatialItem2LocationFullVO RemoteSpatialItem2LocationFullServiceImpl.handleGetSpatialItem2LocationByIdentifiers(java.lang.Integer spatialItemId, java.lang.Integer locationId)
           
protected abstract  RemoteSpatialItem2LocationFullVO RemoteSpatialItem2LocationFullServiceBase.handleGetSpatialItem2LocationByIdentifiers(java.lang.Integer spatialItemId, java.lang.Integer locationId)
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.getSpatialItem2LocationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteSpatialItem2LocationFullVO[] RemoteSpatialItem2LocationFullServiceImpl.handleGetSpatialItem2LocationByLocationId(java.lang.Integer id)
           
protected abstract  RemoteSpatialItem2LocationFullVO[] RemoteSpatialItem2LocationFullServiceBase.handleGetSpatialItem2LocationByLocationId(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.getSpatialItem2LocationByLocationId(java.lang.Integer)
protected  RemoteSpatialItem2LocationFullVO RemoteSpatialItem2LocationFullServiceImpl.handleGetSpatialItem2LocationByNaturalId(RemoteSpatialItem2LocationNaturalId spatialItem2LocationNaturalId)
           
protected abstract  RemoteSpatialItem2LocationFullVO RemoteSpatialItem2LocationFullServiceBase.handleGetSpatialItem2LocationByNaturalId(RemoteSpatialItem2LocationNaturalId spatialItem2LocationNaturalId)
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.getSpatialItem2LocationByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationNaturalId)
protected  RemoteSpatialItem2LocationFullVO[] RemoteSpatialItem2LocationFullServiceImpl.handleGetSpatialItem2LocationBySpatialItemId(java.lang.Integer id)
           
protected abstract  RemoteSpatialItem2LocationFullVO[] RemoteSpatialItem2LocationFullServiceBase.handleGetSpatialItem2LocationBySpatialItemId(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.getSpatialItem2LocationBySpatialItemId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.spatial.generic.service with parameters of type RemoteSpatialItem2LocationFullVO
 RemoteSpatialItem2LocationFullVO RemoteSpatialItem2LocationFullService.addSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
           
 RemoteSpatialItem2LocationFullVO RemoteSpatialItem2LocationFullServiceWSDelegator.addSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
           
 RemoteSpatialItem2LocationFullVO RemoteSpatialItem2LocationFullServiceBase.addSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
           
protected  RemoteSpatialItem2LocationFullVO RemoteSpatialItem2LocationFullServiceImpl.handleAddSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
           
protected abstract  RemoteSpatialItem2LocationFullVO RemoteSpatialItem2LocationFullServiceBase.handleAddSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.addSpatialItem2Location(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)
protected  boolean RemoteSpatialItem2LocationFullServiceImpl.handleRemoteSpatialItem2LocationFullVOsAreEqual(RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOFirst, RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOSecond)
           
protected abstract  boolean RemoteSpatialItem2LocationFullServiceBase.handleRemoteSpatialItem2LocationFullVOsAreEqual(RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOFirst, RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOSecond)
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.remoteSpatialItem2LocationFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)
protected  boolean RemoteSpatialItem2LocationFullServiceImpl.handleRemoteSpatialItem2LocationFullVOsAreEqualOnIdentifiers(RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOFirst, RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOSecond)
           
protected abstract  boolean RemoteSpatialItem2LocationFullServiceBase.handleRemoteSpatialItem2LocationFullVOsAreEqualOnIdentifiers(RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOFirst, RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOSecond)
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.remoteSpatialItem2LocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)
protected  void RemoteSpatialItem2LocationFullServiceImpl.handleRemoveSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
           
protected abstract  void RemoteSpatialItem2LocationFullServiceBase.handleRemoveSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.removeSpatialItem2Location(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)
protected  void RemoteSpatialItem2LocationFullServiceImpl.handleUpdateSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
           
protected abstract  void RemoteSpatialItem2LocationFullServiceBase.handleUpdateSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.updateSpatialItem2Location(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)
 boolean RemoteSpatialItem2LocationFullService.remoteSpatialItem2LocationFullVOsAreEqual(RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOFirst, RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOSecond)
           
 boolean RemoteSpatialItem2LocationFullServiceWSDelegator.remoteSpatialItem2LocationFullVOsAreEqual(RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOFirst, RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOSecond)
           
 boolean RemoteSpatialItem2LocationFullServiceBase.remoteSpatialItem2LocationFullVOsAreEqual(RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOFirst, RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOSecond)
           
 boolean RemoteSpatialItem2LocationFullService.remoteSpatialItem2LocationFullVOsAreEqualOnIdentifiers(RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOFirst, RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOSecond)
           
 boolean RemoteSpatialItem2LocationFullServiceWSDelegator.remoteSpatialItem2LocationFullVOsAreEqualOnIdentifiers(RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOFirst, RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOSecond)
           
 boolean RemoteSpatialItem2LocationFullServiceBase.remoteSpatialItem2LocationFullVOsAreEqualOnIdentifiers(RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOFirst, RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOSecond)
           
 void RemoteSpatialItem2LocationFullService.removeSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
           
 void RemoteSpatialItem2LocationFullServiceWSDelegator.removeSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
           
 void RemoteSpatialItem2LocationFullServiceBase.removeSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
           
 void RemoteSpatialItem2LocationFullService.updateSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
           
 void RemoteSpatialItem2LocationFullServiceWSDelegator.updateSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
           
 void RemoteSpatialItem2LocationFullServiceBase.updateSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
           
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.