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

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

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

Methods in fr.ifremer.allegro.referential.location that return RemoteLocationLineNaturalId
 RemoteLocationLineNaturalId LocationLineDaoImpl.toRemoteLocationLineNaturalId(LocationLine entity)
           
 RemoteLocationLineNaturalId LocationLineDao.toRemoteLocationLineNaturalId(LocationLine entity)
          Converts this DAO's entity to an object of type RemoteLocationLineNaturalId.
 RemoteLocationLineNaturalId LocationLineDaoBase.toRemoteLocationLineNaturalId(LocationLine entity)
           
protected  RemoteLocationLineNaturalId LocationLineDaoBase.toRemoteLocationLineNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteLocationLineNaturalId[] LocationLineDao.toRemoteLocationLineNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteLocationLineNaturalId.
 RemoteLocationLineNaturalId[] LocationLineDaoBase.toRemoteLocationLineNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.location with parameters of type RemoteLocationLineNaturalId
 LocationLine LocationLineDaoImpl.remoteLocationLineNaturalIdToEntity(RemoteLocationLineNaturalId remoteLocationLineNaturalId)
           
 LocationLine LocationLineDao.remoteLocationLineNaturalIdToEntity(RemoteLocationLineNaturalId remoteLocationLineNaturalId)
          Converts an instance of type RemoteLocationLineNaturalId to this DAO's entity.
 void LocationLineDaoImpl.remoteLocationLineNaturalIdToEntity(RemoteLocationLineNaturalId source, LocationLine target, boolean copyIfNull)
           
 void LocationLineDao.remoteLocationLineNaturalIdToEntity(RemoteLocationLineNaturalId source, LocationLine target, boolean copyIfNull)
          Copies the fields of RemoteLocationLineNaturalId to the specified entity.
 void LocationLineDaoBase.remoteLocationLineNaturalIdToEntity(RemoteLocationLineNaturalId source, LocationLine target, boolean copyIfNull)
           
 void LocationLineDaoImpl.toRemoteLocationLineNaturalId(LocationLine source, RemoteLocationLineNaturalId target)
           
 void LocationLineDao.toRemoteLocationLineNaturalId(LocationLine source, RemoteLocationLineNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void LocationLineDaoBase.toRemoteLocationLineNaturalId(LocationLine source, RemoteLocationLineNaturalId target)
           
 

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

Methods in fr.ifremer.allegro.referential.location.generic.service that return RemoteLocationLineNaturalId
 RemoteLocationLineNaturalId RemoteLocationLineFullService.getLocationLineNaturalIdById(java.lang.Integer id)
           
 RemoteLocationLineNaturalId RemoteLocationLineFullServiceWSDelegator.getLocationLineNaturalIdById(java.lang.Integer id)
           
 RemoteLocationLineNaturalId RemoteLocationLineFullServiceBase.getLocationLineNaturalIdById(java.lang.Integer id)
           
 RemoteLocationLineNaturalId[] RemoteLocationLineFullService.getLocationLineNaturalIds()
           
 RemoteLocationLineNaturalId[] RemoteLocationLineFullServiceWSDelegator.getLocationLineNaturalIds()
           
 RemoteLocationLineNaturalId[] RemoteLocationLineFullServiceBase.getLocationLineNaturalIds()
           
protected  RemoteLocationLineNaturalId RemoteLocationLineFullServiceImpl.handleGetLocationLineNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteLocationLineNaturalId RemoteLocationLineFullServiceBase.handleGetLocationLineNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteLocationLineFullServiceBase.getLocationLineNaturalIdById(java.lang.Integer)
protected  RemoteLocationLineNaturalId[] RemoteLocationLineFullServiceImpl.handleGetLocationLineNaturalIds()
           
protected abstract  RemoteLocationLineNaturalId[] RemoteLocationLineFullServiceBase.handleGetLocationLineNaturalIds()
          Performs the core logic for RemoteLocationLineFullServiceBase.getLocationLineNaturalIds()
 

Methods in fr.ifremer.allegro.referential.location.generic.service with parameters of type RemoteLocationLineNaturalId
 RemoteLocationLineFullVO RemoteLocationLineFullService.getLocationLineByNaturalId(RemoteLocationLineNaturalId locationLineNaturalId)
           
 RemoteLocationLineFullVO RemoteLocationLineFullServiceWSDelegator.getLocationLineByNaturalId(RemoteLocationLineNaturalId locationLineNaturalId)
           
 RemoteLocationLineFullVO RemoteLocationLineFullServiceBase.getLocationLineByNaturalId(RemoteLocationLineNaturalId locationLineNaturalId)
           
protected  RemoteLocationLineFullVO RemoteLocationLineFullServiceImpl.handleGetLocationLineByNaturalId(RemoteLocationLineNaturalId locationLineNaturalId)
           
protected abstract  RemoteLocationLineFullVO RemoteLocationLineFullServiceBase.handleGetLocationLineByNaturalId(RemoteLocationLineNaturalId locationLineNaturalId)
          Performs the core logic for RemoteLocationLineFullServiceBase.getLocationLineByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLineNaturalId)
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.