Uses of Class
fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO

Packages that use RemoteScientificCruiseFullVO
fr.ifremer.allegro.data.survey.scientificCruise   
fr.ifremer.allegro.data.survey.scientificCruise.generic.service   
fr.ifremer.allegro.data.survey.scientificCruise.generic.vo   
 

Uses of RemoteScientificCruiseFullVO in fr.ifremer.allegro.data.survey.scientificCruise
 

Methods in fr.ifremer.allegro.data.survey.scientificCruise that return RemoteScientificCruiseFullVO
protected  RemoteScientificCruiseFullVO ScientificCruiseDaoBase.toRemoteScientificCruiseFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteScientificCruiseFullVO ScientificCruiseDaoImpl.toRemoteScientificCruiseFullVO(ScientificCruise entity)
           
 RemoteScientificCruiseFullVO ScientificCruiseDao.toRemoteScientificCruiseFullVO(ScientificCruise entity)
          Converts this DAO's entity to an object of type RemoteScientificCruiseFullVO.
 RemoteScientificCruiseFullVO ScientificCruiseDaoBase.toRemoteScientificCruiseFullVO(ScientificCruise entity)
           
 RemoteScientificCruiseFullVO[] ScientificCruiseDao.toRemoteScientificCruiseFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteScientificCruiseFullVO.
 RemoteScientificCruiseFullVO[] ScientificCruiseDaoBase.toRemoteScientificCruiseFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.survey.scientificCruise with parameters of type RemoteScientificCruiseFullVO
 ScientificCruise ScientificCruiseDaoImpl.remoteScientificCruiseFullVOToEntity(RemoteScientificCruiseFullVO remoteScientificCruiseFullVO)
           
 ScientificCruise ScientificCruiseDao.remoteScientificCruiseFullVOToEntity(RemoteScientificCruiseFullVO remoteScientificCruiseFullVO)
          Converts an instance of type RemoteScientificCruiseFullVO to this DAO's entity.
 void ScientificCruiseDaoImpl.remoteScientificCruiseFullVOToEntity(RemoteScientificCruiseFullVO source, ScientificCruise target, boolean copyIfNull)
           
 void ScientificCruiseDao.remoteScientificCruiseFullVOToEntity(RemoteScientificCruiseFullVO source, ScientificCruise target, boolean copyIfNull)
          Copies the fields of RemoteScientificCruiseFullVO to the specified entity.
 void ScientificCruiseDaoBase.remoteScientificCruiseFullVOToEntity(RemoteScientificCruiseFullVO source, ScientificCruise target, boolean copyIfNull)
           
 void ScientificCruiseDaoImpl.toRemoteScientificCruiseFullVO(ScientificCruise source, RemoteScientificCruiseFullVO target)
           
 void ScientificCruiseDao.toRemoteScientificCruiseFullVO(ScientificCruise source, RemoteScientificCruiseFullVO target)
          Copies the fields of the specified entity to the target value object.
 void ScientificCruiseDaoBase.toRemoteScientificCruiseFullVO(ScientificCruise source, RemoteScientificCruiseFullVO target)
           
 

Uses of RemoteScientificCruiseFullVO in fr.ifremer.allegro.data.survey.scientificCruise.generic.service
 

Methods in fr.ifremer.allegro.data.survey.scientificCruise.generic.service that return RemoteScientificCruiseFullVO
 RemoteScientificCruiseFullVO RemoteScientificCruiseFullService.addScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
           
 RemoteScientificCruiseFullVO RemoteScientificCruiseFullServiceWSDelegator.addScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
           
 RemoteScientificCruiseFullVO RemoteScientificCruiseFullServiceBase.addScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
           
 RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullService.getAllScientificCruise()
           
 RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceWSDelegator.getAllScientificCruise()
           
 RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceBase.getAllScientificCruise()
           
 RemoteScientificCruiseFullVO RemoteScientificCruiseFullService.getScientificCruiseById(java.lang.Integer id)
           
 RemoteScientificCruiseFullVO RemoteScientificCruiseFullServiceWSDelegator.getScientificCruiseById(java.lang.Integer id)
           
 RemoteScientificCruiseFullVO RemoteScientificCruiseFullServiceBase.getScientificCruiseById(java.lang.Integer id)
           
 RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullService.getScientificCruiseByIds(java.lang.Integer[] id)
           
 RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceWSDelegator.getScientificCruiseByIds(java.lang.Integer[] id)
           
 RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceBase.getScientificCruiseByIds(java.lang.Integer[] id)
           
 RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullService.getScientificCruiseByManagerPersonId(java.lang.Integer id)
           
 RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceWSDelegator.getScientificCruiseByManagerPersonId(java.lang.Integer id)
           
 RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceBase.getScientificCruiseByManagerPersonId(java.lang.Integer id)
           
 RemoteScientificCruiseFullVO RemoteScientificCruiseFullService.getScientificCruiseByNaturalId(RemoteScientificCruiseNaturalId scientificCruiseNaturalId)
           
 RemoteScientificCruiseFullVO RemoteScientificCruiseFullServiceWSDelegator.getScientificCruiseByNaturalId(RemoteScientificCruiseNaturalId scientificCruiseNaturalId)
           
 RemoteScientificCruiseFullVO RemoteScientificCruiseFullServiceBase.getScientificCruiseByNaturalId(RemoteScientificCruiseNaturalId scientificCruiseNaturalId)
           
 RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullService.getScientificCruiseByProgramCode(java.lang.String code)
           
 RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceWSDelegator.getScientificCruiseByProgramCode(java.lang.String code)
           
 RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceBase.getScientificCruiseByProgramCode(java.lang.String code)
           
 RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullService.getScientificCruiseByRecorderDepartmentId(java.lang.Integer id)
           
 RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceWSDelegator.getScientificCruiseByRecorderDepartmentId(java.lang.Integer id)
           
 RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceBase.getScientificCruiseByRecorderDepartmentId(java.lang.Integer id)
           
 RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullService.getScientificCruiseByRecorderPersonId(java.lang.Integer id)
           
 RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceWSDelegator.getScientificCruiseByRecorderPersonId(java.lang.Integer id)
           
 RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceBase.getScientificCruiseByRecorderPersonId(java.lang.Integer id)
           
 RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullService.getScientificCruiseByScientificResearchVesselCode(java.lang.String code)
           
 RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceWSDelegator.getScientificCruiseByScientificResearchVesselCode(java.lang.String code)
           
 RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceBase.getScientificCruiseByScientificResearchVesselCode(java.lang.String code)
           
protected  RemoteScientificCruiseFullVO RemoteScientificCruiseFullServiceImpl.handleAddScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
           
protected abstract  RemoteScientificCruiseFullVO RemoteScientificCruiseFullServiceBase.handleAddScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.addScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
protected  RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceImpl.handleGetAllScientificCruise()
           
protected abstract  RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceBase.handleGetAllScientificCruise()
          Performs the core logic for RemoteScientificCruiseFullServiceBase.getAllScientificCruise()
protected  RemoteScientificCruiseFullVO RemoteScientificCruiseFullServiceImpl.handleGetScientificCruiseById(java.lang.Integer id)
           
protected abstract  RemoteScientificCruiseFullVO RemoteScientificCruiseFullServiceBase.handleGetScientificCruiseById(java.lang.Integer id)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseById(java.lang.Integer)
protected  RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceImpl.handleGetScientificCruiseByIds(java.lang.Integer[] id)
           
protected abstract  RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceBase.handleGetScientificCruiseByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseByIds(java.lang.Integer[])
protected  RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceImpl.handleGetScientificCruiseByManagerPersonId(java.lang.Integer id)
           
protected abstract  RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceBase.handleGetScientificCruiseByManagerPersonId(java.lang.Integer id)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseByManagerPersonId(java.lang.Integer)
protected  RemoteScientificCruiseFullVO RemoteScientificCruiseFullServiceImpl.handleGetScientificCruiseByNaturalId(RemoteScientificCruiseNaturalId scientificCruiseNaturalId)
           
protected abstract  RemoteScientificCruiseFullVO RemoteScientificCruiseFullServiceBase.handleGetScientificCruiseByNaturalId(RemoteScientificCruiseNaturalId scientificCruiseNaturalId)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseByNaturalId(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseNaturalId)
protected  RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceImpl.handleGetScientificCruiseByProgramCode(java.lang.String code)
           
protected abstract  RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceBase.handleGetScientificCruiseByProgramCode(java.lang.String code)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseByProgramCode(java.lang.String)
protected  RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceImpl.handleGetScientificCruiseByRecorderDepartmentId(java.lang.Integer id)
           
protected abstract  RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceBase.handleGetScientificCruiseByRecorderDepartmentId(java.lang.Integer id)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseByRecorderDepartmentId(java.lang.Integer)
protected  RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceImpl.handleGetScientificCruiseByRecorderPersonId(java.lang.Integer id)
           
protected abstract  RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceBase.handleGetScientificCruiseByRecorderPersonId(java.lang.Integer id)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseByRecorderPersonId(java.lang.Integer)
protected  RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceImpl.handleGetScientificCruiseByScientificResearchVesselCode(java.lang.String code)
           
protected abstract  RemoteScientificCruiseFullVO[] RemoteScientificCruiseFullServiceBase.handleGetScientificCruiseByScientificResearchVesselCode(java.lang.String code)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseByScientificResearchVesselCode(java.lang.String)
 

Methods in fr.ifremer.allegro.data.survey.scientificCruise.generic.service with parameters of type RemoteScientificCruiseFullVO
 RemoteScientificCruiseFullVO RemoteScientificCruiseFullService.addScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
           
 RemoteScientificCruiseFullVO RemoteScientificCruiseFullServiceWSDelegator.addScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
           
 RemoteScientificCruiseFullVO RemoteScientificCruiseFullServiceBase.addScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
           
protected  RemoteScientificCruiseFullVO RemoteScientificCruiseFullServiceImpl.handleAddScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
           
protected abstract  RemoteScientificCruiseFullVO RemoteScientificCruiseFullServiceBase.handleAddScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.addScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
protected  boolean RemoteScientificCruiseFullServiceImpl.handleRemoteScientificCruiseFullVOsAreEqual(RemoteScientificCruiseFullVO remoteScientificCruiseFullVOFirst, RemoteScientificCruiseFullVO remoteScientificCruiseFullVOSecond)
           
protected abstract  boolean RemoteScientificCruiseFullServiceBase.handleRemoteScientificCruiseFullVOsAreEqual(RemoteScientificCruiseFullVO remoteScientificCruiseFullVOFirst, RemoteScientificCruiseFullVO remoteScientificCruiseFullVOSecond)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.remoteScientificCruiseFullVOsAreEqual(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO, fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
protected  boolean RemoteScientificCruiseFullServiceImpl.handleRemoteScientificCruiseFullVOsAreEqualOnIdentifiers(RemoteScientificCruiseFullVO remoteScientificCruiseFullVOFirst, RemoteScientificCruiseFullVO remoteScientificCruiseFullVOSecond)
           
protected abstract  boolean RemoteScientificCruiseFullServiceBase.handleRemoteScientificCruiseFullVOsAreEqualOnIdentifiers(RemoteScientificCruiseFullVO remoteScientificCruiseFullVOFirst, RemoteScientificCruiseFullVO remoteScientificCruiseFullVOSecond)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.remoteScientificCruiseFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO, fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
protected  void RemoteScientificCruiseFullServiceImpl.handleRemoveScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
           
protected abstract  void RemoteScientificCruiseFullServiceBase.handleRemoveScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.removeScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
protected  void RemoteScientificCruiseFullServiceImpl.handleUpdateScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
           
protected abstract  void RemoteScientificCruiseFullServiceBase.handleUpdateScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.updateScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
 boolean RemoteScientificCruiseFullService.remoteScientificCruiseFullVOsAreEqual(RemoteScientificCruiseFullVO remoteScientificCruiseFullVOFirst, RemoteScientificCruiseFullVO remoteScientificCruiseFullVOSecond)
           
 boolean RemoteScientificCruiseFullServiceWSDelegator.remoteScientificCruiseFullVOsAreEqual(RemoteScientificCruiseFullVO remoteScientificCruiseFullVOFirst, RemoteScientificCruiseFullVO remoteScientificCruiseFullVOSecond)
           
 boolean RemoteScientificCruiseFullServiceBase.remoteScientificCruiseFullVOsAreEqual(RemoteScientificCruiseFullVO remoteScientificCruiseFullVOFirst, RemoteScientificCruiseFullVO remoteScientificCruiseFullVOSecond)
           
 boolean RemoteScientificCruiseFullService.remoteScientificCruiseFullVOsAreEqualOnIdentifiers(RemoteScientificCruiseFullVO remoteScientificCruiseFullVOFirst, RemoteScientificCruiseFullVO remoteScientificCruiseFullVOSecond)
           
 boolean RemoteScientificCruiseFullServiceWSDelegator.remoteScientificCruiseFullVOsAreEqualOnIdentifiers(RemoteScientificCruiseFullVO remoteScientificCruiseFullVOFirst, RemoteScientificCruiseFullVO remoteScientificCruiseFullVOSecond)
           
 boolean RemoteScientificCruiseFullServiceBase.remoteScientificCruiseFullVOsAreEqualOnIdentifiers(RemoteScientificCruiseFullVO remoteScientificCruiseFullVOFirst, RemoteScientificCruiseFullVO remoteScientificCruiseFullVOSecond)
           
 void RemoteScientificCruiseFullService.removeScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
           
 void RemoteScientificCruiseFullServiceWSDelegator.removeScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
           
 void RemoteScientificCruiseFullServiceBase.removeScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
           
 void RemoteScientificCruiseFullService.updateScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
           
 void RemoteScientificCruiseFullServiceWSDelegator.updateScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
           
 void RemoteScientificCruiseFullServiceBase.updateScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
           
 

Uses of RemoteScientificCruiseFullVO in fr.ifremer.allegro.data.survey.scientificCruise.generic.vo
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.