Uses of Class
fr.ifremer.allegro.data.survey.sale.SaleProduce

Packages that use SaleProduce
fr.ifremer.allegro.data.survey.sale   
 

Uses of SaleProduce in fr.ifremer.allegro.data.survey.sale
 

Subclasses of SaleProduce in fr.ifremer.allegro.data.survey.sale
 class SaleProduceImpl
           
 

Methods in fr.ifremer.allegro.data.survey.sale that return SaleProduce
 SaleProduce SaleProduceDaoImpl.clusterSaleProduceToEntity(ClusterSaleProduce clusterSaleProduce)
           
 SaleProduce SaleProduceDao.clusterSaleProduceToEntity(ClusterSaleProduce clusterSaleProduce)
          Converts an instance of type ClusterSaleProduce to this DAO's entity.
 SaleProduce SaleProduceDaoBase.create(java.lang.Boolean isDiscard, java.lang.Float subgroupCount, java.lang.Short individualCount, java.lang.String taxonGroupOtherInformation, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Batch batch, java.util.Collection sortingMeasurements, java.util.Collection quantificationMeasurements, Landing landing, Gear gear, TaxonGroup otherTaxonGroup, TaxonGroup taxonGroup, java.util.Collection fishingAreas, FishingOperation fishingOperation, Transshipment transshipment, QualityFlag qualityFlag, Buyer buyer, Sale sale, ExpectedSale expectedSale)
           
 SaleProduce SaleProduceDaoBase.create(java.lang.Boolean isDiscard, QualityFlag qualityFlag, java.util.Collection quantificationMeasurements, TaxonGroup taxonGroup)
           
 SaleProduce SaleProduceDaoBase.create(SaleProduce saleProduce)
           
 SaleProduce SaleProduceDao.createFromClusterSaleProduce(ClusterSaleProduce clusterSaleProduce)
           
 SaleProduce SaleProduceDaoBase.createFromClusterSaleProduce(ClusterSaleProduce clusterSaleProduce)
           
 SaleProduce SaleProduceDao.findSaleProduceById(java.lang.Integer id)
           
 SaleProduce SaleProduceDaoBase.findSaleProduceById(java.lang.Integer id)
           
 SaleProduce SaleProduceDao.findSaleProduceById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as SaleProduceDao.findSaleProduceById(java.lang.Integer) with an additional argument called queryString.
 SaleProduce SaleProduceDaoBase.findSaleProduceById(java.lang.String queryString, java.lang.Integer id)
           
 SaleProduce SaleProduceDao.findSaleProduceByNaturalId(java.lang.Integer id)
           
 SaleProduce SaleProduceDaoBase.findSaleProduceByNaturalId(java.lang.Integer id)
           
 SaleProduce SaleProduceDao.findSaleProduceByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as SaleProduceDao.findSaleProduceByNaturalId(java.lang.Integer) with an additional argument called queryString.
 SaleProduce SaleProduceDaoBase.findSaleProduceByNaturalId(java.lang.String queryString, java.lang.Integer id)
           
protected  SaleProduce SaleProduceDaoImpl.handleCreateFromClusterSaleProduce(ClusterSaleProduce clusterSaleProduce)
           
protected abstract  SaleProduce SaleProduceDaoBase.handleCreateFromClusterSaleProduce(ClusterSaleProduce clusterSaleProduce)
          Performs the core logic for SaleProduceDaoBase.createFromClusterSaleProduce(fr.ifremer.allegro.data.survey.sale.generic.cluster.ClusterSaleProduce)
 SaleProduce SaleProduceDaoBase.load(java.lang.Integer id)
           
static SaleProduce SaleProduce.Factory.newInstance()
          Constructs a new instance of SaleProduce.
static SaleProduce SaleProduce.Factory.newInstance(java.lang.Boolean isDiscard, java.util.Collection quantificationMeasurements, TaxonGroup taxonGroup, QualityFlag qualityFlag)
          Constructs a new instance of SaleProduce, taking all required and/or read-only properties as arguments.
static SaleProduce SaleProduce.Factory.newInstance(java.lang.Boolean isDiscard, java.lang.Float subgroupCount, java.lang.Short individualCount, java.lang.String taxonGroupOtherInformation, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Batch batch, java.util.Collection sortingMeasurements, java.util.Collection quantificationMeasurements, Landing landing, Gear gear, TaxonGroup otherTaxonGroup, TaxonGroup taxonGroup, java.util.Collection fishingAreas, FishingOperation fishingOperation, Transshipment transshipment, QualityFlag qualityFlag, Buyer buyer, Sale sale, ExpectedSale expectedSale)
          Constructs a new instance of SaleProduce, taking all possible properties (except the identifier(s))as arguments.
 SaleProduce SaleProduceDaoImpl.remoteSaleProduceFullVOToEntity(RemoteSaleProduceFullVO remoteSaleProduceFullVO)
           
 SaleProduce SaleProduceDao.remoteSaleProduceFullVOToEntity(RemoteSaleProduceFullVO remoteSaleProduceFullVO)
          Converts an instance of type RemoteSaleProduceFullVO to this DAO's entity.
 SaleProduce SaleProduceDaoImpl.remoteSaleProduceNaturalIdToEntity(RemoteSaleProduceNaturalId remoteSaleProduceNaturalId)
           
 SaleProduce SaleProduceDao.remoteSaleProduceNaturalIdToEntity(RemoteSaleProduceNaturalId remoteSaleProduceNaturalId)
          Converts an instance of type RemoteSaleProduceNaturalId to this DAO's entity.
protected  SaleProduce SaleProduceDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.data.survey.sale with parameters of type SaleProduce
 void SaleProduceDaoImpl.clusterSaleProduceToEntity(ClusterSaleProduce source, SaleProduce target, boolean copyIfNull)
           
 void SaleProduceDao.clusterSaleProduceToEntity(ClusterSaleProduce source, SaleProduce target, boolean copyIfNull)
          Copies the fields of ClusterSaleProduce to the specified entity.
 void SaleProduceDaoBase.clusterSaleProduceToEntity(ClusterSaleProduce source, SaleProduce target, boolean copyIfNull)
           
 java.lang.Object SaleProduceDao.create(int transform, SaleProduce saleProduce)
           Does the same thing as SaleProduceDao.create(fr.ifremer.allegro.data.survey.sale.SaleProduce) with an additional flag called transform.
 java.lang.Object SaleProduceDaoBase.create(int transform, SaleProduce saleProduce)
           
 Produce SaleProduceDao.create(SaleProduce saleProduce)
          Creates an instance of fr.ifremer.allegro.data.survey.sale.SaleProduce and adds it to the persistent store.
 SaleProduce SaleProduceDaoBase.create(SaleProduce saleProduce)
           
 void SaleProduceDaoImpl.remoteSaleProduceFullVOToEntity(RemoteSaleProduceFullVO source, SaleProduce target, boolean copyIfNull)
           
 void SaleProduceDao.remoteSaleProduceFullVOToEntity(RemoteSaleProduceFullVO source, SaleProduce target, boolean copyIfNull)
          Copies the fields of RemoteSaleProduceFullVO to the specified entity.
 void SaleProduceDaoBase.remoteSaleProduceFullVOToEntity(RemoteSaleProduceFullVO source, SaleProduce target, boolean copyIfNull)
           
 void SaleProduceDaoImpl.remoteSaleProduceNaturalIdToEntity(RemoteSaleProduceNaturalId source, SaleProduce target, boolean copyIfNull)
           
 void SaleProduceDao.remoteSaleProduceNaturalIdToEntity(RemoteSaleProduceNaturalId source, SaleProduce target, boolean copyIfNull)
          Copies the fields of RemoteSaleProduceNaturalId to the specified entity.
 void SaleProduceDaoBase.remoteSaleProduceNaturalIdToEntity(RemoteSaleProduceNaturalId source, SaleProduce target, boolean copyIfNull)
           
 void SaleProduceDao.remove(SaleProduce saleProduce)
          Removes the instance of fr.ifremer.allegro.data.survey.sale.SaleProduce from the persistent store.
 void SaleProduceDaoBase.remove(SaleProduce saleProduce)
           
 ClusterSaleProduce SaleProduceDaoImpl.toClusterSaleProduce(SaleProduce entity)
           
 ClusterSaleProduce SaleProduceDao.toClusterSaleProduce(SaleProduce entity)
          Converts this DAO's entity to an object of type ClusterSaleProduce.
 ClusterSaleProduce SaleProduceDaoBase.toClusterSaleProduce(SaleProduce entity)
           
 void SaleProduceDaoImpl.toClusterSaleProduce(SaleProduce source, ClusterSaleProduce target)
           
 void SaleProduceDao.toClusterSaleProduce(SaleProduce source, ClusterSaleProduce target)
          Copies the fields of the specified entity to the target value object.
 void SaleProduceDaoBase.toClusterSaleProduce(SaleProduce source, ClusterSaleProduce target)
           
 RemoteSaleProduceFullVO SaleProduceDaoImpl.toRemoteSaleProduceFullVO(SaleProduce entity)
           
 RemoteSaleProduceFullVO SaleProduceDao.toRemoteSaleProduceFullVO(SaleProduce entity)
          Converts this DAO's entity to an object of type RemoteSaleProduceFullVO.
 RemoteSaleProduceFullVO SaleProduceDaoBase.toRemoteSaleProduceFullVO(SaleProduce entity)
           
 void SaleProduceDaoImpl.toRemoteSaleProduceFullVO(SaleProduce source, RemoteSaleProduceFullVO target)
           
 void SaleProduceDao.toRemoteSaleProduceFullVO(SaleProduce source, RemoteSaleProduceFullVO target)
          Copies the fields of the specified entity to the target value object.
 void SaleProduceDaoBase.toRemoteSaleProduceFullVO(SaleProduce source, RemoteSaleProduceFullVO target)
           
 RemoteSaleProduceNaturalId SaleProduceDaoImpl.toRemoteSaleProduceNaturalId(SaleProduce entity)
           
 RemoteSaleProduceNaturalId SaleProduceDao.toRemoteSaleProduceNaturalId(SaleProduce entity)
          Converts this DAO's entity to an object of type RemoteSaleProduceNaturalId.
 RemoteSaleProduceNaturalId SaleProduceDaoBase.toRemoteSaleProduceNaturalId(SaleProduce entity)
           
 void SaleProduceDaoImpl.toRemoteSaleProduceNaturalId(SaleProduce source, RemoteSaleProduceNaturalId target)
           
 void SaleProduceDao.toRemoteSaleProduceNaturalId(SaleProduce source, RemoteSaleProduceNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void SaleProduceDaoBase.toRemoteSaleProduceNaturalId(SaleProduce source, RemoteSaleProduceNaturalId target)
           
protected  java.lang.Object SaleProduceDaoBase.transformEntity(int transform, SaleProduce 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.data.survey.sale.SaleProduceDao, please note that the ProduceDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void SaleProduceDao.update(SaleProduce saleProduce)
          Updates the saleProduce instance in the persistent store.
 void SaleProduceDaoBase.update(SaleProduce saleProduce)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.