Uses of Class
fr.ifremer.allegro.data.batch.Batch

Packages that use Batch
fr.ifremer.allegro.data.batch   
fr.ifremer.allegro.data.measure   
fr.ifremer.allegro.data.produce   
fr.ifremer.allegro.data.sample   
fr.ifremer.allegro.data.survey.sale   
 

Uses of Batch in fr.ifremer.allegro.data.batch
 

Subclasses of Batch in fr.ifremer.allegro.data.batch
 class BatchImpl
           
 class CatchBatch
           Capture r??alis??e au cours d'une op??ration, et sur laquelle un ??chantillonnage est r??alis??.
 class CatchBatchImpl
           
 class SortingBatch
           Lot avec crit??res de classement.
 class SortingBatchImpl
           
 

Methods in fr.ifremer.allegro.data.batch that return Batch
 Batch BatchDaoImpl.clusterBatchToEntity(ClusterBatch clusterBatch)
           
 Batch BatchDao.clusterBatchToEntity(ClusterBatch clusterBatch)
          Converts an instance of type ClusterBatch to this DAO's entity.
 Batch CatchBatchDao.create(java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, QualityFlag qualityFlag, java.lang.Short rankOrder)
           Creates a new fr.ifremer.allegro.data.batch.CatchBatch instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Batch SortingBatchDao.create(java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, java.lang.Short rankOrder)
           Creates a new fr.ifremer.allegro.data.batch.SortingBatch instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Batch CatchBatchDao.create(CatchBatch catchBatch)
          Creates an instance of fr.ifremer.allegro.data.batch.CatchBatch and adds it to the persistent store.
 Batch CatchBatchDao.create(java.lang.Short rankOrder, java.lang.Float subgroupCount, java.lang.Short individualCount, java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, java.lang.String comments, java.util.Collection childBatchs, Batch parentBatch, java.util.Collection quantificationMeasurements, java.util.Collection produces, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, QualityFlag qualityFlag, Landing landing, Sale sale, FishingOperation fishingOperation)
           Creates a new fr.ifremer.allegro.data.batch.CatchBatch instance from all attributes and properties and adds it to the persistent store.
 Batch SortingBatchDao.create(java.lang.Short rankOrder, java.lang.Float subgroupCount, java.lang.Short individualCount, java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, java.lang.String comments, java.util.Collection childBatchs, Batch parentBatch, java.util.Collection quantificationMeasurements, java.util.Collection produces, java.lang.Float samplingRatio, java.lang.String samplingRatioText, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, java.util.Collection sortingMeasurements)
           Creates a new fr.ifremer.allegro.data.batch.SortingBatch instance from all attributes and properties and adds it to the persistent store.
 Batch SortingBatchDao.create(SortingBatch sortingBatch)
          Creates an instance of fr.ifremer.allegro.data.batch.SortingBatch and adds it to the persistent store.
 Batch BatchDao.findBatchById(java.lang.Integer id)
           
 Batch BatchDaoBase.findBatchById(java.lang.Integer id)
           
 Batch CatchBatchDaoBase.findBatchById(java.lang.Integer id)
           
 Batch SortingBatchDaoBase.findBatchById(java.lang.Integer id)
           
 Batch BatchDao.findBatchById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as BatchDao.findBatchById(java.lang.Integer) with an additional argument called queryString.
 Batch BatchDaoBase.findBatchById(java.lang.String queryString, java.lang.Integer id)
           
 Batch CatchBatchDaoBase.findBatchById(java.lang.String queryString, java.lang.Integer id)
           
 Batch SortingBatchDaoBase.findBatchById(java.lang.String queryString, java.lang.Integer id)
           
 Batch BatchDao.findBatchByNaturalId(java.lang.Integer id)
           
 Batch BatchDaoBase.findBatchByNaturalId(java.lang.Integer id)
           
 Batch CatchBatchDaoBase.findBatchByNaturalId(java.lang.Integer id)
           
 Batch SortingBatchDaoBase.findBatchByNaturalId(java.lang.Integer id)
           
 Batch BatchDao.findBatchByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as BatchDao.findBatchByNaturalId(java.lang.Integer) with an additional argument called queryString.
 Batch BatchDaoBase.findBatchByNaturalId(java.lang.String queryString, java.lang.Integer id)
           
 Batch CatchBatchDaoBase.findBatchByNaturalId(java.lang.String queryString, java.lang.Integer id)
           
 Batch SortingBatchDaoBase.findBatchByNaturalId(java.lang.String queryString, java.lang.Integer id)
           
 Batch Batch.getParentBatch()
           
 Batch BatchDao.load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.batch.Batch from the persistent store.
 Batch CatchBatchDao.load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.batch.CatchBatch from the persistent store.
 Batch SortingBatchDao.load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.batch.SortingBatch from the persistent store.
 Batch BatchDaoBase.load(java.lang.Integer id)
           
 Batch BatchDaoImpl.remoteBatchFullVOToEntity(RemoteBatchFullVO remoteBatchFullVO)
           
 Batch BatchDao.remoteBatchFullVOToEntity(RemoteBatchFullVO remoteBatchFullVO)
          Converts an instance of type RemoteBatchFullVO to this DAO's entity.
 Batch BatchDaoImpl.remoteBatchNaturalIdToEntity(RemoteBatchNaturalId remoteBatchNaturalId)
           
 Batch BatchDao.remoteBatchNaturalIdToEntity(RemoteBatchNaturalId remoteBatchNaturalId)
          Converts an instance of type RemoteBatchNaturalId to this DAO's entity.
protected  Batch BatchDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.data.batch with parameters of type Batch
 void BatchDaoImpl.clusterBatchToEntity(ClusterBatch source, Batch target, boolean copyIfNull)
           
 void BatchDao.clusterBatchToEntity(ClusterBatch source, Batch target, boolean copyIfNull)
          Copies the fields of ClusterBatch to the specified entity.
 void BatchDaoBase.clusterBatchToEntity(ClusterBatch source, Batch target, boolean copyIfNull)
           
 java.lang.Object CatchBatchDao.create(int transform, java.lang.Short rankOrder, java.lang.Float subgroupCount, java.lang.Short individualCount, java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, java.lang.String comments, java.util.Collection childBatchs, Batch parentBatch, java.util.Collection quantificationMeasurements, java.util.Collection produces, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, QualityFlag qualityFlag, Landing landing, Sale sale, FishingOperation fishingOperation)
           Does the same thing as CatchBatchDao.create(java.lang.Short,java.lang.Float,java.lang.Short,java.lang.Boolean,java.lang.Boolean,java.lang.String,java.util.Collection,fr.ifremer.allegro.data.batch.Batch,java.util.Collection,java.util.Collection,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.sale.Sale,fr.ifremer.allegro.data.operation.FishingOperation) with an additional flag called transform.
 java.lang.Object CatchBatchDaoBase.create(int transform, java.lang.Short rankOrder, java.lang.Float subgroupCount, java.lang.Short individualCount, java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, java.lang.String comments, java.util.Collection childBatchs, Batch parentBatch, java.util.Collection quantificationMeasurements, java.util.Collection produces, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, QualityFlag qualityFlag, Landing landing, Sale sale, FishingOperation fishingOperation)
           
 java.lang.Object SortingBatchDao.create(int transform, java.lang.Short rankOrder, java.lang.Float subgroupCount, java.lang.Short individualCount, java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, java.lang.String comments, java.util.Collection childBatchs, Batch parentBatch, java.util.Collection quantificationMeasurements, java.util.Collection produces, java.lang.Float samplingRatio, java.lang.String samplingRatioText, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, java.util.Collection sortingMeasurements)
           Does the same thing as SortingBatchDao.create(java.lang.Short,java.lang.Float,java.lang.Short,java.lang.Boolean,java.lang.Boolean,java.lang.String,java.util.Collection,fr.ifremer.allegro.data.batch.Batch,java.util.Collection,java.util.Collection,java.lang.Float,java.lang.String,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.util.Collection) with an additional flag called transform.
 java.lang.Object SortingBatchDaoBase.create(int transform, java.lang.Short rankOrder, java.lang.Float subgroupCount, java.lang.Short individualCount, java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, java.lang.String comments, java.util.Collection childBatchs, Batch parentBatch, java.util.Collection quantificationMeasurements, java.util.Collection produces, java.lang.Float samplingRatio, java.lang.String samplingRatioText, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, java.util.Collection sortingMeasurements)
           
 Batch CatchBatchDao.create(java.lang.Short rankOrder, java.lang.Float subgroupCount, java.lang.Short individualCount, java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, java.lang.String comments, java.util.Collection childBatchs, Batch parentBatch, java.util.Collection quantificationMeasurements, java.util.Collection produces, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, QualityFlag qualityFlag, Landing landing, Sale sale, FishingOperation fishingOperation)
           Creates a new fr.ifremer.allegro.data.batch.CatchBatch instance from all attributes and properties and adds it to the persistent store.
 CatchBatch CatchBatchDaoBase.create(java.lang.Short rankOrder, java.lang.Float subgroupCount, java.lang.Short individualCount, java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, java.lang.String comments, java.util.Collection childBatchs, Batch parentBatch, java.util.Collection quantificationMeasurements, java.util.Collection produces, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, QualityFlag qualityFlag, Landing landing, Sale sale, FishingOperation fishingOperation)
           
 Batch SortingBatchDao.create(java.lang.Short rankOrder, java.lang.Float subgroupCount, java.lang.Short individualCount, java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, java.lang.String comments, java.util.Collection childBatchs, Batch parentBatch, java.util.Collection quantificationMeasurements, java.util.Collection produces, java.lang.Float samplingRatio, java.lang.String samplingRatioText, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, java.util.Collection sortingMeasurements)
           Creates a new fr.ifremer.allegro.data.batch.SortingBatch instance from all attributes and properties and adds it to the persistent store.
 SortingBatch SortingBatchDaoBase.create(java.lang.Short rankOrder, java.lang.Float subgroupCount, java.lang.Short individualCount, java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, java.lang.String comments, java.util.Collection childBatchs, Batch parentBatch, java.util.Collection quantificationMeasurements, java.util.Collection produces, java.lang.Float samplingRatio, java.lang.String samplingRatioText, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, java.util.Collection sortingMeasurements)
           
 java.util.Collection BatchDao.findBatchByParentBatch(Batch parentBatch)
           
 java.util.Collection BatchDaoBase.findBatchByParentBatch(Batch parentBatch)
           
 java.util.Collection CatchBatchDaoBase.findBatchByParentBatch(Batch parentBatch)
           
 java.util.Collection SortingBatchDaoBase.findBatchByParentBatch(Batch parentBatch)
           
 java.util.Collection BatchDao.findBatchByParentBatch(int transform, Batch parentBatch)
           Does the same thing as BatchDao.findBatchByParentBatch(fr.ifremer.allegro.data.batch.Batch) with an additional flag called transform.
 java.util.Collection BatchDaoBase.findBatchByParentBatch(int transform, Batch parentBatch)
           
 java.util.Collection CatchBatchDaoBase.findBatchByParentBatch(int transform, Batch parentBatch)
           
 java.util.Collection SortingBatchDaoBase.findBatchByParentBatch(int transform, Batch parentBatch)
           
 java.util.Collection BatchDao.findBatchByParentBatch(int pageNumber, int pageSize, Batch parentBatch)
           Does the same thing as BatchDao.findBatchByParentBatch(fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection BatchDaoBase.findBatchByParentBatch(int pageNumber, int pageSize, Batch parentBatch)
           
 java.util.Collection CatchBatchDaoBase.findBatchByParentBatch(int pageNumber, int pageSize, Batch parentBatch)
           
 java.util.Collection SortingBatchDaoBase.findBatchByParentBatch(int pageNumber, int pageSize, Batch parentBatch)
           
 java.util.Collection BatchDao.findBatchByParentBatch(int transform, int pageNumber, int pageSize, Batch parentBatch)
           Does the same thing as BatchDao.findBatchByParentBatch(int, fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection BatchDaoBase.findBatchByParentBatch(int transform, int pageNumber, int pageSize, Batch parentBatch)
           
 java.util.Collection CatchBatchDaoBase.findBatchByParentBatch(int transform, int pageNumber, int pageSize, Batch parentBatch)
           
 java.util.Collection SortingBatchDaoBase.findBatchByParentBatch(int transform, int pageNumber, int pageSize, Batch parentBatch)
           
 java.util.Collection BatchDao.findBatchByParentBatch(int transform, java.lang.String queryString, Batch parentBatch)
           Does the same thing as BatchDao.findBatchByParentBatch(int, fr.ifremer.allegro.data.batch.Batch) with an additional argument called queryString.
 java.util.Collection BatchDaoBase.findBatchByParentBatch(int transform, java.lang.String queryString, Batch parentBatch)
           
 java.util.Collection CatchBatchDaoBase.findBatchByParentBatch(int transform, java.lang.String queryString, Batch parentBatch)
           
 java.util.Collection SortingBatchDaoBase.findBatchByParentBatch(int transform, java.lang.String queryString, Batch parentBatch)
           
 java.util.Collection BatchDao.findBatchByParentBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, Batch parentBatch)
           Does the same thing as BatchDao.findBatchByParentBatch(int, String, fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection BatchDaoBase.findBatchByParentBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, Batch parentBatch)
           
 java.util.Collection CatchBatchDaoBase.findBatchByParentBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, Batch parentBatch)
           
 java.util.Collection SortingBatchDaoBase.findBatchByParentBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, Batch parentBatch)
           
 java.util.Collection BatchDao.findBatchByParentBatch(java.lang.String queryString, Batch parentBatch)
           Does the same thing as BatchDao.findBatchByParentBatch(fr.ifremer.allegro.data.batch.Batch) with an additional argument called queryString.
 java.util.Collection BatchDaoBase.findBatchByParentBatch(java.lang.String queryString, Batch parentBatch)
           
 java.util.Collection CatchBatchDaoBase.findBatchByParentBatch(java.lang.String queryString, Batch parentBatch)
           
 java.util.Collection SortingBatchDaoBase.findBatchByParentBatch(java.lang.String queryString, Batch parentBatch)
           
 java.util.Collection BatchDao.findBatchByParentBatch(java.lang.String queryString, int pageNumber, int pageSize, Batch parentBatch)
           Does the same thing as BatchDao.findBatchByParentBatch(String, fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection BatchDaoBase.findBatchByParentBatch(java.lang.String queryString, int pageNumber, int pageSize, Batch parentBatch)
           
 java.util.Collection CatchBatchDaoBase.findBatchByParentBatch(java.lang.String queryString, int pageNumber, int pageSize, Batch parentBatch)
           
 java.util.Collection SortingBatchDaoBase.findBatchByParentBatch(java.lang.String queryString, int pageNumber, int pageSize, Batch parentBatch)
           
 java.util.Collection CatchBatchDao.findCatchBatchByParentBatch(Batch parentBatch)
           
 java.util.Collection CatchBatchDaoBase.findCatchBatchByParentBatch(Batch parentBatch)
           
 java.util.Collection CatchBatchDao.findCatchBatchByParentBatch(int transform, Batch parentBatch)
           Does the same thing as CatchBatchDao.findCatchBatchByParentBatch(fr.ifremer.allegro.data.batch.Batch) with an additional flag called transform.
 java.util.Collection CatchBatchDaoBase.findCatchBatchByParentBatch(int transform, Batch parentBatch)
           
 java.util.Collection CatchBatchDao.findCatchBatchByParentBatch(int pageNumber, int pageSize, Batch parentBatch)
           Does the same thing as CatchBatchDao.findCatchBatchByParentBatch(fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection CatchBatchDaoBase.findCatchBatchByParentBatch(int pageNumber, int pageSize, Batch parentBatch)
           
 java.util.Collection CatchBatchDao.findCatchBatchByParentBatch(int transform, int pageNumber, int pageSize, Batch parentBatch)
           Does the same thing as CatchBatchDao.findCatchBatchByParentBatch(int, fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection CatchBatchDaoBase.findCatchBatchByParentBatch(int transform, int pageNumber, int pageSize, Batch parentBatch)
           
 java.util.Collection CatchBatchDao.findCatchBatchByParentBatch(int transform, java.lang.String queryString, Batch parentBatch)
           Does the same thing as CatchBatchDao.findCatchBatchByParentBatch(int, fr.ifremer.allegro.data.batch.Batch) with an additional argument called queryString.
 java.util.Collection CatchBatchDaoBase.findCatchBatchByParentBatch(int transform, java.lang.String queryString, Batch parentBatch)
           
 java.util.Collection CatchBatchDao.findCatchBatchByParentBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, Batch parentBatch)
           Does the same thing as CatchBatchDao.findCatchBatchByParentBatch(int, String, fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection CatchBatchDaoBase.findCatchBatchByParentBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, Batch parentBatch)
           
 java.util.Collection CatchBatchDao.findCatchBatchByParentBatch(java.lang.String queryString, Batch parentBatch)
           Does the same thing as CatchBatchDao.findCatchBatchByParentBatch(fr.ifremer.allegro.data.batch.Batch) with an additional argument called queryString.
 java.util.Collection CatchBatchDaoBase.findCatchBatchByParentBatch(java.lang.String queryString, Batch parentBatch)
           
 java.util.Collection CatchBatchDao.findCatchBatchByParentBatch(java.lang.String queryString, int pageNumber, int pageSize, Batch parentBatch)
           Does the same thing as CatchBatchDao.findCatchBatchByParentBatch(String, fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection CatchBatchDaoBase.findCatchBatchByParentBatch(java.lang.String queryString, int pageNumber, int pageSize, Batch parentBatch)
           
 java.util.Collection SortingBatchDao.findSortingBatchByParentBatch(Batch parentBatch)
           
 java.util.Collection SortingBatchDaoBase.findSortingBatchByParentBatch(Batch parentBatch)
           
 java.util.Collection SortingBatchDao.findSortingBatchByParentBatch(int transform, Batch parentBatch)
           Does the same thing as SortingBatchDao.findSortingBatchByParentBatch(fr.ifremer.allegro.data.batch.Batch) with an additional flag called transform.
 java.util.Collection SortingBatchDaoBase.findSortingBatchByParentBatch(int transform, Batch parentBatch)
           
 java.util.Collection SortingBatchDao.findSortingBatchByParentBatch(int pageNumber, int pageSize, Batch parentBatch)
           Does the same thing as SortingBatchDao.findSortingBatchByParentBatch(fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SortingBatchDaoBase.findSortingBatchByParentBatch(int pageNumber, int pageSize, Batch parentBatch)
           
 java.util.Collection SortingBatchDao.findSortingBatchByParentBatch(int transform, int pageNumber, int pageSize, Batch parentBatch)
           Does the same thing as SortingBatchDao.findSortingBatchByParentBatch(int, fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SortingBatchDaoBase.findSortingBatchByParentBatch(int transform, int pageNumber, int pageSize, Batch parentBatch)
           
 java.util.Collection SortingBatchDao.findSortingBatchByParentBatch(int transform, java.lang.String queryString, Batch parentBatch)
           Does the same thing as SortingBatchDao.findSortingBatchByParentBatch(int, fr.ifremer.allegro.data.batch.Batch) with an additional argument called queryString.
 java.util.Collection SortingBatchDaoBase.findSortingBatchByParentBatch(int transform, java.lang.String queryString, Batch parentBatch)
           
 java.util.Collection SortingBatchDao.findSortingBatchByParentBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, Batch parentBatch)
           Does the same thing as SortingBatchDao.findSortingBatchByParentBatch(int, String, fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SortingBatchDaoBase.findSortingBatchByParentBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, Batch parentBatch)
           
 java.util.Collection SortingBatchDao.findSortingBatchByParentBatch(java.lang.String queryString, Batch parentBatch)
           Does the same thing as SortingBatchDao.findSortingBatchByParentBatch(fr.ifremer.allegro.data.batch.Batch) with an additional argument called queryString.
 java.util.Collection SortingBatchDaoBase.findSortingBatchByParentBatch(java.lang.String queryString, Batch parentBatch)
           
 java.util.Collection SortingBatchDao.findSortingBatchByParentBatch(java.lang.String queryString, int pageNumber, int pageSize, Batch parentBatch)
           Does the same thing as SortingBatchDao.findSortingBatchByParentBatch(String, fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SortingBatchDaoBase.findSortingBatchByParentBatch(java.lang.String queryString, int pageNumber, int pageSize, Batch parentBatch)
           
static CatchBatch CatchBatch.Factory.newInstance(java.lang.Short rankOrder, java.lang.Float subgroupCount, java.lang.Short individualCount, java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, java.lang.String comments, java.util.Collection childBatchs, Batch parentBatch, java.util.Collection quantificationMeasurements, java.util.Collection produces, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, QualityFlag qualityFlag, Landing landing, Sale sale, FishingOperation fishingOperation)
          Constructs a new instance of CatchBatch, taking all possible properties (except the identifier(s))as arguments.
static SortingBatch SortingBatch.Factory.newInstance(java.lang.Short rankOrder, java.lang.Float subgroupCount, java.lang.Short individualCount, java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, java.lang.String comments, java.util.Collection childBatchs, Batch parentBatch, java.util.Collection quantificationMeasurements, java.util.Collection produces, java.lang.Float samplingRatio, java.lang.String samplingRatioText, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, java.util.Collection sortingMeasurements)
          Constructs a new instance of SortingBatch, taking all possible properties (except the identifier(s))as arguments.
 void BatchDaoImpl.remoteBatchFullVOToEntity(RemoteBatchFullVO source, Batch target, boolean copyIfNull)
           
 void BatchDao.remoteBatchFullVOToEntity(RemoteBatchFullVO source, Batch target, boolean copyIfNull)
          Copies the fields of RemoteBatchFullVO to the specified entity.
 void BatchDaoBase.remoteBatchFullVOToEntity(RemoteBatchFullVO source, Batch target, boolean copyIfNull)
           
 void BatchDaoImpl.remoteBatchNaturalIdToEntity(RemoteBatchNaturalId source, Batch target, boolean copyIfNull)
           
 void BatchDao.remoteBatchNaturalIdToEntity(RemoteBatchNaturalId source, Batch target, boolean copyIfNull)
          Copies the fields of RemoteBatchNaturalId to the specified entity.
 void BatchDaoBase.remoteBatchNaturalIdToEntity(RemoteBatchNaturalId source, Batch target, boolean copyIfNull)
           
 void BatchDao.remove(Batch batch)
          Removes the instance of fr.ifremer.allegro.data.batch.Batch from the persistent store.
 void BatchDaoBase.remove(Batch batch)
           
 void Batch.setParentBatch(Batch parentBatch)
           
 ClusterBatch BatchDaoImpl.toClusterBatch(Batch entity)
           
 ClusterBatch BatchDao.toClusterBatch(Batch entity)
          Converts this DAO's entity to an object of type ClusterBatch.
 ClusterBatch BatchDaoBase.toClusterBatch(Batch entity)
           
 void BatchDaoImpl.toClusterBatch(Batch source, ClusterBatch target)
           
 void BatchDao.toClusterBatch(Batch source, ClusterBatch target)
          Copies the fields of the specified entity to the target value object.
 void BatchDaoBase.toClusterBatch(Batch source, ClusterBatch target)
           
 RemoteBatchFullVO BatchDaoImpl.toRemoteBatchFullVO(Batch entity)
           
 RemoteBatchFullVO BatchDao.toRemoteBatchFullVO(Batch entity)
          Converts this DAO's entity to an object of type RemoteBatchFullVO.
 RemoteBatchFullVO BatchDaoBase.toRemoteBatchFullVO(Batch entity)
           
 void BatchDaoImpl.toRemoteBatchFullVO(Batch source, RemoteBatchFullVO target)
           
 void BatchDao.toRemoteBatchFullVO(Batch source, RemoteBatchFullVO target)
          Copies the fields of the specified entity to the target value object.
 void BatchDaoBase.toRemoteBatchFullVO(Batch source, RemoteBatchFullVO target)
           
 RemoteBatchNaturalId BatchDaoImpl.toRemoteBatchNaturalId(Batch entity)
           
 RemoteBatchNaturalId BatchDao.toRemoteBatchNaturalId(Batch entity)
          Converts this DAO's entity to an object of type RemoteBatchNaturalId.
 RemoteBatchNaturalId BatchDaoBase.toRemoteBatchNaturalId(Batch entity)
           
 void BatchDaoImpl.toRemoteBatchNaturalId(Batch source, RemoteBatchNaturalId target)
           
 void BatchDao.toRemoteBatchNaturalId(Batch source, RemoteBatchNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void BatchDaoBase.toRemoteBatchNaturalId(Batch source, RemoteBatchNaturalId target)
           
protected  java.lang.Object BatchDaoBase.transformEntity(int transform, Batch 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.batch.BatchDao, please note that the BatchDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void BatchDao.update(Batch batch)
          Updates the batch instance in the persistent store.
 void BatchDaoBase.update(Batch batch)
           
 

Uses of Batch in fr.ifremer.allegro.data.measure
 

Methods in fr.ifremer.allegro.data.measure that return Batch
 Batch QuantificationMeasurement.getBatch()
           
 

Methods in fr.ifremer.allegro.data.measure with parameters of type Batch
 Measurement QuantificationMeasurementDao.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short subgroupNumber, java.lang.Boolean isReferenceQuantification, Batch batch, Produce produce)
           Creates a new fr.ifremer.allegro.data.measure.QuantificationMeasurement instance from all attributes and properties and adds it to the persistent store.
 QuantificationMeasurement QuantificationMeasurementDaoBase.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short subgroupNumber, java.lang.Boolean isReferenceQuantification, Batch batch, Produce produce)
           
 java.lang.Object QuantificationMeasurementDao.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short subgroupNumber, java.lang.Boolean isReferenceQuantification, Batch batch, Produce produce)
           Does the same thing as QuantificationMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.lang.Short,java.lang.Boolean,fr.ifremer.allegro.data.batch.Batch,fr.ifremer.allegro.data.produce.Produce) with an additional flag called transform.
 java.lang.Object QuantificationMeasurementDaoBase.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short subgroupNumber, java.lang.Boolean isReferenceQuantification, Batch batch, Produce produce)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByBatch(Batch batch)
           
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByBatch(Batch batch)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByBatch(int transform, Batch batch)
           Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByBatch(fr.ifremer.allegro.data.batch.Batch) with an additional flag called transform.
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByBatch(int transform, Batch batch)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByBatch(int pageNumber, int pageSize, Batch batch)
           Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByBatch(fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByBatch(int pageNumber, int pageSize, Batch batch)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByBatch(int transform, int pageNumber, int pageSize, Batch batch)
           Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByBatch(int, fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByBatch(int transform, int pageNumber, int pageSize, Batch batch)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByBatch(int transform, java.lang.String queryString, Batch batch)
           Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByBatch(int, fr.ifremer.allegro.data.batch.Batch) with an additional argument called queryString.
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByBatch(int transform, java.lang.String queryString, Batch batch)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
           Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByBatch(int, String, fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByBatch(java.lang.String queryString, Batch batch)
           Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByBatch(fr.ifremer.allegro.data.batch.Batch) with an additional argument called queryString.
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByBatch(java.lang.String queryString, Batch batch)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByBatch(java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
           Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByBatch(String, fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByBatch(java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
           
static QuantificationMeasurement QuantificationMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short subgroupNumber, java.lang.Boolean isReferenceQuantification, Batch batch, Produce produce)
          Constructs a new instance of QuantificationMeasurement, taking all possible properties (except the identifier(s))as arguments.
 void QuantificationMeasurement.setBatch(Batch batch)
           
 

Uses of Batch in fr.ifremer.allegro.data.produce
 

Methods in fr.ifremer.allegro.data.produce that return Batch
 Batch Produce.getBatch()
           Lot d'origine du produit (Optionel)
 

Methods in fr.ifremer.allegro.data.produce with parameters of type Batch
 Produce ProduceDao.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)
           Creates a new fr.ifremer.allegro.data.produce.Produce instance from all attributes and properties and adds it to the persistent store.
 Produce ProduceDaoBase.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)
           
 java.lang.Object ProduceDao.create(int transform, 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)
           Does the same thing as ProduceDao.create(java.lang.Boolean,java.lang.Float,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.data.batch.Batch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.taxon.TaxonGroup,java.util.Collection,fr.ifremer.allegro.data.operation.FishingOperation,fr.ifremer.allegro.data.transshipment.Transshipment,fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.lang.Object ProduceDaoBase.create(int transform, 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)
           
 java.util.Collection ProduceDao.findProduceByBatch(Batch batch)
           
 java.util.Collection ProduceDaoBase.findProduceByBatch(Batch batch)
           
 java.util.Collection ProduceDao.findProduceByBatch(int transform, Batch batch)
           Does the same thing as ProduceDao.findProduceByBatch(fr.ifremer.allegro.data.batch.Batch) with an additional flag called transform.
 java.util.Collection ProduceDaoBase.findProduceByBatch(int transform, Batch batch)
           
 java.util.Collection ProduceDao.findProduceByBatch(int pageNumber, int pageSize, Batch batch)
           Does the same thing as ProduceDao.findProduceByBatch(fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ProduceDaoBase.findProduceByBatch(int pageNumber, int pageSize, Batch batch)
           
 java.util.Collection ProduceDao.findProduceByBatch(int transform, int pageNumber, int pageSize, Batch batch)
           Does the same thing as ProduceDao.findProduceByBatch(int, fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ProduceDaoBase.findProduceByBatch(int transform, int pageNumber, int pageSize, Batch batch)
           
 java.util.Collection ProduceDao.findProduceByBatch(int transform, java.lang.String queryString, Batch batch)
           Does the same thing as ProduceDao.findProduceByBatch(int, fr.ifremer.allegro.data.batch.Batch) with an additional argument called queryString.
 java.util.Collection ProduceDaoBase.findProduceByBatch(int transform, java.lang.String queryString, Batch batch)
           
 java.util.Collection ProduceDao.findProduceByBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
           Does the same thing as ProduceDao.findProduceByBatch(int, String, fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ProduceDaoBase.findProduceByBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
           
 java.util.Collection ProduceDao.findProduceByBatch(java.lang.String queryString, Batch batch)
           Does the same thing as ProduceDao.findProduceByBatch(fr.ifremer.allegro.data.batch.Batch) with an additional argument called queryString.
 java.util.Collection ProduceDaoBase.findProduceByBatch(java.lang.String queryString, Batch batch)
           
 java.util.Collection ProduceDao.findProduceByBatch(java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
           Does the same thing as ProduceDao.findProduceByBatch(String, fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ProduceDaoBase.findProduceByBatch(java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
           
static Produce Produce.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)
          Constructs a new instance of Produce, taking all possible properties (except the identifier(s))as arguments.
 void Produce.setBatch(Batch batch)
           
 

Uses of Batch in fr.ifremer.allegro.data.sample
 

Methods in fr.ifremer.allegro.data.sample that return Batch
 Batch Sample.getBatch()
           Lot auquel appartient l'??chantillon analys?? (optionnel).
 

Methods in fr.ifremer.allegro.data.sample with parameters of type Batch
 java.lang.Object SampleDao.create(int transform, java.lang.String label, java.util.Date sampleDate, java.lang.Short individualCount, java.lang.Float size, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection sampleMeasurements, Sample parentSample, java.util.Collection childSamples, Matrix matrix, Unit sizeUnit, Batch batch, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, User recorderUser, Program program, Department recorderDepartment, QualityFlag qualityFlag, FishingOperation fishingOperation, java.util.Collection fishingAreas)
           Does the same thing as SampleDao.create(java.lang.String,java.util.Date,java.lang.Short,java.lang.Float,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.sample.Sample,java.util.Collection,fr.ifremer.allegro.referential.pmfm.Matrix,fr.ifremer.allegro.referential.pmfm.Unit,fr.ifremer.allegro.data.batch.Batch,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.taxon.ReferenceTaxon,fr.ifremer.allegro.administration.user.User,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.operation.FishingOperation,java.util.Collection) with an additional flag called transform.
 java.lang.Object SampleDaoBase.create(int transform, java.lang.String label, java.util.Date sampleDate, java.lang.Short individualCount, java.lang.Float size, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection sampleMeasurements, Sample parentSample, java.util.Collection childSamples, Matrix matrix, Unit sizeUnit, Batch batch, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, User recorderUser, Program program, Department recorderDepartment, QualityFlag qualityFlag, FishingOperation fishingOperation, java.util.Collection fishingAreas)
           
 Sample SampleDao.create(java.lang.String label, java.util.Date sampleDate, java.lang.Short individualCount, java.lang.Float size, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection sampleMeasurements, Sample parentSample, java.util.Collection childSamples, Matrix matrix, Unit sizeUnit, Batch batch, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, User recorderUser, Program program, Department recorderDepartment, QualityFlag qualityFlag, FishingOperation fishingOperation, java.util.Collection fishingAreas)
           Creates a new fr.ifremer.allegro.data.sample.Sample instance from all attributes and properties and adds it to the persistent store.
 Sample SampleDaoBase.create(java.lang.String label, java.util.Date sampleDate, java.lang.Short individualCount, java.lang.Float size, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection sampleMeasurements, Sample parentSample, java.util.Collection childSamples, Matrix matrix, Unit sizeUnit, Batch batch, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, User recorderUser, Program program, Department recorderDepartment, QualityFlag qualityFlag, FishingOperation fishingOperation, java.util.Collection fishingAreas)
           
 java.util.Collection SampleDao.findSampleByBatch(Batch batch)
           
 java.util.Collection SampleDaoBase.findSampleByBatch(Batch batch)
           
 java.util.Collection SampleDao.findSampleByBatch(int transform, Batch batch)
           Does the same thing as SampleDao.findSampleByBatch(fr.ifremer.allegro.data.batch.Batch) with an additional flag called transform.
 java.util.Collection SampleDaoBase.findSampleByBatch(int transform, Batch batch)
           
 java.util.Collection SampleDao.findSampleByBatch(int pageNumber, int pageSize, Batch batch)
           Does the same thing as SampleDao.findSampleByBatch(fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleDaoBase.findSampleByBatch(int pageNumber, int pageSize, Batch batch)
           
 java.util.Collection SampleDao.findSampleByBatch(int transform, int pageNumber, int pageSize, Batch batch)
           Does the same thing as SampleDao.findSampleByBatch(int, fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleDaoBase.findSampleByBatch(int transform, int pageNumber, int pageSize, Batch batch)
           
 java.util.Collection SampleDao.findSampleByBatch(int transform, java.lang.String queryString, Batch batch)
           Does the same thing as SampleDao.findSampleByBatch(int, fr.ifremer.allegro.data.batch.Batch) with an additional argument called queryString.
 java.util.Collection SampleDaoBase.findSampleByBatch(int transform, java.lang.String queryString, Batch batch)
           
 java.util.Collection SampleDao.findSampleByBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
           Does the same thing as SampleDao.findSampleByBatch(int, String, fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleDaoBase.findSampleByBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
           
 java.util.Collection SampleDao.findSampleByBatch(java.lang.String queryString, Batch batch)
           Does the same thing as SampleDao.findSampleByBatch(fr.ifremer.allegro.data.batch.Batch) with an additional argument called queryString.
 java.util.Collection SampleDaoBase.findSampleByBatch(java.lang.String queryString, Batch batch)
           
 java.util.Collection SampleDao.findSampleByBatch(java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
           Does the same thing as SampleDao.findSampleByBatch(String, fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleDaoBase.findSampleByBatch(java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
           
static Sample Sample.Factory.newInstance(java.lang.String label, java.util.Date sampleDate, java.lang.Short individualCount, java.lang.Float size, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection sampleMeasurements, Sample parentSample, java.util.Collection childSamples, Matrix matrix, Unit sizeUnit, Batch batch, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, User recorderUser, Program program, Department recorderDepartment, QualityFlag qualityFlag, FishingOperation fishingOperation, java.util.Collection fishingAreas)
          Constructs a new instance of Sample, taking all possible properties (except the identifier(s))as arguments.
 void Sample.setBatch(Batch batch)
           
 

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

Methods in fr.ifremer.allegro.data.survey.sale with parameters of type Batch
 Produce SaleProduceDao.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)
           Creates a new fr.ifremer.allegro.data.survey.sale.SaleProduce instance from all attributes and properties and adds it to the persistent store.
 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)
           
 java.lang.Object SaleProduceDao.create(int transform, 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)
           Does the same thing as SaleProduceDao.create(java.lang.Boolean,java.lang.Float,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.data.batch.Batch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.taxon.TaxonGroup,java.util.Collection,fr.ifremer.allegro.data.operation.FishingOperation,fr.ifremer.allegro.data.transshipment.Transshipment,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.buyer.Buyer,fr.ifremer.allegro.data.survey.sale.Sale,fr.ifremer.allegro.data.sale.ExpectedSale) with an additional flag called transform.
 java.lang.Object SaleProduceDaoBase.create(int transform, 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)
           
 java.util.Collection SaleProduceDaoBase.findProduceByBatch(Batch batch)
           
 java.util.Collection SaleProduceDaoBase.findProduceByBatch(int transform, Batch batch)
           
 java.util.Collection SaleProduceDaoBase.findProduceByBatch(int pageNumber, int pageSize, Batch batch)
           
 java.util.Collection SaleProduceDaoBase.findProduceByBatch(int transform, int pageNumber, int pageSize, Batch batch)
           
 java.util.Collection SaleProduceDaoBase.findProduceByBatch(int transform, java.lang.String queryString, Batch batch)
           
 java.util.Collection SaleProduceDaoBase.findProduceByBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
           
 java.util.Collection SaleProduceDaoBase.findProduceByBatch(java.lang.String queryString, Batch batch)
           
 java.util.Collection SaleProduceDaoBase.findProduceByBatch(java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
           
 java.util.Collection SaleProduceDao.findSaleProduceByBatch(Batch batch)
           
 java.util.Collection SaleProduceDaoBase.findSaleProduceByBatch(Batch batch)
           
 java.util.Collection SaleProduceDao.findSaleProduceByBatch(int transform, Batch batch)
           Does the same thing as SaleProduceDao.findSaleProduceByBatch(fr.ifremer.allegro.data.batch.Batch) with an additional flag called transform.
 java.util.Collection SaleProduceDaoBase.findSaleProduceByBatch(int transform, Batch batch)
           
 java.util.Collection SaleProduceDao.findSaleProduceByBatch(int pageNumber, int pageSize, Batch batch)
           Does the same thing as SaleProduceDao.findSaleProduceByBatch(fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SaleProduceDaoBase.findSaleProduceByBatch(int pageNumber, int pageSize, Batch batch)
           
 java.util.Collection SaleProduceDao.findSaleProduceByBatch(int transform, int pageNumber, int pageSize, Batch batch)
           Does the same thing as SaleProduceDao.findSaleProduceByBatch(int, fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SaleProduceDaoBase.findSaleProduceByBatch(int transform, int pageNumber, int pageSize, Batch batch)
           
 java.util.Collection SaleProduceDao.findSaleProduceByBatch(int transform, java.lang.String queryString, Batch batch)
           Does the same thing as SaleProduceDao.findSaleProduceByBatch(int, fr.ifremer.allegro.data.batch.Batch) with an additional argument called queryString.
 java.util.Collection SaleProduceDaoBase.findSaleProduceByBatch(int transform, java.lang.String queryString, Batch batch)
           
 java.util.Collection SaleProduceDao.findSaleProduceByBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
           Does the same thing as SaleProduceDao.findSaleProduceByBatch(int, String, fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SaleProduceDaoBase.findSaleProduceByBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
           
 java.util.Collection SaleProduceDao.findSaleProduceByBatch(java.lang.String queryString, Batch batch)
           Does the same thing as SaleProduceDao.findSaleProduceByBatch(fr.ifremer.allegro.data.batch.Batch) with an additional argument called queryString.
 java.util.Collection SaleProduceDaoBase.findSaleProduceByBatch(java.lang.String queryString, Batch batch)
           
 java.util.Collection SaleProduceDao.findSaleProduceByBatch(java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
           Does the same thing as SaleProduceDao.findSaleProduceByBatch(String, fr.ifremer.allegro.data.batch.Batch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SaleProduceDaoBase.findSaleProduceByBatch(java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
           
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.
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.