Uses of Class
fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO

Packages that use RemotePleasureBoatFullVO
fr.ifremer.allegro.referential.vessel   
fr.ifremer.allegro.referential.vessel.generic.service   
fr.ifremer.allegro.referential.vessel.generic.vo   
 

Uses of RemotePleasureBoatFullVO in fr.ifremer.allegro.referential.vessel
 

Methods in fr.ifremer.allegro.referential.vessel that return RemotePleasureBoatFullVO
protected  RemotePleasureBoatFullVO PleasureBoatDaoBase.toRemotePleasureBoatFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemotePleasureBoatFullVO PleasureBoatDaoImpl.toRemotePleasureBoatFullVO(PleasureBoat entity)
           
 RemotePleasureBoatFullVO PleasureBoatDao.toRemotePleasureBoatFullVO(PleasureBoat entity)
          Converts this DAO's entity to an object of type RemotePleasureBoatFullVO.
 RemotePleasureBoatFullVO PleasureBoatDaoBase.toRemotePleasureBoatFullVO(PleasureBoat entity)
           
 RemotePleasureBoatFullVO[] PleasureBoatDao.toRemotePleasureBoatFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePleasureBoatFullVO.
 RemotePleasureBoatFullVO[] PleasureBoatDaoBase.toRemotePleasureBoatFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.vessel with parameters of type RemotePleasureBoatFullVO
 PleasureBoat PleasureBoatDaoImpl.remotePleasureBoatFullVOToEntity(RemotePleasureBoatFullVO remotePleasureBoatFullVO)
           
 PleasureBoat PleasureBoatDao.remotePleasureBoatFullVOToEntity(RemotePleasureBoatFullVO remotePleasureBoatFullVO)
          Converts an instance of type RemotePleasureBoatFullVO to this DAO's entity.
 void PleasureBoatDaoImpl.remotePleasureBoatFullVOToEntity(RemotePleasureBoatFullVO source, PleasureBoat target, boolean copyIfNull)
           
 void PleasureBoatDao.remotePleasureBoatFullVOToEntity(RemotePleasureBoatFullVO source, PleasureBoat target, boolean copyIfNull)
          Copies the fields of RemotePleasureBoatFullVO to the specified entity.
 void PleasureBoatDaoBase.remotePleasureBoatFullVOToEntity(RemotePleasureBoatFullVO source, PleasureBoat target, boolean copyIfNull)
           
 void PleasureBoatDaoImpl.toRemotePleasureBoatFullVO(PleasureBoat source, RemotePleasureBoatFullVO target)
           
 void PleasureBoatDao.toRemotePleasureBoatFullVO(PleasureBoat source, RemotePleasureBoatFullVO target)
          Copies the fields of the specified entity to the target value object.
 void PleasureBoatDaoBase.toRemotePleasureBoatFullVO(PleasureBoat source, RemotePleasureBoatFullVO target)
           
 

Uses of RemotePleasureBoatFullVO in fr.ifremer.allegro.referential.vessel.generic.service
 

Methods in fr.ifremer.allegro.referential.vessel.generic.service that return RemotePleasureBoatFullVO
 RemotePleasureBoatFullVO RemotePleasureBoatFullService.addPleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
           
 RemotePleasureBoatFullVO RemotePleasureBoatFullServiceWSDelegator.addPleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
           
 RemotePleasureBoatFullVO RemotePleasureBoatFullServiceBase.addPleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
           
 RemotePleasureBoatFullVO[] RemotePleasureBoatFullService.getAllPleasureBoat()
           
 RemotePleasureBoatFullVO[] RemotePleasureBoatFullServiceWSDelegator.getAllPleasureBoat()
           
 RemotePleasureBoatFullVO[] RemotePleasureBoatFullServiceBase.getAllPleasureBoat()
           
 RemotePleasureBoatFullVO RemotePleasureBoatFullService.getPleasureBoatByCode(java.lang.String code)
           
 RemotePleasureBoatFullVO RemotePleasureBoatFullServiceWSDelegator.getPleasureBoatByCode(java.lang.String code)
           
 RemotePleasureBoatFullVO RemotePleasureBoatFullServiceBase.getPleasureBoatByCode(java.lang.String code)
           
 RemotePleasureBoatFullVO[] RemotePleasureBoatFullService.getPleasureBoatByCodes(java.lang.String[] code)
           
 RemotePleasureBoatFullVO[] RemotePleasureBoatFullServiceWSDelegator.getPleasureBoatByCodes(java.lang.String[] code)
           
 RemotePleasureBoatFullVO[] RemotePleasureBoatFullServiceBase.getPleasureBoatByCodes(java.lang.String[] code)
           
 RemotePleasureBoatFullVO RemotePleasureBoatFullService.getPleasureBoatByNaturalId(RemotePleasureBoatNaturalId pleasureBoatNaturalId)
           
 RemotePleasureBoatFullVO RemotePleasureBoatFullServiceWSDelegator.getPleasureBoatByNaturalId(RemotePleasureBoatNaturalId pleasureBoatNaturalId)
           
 RemotePleasureBoatFullVO RemotePleasureBoatFullServiceBase.getPleasureBoatByNaturalId(RemotePleasureBoatNaturalId pleasureBoatNaturalId)
           
 RemotePleasureBoatFullVO[] RemotePleasureBoatFullService.getPleasureBoatByStatusCode(java.lang.String code)
           
 RemotePleasureBoatFullVO[] RemotePleasureBoatFullServiceWSDelegator.getPleasureBoatByStatusCode(java.lang.String code)
           
 RemotePleasureBoatFullVO[] RemotePleasureBoatFullServiceBase.getPleasureBoatByStatusCode(java.lang.String code)
           
 RemotePleasureBoatFullVO[] RemotePleasureBoatFullService.getPleasureBoatByVesselTypeId(java.lang.Integer id)
           
 RemotePleasureBoatFullVO[] RemotePleasureBoatFullServiceWSDelegator.getPleasureBoatByVesselTypeId(java.lang.Integer id)
           
 RemotePleasureBoatFullVO[] RemotePleasureBoatFullServiceBase.getPleasureBoatByVesselTypeId(java.lang.Integer id)
           
protected  RemotePleasureBoatFullVO RemotePleasureBoatFullServiceImpl.handleAddPleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
           
protected abstract  RemotePleasureBoatFullVO RemotePleasureBoatFullServiceBase.handleAddPleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
          Performs the core logic for RemotePleasureBoatFullServiceBase.addPleasureBoat(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)
protected  RemotePleasureBoatFullVO[] RemotePleasureBoatFullServiceImpl.handleGetAllPleasureBoat()
           
protected abstract  RemotePleasureBoatFullVO[] RemotePleasureBoatFullServiceBase.handleGetAllPleasureBoat()
          Performs the core logic for RemotePleasureBoatFullServiceBase.getAllPleasureBoat()
protected  RemotePleasureBoatFullVO RemotePleasureBoatFullServiceImpl.handleGetPleasureBoatByCode(java.lang.String code)
           
protected abstract  RemotePleasureBoatFullVO RemotePleasureBoatFullServiceBase.handleGetPleasureBoatByCode(java.lang.String code)
          Performs the core logic for RemotePleasureBoatFullServiceBase.getPleasureBoatByCode(java.lang.String)
protected  RemotePleasureBoatFullVO[] RemotePleasureBoatFullServiceImpl.handleGetPleasureBoatByCodes(java.lang.String[] code)
           
protected abstract  RemotePleasureBoatFullVO[] RemotePleasureBoatFullServiceBase.handleGetPleasureBoatByCodes(java.lang.String[] code)
          Performs the core logic for RemotePleasureBoatFullServiceBase.getPleasureBoatByCodes(java.lang.String[])
protected  RemotePleasureBoatFullVO RemotePleasureBoatFullServiceImpl.handleGetPleasureBoatByNaturalId(RemotePleasureBoatNaturalId pleasureBoatNaturalId)
           
protected abstract  RemotePleasureBoatFullVO RemotePleasureBoatFullServiceBase.handleGetPleasureBoatByNaturalId(RemotePleasureBoatNaturalId pleasureBoatNaturalId)
          Performs the core logic for RemotePleasureBoatFullServiceBase.getPleasureBoatByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatNaturalId)
protected  RemotePleasureBoatFullVO[] RemotePleasureBoatFullServiceImpl.handleGetPleasureBoatByStatusCode(java.lang.String code)
           
protected abstract  RemotePleasureBoatFullVO[] RemotePleasureBoatFullServiceBase.handleGetPleasureBoatByStatusCode(java.lang.String code)
          Performs the core logic for RemotePleasureBoatFullServiceBase.getPleasureBoatByStatusCode(java.lang.String)
protected  RemotePleasureBoatFullVO[] RemotePleasureBoatFullServiceImpl.handleGetPleasureBoatByVesselTypeId(java.lang.Integer id)
           
protected abstract  RemotePleasureBoatFullVO[] RemotePleasureBoatFullServiceBase.handleGetPleasureBoatByVesselTypeId(java.lang.Integer id)
          Performs the core logic for RemotePleasureBoatFullServiceBase.getPleasureBoatByVesselTypeId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.vessel.generic.service with parameters of type RemotePleasureBoatFullVO
 RemotePleasureBoatFullVO RemotePleasureBoatFullService.addPleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
           
 RemotePleasureBoatFullVO RemotePleasureBoatFullServiceWSDelegator.addPleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
           
 RemotePleasureBoatFullVO RemotePleasureBoatFullServiceBase.addPleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
           
protected  RemotePleasureBoatFullVO RemotePleasureBoatFullServiceImpl.handleAddPleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
           
protected abstract  RemotePleasureBoatFullVO RemotePleasureBoatFullServiceBase.handleAddPleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
          Performs the core logic for RemotePleasureBoatFullServiceBase.addPleasureBoat(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)
protected  boolean RemotePleasureBoatFullServiceImpl.handleRemotePleasureBoatFullVOsAreEqual(RemotePleasureBoatFullVO remotePleasureBoatFullVOFirst, RemotePleasureBoatFullVO remotePleasureBoatFullVOSecond)
           
protected abstract  boolean RemotePleasureBoatFullServiceBase.handleRemotePleasureBoatFullVOsAreEqual(RemotePleasureBoatFullVO remotePleasureBoatFullVOFirst, RemotePleasureBoatFullVO remotePleasureBoatFullVOSecond)
          Performs the core logic for RemotePleasureBoatFullServiceBase.remotePleasureBoatFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)
protected  boolean RemotePleasureBoatFullServiceImpl.handleRemotePleasureBoatFullVOsAreEqualOnIdentifiers(RemotePleasureBoatFullVO remotePleasureBoatFullVOFirst, RemotePleasureBoatFullVO remotePleasureBoatFullVOSecond)
           
protected abstract  boolean RemotePleasureBoatFullServiceBase.handleRemotePleasureBoatFullVOsAreEqualOnIdentifiers(RemotePleasureBoatFullVO remotePleasureBoatFullVOFirst, RemotePleasureBoatFullVO remotePleasureBoatFullVOSecond)
          Performs the core logic for RemotePleasureBoatFullServiceBase.remotePleasureBoatFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)
protected  void RemotePleasureBoatFullServiceImpl.handleRemovePleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
           
protected abstract  void RemotePleasureBoatFullServiceBase.handleRemovePleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
          Performs the core logic for RemotePleasureBoatFullServiceBase.removePleasureBoat(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)
protected  void RemotePleasureBoatFullServiceImpl.handleUpdatePleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
           
protected abstract  void RemotePleasureBoatFullServiceBase.handleUpdatePleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
          Performs the core logic for RemotePleasureBoatFullServiceBase.updatePleasureBoat(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)
 boolean RemotePleasureBoatFullService.remotePleasureBoatFullVOsAreEqual(RemotePleasureBoatFullVO remotePleasureBoatFullVOFirst, RemotePleasureBoatFullVO remotePleasureBoatFullVOSecond)
           
 boolean RemotePleasureBoatFullServiceWSDelegator.remotePleasureBoatFullVOsAreEqual(RemotePleasureBoatFullVO remotePleasureBoatFullVOFirst, RemotePleasureBoatFullVO remotePleasureBoatFullVOSecond)
           
 boolean RemotePleasureBoatFullServiceBase.remotePleasureBoatFullVOsAreEqual(RemotePleasureBoatFullVO remotePleasureBoatFullVOFirst, RemotePleasureBoatFullVO remotePleasureBoatFullVOSecond)
           
 boolean RemotePleasureBoatFullService.remotePleasureBoatFullVOsAreEqualOnIdentifiers(RemotePleasureBoatFullVO remotePleasureBoatFullVOFirst, RemotePleasureBoatFullVO remotePleasureBoatFullVOSecond)
           
 boolean RemotePleasureBoatFullServiceWSDelegator.remotePleasureBoatFullVOsAreEqualOnIdentifiers(RemotePleasureBoatFullVO remotePleasureBoatFullVOFirst, RemotePleasureBoatFullVO remotePleasureBoatFullVOSecond)
           
 boolean RemotePleasureBoatFullServiceBase.remotePleasureBoatFullVOsAreEqualOnIdentifiers(RemotePleasureBoatFullVO remotePleasureBoatFullVOFirst, RemotePleasureBoatFullVO remotePleasureBoatFullVOSecond)
           
 void RemotePleasureBoatFullService.removePleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
           
 void RemotePleasureBoatFullServiceWSDelegator.removePleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
           
 void RemotePleasureBoatFullServiceBase.removePleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
           
 void RemotePleasureBoatFullService.updatePleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
           
 void RemotePleasureBoatFullServiceWSDelegator.updatePleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
           
 void RemotePleasureBoatFullServiceBase.updatePleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
           
 

Uses of RemotePleasureBoatFullVO in fr.ifremer.allegro.referential.vessel.generic.vo
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.