Uses of Class
fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO

Packages that use RemoteLocationPointFullVO
fr.ifremer.allegro.referential.location   
fr.ifremer.allegro.referential.location.generic.service   
fr.ifremer.allegro.referential.location.generic.vo   
 

Uses of RemoteLocationPointFullVO in fr.ifremer.allegro.referential.location
 

Methods in fr.ifremer.allegro.referential.location that return RemoteLocationPointFullVO
 RemoteLocationPointFullVO LocationPointDaoImpl.toRemoteLocationPointFullVO(LocationPoint entity)
           
 RemoteLocationPointFullVO LocationPointDao.toRemoteLocationPointFullVO(LocationPoint entity)
          Converts this DAO's entity to an object of type RemoteLocationPointFullVO.
 RemoteLocationPointFullVO LocationPointDaoBase.toRemoteLocationPointFullVO(LocationPoint entity)
           
protected  RemoteLocationPointFullVO LocationPointDaoBase.toRemoteLocationPointFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteLocationPointFullVO[] LocationPointDao.toRemoteLocationPointFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteLocationPointFullVO.
 RemoteLocationPointFullVO[] LocationPointDaoBase.toRemoteLocationPointFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.location with parameters of type RemoteLocationPointFullVO
 LocationPoint LocationPointDaoImpl.remoteLocationPointFullVOToEntity(RemoteLocationPointFullVO remoteLocationPointFullVO)
           
 LocationPoint LocationPointDao.remoteLocationPointFullVOToEntity(RemoteLocationPointFullVO remoteLocationPointFullVO)
          Converts an instance of type RemoteLocationPointFullVO to this DAO's entity.
 void LocationPointDaoImpl.remoteLocationPointFullVOToEntity(RemoteLocationPointFullVO source, LocationPoint target, boolean copyIfNull)
           
 void LocationPointDao.remoteLocationPointFullVOToEntity(RemoteLocationPointFullVO source, LocationPoint target, boolean copyIfNull)
          Copies the fields of RemoteLocationPointFullVO to the specified entity.
 void LocationPointDaoBase.remoteLocationPointFullVOToEntity(RemoteLocationPointFullVO source, LocationPoint target, boolean copyIfNull)
           
 void LocationPointDaoImpl.toRemoteLocationPointFullVO(LocationPoint source, RemoteLocationPointFullVO target)
           
 void LocationPointDao.toRemoteLocationPointFullVO(LocationPoint source, RemoteLocationPointFullVO target)
          Copies the fields of the specified entity to the target value object.
 void LocationPointDaoBase.toRemoteLocationPointFullVO(LocationPoint source, RemoteLocationPointFullVO target)
           
 

Uses of RemoteLocationPointFullVO in fr.ifremer.allegro.referential.location.generic.service
 

Methods in fr.ifremer.allegro.referential.location.generic.service that return RemoteLocationPointFullVO
 RemoteLocationPointFullVO RemoteLocationPointFullService.addLocationPoint(RemoteLocationPointFullVO locationPoint)
           
 RemoteLocationPointFullVO RemoteLocationPointFullServiceWSDelegator.addLocationPoint(RemoteLocationPointFullVO locationPoint)
           
 RemoteLocationPointFullVO RemoteLocationPointFullServiceBase.addLocationPoint(RemoteLocationPointFullVO locationPoint)
           
 RemoteLocationPointFullVO[] RemoteLocationPointFullService.getAllLocationPoint()
           
 RemoteLocationPointFullVO[] RemoteLocationPointFullServiceWSDelegator.getAllLocationPoint()
           
 RemoteLocationPointFullVO[] RemoteLocationPointFullServiceBase.getAllLocationPoint()
           
 RemoteLocationPointFullVO RemoteLocationPointFullService.getLocationPointById(java.lang.Integer id)
           
 RemoteLocationPointFullVO RemoteLocationPointFullServiceWSDelegator.getLocationPointById(java.lang.Integer id)
           
 RemoteLocationPointFullVO RemoteLocationPointFullServiceBase.getLocationPointById(java.lang.Integer id)
           
 RemoteLocationPointFullVO[] RemoteLocationPointFullService.getLocationPointByIds(java.lang.Integer[] id)
           
 RemoteLocationPointFullVO[] RemoteLocationPointFullServiceWSDelegator.getLocationPointByIds(java.lang.Integer[] id)
           
 RemoteLocationPointFullVO[] RemoteLocationPointFullServiceBase.getLocationPointByIds(java.lang.Integer[] id)
           
 RemoteLocationPointFullVO[] RemoteLocationPointFullService.getLocationPointByLocationId(java.lang.Integer id)
           
 RemoteLocationPointFullVO[] RemoteLocationPointFullServiceWSDelegator.getLocationPointByLocationId(java.lang.Integer id)
           
 RemoteLocationPointFullVO[] RemoteLocationPointFullServiceBase.getLocationPointByLocationId(java.lang.Integer id)
           
 RemoteLocationPointFullVO RemoteLocationPointFullService.getLocationPointByNaturalId(RemoteLocationPointNaturalId locationPointNaturalId)
           
 RemoteLocationPointFullVO RemoteLocationPointFullServiceWSDelegator.getLocationPointByNaturalId(RemoteLocationPointNaturalId locationPointNaturalId)
           
 RemoteLocationPointFullVO RemoteLocationPointFullServiceBase.getLocationPointByNaturalId(RemoteLocationPointNaturalId locationPointNaturalId)
           
protected  RemoteLocationPointFullVO RemoteLocationPointFullServiceImpl.handleAddLocationPoint(RemoteLocationPointFullVO locationPoint)
           
protected abstract  RemoteLocationPointFullVO RemoteLocationPointFullServiceBase.handleAddLocationPoint(RemoteLocationPointFullVO locationPoint)
          Performs the core logic for RemoteLocationPointFullServiceBase.addLocationPoint(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO)
protected  RemoteLocationPointFullVO[] RemoteLocationPointFullServiceImpl.handleGetAllLocationPoint()
           
protected abstract  RemoteLocationPointFullVO[] RemoteLocationPointFullServiceBase.handleGetAllLocationPoint()
          Performs the core logic for RemoteLocationPointFullServiceBase.getAllLocationPoint()
protected  RemoteLocationPointFullVO RemoteLocationPointFullServiceImpl.handleGetLocationPointById(java.lang.Integer id)
           
protected abstract  RemoteLocationPointFullVO RemoteLocationPointFullServiceBase.handleGetLocationPointById(java.lang.Integer id)
          Performs the core logic for RemoteLocationPointFullServiceBase.getLocationPointById(java.lang.Integer)
protected  RemoteLocationPointFullVO[] RemoteLocationPointFullServiceImpl.handleGetLocationPointByIds(java.lang.Integer[] id)
           
protected abstract  RemoteLocationPointFullVO[] RemoteLocationPointFullServiceBase.handleGetLocationPointByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteLocationPointFullServiceBase.getLocationPointByIds(java.lang.Integer[])
protected  RemoteLocationPointFullVO[] RemoteLocationPointFullServiceImpl.handleGetLocationPointByLocationId(java.lang.Integer id)
           
protected abstract  RemoteLocationPointFullVO[] RemoteLocationPointFullServiceBase.handleGetLocationPointByLocationId(java.lang.Integer id)
          Performs the core logic for RemoteLocationPointFullServiceBase.getLocationPointByLocationId(java.lang.Integer)
protected  RemoteLocationPointFullVO RemoteLocationPointFullServiceImpl.handleGetLocationPointByNaturalId(RemoteLocationPointNaturalId locationPointNaturalId)
           
protected abstract  RemoteLocationPointFullVO RemoteLocationPointFullServiceBase.handleGetLocationPointByNaturalId(RemoteLocationPointNaturalId locationPointNaturalId)
          Performs the core logic for RemoteLocationPointFullServiceBase.getLocationPointByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointNaturalId)
 

Methods in fr.ifremer.allegro.referential.location.generic.service with parameters of type RemoteLocationPointFullVO
 RemoteLocationPointFullVO RemoteLocationPointFullService.addLocationPoint(RemoteLocationPointFullVO locationPoint)
           
 RemoteLocationPointFullVO RemoteLocationPointFullServiceWSDelegator.addLocationPoint(RemoteLocationPointFullVO locationPoint)
           
 RemoteLocationPointFullVO RemoteLocationPointFullServiceBase.addLocationPoint(RemoteLocationPointFullVO locationPoint)
           
protected  RemoteLocationPointFullVO RemoteLocationPointFullServiceImpl.handleAddLocationPoint(RemoteLocationPointFullVO locationPoint)
           
protected abstract  RemoteLocationPointFullVO RemoteLocationPointFullServiceBase.handleAddLocationPoint(RemoteLocationPointFullVO locationPoint)
          Performs the core logic for RemoteLocationPointFullServiceBase.addLocationPoint(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO)
protected  boolean RemoteLocationPointFullServiceImpl.handleRemoteLocationPointFullVOsAreEqual(RemoteLocationPointFullVO remoteLocationPointFullVOFirst, RemoteLocationPointFullVO remoteLocationPointFullVOSecond)
           
protected abstract  boolean RemoteLocationPointFullServiceBase.handleRemoteLocationPointFullVOsAreEqual(RemoteLocationPointFullVO remoteLocationPointFullVOFirst, RemoteLocationPointFullVO remoteLocationPointFullVOSecond)
          Performs the core logic for RemoteLocationPointFullServiceBase.remoteLocationPointFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO)
protected  boolean RemoteLocationPointFullServiceImpl.handleRemoteLocationPointFullVOsAreEqualOnIdentifiers(RemoteLocationPointFullVO remoteLocationPointFullVOFirst, RemoteLocationPointFullVO remoteLocationPointFullVOSecond)
           
protected abstract  boolean RemoteLocationPointFullServiceBase.handleRemoteLocationPointFullVOsAreEqualOnIdentifiers(RemoteLocationPointFullVO remoteLocationPointFullVOFirst, RemoteLocationPointFullVO remoteLocationPointFullVOSecond)
          Performs the core logic for RemoteLocationPointFullServiceBase.remoteLocationPointFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO)
protected  void RemoteLocationPointFullServiceImpl.handleRemoveLocationPoint(RemoteLocationPointFullVO locationPoint)
           
protected abstract  void RemoteLocationPointFullServiceBase.handleRemoveLocationPoint(RemoteLocationPointFullVO locationPoint)
          Performs the core logic for RemoteLocationPointFullServiceBase.removeLocationPoint(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO)
protected  void RemoteLocationPointFullServiceImpl.handleUpdateLocationPoint(RemoteLocationPointFullVO locationPoint)
           
protected abstract  void RemoteLocationPointFullServiceBase.handleUpdateLocationPoint(RemoteLocationPointFullVO locationPoint)
          Performs the core logic for RemoteLocationPointFullServiceBase.updateLocationPoint(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO)
 boolean RemoteLocationPointFullService.remoteLocationPointFullVOsAreEqual(RemoteLocationPointFullVO remoteLocationPointFullVOFirst, RemoteLocationPointFullVO remoteLocationPointFullVOSecond)
           
 boolean RemoteLocationPointFullServiceWSDelegator.remoteLocationPointFullVOsAreEqual(RemoteLocationPointFullVO remoteLocationPointFullVOFirst, RemoteLocationPointFullVO remoteLocationPointFullVOSecond)
           
 boolean RemoteLocationPointFullServiceBase.remoteLocationPointFullVOsAreEqual(RemoteLocationPointFullVO remoteLocationPointFullVOFirst, RemoteLocationPointFullVO remoteLocationPointFullVOSecond)
           
 boolean RemoteLocationPointFullService.remoteLocationPointFullVOsAreEqualOnIdentifiers(RemoteLocationPointFullVO remoteLocationPointFullVOFirst, RemoteLocationPointFullVO remoteLocationPointFullVOSecond)
           
 boolean RemoteLocationPointFullServiceWSDelegator.remoteLocationPointFullVOsAreEqualOnIdentifiers(RemoteLocationPointFullVO remoteLocationPointFullVOFirst, RemoteLocationPointFullVO remoteLocationPointFullVOSecond)
           
 boolean RemoteLocationPointFullServiceBase.remoteLocationPointFullVOsAreEqualOnIdentifiers(RemoteLocationPointFullVO remoteLocationPointFullVOFirst, RemoteLocationPointFullVO remoteLocationPointFullVOSecond)
           
 void RemoteLocationPointFullService.removeLocationPoint(RemoteLocationPointFullVO locationPoint)
           
 void RemoteLocationPointFullServiceWSDelegator.removeLocationPoint(RemoteLocationPointFullVO locationPoint)
           
 void RemoteLocationPointFullServiceBase.removeLocationPoint(RemoteLocationPointFullVO locationPoint)
           
 void RemoteLocationPointFullService.updateLocationPoint(RemoteLocationPointFullVO locationPoint)
           
 void RemoteLocationPointFullServiceWSDelegator.updateLocationPoint(RemoteLocationPointFullVO locationPoint)
           
 void RemoteLocationPointFullServiceBase.updateLocationPoint(RemoteLocationPointFullVO locationPoint)
           
 

Uses of RemoteLocationPointFullVO in fr.ifremer.allegro.referential.location.generic.vo
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.