Uses of Class
fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO

Packages that use RemoteEconomicalSurveyFullVO
fr.ifremer.allegro.data.survey.economy   
fr.ifremer.allegro.data.survey.economy.generic.service   
fr.ifremer.allegro.data.survey.economy.generic.vo   
 

Uses of RemoteEconomicalSurveyFullVO in fr.ifremer.allegro.data.survey.economy
 

Methods in fr.ifremer.allegro.data.survey.economy that return RemoteEconomicalSurveyFullVO
 RemoteEconomicalSurveyFullVO EconomicalSurveyDaoImpl.toRemoteEconomicalSurveyFullVO(EconomicalSurvey entity)
           
 RemoteEconomicalSurveyFullVO EconomicalSurveyDao.toRemoteEconomicalSurveyFullVO(EconomicalSurvey entity)
          Converts this DAO's entity to an object of type RemoteEconomicalSurveyFullVO.
 RemoteEconomicalSurveyFullVO EconomicalSurveyDaoBase.toRemoteEconomicalSurveyFullVO(EconomicalSurvey entity)
           
protected  RemoteEconomicalSurveyFullVO EconomicalSurveyDaoBase.toRemoteEconomicalSurveyFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteEconomicalSurveyFullVO[] EconomicalSurveyDao.toRemoteEconomicalSurveyFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteEconomicalSurveyFullVO.
 RemoteEconomicalSurveyFullVO[] EconomicalSurveyDaoBase.toRemoteEconomicalSurveyFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.survey.economy with parameters of type RemoteEconomicalSurveyFullVO
 EconomicalSurvey EconomicalSurveyDaoImpl.remoteEconomicalSurveyFullVOToEntity(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVO)
           
 EconomicalSurvey EconomicalSurveyDao.remoteEconomicalSurveyFullVOToEntity(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVO)
          Converts an instance of type RemoteEconomicalSurveyFullVO to this DAO's entity.
 void EconomicalSurveyDaoImpl.remoteEconomicalSurveyFullVOToEntity(RemoteEconomicalSurveyFullVO source, EconomicalSurvey target, boolean copyIfNull)
           
 void EconomicalSurveyDao.remoteEconomicalSurveyFullVOToEntity(RemoteEconomicalSurveyFullVO source, EconomicalSurvey target, boolean copyIfNull)
          Copies the fields of RemoteEconomicalSurveyFullVO to the specified entity.
 void EconomicalSurveyDaoBase.remoteEconomicalSurveyFullVOToEntity(RemoteEconomicalSurveyFullVO source, EconomicalSurvey target, boolean copyIfNull)
           
 void EconomicalSurveyDaoImpl.toRemoteEconomicalSurveyFullVO(EconomicalSurvey source, RemoteEconomicalSurveyFullVO target)
           
 void EconomicalSurveyDao.toRemoteEconomicalSurveyFullVO(EconomicalSurvey source, RemoteEconomicalSurveyFullVO target)
          Copies the fields of the specified entity to the target value object.
 void EconomicalSurveyDaoBase.toRemoteEconomicalSurveyFullVO(EconomicalSurvey source, RemoteEconomicalSurveyFullVO target)
           
 

Uses of RemoteEconomicalSurveyFullVO in fr.ifremer.allegro.data.survey.economy.generic.service
 

Methods in fr.ifremer.allegro.data.survey.economy.generic.service that return RemoteEconomicalSurveyFullVO
 RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullService.addEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
           
 RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullServiceWSDelegator.addEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
           
 RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullServiceBase.addEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullService.getAllEconomicalSurvey()
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceWSDelegator.getAllEconomicalSurvey()
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceBase.getAllEconomicalSurvey()
           
 RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullService.getEconomicalSurveyById(java.lang.Integer id)
           
 RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullServiceWSDelegator.getEconomicalSurveyById(java.lang.Integer id)
           
 RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyById(java.lang.Integer id)
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullService.getEconomicalSurveyByIds(java.lang.Integer[] id)
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceWSDelegator.getEconomicalSurveyByIds(java.lang.Integer[] id)
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByIds(java.lang.Integer[] id)
           
 RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullService.getEconomicalSurveyByNaturalId(RemoteEconomicalSurveyNaturalId economicalSurveyNaturalId)
           
 RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullServiceWSDelegator.getEconomicalSurveyByNaturalId(RemoteEconomicalSurveyNaturalId economicalSurveyNaturalId)
           
 RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByNaturalId(RemoteEconomicalSurveyNaturalId economicalSurveyNaturalId)
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullService.getEconomicalSurveyByProgramCode(java.lang.String code)
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceWSDelegator.getEconomicalSurveyByProgramCode(java.lang.String code)
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByProgramCode(java.lang.String code)
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullService.getEconomicalSurveyByQualityFlagCode(java.lang.String code)
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceWSDelegator.getEconomicalSurveyByQualityFlagCode(java.lang.String code)
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByQualityFlagCode(java.lang.String code)
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullService.getEconomicalSurveyByRecorderDepartmentId(java.lang.Integer id)
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceWSDelegator.getEconomicalSurveyByRecorderDepartmentId(java.lang.Integer id)
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByRecorderDepartmentId(java.lang.Integer id)
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullService.getEconomicalSurveyByRecorderPersonId(java.lang.Integer id)
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceWSDelegator.getEconomicalSurveyByRecorderPersonId(java.lang.Integer id)
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByRecorderPersonId(java.lang.Integer id)
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullService.getEconomicalSurveyByVesselCode(java.lang.String code)
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceWSDelegator.getEconomicalSurveyByVesselCode(java.lang.String code)
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByVesselCode(java.lang.String code)
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullService.getEconomicalSurveyByVesselOwnerId(java.lang.Integer id)
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceWSDelegator.getEconomicalSurveyByVesselOwnerId(java.lang.Integer id)
           
 RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByVesselOwnerId(java.lang.Integer id)
           
protected  RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullServiceImpl.handleAddEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
           
protected abstract  RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullServiceBase.handleAddEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.addEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
protected  RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceImpl.handleGetAllEconomicalSurvey()
           
protected abstract  RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceBase.handleGetAllEconomicalSurvey()
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getAllEconomicalSurvey()
protected  RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullServiceImpl.handleGetEconomicalSurveyById(java.lang.Integer id)
           
protected abstract  RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullServiceBase.handleGetEconomicalSurveyById(java.lang.Integer id)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyById(java.lang.Integer)
protected  RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceImpl.handleGetEconomicalSurveyByIds(java.lang.Integer[] id)
           
protected abstract  RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceBase.handleGetEconomicalSurveyByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByIds(java.lang.Integer[])
protected  RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullServiceImpl.handleGetEconomicalSurveyByNaturalId(RemoteEconomicalSurveyNaturalId economicalSurveyNaturalId)
           
protected abstract  RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullServiceBase.handleGetEconomicalSurveyByNaturalId(RemoteEconomicalSurveyNaturalId economicalSurveyNaturalId)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByNaturalId(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyNaturalId)
protected  RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceImpl.handleGetEconomicalSurveyByProgramCode(java.lang.String code)
           
protected abstract  RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceBase.handleGetEconomicalSurveyByProgramCode(java.lang.String code)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByProgramCode(java.lang.String)
protected  RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceImpl.handleGetEconomicalSurveyByQualityFlagCode(java.lang.String code)
           
protected abstract  RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceBase.handleGetEconomicalSurveyByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByQualityFlagCode(java.lang.String)
protected  RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceImpl.handleGetEconomicalSurveyByRecorderDepartmentId(java.lang.Integer id)
           
protected abstract  RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceBase.handleGetEconomicalSurveyByRecorderDepartmentId(java.lang.Integer id)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByRecorderDepartmentId(java.lang.Integer)
protected  RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceImpl.handleGetEconomicalSurveyByRecorderPersonId(java.lang.Integer id)
           
protected abstract  RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceBase.handleGetEconomicalSurveyByRecorderPersonId(java.lang.Integer id)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByRecorderPersonId(java.lang.Integer)
protected  RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceImpl.handleGetEconomicalSurveyByVesselCode(java.lang.String code)
           
protected abstract  RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceBase.handleGetEconomicalSurveyByVesselCode(java.lang.String code)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByVesselCode(java.lang.String)
protected  RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceImpl.handleGetEconomicalSurveyByVesselOwnerId(java.lang.Integer id)
           
protected abstract  RemoteEconomicalSurveyFullVO[] RemoteEconomicalSurveyFullServiceBase.handleGetEconomicalSurveyByVesselOwnerId(java.lang.Integer id)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByVesselOwnerId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.data.survey.economy.generic.service with parameters of type RemoteEconomicalSurveyFullVO
 RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullService.addEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
           
 RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullServiceWSDelegator.addEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
           
 RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullServiceBase.addEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
           
protected  RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullServiceImpl.handleAddEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
           
protected abstract  RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullServiceBase.handleAddEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.addEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
protected  boolean RemoteEconomicalSurveyFullServiceImpl.handleRemoteEconomicalSurveyFullVOsAreEqual(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst, RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
           
protected abstract  boolean RemoteEconomicalSurveyFullServiceBase.handleRemoteEconomicalSurveyFullVOsAreEqual(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst, RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.remoteEconomicalSurveyFullVOsAreEqual(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO, fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
protected  boolean RemoteEconomicalSurveyFullServiceImpl.handleRemoteEconomicalSurveyFullVOsAreEqualOnIdentifiers(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst, RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
           
protected abstract  boolean RemoteEconomicalSurveyFullServiceBase.handleRemoteEconomicalSurveyFullVOsAreEqualOnIdentifiers(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst, RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.remoteEconomicalSurveyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO, fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
protected  void RemoteEconomicalSurveyFullServiceImpl.handleRemoveEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
           
protected abstract  void RemoteEconomicalSurveyFullServiceBase.handleRemoveEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.removeEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
protected  void RemoteEconomicalSurveyFullServiceImpl.handleUpdateEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
           
protected abstract  void RemoteEconomicalSurveyFullServiceBase.handleUpdateEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.updateEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
 boolean RemoteEconomicalSurveyFullService.remoteEconomicalSurveyFullVOsAreEqual(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst, RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
           
 boolean RemoteEconomicalSurveyFullServiceWSDelegator.remoteEconomicalSurveyFullVOsAreEqual(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst, RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
           
 boolean RemoteEconomicalSurveyFullServiceBase.remoteEconomicalSurveyFullVOsAreEqual(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst, RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
           
 boolean RemoteEconomicalSurveyFullService.remoteEconomicalSurveyFullVOsAreEqualOnIdentifiers(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst, RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
           
 boolean RemoteEconomicalSurveyFullServiceWSDelegator.remoteEconomicalSurveyFullVOsAreEqualOnIdentifiers(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst, RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
           
 boolean RemoteEconomicalSurveyFullServiceBase.remoteEconomicalSurveyFullVOsAreEqualOnIdentifiers(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst, RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
           
 void RemoteEconomicalSurveyFullService.removeEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
           
 void RemoteEconomicalSurveyFullServiceWSDelegator.removeEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
           
 void RemoteEconomicalSurveyFullServiceBase.removeEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
           
 void RemoteEconomicalSurveyFullService.updateEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
           
 void RemoteEconomicalSurveyFullServiceWSDelegator.updateEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
           
 void RemoteEconomicalSurveyFullServiceBase.updateEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
           
 

Uses of RemoteEconomicalSurveyFullVO in fr.ifremer.allegro.data.survey.economy.generic.vo
 

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

Constructors in fr.ifremer.allegro.data.survey.economy.generic.vo with parameters of type RemoteEconomicalSurveyFullVO
RemoteEconomicalSurveyFullVO(RemoteEconomicalSurveyFullVO otherBean)
          Copies constructor from other RemoteEconomicalSurveyFullVO
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.