Uses of Class
fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionNaturalId

Packages that use RemoteRoundWeightConversionNaturalId
fr.ifremer.allegro.referential.conversion   
fr.ifremer.allegro.referential.conversion.generic.service   
fr.ifremer.allegro.referential.conversion.generic.vo   
 

Uses of RemoteRoundWeightConversionNaturalId in fr.ifremer.allegro.referential.conversion
 

Methods in fr.ifremer.allegro.referential.conversion that return RemoteRoundWeightConversionNaturalId
protected  RemoteRoundWeightConversionNaturalId RoundWeightConversionDaoBase.toRemoteRoundWeightConversionNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteRoundWeightConversionNaturalId RoundWeightConversionDaoImpl.toRemoteRoundWeightConversionNaturalId(RoundWeightConversion entity)
           
 RemoteRoundWeightConversionNaturalId RoundWeightConversionDao.toRemoteRoundWeightConversionNaturalId(RoundWeightConversion entity)
          Converts this DAO's entity to an object of type RemoteRoundWeightConversionNaturalId.
 RemoteRoundWeightConversionNaturalId RoundWeightConversionDaoBase.toRemoteRoundWeightConversionNaturalId(RoundWeightConversion entity)
           
 RemoteRoundWeightConversionNaturalId[] RoundWeightConversionDao.toRemoteRoundWeightConversionNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteRoundWeightConversionNaturalId.
 RemoteRoundWeightConversionNaturalId[] RoundWeightConversionDaoBase.toRemoteRoundWeightConversionNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.conversion with parameters of type RemoteRoundWeightConversionNaturalId
 RoundWeightConversion RoundWeightConversionDaoImpl.remoteRoundWeightConversionNaturalIdToEntity(RemoteRoundWeightConversionNaturalId remoteRoundWeightConversionNaturalId)
           
 RoundWeightConversion RoundWeightConversionDao.remoteRoundWeightConversionNaturalIdToEntity(RemoteRoundWeightConversionNaturalId remoteRoundWeightConversionNaturalId)
          Converts an instance of type RemoteRoundWeightConversionNaturalId to this DAO's entity.
 void RoundWeightConversionDaoImpl.remoteRoundWeightConversionNaturalIdToEntity(RemoteRoundWeightConversionNaturalId source, RoundWeightConversion target, boolean copyIfNull)
           
 void RoundWeightConversionDao.remoteRoundWeightConversionNaturalIdToEntity(RemoteRoundWeightConversionNaturalId source, RoundWeightConversion target, boolean copyIfNull)
          Copies the fields of RemoteRoundWeightConversionNaturalId to the specified entity.
 void RoundWeightConversionDaoBase.remoteRoundWeightConversionNaturalIdToEntity(RemoteRoundWeightConversionNaturalId source, RoundWeightConversion target, boolean copyIfNull)
           
 void RoundWeightConversionDaoImpl.toRemoteRoundWeightConversionNaturalId(RoundWeightConversion source, RemoteRoundWeightConversionNaturalId target)
           
 void RoundWeightConversionDao.toRemoteRoundWeightConversionNaturalId(RoundWeightConversion source, RemoteRoundWeightConversionNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void RoundWeightConversionDaoBase.toRemoteRoundWeightConversionNaturalId(RoundWeightConversion source, RemoteRoundWeightConversionNaturalId target)
           
 

Uses of RemoteRoundWeightConversionNaturalId in fr.ifremer.allegro.referential.conversion.generic.service
 

Methods in fr.ifremer.allegro.referential.conversion.generic.service that return RemoteRoundWeightConversionNaturalId
 RemoteRoundWeightConversionNaturalId RemoteRoundWeightConversionFullService.getRoundWeightConversionNaturalIdById(java.lang.Integer id)
           
 RemoteRoundWeightConversionNaturalId RemoteRoundWeightConversionFullServiceWSDelegator.getRoundWeightConversionNaturalIdById(java.lang.Integer id)
           
 RemoteRoundWeightConversionNaturalId RemoteRoundWeightConversionFullServiceBase.getRoundWeightConversionNaturalIdById(java.lang.Integer id)
           
 RemoteRoundWeightConversionNaturalId[] RemoteRoundWeightConversionFullService.getRoundWeightConversionNaturalIds()
           
 RemoteRoundWeightConversionNaturalId[] RemoteRoundWeightConversionFullServiceWSDelegator.getRoundWeightConversionNaturalIds()
           
 RemoteRoundWeightConversionNaturalId[] RemoteRoundWeightConversionFullServiceBase.getRoundWeightConversionNaturalIds()
           
protected  RemoteRoundWeightConversionNaturalId RemoteRoundWeightConversionFullServiceImpl.handleGetRoundWeightConversionNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteRoundWeightConversionNaturalId RemoteRoundWeightConversionFullServiceBase.handleGetRoundWeightConversionNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteRoundWeightConversionFullServiceBase.getRoundWeightConversionNaturalIdById(java.lang.Integer)
protected  RemoteRoundWeightConversionNaturalId[] RemoteRoundWeightConversionFullServiceImpl.handleGetRoundWeightConversionNaturalIds()
           
protected abstract  RemoteRoundWeightConversionNaturalId[] RemoteRoundWeightConversionFullServiceBase.handleGetRoundWeightConversionNaturalIds()
          Performs the core logic for RemoteRoundWeightConversionFullServiceBase.getRoundWeightConversionNaturalIds()
 

Methods in fr.ifremer.allegro.referential.conversion.generic.service with parameters of type RemoteRoundWeightConversionNaturalId
 RemoteRoundWeightConversionFullVO RemoteRoundWeightConversionFullService.getRoundWeightConversionByNaturalId(RemoteRoundWeightConversionNaturalId roundWeightConversionNaturalId)
           
 RemoteRoundWeightConversionFullVO RemoteRoundWeightConversionFullServiceWSDelegator.getRoundWeightConversionByNaturalId(RemoteRoundWeightConversionNaturalId roundWeightConversionNaturalId)
           
 RemoteRoundWeightConversionFullVO RemoteRoundWeightConversionFullServiceBase.getRoundWeightConversionByNaturalId(RemoteRoundWeightConversionNaturalId roundWeightConversionNaturalId)
           
protected  RemoteRoundWeightConversionFullVO RemoteRoundWeightConversionFullServiceImpl.handleGetRoundWeightConversionByNaturalId(RemoteRoundWeightConversionNaturalId roundWeightConversionNaturalId)
           
protected abstract  RemoteRoundWeightConversionFullVO RemoteRoundWeightConversionFullServiceBase.handleGetRoundWeightConversionByNaturalId(RemoteRoundWeightConversionNaturalId roundWeightConversionNaturalId)
          Performs the core logic for RemoteRoundWeightConversionFullServiceBase.getRoundWeightConversionByNaturalId(fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionNaturalId)
 

Uses of RemoteRoundWeightConversionNaturalId in fr.ifremer.allegro.referential.conversion.generic.vo
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.