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

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

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

Methods in fr.ifremer.allegro.referential.location that return RemoteLocationLevelFullVO
 RemoteLocationLevelFullVO LocationLevelDaoImpl.toRemoteLocationLevelFullVO(LocationLevel entity)
           
 RemoteLocationLevelFullVO LocationLevelDao.toRemoteLocationLevelFullVO(LocationLevel entity)
          Converts this DAO's entity to an object of type RemoteLocationLevelFullVO.
 RemoteLocationLevelFullVO LocationLevelDaoBase.toRemoteLocationLevelFullVO(LocationLevel entity)
           
protected  RemoteLocationLevelFullVO LocationLevelDaoBase.toRemoteLocationLevelFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteLocationLevelFullVO[] LocationLevelDao.toRemoteLocationLevelFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteLocationLevelFullVO.
 RemoteLocationLevelFullVO[] LocationLevelDaoBase.toRemoteLocationLevelFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.location with parameters of type RemoteLocationLevelFullVO
 LocationLevel LocationLevelDaoImpl.remoteLocationLevelFullVOToEntity(RemoteLocationLevelFullVO remoteLocationLevelFullVO)
           
 LocationLevel LocationLevelDao.remoteLocationLevelFullVOToEntity(RemoteLocationLevelFullVO remoteLocationLevelFullVO)
          Converts an instance of type RemoteLocationLevelFullVO to this DAO's entity.
 void LocationLevelDaoImpl.remoteLocationLevelFullVOToEntity(RemoteLocationLevelFullVO source, LocationLevel target, boolean copyIfNull)
           
 void LocationLevelDao.remoteLocationLevelFullVOToEntity(RemoteLocationLevelFullVO source, LocationLevel target, boolean copyIfNull)
          Copies the fields of RemoteLocationLevelFullVO to the specified entity.
 void LocationLevelDaoBase.remoteLocationLevelFullVOToEntity(RemoteLocationLevelFullVO source, LocationLevel target, boolean copyIfNull)
           
 void LocationLevelDaoImpl.toRemoteLocationLevelFullVO(LocationLevel source, RemoteLocationLevelFullVO target)
           
 void LocationLevelDao.toRemoteLocationLevelFullVO(LocationLevel source, RemoteLocationLevelFullVO target)
          Copies the fields of the specified entity to the target value object.
 void LocationLevelDaoBase.toRemoteLocationLevelFullVO(LocationLevel source, RemoteLocationLevelFullVO target)
           
 

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

Methods in fr.ifremer.allegro.referential.location.generic.service that return RemoteLocationLevelFullVO
 RemoteLocationLevelFullVO RemoteLocationLevelFullService.addLocationLevel(RemoteLocationLevelFullVO locationLevel)
           
 RemoteLocationLevelFullVO RemoteLocationLevelFullServiceWSDelegator.addLocationLevel(RemoteLocationLevelFullVO locationLevel)
           
 RemoteLocationLevelFullVO RemoteLocationLevelFullServiceBase.addLocationLevel(RemoteLocationLevelFullVO locationLevel)
           
 RemoteLocationLevelFullVO[] RemoteLocationLevelFullService.getAllLocationLevel()
           
 RemoteLocationLevelFullVO[] RemoteLocationLevelFullServiceWSDelegator.getAllLocationLevel()
           
 RemoteLocationLevelFullVO[] RemoteLocationLevelFullServiceBase.getAllLocationLevel()
           
 RemoteLocationLevelFullVO RemoteLocationLevelFullService.getLocationLevelById(java.lang.Integer id)
           
 RemoteLocationLevelFullVO RemoteLocationLevelFullServiceWSDelegator.getLocationLevelById(java.lang.Integer id)
           
 RemoteLocationLevelFullVO RemoteLocationLevelFullServiceBase.getLocationLevelById(java.lang.Integer id)
           
 RemoteLocationLevelFullVO[] RemoteLocationLevelFullService.getLocationLevelByIds(java.lang.Integer[] id)
           
 RemoteLocationLevelFullVO[] RemoteLocationLevelFullServiceWSDelegator.getLocationLevelByIds(java.lang.Integer[] id)
           
 RemoteLocationLevelFullVO[] RemoteLocationLevelFullServiceBase.getLocationLevelByIds(java.lang.Integer[] id)
           
 RemoteLocationLevelFullVO[] RemoteLocationLevelFullService.getLocationLevelByLocationClassificationId(java.lang.Integer id)
           
 RemoteLocationLevelFullVO[] RemoteLocationLevelFullServiceWSDelegator.getLocationLevelByLocationClassificationId(java.lang.Integer id)
           
 RemoteLocationLevelFullVO[] RemoteLocationLevelFullServiceBase.getLocationLevelByLocationClassificationId(java.lang.Integer id)
           
 RemoteLocationLevelFullVO RemoteLocationLevelFullService.getLocationLevelByNaturalId(RemoteLocationLevelNaturalId locationLevelNaturalId)
           
 RemoteLocationLevelFullVO RemoteLocationLevelFullServiceWSDelegator.getLocationLevelByNaturalId(RemoteLocationLevelNaturalId locationLevelNaturalId)
           
 RemoteLocationLevelFullVO RemoteLocationLevelFullServiceBase.getLocationLevelByNaturalId(RemoteLocationLevelNaturalId locationLevelNaturalId)
           
 RemoteLocationLevelFullVO[] RemoteLocationLevelFullService.getLocationLevelByParentLocationLevelId(java.lang.Integer id)
           
 RemoteLocationLevelFullVO[] RemoteLocationLevelFullServiceWSDelegator.getLocationLevelByParentLocationLevelId(java.lang.Integer id)
           
 RemoteLocationLevelFullVO[] RemoteLocationLevelFullServiceBase.getLocationLevelByParentLocationLevelId(java.lang.Integer id)
           
protected  RemoteLocationLevelFullVO RemoteLocationLevelFullServiceImpl.handleAddLocationLevel(RemoteLocationLevelFullVO locationLevel)
           
protected abstract  RemoteLocationLevelFullVO RemoteLocationLevelFullServiceBase.handleAddLocationLevel(RemoteLocationLevelFullVO locationLevel)
          Performs the core logic for RemoteLocationLevelFullServiceBase.addLocationLevel(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO)
protected  RemoteLocationLevelFullVO[] RemoteLocationLevelFullServiceImpl.handleGetAllLocationLevel()
           
protected abstract  RemoteLocationLevelFullVO[] RemoteLocationLevelFullServiceBase.handleGetAllLocationLevel()
          Performs the core logic for RemoteLocationLevelFullServiceBase.getAllLocationLevel()
protected  RemoteLocationLevelFullVO RemoteLocationLevelFullServiceImpl.handleGetLocationLevelById(java.lang.Integer id)
           
protected abstract  RemoteLocationLevelFullVO RemoteLocationLevelFullServiceBase.handleGetLocationLevelById(java.lang.Integer id)
          Performs the core logic for RemoteLocationLevelFullServiceBase.getLocationLevelById(java.lang.Integer)
protected  RemoteLocationLevelFullVO[] RemoteLocationLevelFullServiceImpl.handleGetLocationLevelByIds(java.lang.Integer[] id)
           
protected abstract  RemoteLocationLevelFullVO[] RemoteLocationLevelFullServiceBase.handleGetLocationLevelByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteLocationLevelFullServiceBase.getLocationLevelByIds(java.lang.Integer[])
protected  RemoteLocationLevelFullVO[] RemoteLocationLevelFullServiceImpl.handleGetLocationLevelByLocationClassificationId(java.lang.Integer id)
           
protected abstract  RemoteLocationLevelFullVO[] RemoteLocationLevelFullServiceBase.handleGetLocationLevelByLocationClassificationId(java.lang.Integer id)
          Performs the core logic for RemoteLocationLevelFullServiceBase.getLocationLevelByLocationClassificationId(java.lang.Integer)
protected  RemoteLocationLevelFullVO RemoteLocationLevelFullServiceImpl.handleGetLocationLevelByNaturalId(RemoteLocationLevelNaturalId locationLevelNaturalId)
           
protected abstract  RemoteLocationLevelFullVO RemoteLocationLevelFullServiceBase.handleGetLocationLevelByNaturalId(RemoteLocationLevelNaturalId locationLevelNaturalId)
          Performs the core logic for RemoteLocationLevelFullServiceBase.getLocationLevelByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelNaturalId)
protected  RemoteLocationLevelFullVO[] RemoteLocationLevelFullServiceImpl.handleGetLocationLevelByParentLocationLevelId(java.lang.Integer id)
           
protected abstract  RemoteLocationLevelFullVO[] RemoteLocationLevelFullServiceBase.handleGetLocationLevelByParentLocationLevelId(java.lang.Integer id)
          Performs the core logic for RemoteLocationLevelFullServiceBase.getLocationLevelByParentLocationLevelId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.location.generic.service with parameters of type RemoteLocationLevelFullVO
 RemoteLocationLevelFullVO RemoteLocationLevelFullService.addLocationLevel(RemoteLocationLevelFullVO locationLevel)
           
 RemoteLocationLevelFullVO RemoteLocationLevelFullServiceWSDelegator.addLocationLevel(RemoteLocationLevelFullVO locationLevel)
           
 RemoteLocationLevelFullVO RemoteLocationLevelFullServiceBase.addLocationLevel(RemoteLocationLevelFullVO locationLevel)
           
protected  RemoteLocationLevelFullVO RemoteLocationLevelFullServiceImpl.handleAddLocationLevel(RemoteLocationLevelFullVO locationLevel)
           
protected abstract  RemoteLocationLevelFullVO RemoteLocationLevelFullServiceBase.handleAddLocationLevel(RemoteLocationLevelFullVO locationLevel)
          Performs the core logic for RemoteLocationLevelFullServiceBase.addLocationLevel(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO)
protected  boolean RemoteLocationLevelFullServiceImpl.handleRemoteLocationLevelFullVOsAreEqual(RemoteLocationLevelFullVO remoteLocationLevelFullVOFirst, RemoteLocationLevelFullVO remoteLocationLevelFullVOSecond)
           
protected abstract  boolean RemoteLocationLevelFullServiceBase.handleRemoteLocationLevelFullVOsAreEqual(RemoteLocationLevelFullVO remoteLocationLevelFullVOFirst, RemoteLocationLevelFullVO remoteLocationLevelFullVOSecond)
          Performs the core logic for RemoteLocationLevelFullServiceBase.remoteLocationLevelFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO)
protected  boolean RemoteLocationLevelFullServiceImpl.handleRemoteLocationLevelFullVOsAreEqualOnIdentifiers(RemoteLocationLevelFullVO remoteLocationLevelFullVOFirst, RemoteLocationLevelFullVO remoteLocationLevelFullVOSecond)
           
protected abstract  boolean RemoteLocationLevelFullServiceBase.handleRemoteLocationLevelFullVOsAreEqualOnIdentifiers(RemoteLocationLevelFullVO remoteLocationLevelFullVOFirst, RemoteLocationLevelFullVO remoteLocationLevelFullVOSecond)
          Performs the core logic for RemoteLocationLevelFullServiceBase.remoteLocationLevelFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO)
protected  void RemoteLocationLevelFullServiceImpl.handleRemoveLocationLevel(RemoteLocationLevelFullVO locationLevel)
           
protected abstract  void RemoteLocationLevelFullServiceBase.handleRemoveLocationLevel(RemoteLocationLevelFullVO locationLevel)
          Performs the core logic for RemoteLocationLevelFullServiceBase.removeLocationLevel(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO)
protected  void RemoteLocationLevelFullServiceImpl.handleUpdateLocationLevel(RemoteLocationLevelFullVO locationLevel)
           
protected abstract  void RemoteLocationLevelFullServiceBase.handleUpdateLocationLevel(RemoteLocationLevelFullVO locationLevel)
          Performs the core logic for RemoteLocationLevelFullServiceBase.updateLocationLevel(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO)
 boolean RemoteLocationLevelFullService.remoteLocationLevelFullVOsAreEqual(RemoteLocationLevelFullVO remoteLocationLevelFullVOFirst, RemoteLocationLevelFullVO remoteLocationLevelFullVOSecond)
           
 boolean RemoteLocationLevelFullServiceWSDelegator.remoteLocationLevelFullVOsAreEqual(RemoteLocationLevelFullVO remoteLocationLevelFullVOFirst, RemoteLocationLevelFullVO remoteLocationLevelFullVOSecond)
           
 boolean RemoteLocationLevelFullServiceBase.remoteLocationLevelFullVOsAreEqual(RemoteLocationLevelFullVO remoteLocationLevelFullVOFirst, RemoteLocationLevelFullVO remoteLocationLevelFullVOSecond)
           
 boolean RemoteLocationLevelFullService.remoteLocationLevelFullVOsAreEqualOnIdentifiers(RemoteLocationLevelFullVO remoteLocationLevelFullVOFirst, RemoteLocationLevelFullVO remoteLocationLevelFullVOSecond)
           
 boolean RemoteLocationLevelFullServiceWSDelegator.remoteLocationLevelFullVOsAreEqualOnIdentifiers(RemoteLocationLevelFullVO remoteLocationLevelFullVOFirst, RemoteLocationLevelFullVO remoteLocationLevelFullVOSecond)
           
 boolean RemoteLocationLevelFullServiceBase.remoteLocationLevelFullVOsAreEqualOnIdentifiers(RemoteLocationLevelFullVO remoteLocationLevelFullVOFirst, RemoteLocationLevelFullVO remoteLocationLevelFullVOSecond)
           
 void RemoteLocationLevelFullService.removeLocationLevel(RemoteLocationLevelFullVO locationLevel)
           
 void RemoteLocationLevelFullServiceWSDelegator.removeLocationLevel(RemoteLocationLevelFullVO locationLevel)
           
 void RemoteLocationLevelFullServiceBase.removeLocationLevel(RemoteLocationLevelFullVO locationLevel)
           
 void RemoteLocationLevelFullService.updateLocationLevel(RemoteLocationLevelFullVO locationLevel)
           
 void RemoteLocationLevelFullServiceWSDelegator.updateLocationLevel(RemoteLocationLevelFullVO locationLevel)
           
 void RemoteLocationLevelFullServiceBase.updateLocationLevel(RemoteLocationLevelFullVO locationLevel)
           
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.