Uses of Class
fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO

Packages that use RemoteTransshipmentFullVO
fr.ifremer.allegro.data.transshipment   
fr.ifremer.allegro.data.transshipment.generic.service   
fr.ifremer.allegro.data.transshipment.generic.vo   
 

Uses of RemoteTransshipmentFullVO in fr.ifremer.allegro.data.transshipment
 

Methods in fr.ifremer.allegro.data.transshipment that return RemoteTransshipmentFullVO
protected  RemoteTransshipmentFullVO TransshipmentDaoBase.toRemoteTransshipmentFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTransshipmentFullVO TransshipmentDaoImpl.toRemoteTransshipmentFullVO(Transshipment entity)
           
 RemoteTransshipmentFullVO TransshipmentDao.toRemoteTransshipmentFullVO(Transshipment entity)
          Converts this DAO's entity to an object of type RemoteTransshipmentFullVO.
 RemoteTransshipmentFullVO TransshipmentDaoBase.toRemoteTransshipmentFullVO(Transshipment entity)
           
 RemoteTransshipmentFullVO[] TransshipmentDao.toRemoteTransshipmentFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTransshipmentFullVO.
 RemoteTransshipmentFullVO[] TransshipmentDaoBase.toRemoteTransshipmentFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.transshipment with parameters of type RemoteTransshipmentFullVO
 Transshipment TransshipmentDaoImpl.remoteTransshipmentFullVOToEntity(RemoteTransshipmentFullVO remoteTransshipmentFullVO)
           
 Transshipment TransshipmentDao.remoteTransshipmentFullVOToEntity(RemoteTransshipmentFullVO remoteTransshipmentFullVO)
          Converts an instance of type RemoteTransshipmentFullVO to this DAO's entity.
 void TransshipmentDaoImpl.remoteTransshipmentFullVOToEntity(RemoteTransshipmentFullVO source, Transshipment target, boolean copyIfNull)
           
 void TransshipmentDao.remoteTransshipmentFullVOToEntity(RemoteTransshipmentFullVO source, Transshipment target, boolean copyIfNull)
          Copies the fields of RemoteTransshipmentFullVO to the specified entity.
 void TransshipmentDaoBase.remoteTransshipmentFullVOToEntity(RemoteTransshipmentFullVO source, Transshipment target, boolean copyIfNull)
           
 void TransshipmentDaoImpl.toRemoteTransshipmentFullVO(Transshipment source, RemoteTransshipmentFullVO target)
           
 void TransshipmentDao.toRemoteTransshipmentFullVO(Transshipment source, RemoteTransshipmentFullVO target)
          Copies the fields of the specified entity to the target value object.
 void TransshipmentDaoBase.toRemoteTransshipmentFullVO(Transshipment source, RemoteTransshipmentFullVO target)
           
 

Uses of RemoteTransshipmentFullVO in fr.ifremer.allegro.data.transshipment.generic.service
 

Methods in fr.ifremer.allegro.data.transshipment.generic.service that return RemoteTransshipmentFullVO
 RemoteTransshipmentFullVO RemoteTransshipmentFullService.addTransshipment(RemoteTransshipmentFullVO transshipment)
           
 RemoteTransshipmentFullVO RemoteTransshipmentFullServiceWSDelegator.addTransshipment(RemoteTransshipmentFullVO transshipment)
           
 RemoteTransshipmentFullVO RemoteTransshipmentFullServiceBase.addTransshipment(RemoteTransshipmentFullVO transshipment)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullService.getAllTransshipment()
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceWSDelegator.getAllTransshipment()
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceBase.getAllTransshipment()
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullService.getTransshipmentByFishingTripId(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceWSDelegator.getTransshipmentByFishingTripId(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceBase.getTransshipmentByFishingTripId(java.lang.Integer id)
           
 RemoteTransshipmentFullVO RemoteTransshipmentFullService.getTransshipmentById(java.lang.Integer id)
           
 RemoteTransshipmentFullVO RemoteTransshipmentFullServiceWSDelegator.getTransshipmentById(java.lang.Integer id)
           
 RemoteTransshipmentFullVO RemoteTransshipmentFullServiceBase.getTransshipmentById(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullService.getTransshipmentByIds(java.lang.Integer[] id)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceWSDelegator.getTransshipmentByIds(java.lang.Integer[] id)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceBase.getTransshipmentByIds(java.lang.Integer[] id)
           
 RemoteTransshipmentFullVO RemoteTransshipmentFullService.getTransshipmentByNaturalId(RemoteTransshipmentNaturalId transshipmentNaturalId)
           
 RemoteTransshipmentFullVO RemoteTransshipmentFullServiceWSDelegator.getTransshipmentByNaturalId(RemoteTransshipmentNaturalId transshipmentNaturalId)
           
 RemoteTransshipmentFullVO RemoteTransshipmentFullServiceBase.getTransshipmentByNaturalId(RemoteTransshipmentNaturalId transshipmentNaturalId)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullService.getTransshipmentByProgramCode(java.lang.String code)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceWSDelegator.getTransshipmentByProgramCode(java.lang.String code)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceBase.getTransshipmentByProgramCode(java.lang.String code)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullService.getTransshipmentByRecorderDepartmentId(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceWSDelegator.getTransshipmentByRecorderDepartmentId(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceBase.getTransshipmentByRecorderDepartmentId(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullService.getTransshipmentByRecorderUserId(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceWSDelegator.getTransshipmentByRecorderUserId(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceBase.getTransshipmentByRecorderUserId(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullService.getTransshipmentBySurveyQualificationId(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceWSDelegator.getTransshipmentBySurveyQualificationId(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceBase.getTransshipmentBySurveyQualificationId(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullService.getTransshipmentByToVesselCode(java.lang.String code)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceWSDelegator.getTransshipmentByToVesselCode(java.lang.String code)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceBase.getTransshipmentByToVesselCode(java.lang.String code)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullService.getTransshipmentByTransshipmentLocationId(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceWSDelegator.getTransshipmentByTransshipmentLocationId(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceBase.getTransshipmentByTransshipmentLocationId(java.lang.Integer id)
           
protected  RemoteTransshipmentFullVO RemoteTransshipmentFullServiceImpl.handleAddTransshipment(RemoteTransshipmentFullVO transshipment)
           
protected abstract  RemoteTransshipmentFullVO RemoteTransshipmentFullServiceBase.handleAddTransshipment(RemoteTransshipmentFullVO transshipment)
          Performs the core logic for RemoteTransshipmentFullServiceBase.addTransshipment(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)
protected  RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceImpl.handleGetAllTransshipment()
           
protected abstract  RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceBase.handleGetAllTransshipment()
          Performs the core logic for RemoteTransshipmentFullServiceBase.getAllTransshipment()
protected  RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceImpl.handleGetTransshipmentByFishingTripId(java.lang.Integer id)
           
protected abstract  RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceBase.handleGetTransshipmentByFishingTripId(java.lang.Integer id)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByFishingTripId(java.lang.Integer)
protected  RemoteTransshipmentFullVO RemoteTransshipmentFullServiceImpl.handleGetTransshipmentById(java.lang.Integer id)
           
protected abstract  RemoteTransshipmentFullVO RemoteTransshipmentFullServiceBase.handleGetTransshipmentById(java.lang.Integer id)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentById(java.lang.Integer)
protected  RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceImpl.handleGetTransshipmentByIds(java.lang.Integer[] id)
           
protected abstract  RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceBase.handleGetTransshipmentByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByIds(java.lang.Integer[])
protected  RemoteTransshipmentFullVO RemoteTransshipmentFullServiceImpl.handleGetTransshipmentByNaturalId(RemoteTransshipmentNaturalId transshipmentNaturalId)
           
protected abstract  RemoteTransshipmentFullVO RemoteTransshipmentFullServiceBase.handleGetTransshipmentByNaturalId(RemoteTransshipmentNaturalId transshipmentNaturalId)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByNaturalId(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentNaturalId)
protected  RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceImpl.handleGetTransshipmentByProgramCode(java.lang.String code)
           
protected abstract  RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceBase.handleGetTransshipmentByProgramCode(java.lang.String code)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByProgramCode(java.lang.String)
protected  RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceImpl.handleGetTransshipmentByRecorderDepartmentId(java.lang.Integer id)
           
protected abstract  RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceBase.handleGetTransshipmentByRecorderDepartmentId(java.lang.Integer id)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByRecorderDepartmentId(java.lang.Integer)
protected  RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceImpl.handleGetTransshipmentByRecorderUserId(java.lang.Integer id)
           
protected abstract  RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceBase.handleGetTransshipmentByRecorderUserId(java.lang.Integer id)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByRecorderUserId(java.lang.Integer)
protected  RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceImpl.handleGetTransshipmentBySurveyQualificationId(java.lang.Integer id)
           
protected abstract  RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceBase.handleGetTransshipmentBySurveyQualificationId(java.lang.Integer id)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentBySurveyQualificationId(java.lang.Integer)
protected  RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceImpl.handleGetTransshipmentByToVesselCode(java.lang.String code)
           
protected abstract  RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceBase.handleGetTransshipmentByToVesselCode(java.lang.String code)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByToVesselCode(java.lang.String)
protected  RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceImpl.handleGetTransshipmentByTransshipmentLocationId(java.lang.Integer id)
           
protected abstract  RemoteTransshipmentFullVO[] RemoteTransshipmentFullServiceBase.handleGetTransshipmentByTransshipmentLocationId(java.lang.Integer id)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByTransshipmentLocationId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.data.transshipment.generic.service with parameters of type RemoteTransshipmentFullVO
 RemoteTransshipmentFullVO RemoteTransshipmentFullService.addTransshipment(RemoteTransshipmentFullVO transshipment)
           
 RemoteTransshipmentFullVO RemoteTransshipmentFullServiceWSDelegator.addTransshipment(RemoteTransshipmentFullVO transshipment)
           
 RemoteTransshipmentFullVO RemoteTransshipmentFullServiceBase.addTransshipment(RemoteTransshipmentFullVO transshipment)
           
protected  RemoteTransshipmentFullVO RemoteTransshipmentFullServiceImpl.handleAddTransshipment(RemoteTransshipmentFullVO transshipment)
           
protected abstract  RemoteTransshipmentFullVO RemoteTransshipmentFullServiceBase.handleAddTransshipment(RemoteTransshipmentFullVO transshipment)
          Performs the core logic for RemoteTransshipmentFullServiceBase.addTransshipment(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)
protected  boolean RemoteTransshipmentFullServiceImpl.handleRemoteTransshipmentFullVOsAreEqual(RemoteTransshipmentFullVO remoteTransshipmentFullVOFirst, RemoteTransshipmentFullVO remoteTransshipmentFullVOSecond)
           
protected abstract  boolean RemoteTransshipmentFullServiceBase.handleRemoteTransshipmentFullVOsAreEqual(RemoteTransshipmentFullVO remoteTransshipmentFullVOFirst, RemoteTransshipmentFullVO remoteTransshipmentFullVOSecond)
          Performs the core logic for RemoteTransshipmentFullServiceBase.remoteTransshipmentFullVOsAreEqual(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO, fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)
protected  boolean RemoteTransshipmentFullServiceImpl.handleRemoteTransshipmentFullVOsAreEqualOnIdentifiers(RemoteTransshipmentFullVO remoteTransshipmentFullVOFirst, RemoteTransshipmentFullVO remoteTransshipmentFullVOSecond)
           
protected abstract  boolean RemoteTransshipmentFullServiceBase.handleRemoteTransshipmentFullVOsAreEqualOnIdentifiers(RemoteTransshipmentFullVO remoteTransshipmentFullVOFirst, RemoteTransshipmentFullVO remoteTransshipmentFullVOSecond)
          Performs the core logic for RemoteTransshipmentFullServiceBase.remoteTransshipmentFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO, fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)
protected  void RemoteTransshipmentFullServiceImpl.handleRemoveTransshipment(RemoteTransshipmentFullVO transshipment)
           
protected abstract  void RemoteTransshipmentFullServiceBase.handleRemoveTransshipment(RemoteTransshipmentFullVO transshipment)
          Performs the core logic for RemoteTransshipmentFullServiceBase.removeTransshipment(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)
protected  void RemoteTransshipmentFullServiceImpl.handleUpdateTransshipment(RemoteTransshipmentFullVO transshipment)
           
protected abstract  void RemoteTransshipmentFullServiceBase.handleUpdateTransshipment(RemoteTransshipmentFullVO transshipment)
          Performs the core logic for RemoteTransshipmentFullServiceBase.updateTransshipment(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)
 boolean RemoteTransshipmentFullService.remoteTransshipmentFullVOsAreEqual(RemoteTransshipmentFullVO remoteTransshipmentFullVOFirst, RemoteTransshipmentFullVO remoteTransshipmentFullVOSecond)
           
 boolean RemoteTransshipmentFullServiceWSDelegator.remoteTransshipmentFullVOsAreEqual(RemoteTransshipmentFullVO remoteTransshipmentFullVOFirst, RemoteTransshipmentFullVO remoteTransshipmentFullVOSecond)
           
 boolean RemoteTransshipmentFullServiceBase.remoteTransshipmentFullVOsAreEqual(RemoteTransshipmentFullVO remoteTransshipmentFullVOFirst, RemoteTransshipmentFullVO remoteTransshipmentFullVOSecond)
           
 boolean RemoteTransshipmentFullService.remoteTransshipmentFullVOsAreEqualOnIdentifiers(RemoteTransshipmentFullVO remoteTransshipmentFullVOFirst, RemoteTransshipmentFullVO remoteTransshipmentFullVOSecond)
           
 boolean RemoteTransshipmentFullServiceWSDelegator.remoteTransshipmentFullVOsAreEqualOnIdentifiers(RemoteTransshipmentFullVO remoteTransshipmentFullVOFirst, RemoteTransshipmentFullVO remoteTransshipmentFullVOSecond)
           
 boolean RemoteTransshipmentFullServiceBase.remoteTransshipmentFullVOsAreEqualOnIdentifiers(RemoteTransshipmentFullVO remoteTransshipmentFullVOFirst, RemoteTransshipmentFullVO remoteTransshipmentFullVOSecond)
           
 void RemoteTransshipmentFullService.removeTransshipment(RemoteTransshipmentFullVO transshipment)
           
 void RemoteTransshipmentFullServiceWSDelegator.removeTransshipment(RemoteTransshipmentFullVO transshipment)
           
 void RemoteTransshipmentFullServiceBase.removeTransshipment(RemoteTransshipmentFullVO transshipment)
           
 void RemoteTransshipmentFullService.updateTransshipment(RemoteTransshipmentFullVO transshipment)
           
 void RemoteTransshipmentFullServiceWSDelegator.updateTransshipment(RemoteTransshipmentFullVO transshipment)
           
 void RemoteTransshipmentFullServiceBase.updateTransshipment(RemoteTransshipmentFullVO transshipment)
           
 

Uses of RemoteTransshipmentFullVO in fr.ifremer.allegro.data.transshipment.generic.vo
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.