Uses of Class
fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearNaturalId

Packages that use RemoteTranscribingGearNaturalId
fr.ifremer.allegro.referential.transcribing   
fr.ifremer.allegro.referential.transcribing.generic.service   
fr.ifremer.allegro.referential.transcribing.generic.vo   
 

Uses of RemoteTranscribingGearNaturalId in fr.ifremer.allegro.referential.transcribing
 

Methods in fr.ifremer.allegro.referential.transcribing that return RemoteTranscribingGearNaturalId
protected  RemoteTranscribingGearNaturalId TranscribingGearDaoBase.toRemoteTranscribingGearNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTranscribingGearNaturalId TranscribingGearDaoImpl.toRemoteTranscribingGearNaturalId(TranscribingGear entity)
           
 RemoteTranscribingGearNaturalId TranscribingGearDao.toRemoteTranscribingGearNaturalId(TranscribingGear entity)
          Converts this DAO's entity to an object of type RemoteTranscribingGearNaturalId.
 RemoteTranscribingGearNaturalId TranscribingGearDaoBase.toRemoteTranscribingGearNaturalId(TranscribingGear entity)
           
 RemoteTranscribingGearNaturalId[] TranscribingGearDao.toRemoteTranscribingGearNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingGearNaturalId.
 RemoteTranscribingGearNaturalId[] TranscribingGearDaoBase.toRemoteTranscribingGearNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.transcribing with parameters of type RemoteTranscribingGearNaturalId
 TranscribingGear TranscribingGearDaoImpl.remoteTranscribingGearNaturalIdToEntity(RemoteTranscribingGearNaturalId remoteTranscribingGearNaturalId)
           
 TranscribingGear TranscribingGearDao.remoteTranscribingGearNaturalIdToEntity(RemoteTranscribingGearNaturalId remoteTranscribingGearNaturalId)
          Converts an instance of type RemoteTranscribingGearNaturalId to this DAO's entity.
 void TranscribingGearDaoImpl.remoteTranscribingGearNaturalIdToEntity(RemoteTranscribingGearNaturalId source, TranscribingGear target, boolean copyIfNull)
           
 void TranscribingGearDao.remoteTranscribingGearNaturalIdToEntity(RemoteTranscribingGearNaturalId source, TranscribingGear target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingGearNaturalId to the specified entity.
 void TranscribingGearDaoBase.remoteTranscribingGearNaturalIdToEntity(RemoteTranscribingGearNaturalId source, TranscribingGear target, boolean copyIfNull)
           
 void TranscribingGearDaoImpl.toRemoteTranscribingGearNaturalId(TranscribingGear source, RemoteTranscribingGearNaturalId target)
           
 void TranscribingGearDao.toRemoteTranscribingGearNaturalId(TranscribingGear source, RemoteTranscribingGearNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void TranscribingGearDaoBase.toRemoteTranscribingGearNaturalId(TranscribingGear source, RemoteTranscribingGearNaturalId target)
           
 

Uses of RemoteTranscribingGearNaturalId in fr.ifremer.allegro.referential.transcribing.generic.service
 

Methods in fr.ifremer.allegro.referential.transcribing.generic.service that return RemoteTranscribingGearNaturalId
 RemoteTranscribingGearNaturalId[] RemoteTranscribingGearFullService.getTranscribingGearNaturalIds()
           
 RemoteTranscribingGearNaturalId[] RemoteTranscribingGearFullServiceWSDelegator.getTranscribingGearNaturalIds()
           
 RemoteTranscribingGearNaturalId[] RemoteTranscribingGearFullServiceBase.getTranscribingGearNaturalIds()
           
protected  RemoteTranscribingGearNaturalId[] RemoteTranscribingGearFullServiceImpl.handleGetTranscribingGearNaturalIds()
           
protected abstract  RemoteTranscribingGearNaturalId[] RemoteTranscribingGearFullServiceBase.handleGetTranscribingGearNaturalIds()
          Performs the core logic for RemoteTranscribingGearFullServiceBase.getTranscribingGearNaturalIds()
 

Methods in fr.ifremer.allegro.referential.transcribing.generic.service with parameters of type RemoteTranscribingGearNaturalId
 RemoteTranscribingGearFullVO RemoteTranscribingGearFullService.getTranscribingGearByNaturalId(RemoteTranscribingGearNaturalId transcribingGearNaturalId)
           
 RemoteTranscribingGearFullVO RemoteTranscribingGearFullServiceWSDelegator.getTranscribingGearByNaturalId(RemoteTranscribingGearNaturalId transcribingGearNaturalId)
           
 RemoteTranscribingGearFullVO RemoteTranscribingGearFullServiceBase.getTranscribingGearByNaturalId(RemoteTranscribingGearNaturalId transcribingGearNaturalId)
           
protected  RemoteTranscribingGearFullVO RemoteTranscribingGearFullServiceImpl.handleGetTranscribingGearByNaturalId(RemoteTranscribingGearNaturalId transcribingGearNaturalId)
           
protected abstract  RemoteTranscribingGearFullVO RemoteTranscribingGearFullServiceBase.handleGetTranscribingGearByNaturalId(RemoteTranscribingGearNaturalId transcribingGearNaturalId)
          Performs the core logic for RemoteTranscribingGearFullServiceBase.getTranscribingGearByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearNaturalId)
 

Uses of RemoteTranscribingGearNaturalId in fr.ifremer.allegro.referential.transcribing.generic.vo
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.