Uses of Class
fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearNaturalId

Packages that use RemoteFishingGearNaturalId
fr.ifremer.allegro.referential.gear   
fr.ifremer.allegro.referential.gear.generic.service   
fr.ifremer.allegro.referential.gear.generic.vo   
 

Uses of RemoteFishingGearNaturalId in fr.ifremer.allegro.referential.gear
 

Methods in fr.ifremer.allegro.referential.gear that return RemoteFishingGearNaturalId
 RemoteFishingGearNaturalId FishingGearDaoImpl.toRemoteFishingGearNaturalId(FishingGear entity)
           
 RemoteFishingGearNaturalId FishingGearDao.toRemoteFishingGearNaturalId(FishingGear entity)
          Converts this DAO's entity to an object of type RemoteFishingGearNaturalId.
 RemoteFishingGearNaturalId FishingGearDaoBase.toRemoteFishingGearNaturalId(FishingGear entity)
           
protected  RemoteFishingGearNaturalId FishingGearDaoBase.toRemoteFishingGearNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteFishingGearNaturalId[] FishingGearDao.toRemoteFishingGearNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteFishingGearNaturalId.
 RemoteFishingGearNaturalId[] FishingGearDaoBase.toRemoteFishingGearNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.gear with parameters of type RemoteFishingGearNaturalId
 FishingGear FishingGearDaoImpl.remoteFishingGearNaturalIdToEntity(RemoteFishingGearNaturalId remoteFishingGearNaturalId)
           
 FishingGear FishingGearDao.remoteFishingGearNaturalIdToEntity(RemoteFishingGearNaturalId remoteFishingGearNaturalId)
          Converts an instance of type RemoteFishingGearNaturalId to this DAO's entity.
 void FishingGearDaoImpl.remoteFishingGearNaturalIdToEntity(RemoteFishingGearNaturalId source, FishingGear target, boolean copyIfNull)
           
 void FishingGearDao.remoteFishingGearNaturalIdToEntity(RemoteFishingGearNaturalId source, FishingGear target, boolean copyIfNull)
          Copies the fields of RemoteFishingGearNaturalId to the specified entity.
 void FishingGearDaoBase.remoteFishingGearNaturalIdToEntity(RemoteFishingGearNaturalId source, FishingGear target, boolean copyIfNull)
           
 void FishingGearDaoImpl.toRemoteFishingGearNaturalId(FishingGear source, RemoteFishingGearNaturalId target)
           
 void FishingGearDao.toRemoteFishingGearNaturalId(FishingGear source, RemoteFishingGearNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void FishingGearDaoBase.toRemoteFishingGearNaturalId(FishingGear source, RemoteFishingGearNaturalId target)
           
 

Uses of RemoteFishingGearNaturalId in fr.ifremer.allegro.referential.gear.generic.service
 

Methods in fr.ifremer.allegro.referential.gear.generic.service that return RemoteFishingGearNaturalId
 RemoteFishingGearNaturalId RemoteFishingGearFullService.getFishingGearNaturalIdById(java.lang.Integer id)
           
 RemoteFishingGearNaturalId RemoteFishingGearFullServiceWSDelegator.getFishingGearNaturalIdById(java.lang.Integer id)
           
 RemoteFishingGearNaturalId RemoteFishingGearFullServiceBase.getFishingGearNaturalIdById(java.lang.Integer id)
           
 RemoteFishingGearNaturalId[] RemoteFishingGearFullService.getFishingGearNaturalIds()
           
 RemoteFishingGearNaturalId[] RemoteFishingGearFullServiceWSDelegator.getFishingGearNaturalIds()
           
 RemoteFishingGearNaturalId[] RemoteFishingGearFullServiceBase.getFishingGearNaturalIds()
           
protected  RemoteFishingGearNaturalId RemoteFishingGearFullServiceImpl.handleGetFishingGearNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteFishingGearNaturalId RemoteFishingGearFullServiceBase.handleGetFishingGearNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteFishingGearFullServiceBase.getFishingGearNaturalIdById(java.lang.Integer)
protected  RemoteFishingGearNaturalId[] RemoteFishingGearFullServiceImpl.handleGetFishingGearNaturalIds()
           
protected abstract  RemoteFishingGearNaturalId[] RemoteFishingGearFullServiceBase.handleGetFishingGearNaturalIds()
          Performs the core logic for RemoteFishingGearFullServiceBase.getFishingGearNaturalIds()
 

Methods in fr.ifremer.allegro.referential.gear.generic.service with parameters of type RemoteFishingGearNaturalId
 RemoteFishingGearFullVO RemoteFishingGearFullService.getFishingGearByNaturalId(RemoteFishingGearNaturalId fishingGearNaturalId)
           
 RemoteFishingGearFullVO RemoteFishingGearFullServiceWSDelegator.getFishingGearByNaturalId(RemoteFishingGearNaturalId fishingGearNaturalId)
           
 RemoteFishingGearFullVO RemoteFishingGearFullServiceBase.getFishingGearByNaturalId(RemoteFishingGearNaturalId fishingGearNaturalId)
           
protected  RemoteFishingGearFullVO RemoteFishingGearFullServiceImpl.handleGetFishingGearByNaturalId(RemoteFishingGearNaturalId fishingGearNaturalId)
           
protected abstract  RemoteFishingGearFullVO RemoteFishingGearFullServiceBase.handleGetFishingGearByNaturalId(RemoteFishingGearNaturalId fishingGearNaturalId)
          Performs the core logic for RemoteFishingGearFullServiceBase.getFishingGearByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteFishingGearNaturalId)
 

Uses of RemoteFishingGearNaturalId in fr.ifremer.allegro.referential.gear.generic.vo
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.