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

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

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

Methods in fr.ifremer.allegro.referential.location that return RemoteLocationClassificationFullVO
 RemoteLocationClassificationFullVO LocationClassificationDaoImpl.toRemoteLocationClassificationFullVO(LocationClassification entity)
           
 RemoteLocationClassificationFullVO LocationClassificationDao.toRemoteLocationClassificationFullVO(LocationClassification entity)
          Converts this DAO's entity to an object of type RemoteLocationClassificationFullVO.
 RemoteLocationClassificationFullVO LocationClassificationDaoBase.toRemoteLocationClassificationFullVO(LocationClassification entity)
           
protected  RemoteLocationClassificationFullVO LocationClassificationDaoBase.toRemoteLocationClassificationFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteLocationClassificationFullVO[] LocationClassificationDao.toRemoteLocationClassificationFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteLocationClassificationFullVO.
 RemoteLocationClassificationFullVO[] LocationClassificationDaoBase.toRemoteLocationClassificationFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.location with parameters of type RemoteLocationClassificationFullVO
 LocationClassification LocationClassificationDaoImpl.remoteLocationClassificationFullVOToEntity(RemoteLocationClassificationFullVO remoteLocationClassificationFullVO)
           
 LocationClassification LocationClassificationDao.remoteLocationClassificationFullVOToEntity(RemoteLocationClassificationFullVO remoteLocationClassificationFullVO)
          Converts an instance of type RemoteLocationClassificationFullVO to this DAO's entity.
 void LocationClassificationDaoImpl.remoteLocationClassificationFullVOToEntity(RemoteLocationClassificationFullVO source, LocationClassification target, boolean copyIfNull)
           
 void LocationClassificationDao.remoteLocationClassificationFullVOToEntity(RemoteLocationClassificationFullVO source, LocationClassification target, boolean copyIfNull)
          Copies the fields of RemoteLocationClassificationFullVO to the specified entity.
 void LocationClassificationDaoBase.remoteLocationClassificationFullVOToEntity(RemoteLocationClassificationFullVO source, LocationClassification target, boolean copyIfNull)
           
 void LocationClassificationDaoImpl.toRemoteLocationClassificationFullVO(LocationClassification source, RemoteLocationClassificationFullVO target)
           
 void LocationClassificationDao.toRemoteLocationClassificationFullVO(LocationClassification source, RemoteLocationClassificationFullVO target)
          Copies the fields of the specified entity to the target value object.
 void LocationClassificationDaoBase.toRemoteLocationClassificationFullVO(LocationClassification source, RemoteLocationClassificationFullVO target)
           
 

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

Methods in fr.ifremer.allegro.referential.location.generic.service that return RemoteLocationClassificationFullVO
 RemoteLocationClassificationFullVO RemoteLocationClassificationFullService.addLocationClassification(RemoteLocationClassificationFullVO locationClassification)
           
 RemoteLocationClassificationFullVO RemoteLocationClassificationFullServiceWSDelegator.addLocationClassification(RemoteLocationClassificationFullVO locationClassification)
           
 RemoteLocationClassificationFullVO RemoteLocationClassificationFullServiceBase.addLocationClassification(RemoteLocationClassificationFullVO locationClassification)
           
 RemoteLocationClassificationFullVO[] RemoteLocationClassificationFullService.getAllLocationClassification()
           
 RemoteLocationClassificationFullVO[] RemoteLocationClassificationFullServiceWSDelegator.getAllLocationClassification()
           
 RemoteLocationClassificationFullVO[] RemoteLocationClassificationFullServiceBase.getAllLocationClassification()
           
 RemoteLocationClassificationFullVO RemoteLocationClassificationFullService.getLocationClassificationById(java.lang.Integer id)
           
 RemoteLocationClassificationFullVO RemoteLocationClassificationFullServiceWSDelegator.getLocationClassificationById(java.lang.Integer id)
           
 RemoteLocationClassificationFullVO RemoteLocationClassificationFullServiceBase.getLocationClassificationById(java.lang.Integer id)
           
 RemoteLocationClassificationFullVO[] RemoteLocationClassificationFullService.getLocationClassificationByIds(java.lang.Integer[] id)
           
 RemoteLocationClassificationFullVO[] RemoteLocationClassificationFullServiceWSDelegator.getLocationClassificationByIds(java.lang.Integer[] id)
           
 RemoteLocationClassificationFullVO[] RemoteLocationClassificationFullServiceBase.getLocationClassificationByIds(java.lang.Integer[] id)
           
 RemoteLocationClassificationFullVO RemoteLocationClassificationFullService.getLocationClassificationByNaturalId(RemoteLocationClassificationNaturalId locationClassificationNaturalId)
           
 RemoteLocationClassificationFullVO RemoteLocationClassificationFullServiceWSDelegator.getLocationClassificationByNaturalId(RemoteLocationClassificationNaturalId locationClassificationNaturalId)
           
 RemoteLocationClassificationFullVO RemoteLocationClassificationFullServiceBase.getLocationClassificationByNaturalId(RemoteLocationClassificationNaturalId locationClassificationNaturalId)
           
protected  RemoteLocationClassificationFullVO RemoteLocationClassificationFullServiceImpl.handleAddLocationClassification(RemoteLocationClassificationFullVO locationClassification)
           
protected abstract  RemoteLocationClassificationFullVO RemoteLocationClassificationFullServiceBase.handleAddLocationClassification(RemoteLocationClassificationFullVO locationClassification)
          Performs the core logic for RemoteLocationClassificationFullServiceBase.addLocationClassification(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)
protected  RemoteLocationClassificationFullVO[] RemoteLocationClassificationFullServiceImpl.handleGetAllLocationClassification()
           
protected abstract  RemoteLocationClassificationFullVO[] RemoteLocationClassificationFullServiceBase.handleGetAllLocationClassification()
          Performs the core logic for RemoteLocationClassificationFullServiceBase.getAllLocationClassification()
protected  RemoteLocationClassificationFullVO RemoteLocationClassificationFullServiceImpl.handleGetLocationClassificationById(java.lang.Integer id)
           
protected abstract  RemoteLocationClassificationFullVO RemoteLocationClassificationFullServiceBase.handleGetLocationClassificationById(java.lang.Integer id)
          Performs the core logic for RemoteLocationClassificationFullServiceBase.getLocationClassificationById(java.lang.Integer)
protected  RemoteLocationClassificationFullVO[] RemoteLocationClassificationFullServiceImpl.handleGetLocationClassificationByIds(java.lang.Integer[] id)
           
protected abstract  RemoteLocationClassificationFullVO[] RemoteLocationClassificationFullServiceBase.handleGetLocationClassificationByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteLocationClassificationFullServiceBase.getLocationClassificationByIds(java.lang.Integer[])
protected  RemoteLocationClassificationFullVO RemoteLocationClassificationFullServiceImpl.handleGetLocationClassificationByNaturalId(RemoteLocationClassificationNaturalId locationClassificationNaturalId)
           
protected abstract  RemoteLocationClassificationFullVO RemoteLocationClassificationFullServiceBase.handleGetLocationClassificationByNaturalId(RemoteLocationClassificationNaturalId locationClassificationNaturalId)
          Performs the core logic for RemoteLocationClassificationFullServiceBase.getLocationClassificationByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationNaturalId)
 

Methods in fr.ifremer.allegro.referential.location.generic.service with parameters of type RemoteLocationClassificationFullVO
 RemoteLocationClassificationFullVO RemoteLocationClassificationFullService.addLocationClassification(RemoteLocationClassificationFullVO locationClassification)
           
 RemoteLocationClassificationFullVO RemoteLocationClassificationFullServiceWSDelegator.addLocationClassification(RemoteLocationClassificationFullVO locationClassification)
           
 RemoteLocationClassificationFullVO RemoteLocationClassificationFullServiceBase.addLocationClassification(RemoteLocationClassificationFullVO locationClassification)
           
protected  RemoteLocationClassificationFullVO RemoteLocationClassificationFullServiceImpl.handleAddLocationClassification(RemoteLocationClassificationFullVO locationClassification)
           
protected abstract  RemoteLocationClassificationFullVO RemoteLocationClassificationFullServiceBase.handleAddLocationClassification(RemoteLocationClassificationFullVO locationClassification)
          Performs the core logic for RemoteLocationClassificationFullServiceBase.addLocationClassification(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)
protected  boolean RemoteLocationClassificationFullServiceImpl.handleRemoteLocationClassificationFullVOsAreEqual(RemoteLocationClassificationFullVO remoteLocationClassificationFullVOFirst, RemoteLocationClassificationFullVO remoteLocationClassificationFullVOSecond)
           
protected abstract  boolean RemoteLocationClassificationFullServiceBase.handleRemoteLocationClassificationFullVOsAreEqual(RemoteLocationClassificationFullVO remoteLocationClassificationFullVOFirst, RemoteLocationClassificationFullVO remoteLocationClassificationFullVOSecond)
          Performs the core logic for RemoteLocationClassificationFullServiceBase.remoteLocationClassificationFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)
protected  boolean RemoteLocationClassificationFullServiceImpl.handleRemoteLocationClassificationFullVOsAreEqualOnIdentifiers(RemoteLocationClassificationFullVO remoteLocationClassificationFullVOFirst, RemoteLocationClassificationFullVO remoteLocationClassificationFullVOSecond)
           
protected abstract  boolean RemoteLocationClassificationFullServiceBase.handleRemoteLocationClassificationFullVOsAreEqualOnIdentifiers(RemoteLocationClassificationFullVO remoteLocationClassificationFullVOFirst, RemoteLocationClassificationFullVO remoteLocationClassificationFullVOSecond)
          Performs the core logic for RemoteLocationClassificationFullServiceBase.remoteLocationClassificationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)
protected  void RemoteLocationClassificationFullServiceImpl.handleRemoveLocationClassification(RemoteLocationClassificationFullVO locationClassification)
           
protected abstract  void RemoteLocationClassificationFullServiceBase.handleRemoveLocationClassification(RemoteLocationClassificationFullVO locationClassification)
          Performs the core logic for RemoteLocationClassificationFullServiceBase.removeLocationClassification(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)
protected  void RemoteLocationClassificationFullServiceImpl.handleUpdateLocationClassification(RemoteLocationClassificationFullVO locationClassification)
           
protected abstract  void RemoteLocationClassificationFullServiceBase.handleUpdateLocationClassification(RemoteLocationClassificationFullVO locationClassification)
          Performs the core logic for RemoteLocationClassificationFullServiceBase.updateLocationClassification(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationClassificationFullVO)
 boolean RemoteLocationClassificationFullService.remoteLocationClassificationFullVOsAreEqual(RemoteLocationClassificationFullVO remoteLocationClassificationFullVOFirst, RemoteLocationClassificationFullVO remoteLocationClassificationFullVOSecond)
           
 boolean RemoteLocationClassificationFullServiceWSDelegator.remoteLocationClassificationFullVOsAreEqual(RemoteLocationClassificationFullVO remoteLocationClassificationFullVOFirst, RemoteLocationClassificationFullVO remoteLocationClassificationFullVOSecond)
           
 boolean RemoteLocationClassificationFullServiceBase.remoteLocationClassificationFullVOsAreEqual(RemoteLocationClassificationFullVO remoteLocationClassificationFullVOFirst, RemoteLocationClassificationFullVO remoteLocationClassificationFullVOSecond)
           
 boolean RemoteLocationClassificationFullService.remoteLocationClassificationFullVOsAreEqualOnIdentifiers(RemoteLocationClassificationFullVO remoteLocationClassificationFullVOFirst, RemoteLocationClassificationFullVO remoteLocationClassificationFullVOSecond)
           
 boolean RemoteLocationClassificationFullServiceWSDelegator.remoteLocationClassificationFullVOsAreEqualOnIdentifiers(RemoteLocationClassificationFullVO remoteLocationClassificationFullVOFirst, RemoteLocationClassificationFullVO remoteLocationClassificationFullVOSecond)
           
 boolean RemoteLocationClassificationFullServiceBase.remoteLocationClassificationFullVOsAreEqualOnIdentifiers(RemoteLocationClassificationFullVO remoteLocationClassificationFullVOFirst, RemoteLocationClassificationFullVO remoteLocationClassificationFullVOSecond)
           
 void RemoteLocationClassificationFullService.removeLocationClassification(RemoteLocationClassificationFullVO locationClassification)
           
 void RemoteLocationClassificationFullServiceWSDelegator.removeLocationClassification(RemoteLocationClassificationFullVO locationClassification)
           
 void RemoteLocationClassificationFullServiceBase.removeLocationClassification(RemoteLocationClassificationFullVO locationClassification)
           
 void RemoteLocationClassificationFullService.updateLocationClassification(RemoteLocationClassificationFullVO locationClassification)
           
 void RemoteLocationClassificationFullServiceWSDelegator.updateLocationClassification(RemoteLocationClassificationFullVO locationClassification)
           
 void RemoteLocationClassificationFullServiceBase.updateLocationClassification(RemoteLocationClassificationFullVO locationClassification)
           
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.