Uses of Class
fr.ifremer.allegro.data.sample.Sample

Packages that use Sample
fr.ifremer.allegro.data.fishingArea   
fr.ifremer.allegro.data.measure   
fr.ifremer.allegro.data.sample   
 

Uses of Sample in fr.ifremer.allegro.data.fishingArea
 

Methods in fr.ifremer.allegro.data.fishingArea that return Sample
 Sample FishingArea.getSample()
           
 

Methods in fr.ifremer.allegro.data.fishingArea with parameters of type Sample
 FishingArea FishingAreaDao.create(java.util.Collection fisheries, Sample sample, NearbySpecificArea nearbySpecificArea, DepthGradient depthGradient, DistanceToCoastGradient distanceToCoastGradient, Location location, GearUseFeatures gearUseFeatures, VesselUseFeatures vesselUseFeatures, java.util.Collection regulationLocation)
           Creates a new fr.ifremer.allegro.data.fishingArea.FishingArea instance from all attributes and properties and adds it to the persistent store.
 FishingArea FishingAreaDaoBase.create(java.util.Collection fisheries, Sample sample, NearbySpecificArea nearbySpecificArea, DepthGradient depthGradient, DistanceToCoastGradient distanceToCoastGradient, Location location, GearUseFeatures gearUseFeatures, VesselUseFeatures vesselUseFeatures, java.util.Collection regulationLocation)
           
 java.lang.Object FishingAreaDao.create(int transform, java.util.Collection fisheries, Sample sample, NearbySpecificArea nearbySpecificArea, DepthGradient depthGradient, DistanceToCoastGradient distanceToCoastGradient, Location location, GearUseFeatures gearUseFeatures, VesselUseFeatures vesselUseFeatures, java.util.Collection regulationLocation)
           Does the same thing as FishingAreaDao.create(java.util.Collection,fr.ifremer.allegro.data.sample.Sample,fr.ifremer.allegro.referential.NearbySpecificArea,fr.ifremer.allegro.referential.DepthGradient,fr.ifremer.allegro.referential.DistanceToCoastGradient,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures,java.util.Collection) with an additional flag called transform.
 java.lang.Object FishingAreaDaoBase.create(int transform, java.util.Collection fisheries, Sample sample, NearbySpecificArea nearbySpecificArea, DepthGradient depthGradient, DistanceToCoastGradient distanceToCoastGradient, Location location, GearUseFeatures gearUseFeatures, VesselUseFeatures vesselUseFeatures, java.util.Collection regulationLocation)
           
 java.util.Collection FishingAreaDao.findFishingAreaBySample(int transform, int pageNumber, int pageSize, Sample sample)
           Does the same thing as FishingAreaDao.findFishingAreaBySample(int, fr.ifremer.allegro.data.sample.Sample) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingAreaDaoBase.findFishingAreaBySample(int transform, int pageNumber, int pageSize, Sample sample)
           
 java.util.Collection FishingAreaDao.findFishingAreaBySample(int pageNumber, int pageSize, Sample sample)
           Does the same thing as FishingAreaDao.findFishingAreaBySample(fr.ifremer.allegro.data.sample.Sample) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingAreaDaoBase.findFishingAreaBySample(int pageNumber, int pageSize, Sample sample)
           
 java.util.Collection FishingAreaDao.findFishingAreaBySample(int transform, Sample sample)
           Does the same thing as FishingAreaDao.findFishingAreaBySample(fr.ifremer.allegro.data.sample.Sample) with an additional flag called transform.
 java.util.Collection FishingAreaDaoBase.findFishingAreaBySample(int transform, Sample sample)
           
 java.util.Collection FishingAreaDao.findFishingAreaBySample(int transform, java.lang.String queryString, int pageNumber, int pageSize, Sample sample)
           Does the same thing as FishingAreaDao.findFishingAreaBySample(int, String, fr.ifremer.allegro.data.sample.Sample) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingAreaDaoBase.findFishingAreaBySample(int transform, java.lang.String queryString, int pageNumber, int pageSize, Sample sample)
           
 java.util.Collection FishingAreaDao.findFishingAreaBySample(int transform, java.lang.String queryString, Sample sample)
           Does the same thing as FishingAreaDao.findFishingAreaBySample(int, fr.ifremer.allegro.data.sample.Sample) with an additional argument called queryString.
 java.util.Collection FishingAreaDaoBase.findFishingAreaBySample(int transform, java.lang.String queryString, Sample sample)
           
 java.util.Collection FishingAreaDao.findFishingAreaBySample(Sample sample)
           
 java.util.Collection FishingAreaDaoBase.findFishingAreaBySample(Sample sample)
           
 java.util.Collection FishingAreaDao.findFishingAreaBySample(java.lang.String queryString, int pageNumber, int pageSize, Sample sample)
           Does the same thing as FishingAreaDao.findFishingAreaBySample(String, fr.ifremer.allegro.data.sample.Sample) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingAreaDaoBase.findFishingAreaBySample(java.lang.String queryString, int pageNumber, int pageSize, Sample sample)
           
 java.util.Collection FishingAreaDao.findFishingAreaBySample(java.lang.String queryString, Sample sample)
           Does the same thing as FishingAreaDao.findFishingAreaBySample(fr.ifremer.allegro.data.sample.Sample) with an additional argument called queryString.
 java.util.Collection FishingAreaDaoBase.findFishingAreaBySample(java.lang.String queryString, Sample sample)
           
static FishingArea FishingArea.Factory.newInstance(java.util.Collection fisheries, Sample sample, NearbySpecificArea nearbySpecificArea, DepthGradient depthGradient, DistanceToCoastGradient distanceToCoastGradient, Location location, GearUseFeatures gearUseFeatures, VesselUseFeatures vesselUseFeatures, java.util.Collection regulationLocation)
          Constructs a new instance of FishingArea, taking all possible properties (except the identifier(s))as arguments.
 void FishingArea.setSample(Sample sample)
           
 

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

Methods in fr.ifremer.allegro.data.measure that return Sample
 Sample SampleMeasurement.getSample()
           
 

Methods in fr.ifremer.allegro.data.measure with parameters of type Sample
 Measurement SampleMeasurementDao.create(java.lang.Boolean isReferenceMeasurement, Pmfm pmfm, QualityFlag qualityFlag, Sample sample)
           Creates a new fr.ifremer.allegro.data.measure.SampleMeasurement instance from only required properties (attributes and association ends) and adds it to the persistent store.
 SampleMeasurement SampleMeasurementDaoBase.create(java.lang.Boolean isReferenceMeasurement, Pmfm pmfm, QualityFlag qualityFlag, Sample sample)
           
 Measurement SampleMeasurementDao.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 individualNumber, java.lang.Boolean isReferenceMeasurement, Sample sample)
           Creates a new fr.ifremer.allegro.data.measure.SampleMeasurement instance from all attributes and properties and adds it to the persistent store.
 SampleMeasurement SampleMeasurementDaoBase.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 individualNumber, java.lang.Boolean isReferenceMeasurement, Sample sample)
           
 java.lang.Object SampleMeasurementDao.create(int transform, java.lang.Boolean isReferenceMeasurement, Pmfm pmfm, QualityFlag qualityFlag, Sample sample)
           Does the same thing as SampleMeasurementDao.create(java.lang.Boolean,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.sample.Sample) with an additional flag called transform.
 java.lang.Object SampleMeasurementDaoBase.create(int transform, java.lang.Boolean isReferenceMeasurement, Pmfm pmfm, QualityFlag qualityFlag, Sample sample)
           
 java.lang.Object SampleMeasurementDao.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 individualNumber, java.lang.Boolean isReferenceMeasurement, Sample sample)
           Does the same thing as SampleMeasurementDao.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.sample.Sample) with an additional flag called transform.
 java.lang.Object SampleMeasurementDaoBase.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 individualNumber, java.lang.Boolean isReferenceMeasurement, Sample sample)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementBySample(int transform, int pageNumber, int pageSize, Sample sample)
           Does the same thing as SampleMeasurementDao.findSampleMeasurementBySample(int, fr.ifremer.allegro.data.sample.Sample) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementBySample(int transform, int pageNumber, int pageSize, Sample sample)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementBySample(int pageNumber, int pageSize, Sample sample)
           Does the same thing as SampleMeasurementDao.findSampleMeasurementBySample(fr.ifremer.allegro.data.sample.Sample) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementBySample(int pageNumber, int pageSize, Sample sample)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementBySample(int transform, Sample sample)
           Does the same thing as SampleMeasurementDao.findSampleMeasurementBySample(fr.ifremer.allegro.data.sample.Sample) with an additional flag called transform.
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementBySample(int transform, Sample sample)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementBySample(int transform, java.lang.String queryString, int pageNumber, int pageSize, Sample sample)
           Does the same thing as SampleMeasurementDao.findSampleMeasurementBySample(int, String, fr.ifremer.allegro.data.sample.Sample) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementBySample(int transform, java.lang.String queryString, int pageNumber, int pageSize, Sample sample)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementBySample(int transform, java.lang.String queryString, Sample sample)
           Does the same thing as SampleMeasurementDao.findSampleMeasurementBySample(int, fr.ifremer.allegro.data.sample.Sample) with an additional argument called queryString.
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementBySample(int transform, java.lang.String queryString, Sample sample)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementBySample(Sample sample)
           
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementBySample(Sample sample)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementBySample(java.lang.String queryString, int pageNumber, int pageSize, Sample sample)
           Does the same thing as SampleMeasurementDao.findSampleMeasurementBySample(String, fr.ifremer.allegro.data.sample.Sample) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementBySample(java.lang.String queryString, int pageNumber, int pageSize, Sample sample)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementBySample(java.lang.String queryString, Sample sample)
           Does the same thing as SampleMeasurementDao.findSampleMeasurementBySample(fr.ifremer.allegro.data.sample.Sample) with an additional argument called queryString.
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementBySample(java.lang.String queryString, Sample sample)
           
static SampleMeasurement SampleMeasurement.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 individualNumber, java.lang.Boolean isReferenceMeasurement, Sample sample)
          Constructs a new instance of SampleMeasurement, taking all possible properties (except the identifier(s))as arguments.
static SampleMeasurement SampleMeasurement.Factory.newInstance(QualityFlag qualityFlag, Pmfm pmfm, java.lang.Boolean isReferenceMeasurement, Sample sample)
          Constructs a new instance of SampleMeasurement, taking all required and/or read-only properties as arguments.
 void SampleMeasurement.setSample(Sample sample)
           
 

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

Subclasses of Sample in fr.ifremer.allegro.data.sample
 class SampleImpl
           
 

Methods in fr.ifremer.allegro.data.sample that return Sample
 Sample SampleDaoImpl.clusterSampleToEntity(ClusterSample clusterSample)
           
 Sample SampleDao.clusterSampleToEntity(ClusterSample clusterSample)
          Converts an instance of type ClusterSample to this DAO's entity.
 Sample SampleDao.create(java.util.Date creationDate, java.lang.String label, Matrix matrix, Program program, QualityFlag qualityFlag, Department recorderDepartment)
           Creates a new fr.ifremer.allegro.data.sample.Sample instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Sample SampleDaoBase.create(java.util.Date creationDate, java.lang.String label, Matrix matrix, Program program, QualityFlag qualityFlag, Department recorderDepartment)
           
 Sample SampleDao.create(Sample sample)
          Creates an instance of fr.ifremer.allegro.data.sample.Sample and adds it to the persistent store.
 Sample SampleDaoBase.create(Sample sample)
           
 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)
           
 Sample SampleDao.createFromClusterSample(ClusterSample clusterSample)
           
 Sample SampleDaoBase.createFromClusterSample(ClusterSample clusterSample)
           
 Sample SampleDao.findSampleById(java.lang.Integer id)
           
 Sample SampleDaoBase.findSampleById(java.lang.Integer id)
           
 Sample SampleDao.findSampleById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as SampleDao.findSampleById(java.lang.Integer) with an additional argument called queryString.
 Sample SampleDaoBase.findSampleById(java.lang.String queryString, java.lang.Integer id)
           
 Sample SampleDao.findSampleByNaturalId(java.lang.String label, Matrix matrix, FishingOperation fishingOperation, Program program)
           
 Sample SampleDaoBase.findSampleByNaturalId(java.lang.String label, Matrix matrix, FishingOperation fishingOperation, Program program)
           
 Sample SampleDao.findSampleByNaturalId(java.lang.String queryString, java.lang.String label, Matrix matrix, FishingOperation fishingOperation, Program program)
           Does the same thing as SampleDao.findSampleByNaturalId(java.lang.String, fr.ifremer.allegro.referential.pmfm.Matrix, fr.ifremer.allegro.data.operation.FishingOperation, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 Sample SampleDaoBase.findSampleByNaturalId(java.lang.String queryString, java.lang.String label, Matrix matrix, FishingOperation fishingOperation, Program program)
           
 Sample Sample.getParentSample()
           Parent sample.
protected  Sample SampleDaoImpl.handleCreateFromClusterSample(ClusterSample clusterSample)
           
protected abstract  Sample SampleDaoBase.handleCreateFromClusterSample(ClusterSample clusterSample)
          Performs the core logic for SampleDaoBase.createFromClusterSample(fr.ifremer.allegro.data.sample.generic.cluster.ClusterSample)
 Sample SampleDao.load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.sample.Sample from the persistent store.
 Sample SampleDaoBase.load(java.lang.Integer id)
           
static Sample Sample.Factory.newInstance()
          Constructs a new instance of Sample.
static Sample Sample.Factory.newInstance(java.lang.String label, java.util.Date creationDate, Matrix matrix, Program program, Department recorderDepartment, QualityFlag qualityFlag)
          Constructs a new instance of Sample, taking all required and/or read-only properties as arguments.
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.
 Sample SampleDaoImpl.remoteSampleFullVOToEntity(RemoteSampleFullVO remoteSampleFullVO)
           
 Sample SampleDao.remoteSampleFullVOToEntity(RemoteSampleFullVO remoteSampleFullVO)
          Converts an instance of type RemoteSampleFullVO to this DAO's entity.
 Sample SampleDaoImpl.remoteSampleNaturalIdToEntity(RemoteSampleNaturalId remoteSampleNaturalId)
           
 Sample SampleDao.remoteSampleNaturalIdToEntity(RemoteSampleNaturalId remoteSampleNaturalId)
          Converts an instance of type RemoteSampleNaturalId to this DAO's entity.
protected  Sample SampleDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.data.sample with parameters of type Sample
 void SampleDaoImpl.clusterSampleToEntity(ClusterSample source, Sample target, boolean copyIfNull)
           
 void SampleDao.clusterSampleToEntity(ClusterSample source, Sample target, boolean copyIfNull)
          Copies the fields of ClusterSample to the specified entity.
 void SampleDaoBase.clusterSampleToEntity(ClusterSample source, Sample target, boolean copyIfNull)
           
 java.lang.Object SampleDao.create(int transform, Sample sample)
           Does the same thing as SampleDao.create(fr.ifremer.allegro.data.sample.Sample) with an additional flag called transform.
 java.lang.Object SampleDaoBase.create(int transform, Sample sample)
           
 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(Sample sample)
          Creates an instance of fr.ifremer.allegro.data.sample.Sample and adds it to the persistent store.
 Sample SampleDaoBase.create(Sample sample)
           
 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.findSampleByParentSample(int transform, int pageNumber, int pageSize, Sample parentSample)
           Does the same thing as SampleDao.findSampleByParentSample(int, fr.ifremer.allegro.data.sample.Sample) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleDaoBase.findSampleByParentSample(int transform, int pageNumber, int pageSize, Sample parentSample)
           
 java.util.Collection SampleDao.findSampleByParentSample(int pageNumber, int pageSize, Sample parentSample)
           Does the same thing as SampleDao.findSampleByParentSample(fr.ifremer.allegro.data.sample.Sample) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleDaoBase.findSampleByParentSample(int pageNumber, int pageSize, Sample parentSample)
           
 java.util.Collection SampleDao.findSampleByParentSample(int transform, Sample parentSample)
           Does the same thing as SampleDao.findSampleByParentSample(fr.ifremer.allegro.data.sample.Sample) with an additional flag called transform.
 java.util.Collection SampleDaoBase.findSampleByParentSample(int transform, Sample parentSample)
           
 java.util.Collection SampleDao.findSampleByParentSample(int transform, java.lang.String queryString, int pageNumber, int pageSize, Sample parentSample)
           Does the same thing as SampleDao.findSampleByParentSample(int, String, fr.ifremer.allegro.data.sample.Sample) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleDaoBase.findSampleByParentSample(int transform, java.lang.String queryString, int pageNumber, int pageSize, Sample parentSample)
           
 java.util.Collection SampleDao.findSampleByParentSample(int transform, java.lang.String queryString, Sample parentSample)
           Does the same thing as SampleDao.findSampleByParentSample(int, fr.ifremer.allegro.data.sample.Sample) with an additional argument called queryString.
 java.util.Collection SampleDaoBase.findSampleByParentSample(int transform, java.lang.String queryString, Sample parentSample)
           
 java.util.Collection SampleDao.findSampleByParentSample(Sample parentSample)
           
 java.util.Collection SampleDaoBase.findSampleByParentSample(Sample parentSample)
           
 java.util.Collection SampleDao.findSampleByParentSample(java.lang.String queryString, int pageNumber, int pageSize, Sample parentSample)
           Does the same thing as SampleDao.findSampleByParentSample(String, fr.ifremer.allegro.data.sample.Sample) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleDaoBase.findSampleByParentSample(java.lang.String queryString, int pageNumber, int pageSize, Sample parentSample)
           
 java.util.Collection SampleDao.findSampleByParentSample(java.lang.String queryString, Sample parentSample)
           Does the same thing as SampleDao.findSampleByParentSample(fr.ifremer.allegro.data.sample.Sample) with an additional argument called queryString.
 java.util.Collection SampleDaoBase.findSampleByParentSample(java.lang.String queryString, Sample parentSample)
           
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 SampleDaoImpl.remoteSampleFullVOToEntity(RemoteSampleFullVO source, Sample target, boolean copyIfNull)
           
 void SampleDao.remoteSampleFullVOToEntity(RemoteSampleFullVO source, Sample target, boolean copyIfNull)
          Copies the fields of RemoteSampleFullVO to the specified entity.
 void SampleDaoBase.remoteSampleFullVOToEntity(RemoteSampleFullVO source, Sample target, boolean copyIfNull)
           
 void SampleDaoImpl.remoteSampleNaturalIdToEntity(RemoteSampleNaturalId source, Sample target, boolean copyIfNull)
           
 void SampleDao.remoteSampleNaturalIdToEntity(RemoteSampleNaturalId source, Sample target, boolean copyIfNull)
          Copies the fields of RemoteSampleNaturalId to the specified entity.
 void SampleDaoBase.remoteSampleNaturalIdToEntity(RemoteSampleNaturalId source, Sample target, boolean copyIfNull)
           
 void SampleDao.remove(Sample sample)
          Removes the instance of fr.ifremer.allegro.data.sample.Sample from the persistent store.
 void SampleDaoBase.remove(Sample sample)
           
 void Sample.setParentSample(Sample parentSample)
           
 ClusterSample SampleDaoImpl.toClusterSample(Sample entity)
           
 ClusterSample SampleDao.toClusterSample(Sample entity)
          Converts this DAO's entity to an object of type ClusterSample.
 ClusterSample SampleDaoBase.toClusterSample(Sample entity)
           
 void SampleDaoImpl.toClusterSample(Sample source, ClusterSample target)
           
 void SampleDao.toClusterSample(Sample source, ClusterSample target)
          Copies the fields of the specified entity to the target value object.
 void SampleDaoBase.toClusterSample(Sample source, ClusterSample target)
           
 RemoteSampleFullVO SampleDaoImpl.toRemoteSampleFullVO(Sample entity)
           
 RemoteSampleFullVO SampleDao.toRemoteSampleFullVO(Sample entity)
          Converts this DAO's entity to an object of type RemoteSampleFullVO.
 RemoteSampleFullVO SampleDaoBase.toRemoteSampleFullVO(Sample entity)
           
 void SampleDaoImpl.toRemoteSampleFullVO(Sample source, RemoteSampleFullVO target)
           
 void SampleDao.toRemoteSampleFullVO(Sample source, RemoteSampleFullVO target)
          Copies the fields of the specified entity to the target value object.
 void SampleDaoBase.toRemoteSampleFullVO(Sample source, RemoteSampleFullVO target)
           
 RemoteSampleNaturalId SampleDaoImpl.toRemoteSampleNaturalId(Sample entity)
           
 RemoteSampleNaturalId SampleDao.toRemoteSampleNaturalId(Sample entity)
          Converts this DAO's entity to an object of type RemoteSampleNaturalId.
 RemoteSampleNaturalId SampleDaoBase.toRemoteSampleNaturalId(Sample entity)
           
 void SampleDaoImpl.toRemoteSampleNaturalId(Sample source, RemoteSampleNaturalId target)
           
 void SampleDao.toRemoteSampleNaturalId(Sample source, RemoteSampleNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void SampleDaoBase.toRemoteSampleNaturalId(Sample source, RemoteSampleNaturalId target)
           
protected  java.lang.Object SampleDaoBase.transformEntity(int transform, Sample 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.sample.SampleDao, please note that the SampleDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void SampleDao.update(Sample sample)
          Updates the sample instance in the persistent store.
 void SampleDaoBase.update(Sample sample)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.