Uses of Class
fr.ifremer.allegro.referential.conversion.RoundWeightConversion

Packages that use RoundWeightConversion
fr.ifremer.allegro.referential.conversion   
 

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

Subclasses of RoundWeightConversion in fr.ifremer.allegro.referential.conversion
 class RoundWeightConversionImpl
           
 

Methods in fr.ifremer.allegro.referential.conversion that return RoundWeightConversion
 RoundWeightConversion RoundWeightConversionDaoImpl.clusterRoundWeightConversionToEntity(ClusterRoundWeightConversion clusterRoundWeightConversion)
           
 RoundWeightConversion RoundWeightConversionDao.clusterRoundWeightConversionToEntity(ClusterRoundWeightConversion clusterRoundWeightConversion)
          Converts an instance of type ClusterRoundWeightConversion to this DAO's entity.
 RoundWeightConversion RoundWeightConversionDao.create(java.lang.Float conversionCoefficient, QualitativeValue dressing, Location location, QualitativeValue preserving, TaxonGroup taxonGroup)
           Creates a new fr.ifremer.allegro.referential.conversion.RoundWeightConversion instance from only required properties (attributes and association ends) and adds it to the persistent store.
 RoundWeightConversion RoundWeightConversionDaoBase.create(java.lang.Float conversionCoefficient, QualitativeValue dressing, Location location, QualitativeValue preserving, TaxonGroup taxonGroup)
           
 RoundWeightConversion RoundWeightConversionDao.create(java.lang.Float conversionCoefficient, java.sql.Timestamp updateDate, java.lang.String description, TaxonGroup taxonGroup, Location location, QualitativeValue preserving, QualitativeValue dressing)
           Creates a new fr.ifremer.allegro.referential.conversion.RoundWeightConversion instance from all attributes and properties and adds it to the persistent store.
 RoundWeightConversion RoundWeightConversionDaoBase.create(java.lang.Float conversionCoefficient, java.sql.Timestamp updateDate, java.lang.String description, TaxonGroup taxonGroup, Location location, QualitativeValue preserving, QualitativeValue dressing)
           
 RoundWeightConversion RoundWeightConversionDao.create(RoundWeightConversion roundWeightConversion)
          Creates an instance of fr.ifremer.allegro.referential.conversion.RoundWeightConversion and adds it to the persistent store.
 RoundWeightConversion RoundWeightConversionDaoBase.create(RoundWeightConversion roundWeightConversion)
           
 RoundWeightConversion RoundWeightConversionDao.createFromClusterRoundWeightConversion(ClusterRoundWeightConversion clusterRoundWeightConversion)
           
 RoundWeightConversion RoundWeightConversionDaoBase.createFromClusterRoundWeightConversion(ClusterRoundWeightConversion clusterRoundWeightConversion)
           
 RoundWeightConversion RoundWeightConversionDao.findRoundWeightConversionById(java.lang.Integer id)
           
 RoundWeightConversion RoundWeightConversionDaoBase.findRoundWeightConversionById(java.lang.Integer id)
           
 RoundWeightConversion RoundWeightConversionDao.findRoundWeightConversionById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as RoundWeightConversionDao.findRoundWeightConversionById(java.lang.Integer) with an additional argument called queryString.
 RoundWeightConversion RoundWeightConversionDaoBase.findRoundWeightConversionById(java.lang.String queryString, java.lang.Integer id)
           
 RoundWeightConversion RoundWeightConversionDao.findRoundWeightConversionByNaturalId(java.lang.Integer id)
           
 RoundWeightConversion RoundWeightConversionDaoBase.findRoundWeightConversionByNaturalId(java.lang.Integer id)
           
 RoundWeightConversion RoundWeightConversionDao.findRoundWeightConversionByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByNaturalId(java.lang.Integer) with an additional argument called queryString.
 RoundWeightConversion RoundWeightConversionDaoBase.findRoundWeightConversionByNaturalId(java.lang.String queryString, java.lang.Integer id)
           
protected  RoundWeightConversion RoundWeightConversionDaoImpl.handleCreateFromClusterRoundWeightConversion(ClusterRoundWeightConversion clusterRoundWeightConversion)
           
protected abstract  RoundWeightConversion RoundWeightConversionDaoBase.handleCreateFromClusterRoundWeightConversion(ClusterRoundWeightConversion clusterRoundWeightConversion)
          Performs the core logic for RoundWeightConversionDaoBase.createFromClusterRoundWeightConversion(fr.ifremer.allegro.referential.conversion.generic.cluster.ClusterRoundWeightConversion)
 RoundWeightConversion RoundWeightConversionDao.load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.referential.conversion.RoundWeightConversion from the persistent store.
 RoundWeightConversion RoundWeightConversionDaoBase.load(java.lang.Integer id)
           
static RoundWeightConversion RoundWeightConversion.Factory.newInstance()
          Constructs a new instance of RoundWeightConversion.
static RoundWeightConversion RoundWeightConversion.Factory.newInstance(java.lang.Float conversionCoefficient, TaxonGroup taxonGroup, Location location, QualitativeValue preserving, QualitativeValue dressing)
          Constructs a new instance of RoundWeightConversion, taking all required and/or read-only properties as arguments.
static RoundWeightConversion RoundWeightConversion.Factory.newInstance(java.lang.Float conversionCoefficient, java.sql.Timestamp updateDate, java.lang.String description, TaxonGroup taxonGroup, Location location, QualitativeValue preserving, QualitativeValue dressing)
          Constructs a new instance of RoundWeightConversion, taking all possible properties (except the identifier(s))as arguments.
 RoundWeightConversion RoundWeightConversionDaoImpl.remoteRoundWeightConversionFullVOToEntity(RemoteRoundWeightConversionFullVO remoteRoundWeightConversionFullVO)
           
 RoundWeightConversion RoundWeightConversionDao.remoteRoundWeightConversionFullVOToEntity(RemoteRoundWeightConversionFullVO remoteRoundWeightConversionFullVO)
          Converts an instance of type RemoteRoundWeightConversionFullVO to this DAO's entity.
 RoundWeightConversion RoundWeightConversionDaoImpl.remoteRoundWeightConversionNaturalIdToEntity(RemoteRoundWeightConversionNaturalId remoteRoundWeightConversionNaturalId)
           
 RoundWeightConversion RoundWeightConversionDao.remoteRoundWeightConversionNaturalIdToEntity(RemoteRoundWeightConversionNaturalId remoteRoundWeightConversionNaturalId)
          Converts an instance of type RemoteRoundWeightConversionNaturalId to this DAO's entity.
protected  RoundWeightConversion RoundWeightConversionDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.referential.conversion with parameters of type RoundWeightConversion
 void RoundWeightConversionDaoImpl.clusterRoundWeightConversionToEntity(ClusterRoundWeightConversion source, RoundWeightConversion target, boolean copyIfNull)
           
 void RoundWeightConversionDao.clusterRoundWeightConversionToEntity(ClusterRoundWeightConversion source, RoundWeightConversion target, boolean copyIfNull)
          Copies the fields of ClusterRoundWeightConversion to the specified entity.
 void RoundWeightConversionDaoBase.clusterRoundWeightConversionToEntity(ClusterRoundWeightConversion source, RoundWeightConversion target, boolean copyIfNull)
           
 java.lang.Object RoundWeightConversionDao.create(int transform, RoundWeightConversion roundWeightConversion)
           Does the same thing as RoundWeightConversionDao.create(fr.ifremer.allegro.referential.conversion.RoundWeightConversion) with an additional flag called transform.
 java.lang.Object RoundWeightConversionDaoBase.create(int transform, RoundWeightConversion roundWeightConversion)
           
 RoundWeightConversion RoundWeightConversionDao.create(RoundWeightConversion roundWeightConversion)
          Creates an instance of fr.ifremer.allegro.referential.conversion.RoundWeightConversion and adds it to the persistent store.
 RoundWeightConversion RoundWeightConversionDaoBase.create(RoundWeightConversion roundWeightConversion)
           
 void RoundWeightConversionDaoImpl.remoteRoundWeightConversionFullVOToEntity(RemoteRoundWeightConversionFullVO source, RoundWeightConversion target, boolean copyIfNull)
           
 void RoundWeightConversionDao.remoteRoundWeightConversionFullVOToEntity(RemoteRoundWeightConversionFullVO source, RoundWeightConversion target, boolean copyIfNull)
          Copies the fields of RemoteRoundWeightConversionFullVO to the specified entity.
 void RoundWeightConversionDaoBase.remoteRoundWeightConversionFullVOToEntity(RemoteRoundWeightConversionFullVO source, RoundWeightConversion target, boolean copyIfNull)
           
 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 RoundWeightConversionDao.remove(RoundWeightConversion roundWeightConversion)
          Removes the instance of fr.ifremer.allegro.referential.conversion.RoundWeightConversion from the persistent store.
 void RoundWeightConversionDaoBase.remove(RoundWeightConversion roundWeightConversion)
           
 ClusterRoundWeightConversion RoundWeightConversionDaoImpl.toClusterRoundWeightConversion(RoundWeightConversion entity)
           
 ClusterRoundWeightConversion RoundWeightConversionDao.toClusterRoundWeightConversion(RoundWeightConversion entity)
          Converts this DAO's entity to an object of type ClusterRoundWeightConversion.
 ClusterRoundWeightConversion RoundWeightConversionDaoBase.toClusterRoundWeightConversion(RoundWeightConversion entity)
           
 void RoundWeightConversionDaoImpl.toClusterRoundWeightConversion(RoundWeightConversion source, ClusterRoundWeightConversion target)
           
 void RoundWeightConversionDao.toClusterRoundWeightConversion(RoundWeightConversion source, ClusterRoundWeightConversion target)
          Copies the fields of the specified entity to the target value object.
 void RoundWeightConversionDaoBase.toClusterRoundWeightConversion(RoundWeightConversion source, ClusterRoundWeightConversion target)
           
 RemoteRoundWeightConversionFullVO RoundWeightConversionDaoImpl.toRemoteRoundWeightConversionFullVO(RoundWeightConversion entity)
           
 RemoteRoundWeightConversionFullVO RoundWeightConversionDao.toRemoteRoundWeightConversionFullVO(RoundWeightConversion entity)
          Converts this DAO's entity to an object of type RemoteRoundWeightConversionFullVO.
 RemoteRoundWeightConversionFullVO RoundWeightConversionDaoBase.toRemoteRoundWeightConversionFullVO(RoundWeightConversion entity)
           
 void RoundWeightConversionDaoImpl.toRemoteRoundWeightConversionFullVO(RoundWeightConversion source, RemoteRoundWeightConversionFullVO target)
           
 void RoundWeightConversionDao.toRemoteRoundWeightConversionFullVO(RoundWeightConversion source, RemoteRoundWeightConversionFullVO target)
          Copies the fields of the specified entity to the target value object.
 void RoundWeightConversionDaoBase.toRemoteRoundWeightConversionFullVO(RoundWeightConversion source, RemoteRoundWeightConversionFullVO target)
           
 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)
           
 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)
           
protected  java.lang.Object RoundWeightConversionDaoBase.transformEntity(int transform, RoundWeightConversion entity)
          Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.referential.conversion.RoundWeightConversionDao, please note that the RoundWeightConversionDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void RoundWeightConversionDao.update(RoundWeightConversion roundWeightConversion)
          Updates the roundWeightConversion instance in the persistent store.
 void RoundWeightConversionDaoBase.update(RoundWeightConversion roundWeightConversion)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.