Uses of Class
fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO

Packages that use RemoteAnalysisInstrumentFullVO
fr.ifremer.allegro.referential   
fr.ifremer.allegro.referential.generic.service   
fr.ifremer.allegro.referential.generic.vo   
 

Uses of RemoteAnalysisInstrumentFullVO in fr.ifremer.allegro.referential
 

Methods in fr.ifremer.allegro.referential that return RemoteAnalysisInstrumentFullVO
 RemoteAnalysisInstrumentFullVO AnalysisInstrumentDaoImpl.toRemoteAnalysisInstrumentFullVO(AnalysisInstrument entity)
           
 RemoteAnalysisInstrumentFullVO AnalysisInstrumentDao.toRemoteAnalysisInstrumentFullVO(AnalysisInstrument entity)
          Converts this DAO's entity to an object of type RemoteAnalysisInstrumentFullVO.
 RemoteAnalysisInstrumentFullVO AnalysisInstrumentDaoBase.toRemoteAnalysisInstrumentFullVO(AnalysisInstrument entity)
           
protected  RemoteAnalysisInstrumentFullVO AnalysisInstrumentDaoBase.toRemoteAnalysisInstrumentFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteAnalysisInstrumentFullVO[] AnalysisInstrumentDao.toRemoteAnalysisInstrumentFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteAnalysisInstrumentFullVO.
 RemoteAnalysisInstrumentFullVO[] AnalysisInstrumentDaoBase.toRemoteAnalysisInstrumentFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential with parameters of type RemoteAnalysisInstrumentFullVO
 AnalysisInstrument AnalysisInstrumentDaoImpl.remoteAnalysisInstrumentFullVOToEntity(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVO)
           
 AnalysisInstrument AnalysisInstrumentDao.remoteAnalysisInstrumentFullVOToEntity(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVO)
          Converts an instance of type RemoteAnalysisInstrumentFullVO to this DAO's entity.
 void AnalysisInstrumentDaoImpl.remoteAnalysisInstrumentFullVOToEntity(RemoteAnalysisInstrumentFullVO source, AnalysisInstrument target, boolean copyIfNull)
           
 void AnalysisInstrumentDao.remoteAnalysisInstrumentFullVOToEntity(RemoteAnalysisInstrumentFullVO source, AnalysisInstrument target, boolean copyIfNull)
          Copies the fields of RemoteAnalysisInstrumentFullVO to the specified entity.
 void AnalysisInstrumentDaoBase.remoteAnalysisInstrumentFullVOToEntity(RemoteAnalysisInstrumentFullVO source, AnalysisInstrument target, boolean copyIfNull)
           
 void AnalysisInstrumentDaoImpl.toRemoteAnalysisInstrumentFullVO(AnalysisInstrument source, RemoteAnalysisInstrumentFullVO target)
           
 void AnalysisInstrumentDao.toRemoteAnalysisInstrumentFullVO(AnalysisInstrument source, RemoteAnalysisInstrumentFullVO target)
          Copies the fields of the specified entity to the target value object.
 void AnalysisInstrumentDaoBase.toRemoteAnalysisInstrumentFullVO(AnalysisInstrument source, RemoteAnalysisInstrumentFullVO target)
           
 

Uses of RemoteAnalysisInstrumentFullVO in fr.ifremer.allegro.referential.generic.service
 

Methods in fr.ifremer.allegro.referential.generic.service that return RemoteAnalysisInstrumentFullVO
 RemoteAnalysisInstrumentFullVO RemoteAnalysisInstrumentFullService.addAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
           
 RemoteAnalysisInstrumentFullVO RemoteAnalysisInstrumentFullServiceWSDelegator.addAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
           
 RemoteAnalysisInstrumentFullVO RemoteAnalysisInstrumentFullServiceBase.addAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
           
 RemoteAnalysisInstrumentFullVO[] RemoteAnalysisInstrumentFullService.getAllAnalysisInstrument()
           
 RemoteAnalysisInstrumentFullVO[] RemoteAnalysisInstrumentFullServiceWSDelegator.getAllAnalysisInstrument()
           
 RemoteAnalysisInstrumentFullVO[] RemoteAnalysisInstrumentFullServiceBase.getAllAnalysisInstrument()
           
 RemoteAnalysisInstrumentFullVO RemoteAnalysisInstrumentFullService.getAnalysisInstrumentById(java.lang.Integer id)
           
 RemoteAnalysisInstrumentFullVO RemoteAnalysisInstrumentFullServiceWSDelegator.getAnalysisInstrumentById(java.lang.Integer id)
           
 RemoteAnalysisInstrumentFullVO RemoteAnalysisInstrumentFullServiceBase.getAnalysisInstrumentById(java.lang.Integer id)
           
 RemoteAnalysisInstrumentFullVO[] RemoteAnalysisInstrumentFullService.getAnalysisInstrumentByIds(java.lang.Integer[] id)
           
 RemoteAnalysisInstrumentFullVO[] RemoteAnalysisInstrumentFullServiceWSDelegator.getAnalysisInstrumentByIds(java.lang.Integer[] id)
           
 RemoteAnalysisInstrumentFullVO[] RemoteAnalysisInstrumentFullServiceBase.getAnalysisInstrumentByIds(java.lang.Integer[] id)
           
 RemoteAnalysisInstrumentFullVO RemoteAnalysisInstrumentFullService.getAnalysisInstrumentByNaturalId(RemoteAnalysisInstrumentNaturalId analysisInstrumentNaturalId)
           
 RemoteAnalysisInstrumentFullVO RemoteAnalysisInstrumentFullServiceWSDelegator.getAnalysisInstrumentByNaturalId(RemoteAnalysisInstrumentNaturalId analysisInstrumentNaturalId)
           
 RemoteAnalysisInstrumentFullVO RemoteAnalysisInstrumentFullServiceBase.getAnalysisInstrumentByNaturalId(RemoteAnalysisInstrumentNaturalId analysisInstrumentNaturalId)
           
 RemoteAnalysisInstrumentFullVO[] RemoteAnalysisInstrumentFullService.getAnalysisInstrumentByStatusCode(java.lang.String code)
           
 RemoteAnalysisInstrumentFullVO[] RemoteAnalysisInstrumentFullServiceWSDelegator.getAnalysisInstrumentByStatusCode(java.lang.String code)
           
 RemoteAnalysisInstrumentFullVO[] RemoteAnalysisInstrumentFullServiceBase.getAnalysisInstrumentByStatusCode(java.lang.String code)
           
protected  RemoteAnalysisInstrumentFullVO RemoteAnalysisInstrumentFullServiceImpl.handleAddAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
           
protected abstract  RemoteAnalysisInstrumentFullVO RemoteAnalysisInstrumentFullServiceBase.handleAddAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.addAnalysisInstrument(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)
protected  RemoteAnalysisInstrumentFullVO[] RemoteAnalysisInstrumentFullServiceImpl.handleGetAllAnalysisInstrument()
           
protected abstract  RemoteAnalysisInstrumentFullVO[] RemoteAnalysisInstrumentFullServiceBase.handleGetAllAnalysisInstrument()
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.getAllAnalysisInstrument()
protected  RemoteAnalysisInstrumentFullVO RemoteAnalysisInstrumentFullServiceImpl.handleGetAnalysisInstrumentById(java.lang.Integer id)
           
protected abstract  RemoteAnalysisInstrumentFullVO RemoteAnalysisInstrumentFullServiceBase.handleGetAnalysisInstrumentById(java.lang.Integer id)
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.getAnalysisInstrumentById(java.lang.Integer)
protected  RemoteAnalysisInstrumentFullVO[] RemoteAnalysisInstrumentFullServiceImpl.handleGetAnalysisInstrumentByIds(java.lang.Integer[] id)
           
protected abstract  RemoteAnalysisInstrumentFullVO[] RemoteAnalysisInstrumentFullServiceBase.handleGetAnalysisInstrumentByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.getAnalysisInstrumentByIds(java.lang.Integer[])
protected  RemoteAnalysisInstrumentFullVO RemoteAnalysisInstrumentFullServiceImpl.handleGetAnalysisInstrumentByNaturalId(RemoteAnalysisInstrumentNaturalId analysisInstrumentNaturalId)
           
protected abstract  RemoteAnalysisInstrumentFullVO RemoteAnalysisInstrumentFullServiceBase.handleGetAnalysisInstrumentByNaturalId(RemoteAnalysisInstrumentNaturalId analysisInstrumentNaturalId)
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.getAnalysisInstrumentByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentNaturalId)
protected  RemoteAnalysisInstrumentFullVO[] RemoteAnalysisInstrumentFullServiceImpl.handleGetAnalysisInstrumentByStatusCode(java.lang.String code)
           
protected abstract  RemoteAnalysisInstrumentFullVO[] RemoteAnalysisInstrumentFullServiceBase.handleGetAnalysisInstrumentByStatusCode(java.lang.String code)
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.getAnalysisInstrumentByStatusCode(java.lang.String)
 

Methods in fr.ifremer.allegro.referential.generic.service with parameters of type RemoteAnalysisInstrumentFullVO
 RemoteAnalysisInstrumentFullVO RemoteAnalysisInstrumentFullService.addAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
           
 RemoteAnalysisInstrumentFullVO RemoteAnalysisInstrumentFullServiceWSDelegator.addAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
           
 RemoteAnalysisInstrumentFullVO RemoteAnalysisInstrumentFullServiceBase.addAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
           
protected  RemoteAnalysisInstrumentFullVO RemoteAnalysisInstrumentFullServiceImpl.handleAddAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
           
protected abstract  RemoteAnalysisInstrumentFullVO RemoteAnalysisInstrumentFullServiceBase.handleAddAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.addAnalysisInstrument(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)
protected  boolean RemoteAnalysisInstrumentFullServiceImpl.handleRemoteAnalysisInstrumentFullVOsAreEqual(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOFirst, RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOSecond)
           
protected abstract  boolean RemoteAnalysisInstrumentFullServiceBase.handleRemoteAnalysisInstrumentFullVOsAreEqual(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOFirst, RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOSecond)
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.remoteAnalysisInstrumentFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)
protected  boolean RemoteAnalysisInstrumentFullServiceImpl.handleRemoteAnalysisInstrumentFullVOsAreEqualOnIdentifiers(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOFirst, RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOSecond)
           
protected abstract  boolean RemoteAnalysisInstrumentFullServiceBase.handleRemoteAnalysisInstrumentFullVOsAreEqualOnIdentifiers(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOFirst, RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOSecond)
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.remoteAnalysisInstrumentFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)
protected  void RemoteAnalysisInstrumentFullServiceImpl.handleRemoveAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
           
protected abstract  void RemoteAnalysisInstrumentFullServiceBase.handleRemoveAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.removeAnalysisInstrument(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)
protected  void RemoteAnalysisInstrumentFullServiceImpl.handleUpdateAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
           
protected abstract  void RemoteAnalysisInstrumentFullServiceBase.handleUpdateAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
          Performs the core logic for RemoteAnalysisInstrumentFullServiceBase.updateAnalysisInstrument(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)
 boolean RemoteAnalysisInstrumentFullService.remoteAnalysisInstrumentFullVOsAreEqual(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOFirst, RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOSecond)
           
 boolean RemoteAnalysisInstrumentFullServiceWSDelegator.remoteAnalysisInstrumentFullVOsAreEqual(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOFirst, RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOSecond)
           
 boolean RemoteAnalysisInstrumentFullServiceBase.remoteAnalysisInstrumentFullVOsAreEqual(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOFirst, RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOSecond)
           
 boolean RemoteAnalysisInstrumentFullService.remoteAnalysisInstrumentFullVOsAreEqualOnIdentifiers(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOFirst, RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOSecond)
           
 boolean RemoteAnalysisInstrumentFullServiceWSDelegator.remoteAnalysisInstrumentFullVOsAreEqualOnIdentifiers(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOFirst, RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOSecond)
           
 boolean RemoteAnalysisInstrumentFullServiceBase.remoteAnalysisInstrumentFullVOsAreEqualOnIdentifiers(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOFirst, RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOSecond)
           
 void RemoteAnalysisInstrumentFullService.removeAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
           
 void RemoteAnalysisInstrumentFullServiceWSDelegator.removeAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
           
 void RemoteAnalysisInstrumentFullServiceBase.removeAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
           
 void RemoteAnalysisInstrumentFullService.updateAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
           
 void RemoteAnalysisInstrumentFullServiceWSDelegator.updateAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
           
 void RemoteAnalysisInstrumentFullServiceBase.updateAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
           
 

Uses of RemoteAnalysisInstrumentFullVO in fr.ifremer.allegro.referential.generic.vo
 

Methods in fr.ifremer.allegro.referential.generic.vo with parameters of type RemoteAnalysisInstrumentFullVO
 void RemoteAnalysisInstrumentFullVO.copy(RemoteAnalysisInstrumentFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 

Constructors in fr.ifremer.allegro.referential.generic.vo with parameters of type RemoteAnalysisInstrumentFullVO
RemoteAnalysisInstrumentFullVO(RemoteAnalysisInstrumentFullVO otherBean)
          Copies constructor from other RemoteAnalysisInstrumentFullVO
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.