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

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

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

Methods in fr.ifremer.allegro.referential.transcribing that return RemoteTranscribingLocationNaturalId
protected  RemoteTranscribingLocationNaturalId TranscribingLocationDaoBase.toRemoteTranscribingLocationNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTranscribingLocationNaturalId TranscribingLocationDaoImpl.toRemoteTranscribingLocationNaturalId(TranscribingLocation entity)
           
 RemoteTranscribingLocationNaturalId TranscribingLocationDao.toRemoteTranscribingLocationNaturalId(TranscribingLocation entity)
          Converts this DAO's entity to an object of type RemoteTranscribingLocationNaturalId.
 RemoteTranscribingLocationNaturalId TranscribingLocationDaoBase.toRemoteTranscribingLocationNaturalId(TranscribingLocation entity)
           
 RemoteTranscribingLocationNaturalId[] TranscribingLocationDao.toRemoteTranscribingLocationNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingLocationNaturalId.
 RemoteTranscribingLocationNaturalId[] TranscribingLocationDaoBase.toRemoteTranscribingLocationNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.transcribing with parameters of type RemoteTranscribingLocationNaturalId
 TranscribingLocation TranscribingLocationDaoImpl.remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId remoteTranscribingLocationNaturalId)
           
 TranscribingLocation TranscribingLocationDao.remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId remoteTranscribingLocationNaturalId)
          Converts an instance of type RemoteTranscribingLocationNaturalId to this DAO's entity.
 void TranscribingLocationDaoImpl.remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId source, TranscribingLocation target, boolean copyIfNull)
           
 void TranscribingLocationDao.remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId source, TranscribingLocation target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingLocationNaturalId to the specified entity.
 void TranscribingLocationDaoBase.remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId source, TranscribingLocation target, boolean copyIfNull)
           
 void TranscribingLocationDaoImpl.toRemoteTranscribingLocationNaturalId(TranscribingLocation source, RemoteTranscribingLocationNaturalId target)
           
 void TranscribingLocationDao.toRemoteTranscribingLocationNaturalId(TranscribingLocation source, RemoteTranscribingLocationNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void TranscribingLocationDaoBase.toRemoteTranscribingLocationNaturalId(TranscribingLocation source, RemoteTranscribingLocationNaturalId target)
           
 

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

Methods in fr.ifremer.allegro.referential.transcribing.generic.service that return RemoteTranscribingLocationNaturalId
 RemoteTranscribingLocationNaturalId[] RemoteTranscribingLocationFullService.getTranscribingLocationNaturalIds()
           
 RemoteTranscribingLocationNaturalId[] RemoteTranscribingLocationFullServiceWSDelegator.getTranscribingLocationNaturalIds()
           
 RemoteTranscribingLocationNaturalId[] RemoteTranscribingLocationFullServiceBase.getTranscribingLocationNaturalIds()
           
protected  RemoteTranscribingLocationNaturalId[] RemoteTranscribingLocationFullServiceImpl.handleGetTranscribingLocationNaturalIds()
           
protected abstract  RemoteTranscribingLocationNaturalId[] RemoteTranscribingLocationFullServiceBase.handleGetTranscribingLocationNaturalIds()
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.getTranscribingLocationNaturalIds()
 

Methods in fr.ifremer.allegro.referential.transcribing.generic.service with parameters of type RemoteTranscribingLocationNaturalId
 RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullService.getTranscribingLocationByNaturalId(RemoteTranscribingLocationNaturalId transcribingLocationNaturalId)
           
 RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullServiceWSDelegator.getTranscribingLocationByNaturalId(RemoteTranscribingLocationNaturalId transcribingLocationNaturalId)
           
 RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullServiceBase.getTranscribingLocationByNaturalId(RemoteTranscribingLocationNaturalId transcribingLocationNaturalId)
           
protected  RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullServiceImpl.handleGetTranscribingLocationByNaturalId(RemoteTranscribingLocationNaturalId transcribingLocationNaturalId)
           
protected abstract  RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullServiceBase.handleGetTranscribingLocationByNaturalId(RemoteTranscribingLocationNaturalId transcribingLocationNaturalId)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.getTranscribingLocationByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationNaturalId)
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.