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

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

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

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

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

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

Methods in fr.ifremer.allegro.referential.vessel.generic.service that return RemotePleasureBoatNaturalId
 RemotePleasureBoatNaturalId RemotePleasureBoatFullService.getPleasureBoatNaturalIdByCode(java.lang.String code)
           
 RemotePleasureBoatNaturalId RemotePleasureBoatFullServiceWSDelegator.getPleasureBoatNaturalIdByCode(java.lang.String code)
           
 RemotePleasureBoatNaturalId RemotePleasureBoatFullServiceBase.getPleasureBoatNaturalIdByCode(java.lang.String code)
           
 RemotePleasureBoatNaturalId[] RemotePleasureBoatFullService.getPleasureBoatNaturalIds()
           
 RemotePleasureBoatNaturalId[] RemotePleasureBoatFullServiceWSDelegator.getPleasureBoatNaturalIds()
           
 RemotePleasureBoatNaturalId[] RemotePleasureBoatFullServiceBase.getPleasureBoatNaturalIds()
           
protected  RemotePleasureBoatNaturalId RemotePleasureBoatFullServiceImpl.handleGetPleasureBoatNaturalIdByCode(java.lang.String code)
           
protected abstract  RemotePleasureBoatNaturalId RemotePleasureBoatFullServiceBase.handleGetPleasureBoatNaturalIdByCode(java.lang.String code)
          Performs the core logic for RemotePleasureBoatFullServiceBase.getPleasureBoatNaturalIdByCode(java.lang.String)
protected  RemotePleasureBoatNaturalId[] RemotePleasureBoatFullServiceImpl.handleGetPleasureBoatNaturalIds()
           
protected abstract  RemotePleasureBoatNaturalId[] RemotePleasureBoatFullServiceBase.handleGetPleasureBoatNaturalIds()
          Performs the core logic for RemotePleasureBoatFullServiceBase.getPleasureBoatNaturalIds()
 

Methods in fr.ifremer.allegro.referential.vessel.generic.service with parameters of type RemotePleasureBoatNaturalId
 RemotePleasureBoatFullVO RemotePleasureBoatFullService.getPleasureBoatByNaturalId(RemotePleasureBoatNaturalId pleasureBoatNaturalId)
           
 RemotePleasureBoatFullVO RemotePleasureBoatFullServiceWSDelegator.getPleasureBoatByNaturalId(RemotePleasureBoatNaturalId pleasureBoatNaturalId)
           
 RemotePleasureBoatFullVO RemotePleasureBoatFullServiceBase.getPleasureBoatByNaturalId(RemotePleasureBoatNaturalId pleasureBoatNaturalId)
           
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)
 

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

Methods in fr.ifremer.allegro.referential.vessel.generic.vo with parameters of type RemotePleasureBoatNaturalId
 void RemotePleasureBoatNaturalId.copy(RemotePleasureBoatNaturalId 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 RemotePleasureBoatNaturalId
RemotePleasureBoatNaturalId(RemotePleasureBoatNaturalId otherBean)
          Copies constructor from other RemotePleasureBoatNaturalId
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.