Uses of Class
fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoNaturalId

Packages that use RemotePhotoNaturalId
fr.ifremer.allegro.data.measure.photo   
fr.ifremer.allegro.data.measure.photo.generic.service   
fr.ifremer.allegro.data.measure.photo.generic.vo   
 

Uses of RemotePhotoNaturalId in fr.ifremer.allegro.data.measure.photo
 

Methods in fr.ifremer.allegro.data.measure.photo that return RemotePhotoNaturalId
protected  RemotePhotoNaturalId PhotoDaoBase.toRemotePhotoNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemotePhotoNaturalId PhotoDaoImpl.toRemotePhotoNaturalId(Photo entity)
           
 RemotePhotoNaturalId PhotoDao.toRemotePhotoNaturalId(Photo entity)
          Converts this DAO's entity to an object of type RemotePhotoNaturalId.
 RemotePhotoNaturalId PhotoDaoBase.toRemotePhotoNaturalId(Photo entity)
           
 RemotePhotoNaturalId[] PhotoDao.toRemotePhotoNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePhotoNaturalId.
 RemotePhotoNaturalId[] PhotoDaoBase.toRemotePhotoNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.measure.photo with parameters of type RemotePhotoNaturalId
 Photo PhotoDaoImpl.remotePhotoNaturalIdToEntity(RemotePhotoNaturalId remotePhotoNaturalId)
           
 Photo PhotoDao.remotePhotoNaturalIdToEntity(RemotePhotoNaturalId remotePhotoNaturalId)
          Converts an instance of type RemotePhotoNaturalId to this DAO's entity.
 void PhotoDaoImpl.remotePhotoNaturalIdToEntity(RemotePhotoNaturalId source, Photo target, boolean copyIfNull)
           
 void PhotoDao.remotePhotoNaturalIdToEntity(RemotePhotoNaturalId source, Photo target, boolean copyIfNull)
          Copies the fields of RemotePhotoNaturalId to the specified entity.
 void PhotoDaoBase.remotePhotoNaturalIdToEntity(RemotePhotoNaturalId source, Photo target, boolean copyIfNull)
           
 void PhotoDaoImpl.toRemotePhotoNaturalId(Photo source, RemotePhotoNaturalId target)
           
 void PhotoDao.toRemotePhotoNaturalId(Photo source, RemotePhotoNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void PhotoDaoBase.toRemotePhotoNaturalId(Photo source, RemotePhotoNaturalId target)
           
 

Uses of RemotePhotoNaturalId in fr.ifremer.allegro.data.measure.photo.generic.service
 

Methods in fr.ifremer.allegro.data.measure.photo.generic.service that return RemotePhotoNaturalId
 RemotePhotoNaturalId RemotePhotoFullService.getPhotoNaturalIdById(java.lang.Integer id)
           
 RemotePhotoNaturalId RemotePhotoFullServiceWSDelegator.getPhotoNaturalIdById(java.lang.Integer id)
           
 RemotePhotoNaturalId RemotePhotoFullServiceBase.getPhotoNaturalIdById(java.lang.Integer id)
           
 RemotePhotoNaturalId[] RemotePhotoFullService.getPhotoNaturalIds()
           
 RemotePhotoNaturalId[] RemotePhotoFullServiceWSDelegator.getPhotoNaturalIds()
           
 RemotePhotoNaturalId[] RemotePhotoFullServiceBase.getPhotoNaturalIds()
           
protected  RemotePhotoNaturalId RemotePhotoFullServiceImpl.handleGetPhotoNaturalIdById(java.lang.Integer id)
           
protected abstract  RemotePhotoNaturalId RemotePhotoFullServiceBase.handleGetPhotoNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemotePhotoFullServiceBase.getPhotoNaturalIdById(java.lang.Integer)
protected  RemotePhotoNaturalId[] RemotePhotoFullServiceImpl.handleGetPhotoNaturalIds()
           
protected abstract  RemotePhotoNaturalId[] RemotePhotoFullServiceBase.handleGetPhotoNaturalIds()
          Performs the core logic for RemotePhotoFullServiceBase.getPhotoNaturalIds()
 

Methods in fr.ifremer.allegro.data.measure.photo.generic.service with parameters of type RemotePhotoNaturalId
 RemotePhotoFullVO RemotePhotoFullService.getPhotoByNaturalId(RemotePhotoNaturalId photoNaturalId)
           
 RemotePhotoFullVO RemotePhotoFullServiceWSDelegator.getPhotoByNaturalId(RemotePhotoNaturalId photoNaturalId)
           
 RemotePhotoFullVO RemotePhotoFullServiceBase.getPhotoByNaturalId(RemotePhotoNaturalId photoNaturalId)
           
protected  RemotePhotoFullVO RemotePhotoFullServiceImpl.handleGetPhotoByNaturalId(RemotePhotoNaturalId photoNaturalId)
           
protected abstract  RemotePhotoFullVO RemotePhotoFullServiceBase.handleGetPhotoByNaturalId(RemotePhotoNaturalId photoNaturalId)
          Performs the core logic for RemotePhotoFullServiceBase.getPhotoByNaturalId(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoNaturalId)
 

Uses of RemotePhotoNaturalId in fr.ifremer.allegro.data.measure.photo.generic.vo
 

Methods in fr.ifremer.allegro.data.measure.photo.generic.vo with parameters of type RemotePhotoNaturalId
 void RemotePhotoNaturalId.copy(RemotePhotoNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 

Constructors in fr.ifremer.allegro.data.measure.photo.generic.vo with parameters of type RemotePhotoNaturalId
RemotePhotoNaturalId(RemotePhotoNaturalId otherBean)
          Copies constructor from other RemotePhotoNaturalId
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.