Uses of Class
fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointNaturalId

Packages that use RemoteLocationPointNaturalId
fr.ifremer.allegro.referential.location   
fr.ifremer.allegro.referential.location.generic.service   
fr.ifremer.allegro.referential.location.generic.vo   
 

Uses of RemoteLocationPointNaturalId in fr.ifremer.allegro.referential.location
 

Methods in fr.ifremer.allegro.referential.location that return RemoteLocationPointNaturalId
 RemoteLocationPointNaturalId LocationPointDaoImpl.toRemoteLocationPointNaturalId(LocationPoint entity)
           
 RemoteLocationPointNaturalId LocationPointDao.toRemoteLocationPointNaturalId(LocationPoint entity)
          Converts this DAO's entity to an object of type RemoteLocationPointNaturalId.
 RemoteLocationPointNaturalId LocationPointDaoBase.toRemoteLocationPointNaturalId(LocationPoint entity)
           
protected  RemoteLocationPointNaturalId LocationPointDaoBase.toRemoteLocationPointNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteLocationPointNaturalId[] LocationPointDao.toRemoteLocationPointNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteLocationPointNaturalId.
 RemoteLocationPointNaturalId[] LocationPointDaoBase.toRemoteLocationPointNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.location with parameters of type RemoteLocationPointNaturalId
 LocationPoint LocationPointDaoImpl.remoteLocationPointNaturalIdToEntity(RemoteLocationPointNaturalId remoteLocationPointNaturalId)
           
 LocationPoint LocationPointDao.remoteLocationPointNaturalIdToEntity(RemoteLocationPointNaturalId remoteLocationPointNaturalId)
          Converts an instance of type RemoteLocationPointNaturalId to this DAO's entity.
 void LocationPointDaoImpl.remoteLocationPointNaturalIdToEntity(RemoteLocationPointNaturalId source, LocationPoint target, boolean copyIfNull)
           
 void LocationPointDao.remoteLocationPointNaturalIdToEntity(RemoteLocationPointNaturalId source, LocationPoint target, boolean copyIfNull)
          Copies the fields of RemoteLocationPointNaturalId to the specified entity.
 void LocationPointDaoBase.remoteLocationPointNaturalIdToEntity(RemoteLocationPointNaturalId source, LocationPoint target, boolean copyIfNull)
           
 void LocationPointDaoImpl.toRemoteLocationPointNaturalId(LocationPoint source, RemoteLocationPointNaturalId target)
           
 void LocationPointDao.toRemoteLocationPointNaturalId(LocationPoint source, RemoteLocationPointNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void LocationPointDaoBase.toRemoteLocationPointNaturalId(LocationPoint source, RemoteLocationPointNaturalId target)
           
 

Uses of RemoteLocationPointNaturalId in fr.ifremer.allegro.referential.location.generic.service
 

Methods in fr.ifremer.allegro.referential.location.generic.service that return RemoteLocationPointNaturalId
 RemoteLocationPointNaturalId RemoteLocationPointFullService.getLocationPointNaturalIdById(java.lang.Integer id)
           
 RemoteLocationPointNaturalId RemoteLocationPointFullServiceWSDelegator.getLocationPointNaturalIdById(java.lang.Integer id)
           
 RemoteLocationPointNaturalId RemoteLocationPointFullServiceBase.getLocationPointNaturalIdById(java.lang.Integer id)
           
 RemoteLocationPointNaturalId[] RemoteLocationPointFullService.getLocationPointNaturalIds()
           
 RemoteLocationPointNaturalId[] RemoteLocationPointFullServiceWSDelegator.getLocationPointNaturalIds()
           
 RemoteLocationPointNaturalId[] RemoteLocationPointFullServiceBase.getLocationPointNaturalIds()
           
protected  RemoteLocationPointNaturalId RemoteLocationPointFullServiceImpl.handleGetLocationPointNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteLocationPointNaturalId RemoteLocationPointFullServiceBase.handleGetLocationPointNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteLocationPointFullServiceBase.getLocationPointNaturalIdById(java.lang.Integer)
protected  RemoteLocationPointNaturalId[] RemoteLocationPointFullServiceImpl.handleGetLocationPointNaturalIds()
           
protected abstract  RemoteLocationPointNaturalId[] RemoteLocationPointFullServiceBase.handleGetLocationPointNaturalIds()
          Performs the core logic for RemoteLocationPointFullServiceBase.getLocationPointNaturalIds()
 

Methods in fr.ifremer.allegro.referential.location.generic.service with parameters of type RemoteLocationPointNaturalId
 RemoteLocationPointFullVO RemoteLocationPointFullService.getLocationPointByNaturalId(RemoteLocationPointNaturalId locationPointNaturalId)
           
 RemoteLocationPointFullVO RemoteLocationPointFullServiceWSDelegator.getLocationPointByNaturalId(RemoteLocationPointNaturalId locationPointNaturalId)
           
 RemoteLocationPointFullVO RemoteLocationPointFullServiceBase.getLocationPointByNaturalId(RemoteLocationPointNaturalId locationPointNaturalId)
           
protected  RemoteLocationPointFullVO RemoteLocationPointFullServiceImpl.handleGetLocationPointByNaturalId(RemoteLocationPointNaturalId locationPointNaturalId)
           
protected abstract  RemoteLocationPointFullVO RemoteLocationPointFullServiceBase.handleGetLocationPointByNaturalId(RemoteLocationPointNaturalId locationPointNaturalId)
          Performs the core logic for RemoteLocationPointFullServiceBase.getLocationPointByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointNaturalId)
 

Uses of RemoteLocationPointNaturalId in fr.ifremer.allegro.referential.location.generic.vo
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.