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

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

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

Methods in fr.ifremer.allegro.referential.location that return RemoteLocationLineFullVO
 RemoteLocationLineFullVO LocationLineDaoImpl.toRemoteLocationLineFullVO(LocationLine entity)
           
 RemoteLocationLineFullVO LocationLineDao.toRemoteLocationLineFullVO(LocationLine entity)
          Converts this DAO's entity to an object of type RemoteLocationLineFullVO.
 RemoteLocationLineFullVO LocationLineDaoBase.toRemoteLocationLineFullVO(LocationLine entity)
           
protected  RemoteLocationLineFullVO LocationLineDaoBase.toRemoteLocationLineFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteLocationLineFullVO[] LocationLineDao.toRemoteLocationLineFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteLocationLineFullVO.
 RemoteLocationLineFullVO[] LocationLineDaoBase.toRemoteLocationLineFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.location with parameters of type RemoteLocationLineFullVO
 LocationLine LocationLineDaoImpl.remoteLocationLineFullVOToEntity(RemoteLocationLineFullVO remoteLocationLineFullVO)
           
 LocationLine LocationLineDao.remoteLocationLineFullVOToEntity(RemoteLocationLineFullVO remoteLocationLineFullVO)
          Converts an instance of type RemoteLocationLineFullVO to this DAO's entity.
 void LocationLineDaoImpl.remoteLocationLineFullVOToEntity(RemoteLocationLineFullVO source, LocationLine target, boolean copyIfNull)
           
 void LocationLineDao.remoteLocationLineFullVOToEntity(RemoteLocationLineFullVO source, LocationLine target, boolean copyIfNull)
          Copies the fields of RemoteLocationLineFullVO to the specified entity.
 void LocationLineDaoBase.remoteLocationLineFullVOToEntity(RemoteLocationLineFullVO source, LocationLine target, boolean copyIfNull)
           
 void LocationLineDaoImpl.toRemoteLocationLineFullVO(LocationLine source, RemoteLocationLineFullVO target)
           
 void LocationLineDao.toRemoteLocationLineFullVO(LocationLine source, RemoteLocationLineFullVO target)
          Copies the fields of the specified entity to the target value object.
 void LocationLineDaoBase.toRemoteLocationLineFullVO(LocationLine source, RemoteLocationLineFullVO target)
           
 

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

Methods in fr.ifremer.allegro.referential.location.generic.service that return RemoteLocationLineFullVO
 RemoteLocationLineFullVO RemoteLocationLineFullService.addLocationLine(RemoteLocationLineFullVO locationLine)
           
 RemoteLocationLineFullVO RemoteLocationLineFullServiceWSDelegator.addLocationLine(RemoteLocationLineFullVO locationLine)
           
 RemoteLocationLineFullVO RemoteLocationLineFullServiceBase.addLocationLine(RemoteLocationLineFullVO locationLine)
           
 RemoteLocationLineFullVO[] RemoteLocationLineFullService.getAllLocationLine()
           
 RemoteLocationLineFullVO[] RemoteLocationLineFullServiceWSDelegator.getAllLocationLine()
           
 RemoteLocationLineFullVO[] RemoteLocationLineFullServiceBase.getAllLocationLine()
           
 RemoteLocationLineFullVO RemoteLocationLineFullService.getLocationLineById(java.lang.Integer id)
           
 RemoteLocationLineFullVO RemoteLocationLineFullServiceWSDelegator.getLocationLineById(java.lang.Integer id)
           
 RemoteLocationLineFullVO RemoteLocationLineFullServiceBase.getLocationLineById(java.lang.Integer id)
           
 RemoteLocationLineFullVO[] RemoteLocationLineFullService.getLocationLineByIds(java.lang.Integer[] id)
           
 RemoteLocationLineFullVO[] RemoteLocationLineFullServiceWSDelegator.getLocationLineByIds(java.lang.Integer[] id)
           
 RemoteLocationLineFullVO[] RemoteLocationLineFullServiceBase.getLocationLineByIds(java.lang.Integer[] id)
           
 RemoteLocationLineFullVO[] RemoteLocationLineFullService.getLocationLineByLocationId(java.lang.Integer id)
           
 RemoteLocationLineFullVO[] RemoteLocationLineFullServiceWSDelegator.getLocationLineByLocationId(java.lang.Integer id)
           
 RemoteLocationLineFullVO[] RemoteLocationLineFullServiceBase.getLocationLineByLocationId(java.lang.Integer id)
           
 RemoteLocationLineFullVO RemoteLocationLineFullService.getLocationLineByNaturalId(RemoteLocationLineNaturalId locationLineNaturalId)
           
 RemoteLocationLineFullVO RemoteLocationLineFullServiceWSDelegator.getLocationLineByNaturalId(RemoteLocationLineNaturalId locationLineNaturalId)
           
 RemoteLocationLineFullVO RemoteLocationLineFullServiceBase.getLocationLineByNaturalId(RemoteLocationLineNaturalId locationLineNaturalId)
           
protected  RemoteLocationLineFullVO RemoteLocationLineFullServiceImpl.handleAddLocationLine(RemoteLocationLineFullVO locationLine)
           
protected abstract  RemoteLocationLineFullVO RemoteLocationLineFullServiceBase.handleAddLocationLine(RemoteLocationLineFullVO locationLine)
          Performs the core logic for RemoteLocationLineFullServiceBase.addLocationLine(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO)
protected  RemoteLocationLineFullVO[] RemoteLocationLineFullServiceImpl.handleGetAllLocationLine()
           
protected abstract  RemoteLocationLineFullVO[] RemoteLocationLineFullServiceBase.handleGetAllLocationLine()
          Performs the core logic for RemoteLocationLineFullServiceBase.getAllLocationLine()
protected  RemoteLocationLineFullVO RemoteLocationLineFullServiceImpl.handleGetLocationLineById(java.lang.Integer id)
           
protected abstract  RemoteLocationLineFullVO RemoteLocationLineFullServiceBase.handleGetLocationLineById(java.lang.Integer id)
          Performs the core logic for RemoteLocationLineFullServiceBase.getLocationLineById(java.lang.Integer)
protected  RemoteLocationLineFullVO[] RemoteLocationLineFullServiceImpl.handleGetLocationLineByIds(java.lang.Integer[] id)
           
protected abstract  RemoteLocationLineFullVO[] RemoteLocationLineFullServiceBase.handleGetLocationLineByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteLocationLineFullServiceBase.getLocationLineByIds(java.lang.Integer[])
protected  RemoteLocationLineFullVO[] RemoteLocationLineFullServiceImpl.handleGetLocationLineByLocationId(java.lang.Integer id)
           
protected abstract  RemoteLocationLineFullVO[] RemoteLocationLineFullServiceBase.handleGetLocationLineByLocationId(java.lang.Integer id)
          Performs the core logic for RemoteLocationLineFullServiceBase.getLocationLineByLocationId(java.lang.Integer)
protected  RemoteLocationLineFullVO RemoteLocationLineFullServiceImpl.handleGetLocationLineByNaturalId(RemoteLocationLineNaturalId locationLineNaturalId)
           
protected abstract  RemoteLocationLineFullVO RemoteLocationLineFullServiceBase.handleGetLocationLineByNaturalId(RemoteLocationLineNaturalId locationLineNaturalId)
          Performs the core logic for RemoteLocationLineFullServiceBase.getLocationLineByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineNaturalId)
 

Methods in fr.ifremer.allegro.referential.location.generic.service with parameters of type RemoteLocationLineFullVO
 RemoteLocationLineFullVO RemoteLocationLineFullService.addLocationLine(RemoteLocationLineFullVO locationLine)
           
 RemoteLocationLineFullVO RemoteLocationLineFullServiceWSDelegator.addLocationLine(RemoteLocationLineFullVO locationLine)
           
 RemoteLocationLineFullVO RemoteLocationLineFullServiceBase.addLocationLine(RemoteLocationLineFullVO locationLine)
           
protected  RemoteLocationLineFullVO RemoteLocationLineFullServiceImpl.handleAddLocationLine(RemoteLocationLineFullVO locationLine)
           
protected abstract  RemoteLocationLineFullVO RemoteLocationLineFullServiceBase.handleAddLocationLine(RemoteLocationLineFullVO locationLine)
          Performs the core logic for RemoteLocationLineFullServiceBase.addLocationLine(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO)
protected  boolean RemoteLocationLineFullServiceImpl.handleRemoteLocationLineFullVOsAreEqual(RemoteLocationLineFullVO remoteLocationLineFullVOFirst, RemoteLocationLineFullVO remoteLocationLineFullVOSecond)
           
protected abstract  boolean RemoteLocationLineFullServiceBase.handleRemoteLocationLineFullVOsAreEqual(RemoteLocationLineFullVO remoteLocationLineFullVOFirst, RemoteLocationLineFullVO remoteLocationLineFullVOSecond)
          Performs the core logic for RemoteLocationLineFullServiceBase.remoteLocationLineFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO)
protected  boolean RemoteLocationLineFullServiceImpl.handleRemoteLocationLineFullVOsAreEqualOnIdentifiers(RemoteLocationLineFullVO remoteLocationLineFullVOFirst, RemoteLocationLineFullVO remoteLocationLineFullVOSecond)
           
protected abstract  boolean RemoteLocationLineFullServiceBase.handleRemoteLocationLineFullVOsAreEqualOnIdentifiers(RemoteLocationLineFullVO remoteLocationLineFullVOFirst, RemoteLocationLineFullVO remoteLocationLineFullVOSecond)
          Performs the core logic for RemoteLocationLineFullServiceBase.remoteLocationLineFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO)
protected  void RemoteLocationLineFullServiceImpl.handleRemoveLocationLine(RemoteLocationLineFullVO locationLine)
           
protected abstract  void RemoteLocationLineFullServiceBase.handleRemoveLocationLine(RemoteLocationLineFullVO locationLine)
          Performs the core logic for RemoteLocationLineFullServiceBase.removeLocationLine(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO)
protected  void RemoteLocationLineFullServiceImpl.handleUpdateLocationLine(RemoteLocationLineFullVO locationLine)
           
protected abstract  void RemoteLocationLineFullServiceBase.handleUpdateLocationLine(RemoteLocationLineFullVO locationLine)
          Performs the core logic for RemoteLocationLineFullServiceBase.updateLocationLine(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineFullVO)
 boolean RemoteLocationLineFullService.remoteLocationLineFullVOsAreEqual(RemoteLocationLineFullVO remoteLocationLineFullVOFirst, RemoteLocationLineFullVO remoteLocationLineFullVOSecond)
           
 boolean RemoteLocationLineFullServiceWSDelegator.remoteLocationLineFullVOsAreEqual(RemoteLocationLineFullVO remoteLocationLineFullVOFirst, RemoteLocationLineFullVO remoteLocationLineFullVOSecond)
           
 boolean RemoteLocationLineFullServiceBase.remoteLocationLineFullVOsAreEqual(RemoteLocationLineFullVO remoteLocationLineFullVOFirst, RemoteLocationLineFullVO remoteLocationLineFullVOSecond)
           
 boolean RemoteLocationLineFullService.remoteLocationLineFullVOsAreEqualOnIdentifiers(RemoteLocationLineFullVO remoteLocationLineFullVOFirst, RemoteLocationLineFullVO remoteLocationLineFullVOSecond)
           
 boolean RemoteLocationLineFullServiceWSDelegator.remoteLocationLineFullVOsAreEqualOnIdentifiers(RemoteLocationLineFullVO remoteLocationLineFullVOFirst, RemoteLocationLineFullVO remoteLocationLineFullVOSecond)
           
 boolean RemoteLocationLineFullServiceBase.remoteLocationLineFullVOsAreEqualOnIdentifiers(RemoteLocationLineFullVO remoteLocationLineFullVOFirst, RemoteLocationLineFullVO remoteLocationLineFullVOSecond)
           
 void RemoteLocationLineFullService.removeLocationLine(RemoteLocationLineFullVO locationLine)
           
 void RemoteLocationLineFullServiceWSDelegator.removeLocationLine(RemoteLocationLineFullVO locationLine)
           
 void RemoteLocationLineFullServiceBase.removeLocationLine(RemoteLocationLineFullVO locationLine)
           
 void RemoteLocationLineFullService.updateLocationLine(RemoteLocationLineFullVO locationLine)
           
 void RemoteLocationLineFullServiceWSDelegator.updateLocationLine(RemoteLocationLineFullVO locationLine)
           
 void RemoteLocationLineFullServiceBase.updateLocationLine(RemoteLocationLineFullVO locationLine)
           
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.