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

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

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

Methods in fr.ifremer.allegro.referential.location that return RemoteLocationFullVO
 RemoteLocationFullVO LocationDaoImpl.toRemoteLocationFullVO(Location entity)
           
 RemoteLocationFullVO LocationDao.toRemoteLocationFullVO(Location entity)
          Converts this DAO's entity to an object of type RemoteLocationFullVO.
 RemoteLocationFullVO LocationDaoBase.toRemoteLocationFullVO(Location entity)
           
protected  RemoteLocationFullVO LocationDaoBase.toRemoteLocationFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteLocationFullVO[] LocationDao.toRemoteLocationFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteLocationFullVO.
 RemoteLocationFullVO[] LocationDaoBase.toRemoteLocationFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.location with parameters of type RemoteLocationFullVO
 Location LocationDaoImpl.remoteLocationFullVOToEntity(RemoteLocationFullVO remoteLocationFullVO)
           
 Location LocationDao.remoteLocationFullVOToEntity(RemoteLocationFullVO remoteLocationFullVO)
          Converts an instance of type RemoteLocationFullVO to this DAO's entity.
 void LocationDaoImpl.remoteLocationFullVOToEntity(RemoteLocationFullVO source, Location target, boolean copyIfNull)
           
 void LocationDao.remoteLocationFullVOToEntity(RemoteLocationFullVO source, Location target, boolean copyIfNull)
          Copies the fields of RemoteLocationFullVO to the specified entity.
 void LocationDaoBase.remoteLocationFullVOToEntity(RemoteLocationFullVO source, Location target, boolean copyIfNull)
           
 void LocationDaoImpl.toRemoteLocationFullVO(Location source, RemoteLocationFullVO target)
           
 void LocationDao.toRemoteLocationFullVO(Location source, RemoteLocationFullVO target)
          Copies the fields of the specified entity to the target value object.
 void LocationDaoBase.toRemoteLocationFullVO(Location source, RemoteLocationFullVO target)
           
 

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

Methods in fr.ifremer.allegro.referential.location.generic.service that return RemoteLocationFullVO
 RemoteLocationFullVO RemoteLocationFullService.addLocation(RemoteLocationFullVO location)
           
 RemoteLocationFullVO RemoteLocationFullServiceWSDelegator.addLocation(RemoteLocationFullVO location)
           
 RemoteLocationFullVO RemoteLocationFullServiceBase.addLocation(RemoteLocationFullVO location)
           
 RemoteLocationFullVO[] RemoteLocationFullService.getAllLocation()
           
 RemoteLocationFullVO[] RemoteLocationFullServiceWSDelegator.getAllLocation()
           
 RemoteLocationFullVO[] RemoteLocationFullServiceBase.getAllLocation()
           
 RemoteLocationFullVO RemoteLocationFullService.getLocationById(java.lang.Integer id)
           
 RemoteLocationFullVO RemoteLocationFullServiceWSDelegator.getLocationById(java.lang.Integer id)
           
 RemoteLocationFullVO RemoteLocationFullServiceBase.getLocationById(java.lang.Integer id)
           
 RemoteLocationFullVO[] RemoteLocationFullService.getLocationByIds(java.lang.Integer[] id)
           
 RemoteLocationFullVO[] RemoteLocationFullServiceWSDelegator.getLocationByIds(java.lang.Integer[] id)
           
 RemoteLocationFullVO[] RemoteLocationFullServiceBase.getLocationByIds(java.lang.Integer[] id)
           
 RemoteLocationFullVO[] RemoteLocationFullService.getLocationByLocationClassificationId(java.lang.Integer id)
           
 RemoteLocationFullVO[] RemoteLocationFullServiceWSDelegator.getLocationByLocationClassificationId(java.lang.Integer id)
           
 RemoteLocationFullVO[] RemoteLocationFullServiceBase.getLocationByLocationClassificationId(java.lang.Integer id)
           
 RemoteLocationFullVO[] RemoteLocationFullService.getLocationByLocationLevelId(java.lang.Integer id)
           
 RemoteLocationFullVO[] RemoteLocationFullServiceWSDelegator.getLocationByLocationLevelId(java.lang.Integer id)
           
 RemoteLocationFullVO[] RemoteLocationFullServiceBase.getLocationByLocationLevelId(java.lang.Integer id)
           
 RemoteLocationFullVO RemoteLocationFullService.getLocationByNaturalId(RemoteLocationNaturalId locationNaturalId)
           
 RemoteLocationFullVO RemoteLocationFullServiceWSDelegator.getLocationByNaturalId(RemoteLocationNaturalId locationNaturalId)
           
 RemoteLocationFullVO RemoteLocationFullServiceBase.getLocationByNaturalId(RemoteLocationNaturalId locationNaturalId)
           
 RemoteLocationFullVO[] RemoteLocationFullService.getLocationByStatusCode(java.lang.String code)
           
 RemoteLocationFullVO[] RemoteLocationFullServiceWSDelegator.getLocationByStatusCode(java.lang.String code)
           
 RemoteLocationFullVO[] RemoteLocationFullServiceBase.getLocationByStatusCode(java.lang.String code)
           
protected  RemoteLocationFullVO RemoteLocationFullServiceImpl.handleAddLocation(RemoteLocationFullVO location)
           
protected abstract  RemoteLocationFullVO RemoteLocationFullServiceBase.handleAddLocation(RemoteLocationFullVO location)
          Performs the core logic for RemoteLocationFullServiceBase.addLocation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)
protected  RemoteLocationFullVO[] RemoteLocationFullServiceImpl.handleGetAllLocation()
           
protected abstract  RemoteLocationFullVO[] RemoteLocationFullServiceBase.handleGetAllLocation()
          Performs the core logic for RemoteLocationFullServiceBase.getAllLocation()
protected  RemoteLocationFullVO RemoteLocationFullServiceImpl.handleGetLocationById(java.lang.Integer id)
           
protected abstract  RemoteLocationFullVO RemoteLocationFullServiceBase.handleGetLocationById(java.lang.Integer id)
          Performs the core logic for RemoteLocationFullServiceBase.getLocationById(java.lang.Integer)
protected  RemoteLocationFullVO[] RemoteLocationFullServiceImpl.handleGetLocationByIds(java.lang.Integer[] id)
           
protected abstract  RemoteLocationFullVO[] RemoteLocationFullServiceBase.handleGetLocationByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteLocationFullServiceBase.getLocationByIds(java.lang.Integer[])
protected  RemoteLocationFullVO[] RemoteLocationFullServiceImpl.handleGetLocationByLocationClassificationId(java.lang.Integer id)
           
protected abstract  RemoteLocationFullVO[] RemoteLocationFullServiceBase.handleGetLocationByLocationClassificationId(java.lang.Integer id)
          Performs the core logic for RemoteLocationFullServiceBase.getLocationByLocationClassificationId(java.lang.Integer)
protected  RemoteLocationFullVO[] RemoteLocationFullServiceImpl.handleGetLocationByLocationLevelId(java.lang.Integer id)
           
protected abstract  RemoteLocationFullVO[] RemoteLocationFullServiceBase.handleGetLocationByLocationLevelId(java.lang.Integer id)
          Performs the core logic for RemoteLocationFullServiceBase.getLocationByLocationLevelId(java.lang.Integer)
protected  RemoteLocationFullVO RemoteLocationFullServiceImpl.handleGetLocationByNaturalId(RemoteLocationNaturalId locationNaturalId)
           
protected abstract  RemoteLocationFullVO RemoteLocationFullServiceBase.handleGetLocationByNaturalId(RemoteLocationNaturalId locationNaturalId)
          Performs the core logic for RemoteLocationFullServiceBase.getLocationByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationNaturalId)
protected  RemoteLocationFullVO[] RemoteLocationFullServiceImpl.handleGetLocationByStatusCode(java.lang.String code)
           
protected abstract  RemoteLocationFullVO[] RemoteLocationFullServiceBase.handleGetLocationByStatusCode(java.lang.String code)
          Performs the core logic for RemoteLocationFullServiceBase.getLocationByStatusCode(java.lang.String)
 

Methods in fr.ifremer.allegro.referential.location.generic.service with parameters of type RemoteLocationFullVO
 RemoteLocationFullVO RemoteLocationFullService.addLocation(RemoteLocationFullVO location)
           
 RemoteLocationFullVO RemoteLocationFullServiceWSDelegator.addLocation(RemoteLocationFullVO location)
           
 RemoteLocationFullVO RemoteLocationFullServiceBase.addLocation(RemoteLocationFullVO location)
           
protected  RemoteLocationFullVO RemoteLocationFullServiceImpl.handleAddLocation(RemoteLocationFullVO location)
           
protected abstract  RemoteLocationFullVO RemoteLocationFullServiceBase.handleAddLocation(RemoteLocationFullVO location)
          Performs the core logic for RemoteLocationFullServiceBase.addLocation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)
protected  boolean RemoteLocationFullServiceImpl.handleRemoteLocationFullVOsAreEqual(RemoteLocationFullVO remoteLocationFullVOFirst, RemoteLocationFullVO remoteLocationFullVOSecond)
           
protected abstract  boolean RemoteLocationFullServiceBase.handleRemoteLocationFullVOsAreEqual(RemoteLocationFullVO remoteLocationFullVOFirst, RemoteLocationFullVO remoteLocationFullVOSecond)
          Performs the core logic for RemoteLocationFullServiceBase.remoteLocationFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)
protected  boolean RemoteLocationFullServiceImpl.handleRemoteLocationFullVOsAreEqualOnIdentifiers(RemoteLocationFullVO remoteLocationFullVOFirst, RemoteLocationFullVO remoteLocationFullVOSecond)
           
protected abstract  boolean RemoteLocationFullServiceBase.handleRemoteLocationFullVOsAreEqualOnIdentifiers(RemoteLocationFullVO remoteLocationFullVOFirst, RemoteLocationFullVO remoteLocationFullVOSecond)
          Performs the core logic for RemoteLocationFullServiceBase.remoteLocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)
protected  void RemoteLocationFullServiceImpl.handleRemoveLocation(RemoteLocationFullVO location)
           
protected abstract  void RemoteLocationFullServiceBase.handleRemoveLocation(RemoteLocationFullVO location)
          Performs the core logic for RemoteLocationFullServiceBase.removeLocation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)
protected  void RemoteLocationFullServiceImpl.handleUpdateLocation(RemoteLocationFullVO location)
           
protected abstract  void RemoteLocationFullServiceBase.handleUpdateLocation(RemoteLocationFullVO location)
          Performs the core logic for RemoteLocationFullServiceBase.updateLocation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)
 boolean RemoteLocationFullService.remoteLocationFullVOsAreEqual(RemoteLocationFullVO remoteLocationFullVOFirst, RemoteLocationFullVO remoteLocationFullVOSecond)
           
 boolean RemoteLocationFullServiceWSDelegator.remoteLocationFullVOsAreEqual(RemoteLocationFullVO remoteLocationFullVOFirst, RemoteLocationFullVO remoteLocationFullVOSecond)
           
 boolean RemoteLocationFullServiceBase.remoteLocationFullVOsAreEqual(RemoteLocationFullVO remoteLocationFullVOFirst, RemoteLocationFullVO remoteLocationFullVOSecond)
           
 boolean RemoteLocationFullService.remoteLocationFullVOsAreEqualOnIdentifiers(RemoteLocationFullVO remoteLocationFullVOFirst, RemoteLocationFullVO remoteLocationFullVOSecond)
           
 boolean RemoteLocationFullServiceWSDelegator.remoteLocationFullVOsAreEqualOnIdentifiers(RemoteLocationFullVO remoteLocationFullVOFirst, RemoteLocationFullVO remoteLocationFullVOSecond)
           
 boolean RemoteLocationFullServiceBase.remoteLocationFullVOsAreEqualOnIdentifiers(RemoteLocationFullVO remoteLocationFullVOFirst, RemoteLocationFullVO remoteLocationFullVOSecond)
           
 void RemoteLocationFullService.removeLocation(RemoteLocationFullVO location)
           
 void RemoteLocationFullServiceWSDelegator.removeLocation(RemoteLocationFullVO location)
           
 void RemoteLocationFullServiceBase.removeLocation(RemoteLocationFullVO location)
           
 void RemoteLocationFullService.updateLocation(RemoteLocationFullVO location)
           
 void RemoteLocationFullServiceWSDelegator.updateLocation(RemoteLocationFullVO location)
           
 void RemoteLocationFullServiceBase.updateLocation(RemoteLocationFullVO location)
           
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.