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

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

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

Methods in fr.ifremer.allegro.referential.location that return RemoteLocationAreaFullVO
 RemoteLocationAreaFullVO LocationAreaDaoImpl.toRemoteLocationAreaFullVO(LocationArea entity)
           
 RemoteLocationAreaFullVO LocationAreaDao.toRemoteLocationAreaFullVO(LocationArea entity)
          Converts this DAO's entity to an object of type RemoteLocationAreaFullVO.
 RemoteLocationAreaFullVO LocationAreaDaoBase.toRemoteLocationAreaFullVO(LocationArea entity)
           
protected  RemoteLocationAreaFullVO LocationAreaDaoBase.toRemoteLocationAreaFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteLocationAreaFullVO[] LocationAreaDao.toRemoteLocationAreaFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteLocationAreaFullVO.
 RemoteLocationAreaFullVO[] LocationAreaDaoBase.toRemoteLocationAreaFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.location with parameters of type RemoteLocationAreaFullVO
 LocationArea LocationAreaDaoImpl.remoteLocationAreaFullVOToEntity(RemoteLocationAreaFullVO remoteLocationAreaFullVO)
           
 LocationArea LocationAreaDao.remoteLocationAreaFullVOToEntity(RemoteLocationAreaFullVO remoteLocationAreaFullVO)
          Converts an instance of type RemoteLocationAreaFullVO to this DAO's entity.
 void LocationAreaDaoImpl.remoteLocationAreaFullVOToEntity(RemoteLocationAreaFullVO source, LocationArea target, boolean copyIfNull)
           
 void LocationAreaDao.remoteLocationAreaFullVOToEntity(RemoteLocationAreaFullVO source, LocationArea target, boolean copyIfNull)
          Copies the fields of RemoteLocationAreaFullVO to the specified entity.
 void LocationAreaDaoBase.remoteLocationAreaFullVOToEntity(RemoteLocationAreaFullVO source, LocationArea target, boolean copyIfNull)
           
 void LocationAreaDaoImpl.toRemoteLocationAreaFullVO(LocationArea source, RemoteLocationAreaFullVO target)
           
 void LocationAreaDao.toRemoteLocationAreaFullVO(LocationArea source, RemoteLocationAreaFullVO target)
          Copies the fields of the specified entity to the target value object.
 void LocationAreaDaoBase.toRemoteLocationAreaFullVO(LocationArea source, RemoteLocationAreaFullVO target)
           
 

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

Methods in fr.ifremer.allegro.referential.location.generic.service that return RemoteLocationAreaFullVO
 RemoteLocationAreaFullVO RemoteLocationAreaFullService.addLocationArea(RemoteLocationAreaFullVO locationArea)
           
 RemoteLocationAreaFullVO RemoteLocationAreaFullServiceWSDelegator.addLocationArea(RemoteLocationAreaFullVO locationArea)
           
 RemoteLocationAreaFullVO RemoteLocationAreaFullServiceBase.addLocationArea(RemoteLocationAreaFullVO locationArea)
           
 RemoteLocationAreaFullVO[] RemoteLocationAreaFullService.getAllLocationArea()
           
 RemoteLocationAreaFullVO[] RemoteLocationAreaFullServiceWSDelegator.getAllLocationArea()
           
 RemoteLocationAreaFullVO[] RemoteLocationAreaFullServiceBase.getAllLocationArea()
           
 RemoteLocationAreaFullVO RemoteLocationAreaFullService.getLocationAreaById(java.lang.Integer id)
           
 RemoteLocationAreaFullVO RemoteLocationAreaFullServiceWSDelegator.getLocationAreaById(java.lang.Integer id)
           
 RemoteLocationAreaFullVO RemoteLocationAreaFullServiceBase.getLocationAreaById(java.lang.Integer id)
           
 RemoteLocationAreaFullVO[] RemoteLocationAreaFullService.getLocationAreaByIds(java.lang.Integer[] id)
           
 RemoteLocationAreaFullVO[] RemoteLocationAreaFullServiceWSDelegator.getLocationAreaByIds(java.lang.Integer[] id)
           
 RemoteLocationAreaFullVO[] RemoteLocationAreaFullServiceBase.getLocationAreaByIds(java.lang.Integer[] id)
           
 RemoteLocationAreaFullVO[] RemoteLocationAreaFullService.getLocationAreaByLocationId(java.lang.Integer id)
           
 RemoteLocationAreaFullVO[] RemoteLocationAreaFullServiceWSDelegator.getLocationAreaByLocationId(java.lang.Integer id)
           
 RemoteLocationAreaFullVO[] RemoteLocationAreaFullServiceBase.getLocationAreaByLocationId(java.lang.Integer id)
           
 RemoteLocationAreaFullVO RemoteLocationAreaFullService.getLocationAreaByNaturalId(RemoteLocationAreaNaturalId locationAreaNaturalId)
           
 RemoteLocationAreaFullVO RemoteLocationAreaFullServiceWSDelegator.getLocationAreaByNaturalId(RemoteLocationAreaNaturalId locationAreaNaturalId)
           
 RemoteLocationAreaFullVO RemoteLocationAreaFullServiceBase.getLocationAreaByNaturalId(RemoteLocationAreaNaturalId locationAreaNaturalId)
           
protected  RemoteLocationAreaFullVO RemoteLocationAreaFullServiceImpl.handleAddLocationArea(RemoteLocationAreaFullVO locationArea)
           
protected abstract  RemoteLocationAreaFullVO RemoteLocationAreaFullServiceBase.handleAddLocationArea(RemoteLocationAreaFullVO locationArea)
          Performs the core logic for RemoteLocationAreaFullServiceBase.addLocationArea(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO)
protected  RemoteLocationAreaFullVO[] RemoteLocationAreaFullServiceImpl.handleGetAllLocationArea()
           
protected abstract  RemoteLocationAreaFullVO[] RemoteLocationAreaFullServiceBase.handleGetAllLocationArea()
          Performs the core logic for RemoteLocationAreaFullServiceBase.getAllLocationArea()
protected  RemoteLocationAreaFullVO RemoteLocationAreaFullServiceImpl.handleGetLocationAreaById(java.lang.Integer id)
           
protected abstract  RemoteLocationAreaFullVO RemoteLocationAreaFullServiceBase.handleGetLocationAreaById(java.lang.Integer id)
          Performs the core logic for RemoteLocationAreaFullServiceBase.getLocationAreaById(java.lang.Integer)
protected  RemoteLocationAreaFullVO[] RemoteLocationAreaFullServiceImpl.handleGetLocationAreaByIds(java.lang.Integer[] id)
           
protected abstract  RemoteLocationAreaFullVO[] RemoteLocationAreaFullServiceBase.handleGetLocationAreaByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteLocationAreaFullServiceBase.getLocationAreaByIds(java.lang.Integer[])
protected  RemoteLocationAreaFullVO[] RemoteLocationAreaFullServiceImpl.handleGetLocationAreaByLocationId(java.lang.Integer id)
           
protected abstract  RemoteLocationAreaFullVO[] RemoteLocationAreaFullServiceBase.handleGetLocationAreaByLocationId(java.lang.Integer id)
          Performs the core logic for RemoteLocationAreaFullServiceBase.getLocationAreaByLocationId(java.lang.Integer)
protected  RemoteLocationAreaFullVO RemoteLocationAreaFullServiceImpl.handleGetLocationAreaByNaturalId(RemoteLocationAreaNaturalId locationAreaNaturalId)
           
protected abstract  RemoteLocationAreaFullVO RemoteLocationAreaFullServiceBase.handleGetLocationAreaByNaturalId(RemoteLocationAreaNaturalId locationAreaNaturalId)
          Performs the core logic for RemoteLocationAreaFullServiceBase.getLocationAreaByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaNaturalId)
 

Methods in fr.ifremer.allegro.referential.location.generic.service with parameters of type RemoteLocationAreaFullVO
 RemoteLocationAreaFullVO RemoteLocationAreaFullService.addLocationArea(RemoteLocationAreaFullVO locationArea)
           
 RemoteLocationAreaFullVO RemoteLocationAreaFullServiceWSDelegator.addLocationArea(RemoteLocationAreaFullVO locationArea)
           
 RemoteLocationAreaFullVO RemoteLocationAreaFullServiceBase.addLocationArea(RemoteLocationAreaFullVO locationArea)
           
protected  RemoteLocationAreaFullVO RemoteLocationAreaFullServiceImpl.handleAddLocationArea(RemoteLocationAreaFullVO locationArea)
           
protected abstract  RemoteLocationAreaFullVO RemoteLocationAreaFullServiceBase.handleAddLocationArea(RemoteLocationAreaFullVO locationArea)
          Performs the core logic for RemoteLocationAreaFullServiceBase.addLocationArea(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO)
protected  boolean RemoteLocationAreaFullServiceImpl.handleRemoteLocationAreaFullVOsAreEqual(RemoteLocationAreaFullVO remoteLocationAreaFullVOFirst, RemoteLocationAreaFullVO remoteLocationAreaFullVOSecond)
           
protected abstract  boolean RemoteLocationAreaFullServiceBase.handleRemoteLocationAreaFullVOsAreEqual(RemoteLocationAreaFullVO remoteLocationAreaFullVOFirst, RemoteLocationAreaFullVO remoteLocationAreaFullVOSecond)
          Performs the core logic for RemoteLocationAreaFullServiceBase.remoteLocationAreaFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO)
protected  boolean RemoteLocationAreaFullServiceImpl.handleRemoteLocationAreaFullVOsAreEqualOnIdentifiers(RemoteLocationAreaFullVO remoteLocationAreaFullVOFirst, RemoteLocationAreaFullVO remoteLocationAreaFullVOSecond)
           
protected abstract  boolean RemoteLocationAreaFullServiceBase.handleRemoteLocationAreaFullVOsAreEqualOnIdentifiers(RemoteLocationAreaFullVO remoteLocationAreaFullVOFirst, RemoteLocationAreaFullVO remoteLocationAreaFullVOSecond)
          Performs the core logic for RemoteLocationAreaFullServiceBase.remoteLocationAreaFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO)
protected  void RemoteLocationAreaFullServiceImpl.handleRemoveLocationArea(RemoteLocationAreaFullVO locationArea)
           
protected abstract  void RemoteLocationAreaFullServiceBase.handleRemoveLocationArea(RemoteLocationAreaFullVO locationArea)
          Performs the core logic for RemoteLocationAreaFullServiceBase.removeLocationArea(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO)
protected  void RemoteLocationAreaFullServiceImpl.handleUpdateLocationArea(RemoteLocationAreaFullVO locationArea)
           
protected abstract  void RemoteLocationAreaFullServiceBase.handleUpdateLocationArea(RemoteLocationAreaFullVO locationArea)
          Performs the core logic for RemoteLocationAreaFullServiceBase.updateLocationArea(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO)
 boolean RemoteLocationAreaFullService.remoteLocationAreaFullVOsAreEqual(RemoteLocationAreaFullVO remoteLocationAreaFullVOFirst, RemoteLocationAreaFullVO remoteLocationAreaFullVOSecond)
           
 boolean RemoteLocationAreaFullServiceWSDelegator.remoteLocationAreaFullVOsAreEqual(RemoteLocationAreaFullVO remoteLocationAreaFullVOFirst, RemoteLocationAreaFullVO remoteLocationAreaFullVOSecond)
           
 boolean RemoteLocationAreaFullServiceBase.remoteLocationAreaFullVOsAreEqual(RemoteLocationAreaFullVO remoteLocationAreaFullVOFirst, RemoteLocationAreaFullVO remoteLocationAreaFullVOSecond)
           
 boolean RemoteLocationAreaFullService.remoteLocationAreaFullVOsAreEqualOnIdentifiers(RemoteLocationAreaFullVO remoteLocationAreaFullVOFirst, RemoteLocationAreaFullVO remoteLocationAreaFullVOSecond)
           
 boolean RemoteLocationAreaFullServiceWSDelegator.remoteLocationAreaFullVOsAreEqualOnIdentifiers(RemoteLocationAreaFullVO remoteLocationAreaFullVOFirst, RemoteLocationAreaFullVO remoteLocationAreaFullVOSecond)
           
 boolean RemoteLocationAreaFullServiceBase.remoteLocationAreaFullVOsAreEqualOnIdentifiers(RemoteLocationAreaFullVO remoteLocationAreaFullVOFirst, RemoteLocationAreaFullVO remoteLocationAreaFullVOSecond)
           
 void RemoteLocationAreaFullService.removeLocationArea(RemoteLocationAreaFullVO locationArea)
           
 void RemoteLocationAreaFullServiceWSDelegator.removeLocationArea(RemoteLocationAreaFullVO locationArea)
           
 void RemoteLocationAreaFullServiceBase.removeLocationArea(RemoteLocationAreaFullVO locationArea)
           
 void RemoteLocationAreaFullService.updateLocationArea(RemoteLocationAreaFullVO locationArea)
           
 void RemoteLocationAreaFullServiceWSDelegator.updateLocationArea(RemoteLocationAreaFullVO locationArea)
           
 void RemoteLocationAreaFullServiceBase.updateLocationArea(RemoteLocationAreaFullVO locationArea)
           
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.