Package | Description |
---|---|
fr.ifremer.adagio.core.dao.data.fishingArea | |
fr.ifremer.adagio.core.dao.data.measure | |
fr.ifremer.adagio.core.dao.data.operation | |
fr.ifremer.adagio.core.dao.data.sample |
Modifier and Type | Method and Description |
---|---|
Sample |
FishingArea.getSample()
Un prélèvement représente un (et un seul) support, prélevé au cours d'une opération de peche,
d'un
échantillonnage au débarquement ou d'une vente.
|
Modifier and Type | Method and Description |
---|---|
static FishingArea |
FishingArea.Factory.newInstance(Date qualificationDate,
String qualificationComments,
Collection<FishingArea2ManagedLocation> fishingArea2ManagedLocations,
Collection<FishingArea2RegulationLocation> regulationLocations,
Produce produce,
GearUseFeatures gearUseFeatures,
VesselUseFeatures vesselUseFeatures,
NearbySpecificArea nearbySpecificArea,
DepthGradient depthGradient,
DistanceToCoastGradient distanceToCoastGradient,
Location location,
Sale sale,
QualityFlag qualityFlag,
Sample sample)
Constructs a new instance of
FishingArea , taking all possible properties
(except the identifier(s))as arguments. |
void |
FishingArea.setSample(Sample sampleIn)
Un prélèvement représente un (et un seul) support, prélevé au cours d'une opération de peche,
d'un
échantillonnage au débarquement ou d'une vente.
|
Modifier and Type | Method and Description |
---|---|
Sample |
SampleMeasurement.getSample()
Un prélèvement représente un (et un seul) support, prélevé au cours d'une opération de peche,
d'un
échantillonnage au débarquement ou d'une vente.
|
Modifier and Type | Method and Description |
---|---|
Object |
SampleMeasurementDaoBase.create(int transform,
Pmfm pmfm,
QualityFlag qualityFlag,
Boolean isReferenceMeasurement,
Sample sample)
Does the same thing as
#create(Boolean) with an
additional flag called transform . |
Object |
SampleMeasurementDao.create(int transform,
Pmfm pmfm,
QualityFlag qualityFlag,
Boolean isReferenceMeasurement,
Sample sample)
Does the same thing as
#create(Boolean) with an
additional flag called transform . |
SampleMeasurement |
SampleMeasurementDaoBase.create(Pmfm pmfm,
QualityFlag qualityFlag,
Boolean isReferenceMeasurement,
Sample sample)
Creates a new
SampleMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SampleMeasurement |
SampleMeasurementDao.create(Pmfm pmfm,
QualityFlag qualityFlag,
Boolean isReferenceMeasurement,
Sample sample)
Creates a new
SampleMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static SampleMeasurement |
SampleMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
AggregationLevel aggregationLevel,
QualitativeValue qualitativeValue,
QualityFlag qualityFlag,
PrecisionType precisionType,
AnalysisInstrument analysisInstrument,
Pmfm pmfm,
Department department,
NumericalPrecision numericalPrecision,
Short individualNumber,
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,
Boolean isReferenceMeasurement,
Sample sample)
Constructs a new instance of
SampleMeasurement , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
SampleMeasurement.setSample(Sample sampleIn)
Un prélèvement représente un (et un seul) support, prélevé au cours d'une opération de peche,
d'un
échantillonnage au débarquement ou d'une vente.
|
Modifier and Type | Method and Description |
---|---|
Collection<Sample> |
FishingOperation.getSamples()
Un prélèvement représente un (et un seul) support, prélevé au cours d'une opération de peche,
d'un
échantillonnage au débarquement ou d'une vente.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FishingOperation.addSamples(Sample elementToAdd)
Un prélèvement représente un (et un seul) support, prélevé au cours d'une opération de peche,
d'un
échantillonnage au débarquement ou d'une vente.
|
boolean |
FishingOperation.removeSamples(Sample elementToRemove)
Un prélèvement représente un (et un seul) support, prélevé au cours d'une opération de peche,
d'un
échantillonnage au débarquement ou d'une vente.
|
Modifier and Type | Method and Description |
---|---|
static FishingOperation |
FishingOperation.Factory.newInstance(String name,
Short rankOrderOnPeriod,
Date startDateTime,
Date endDateTime,
Boolean isMainOperation,
LineString position,
String comments,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Collection<VesselPersonFeatures> vesselPersonFeatures,
QualityFlag qualityFlag,
Vessel vessel,
Collection<OperationVesselAssociation> operationVesselAssociations,
Collection<GearUseFeatures> gearUseFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
GearPhysicalFeatures gearPhysicalFeatures,
Collection<VesselPositionVMS> vesselPositionVMSs,
Collection<VesselPosition> vesselPositions,
FishingTrip fishingTrip,
Date fishingStartDateTime,
Date fishingEndDateTime,
Boolean hasCatch,
Collection<Produce> produces,
CatchBatch catchBatch,
Collection<Sample> samples)
Constructs a new instance of
FishingOperation , taking all possible properties
(except the identifier(s))as arguments. |
void |
FishingOperation.setSamples(Collection<Sample> samplesIn)
Un prélèvement représente un (et un seul) support, prélevé au cours d'une opération de peche,
d'un
échantillonnage au débarquement ou d'une vente.
|
Modifier and Type | Class and Description |
---|---|
class |
SampleImpl |
Modifier and Type | Method and Description |
---|---|
Sample |
SampleDaoBase.create(Date creationDate,
String label,
Matrix matrix,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate)
Creates a new
Sample
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Sample |
SampleDao.create(Date creationDate,
String label,
Matrix matrix,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate)
Creates a new
Sample
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Sample |
SampleDaoBase.create(Sample sample)
Creates an instance of Sample and adds it to the persistent store.
|
Sample |
SampleDao.create(Sample sample)
Creates an instance of Sample and adds it to the persistent store.
|
Sample |
SampleDaoBase.create(String label,
Date sampleDate,
Short individualCount,
Float size,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate)
Creates a new
Sample
instance from all attributes and adds it to
the persistent store. |
Sample |
SampleDao.create(String label,
Date sampleDate,
Short individualCount,
Float size,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate)
Creates a new
Sample
instance from all attributes and adds it to
the persistent store. |
Sample |
SampleDaoBase.get(Integer id)
Gets an instance of Sample from the persistent store.
|
Sample |
SampleDao.get(Integer id)
Gets an instance of Sample from the persistent store.
|
Sample |
Sample.getParentSample()
Parent sample.
|
Sample |
SampleDaoBase.load(Integer id)
Loads an instance of Sample from the persistent store.
|
Sample |
SampleDao.load(Integer id)
Loads an instance of Sample from the persistent store.
|
static Sample |
Sample.Factory.newInstance()
Constructs a new instance of
Sample . |
static Sample |
Sample.Factory.newInstance(String label,
Date sampleDate,
Short individualCount,
Float size,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<FishingArea> fishingAreas,
Unit sizeUnit,
Department recorderDepartment,
Collection<Sample> childSamples,
Sample parentSample,
Person recorderPerson,
FishingOperation fishingOperation,
Collection<SampleMeasurement> sampleMeasurements,
TaxonGroup taxonGroup,
Matrix matrix,
QualityFlag qualityFlag,
Batch batch,
ReferenceTaxon referenceTaxon,
Program program)
Constructs a new instance of
Sample , taking all possible properties
(except the identifier(s))as arguments. |
static Sample |
Sample.Factory.newInstance(String label,
Date creationDate,
Timestamp updateDate,
Department recorderDepartment,
Matrix matrix,
QualityFlag qualityFlag,
Program program)
Constructs a new instance of
Sample , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected Sample |
SampleDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<Sample> |
SampleDaoBase.create(Collection<Sample> entities)
Creates a new instance of Sample and adds
from the passed in
entities collection |
Collection<Sample> |
SampleDao.create(Collection<Sample> entities)
Creates a new instance of Sample and adds
from the passed in
entities collection |
Collection<Sample> |
Sample.getChildSamples()
Un prélèvement représente un (et un seul) support, prélevé au cours d'une opération de peche,
d'un
échantillonnage au débarquement ou d'une vente.
|
Collection<Sample> |
SampleDaoBase.loadAll()
Loads all entities of type
Sample . |
Collection<Sample> |
SampleDao.loadAll()
Loads all entities of type
Sample . |
Set<Sample> |
SampleDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Sample> |
SampleDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
Sample.addChildSamples(Sample elementToAdd)
Un prélèvement représente un (et un seul) support, prélevé au cours d'une opération de peche,
d'un
échantillonnage au débarquement ou d'une vente.
|
int |
Sample.compareTo(Sample o) |
Object |
SampleDaoBase.create(int transform,
Sample sample)
Does the same thing as
SampleDao.create(Sample) with an
additional flag called transform . |
Object |
SampleDao.create(int transform,
Sample sample)
Does the same thing as
SampleDao.create(Sample) with an
additional flag called transform . |
Sample |
SampleDaoBase.create(Sample sample)
Creates an instance of Sample and adds it to the persistent store.
|
Sample |
SampleDao.create(Sample sample)
Creates an instance of Sample and adds it to the persistent store.
|
static Sample |
Sample.Factory.newInstance(String label,
Date sampleDate,
Short individualCount,
Float size,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<FishingArea> fishingAreas,
Unit sizeUnit,
Department recorderDepartment,
Collection<Sample> childSamples,
Sample parentSample,
Person recorderPerson,
FishingOperation fishingOperation,
Collection<SampleMeasurement> sampleMeasurements,
TaxonGroup taxonGroup,
Matrix matrix,
QualityFlag qualityFlag,
Batch batch,
ReferenceTaxon referenceTaxon,
Program program)
Constructs a new instance of
Sample , taking all possible properties
(except the identifier(s))as arguments. |
void |
SampleDaoBase.remove(Sample sample)
Removes the instance of Sample from the persistent store.
|
void |
SampleDao.remove(Sample sample)
Removes the instance of Sample from the persistent store.
|
boolean |
Sample.removeChildSamples(Sample elementToRemove)
Un prélèvement représente un (et un seul) support, prélevé au cours d'une opération de peche,
d'un
échantillonnage au débarquement ou d'une vente.
|
void |
Sample.setParentSample(Sample parentSampleIn)
Parent sample.
|
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 SampleDao , please note
that the SampleDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
SampleDao.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.adagio.core.dao.data.sample.SampleDao , please note
that the SampleDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
SampleDaoBase.update(Sample sample)
Updates the
sample instance in the persistent store. |
void |
SampleDao.update(Sample sample)
Updates the
sample instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<Sample> |
SampleDaoBase.create(Collection<Sample> entities)
Creates a new instance of Sample and adds
from the passed in
entities collection |
Collection<Sample> |
SampleDao.create(Collection<Sample> entities)
Creates a new instance of Sample and adds
from the passed in
entities collection |
Collection<?> |
SampleDaoBase.create(int transform,
Collection<Sample> entities)
Does the same thing as
SampleDao.create(Sample) with an
additional flag called transform . |
Collection<?> |
SampleDao.create(int transform,
Collection<Sample> entities)
Does the same thing as
SampleDao.create(Sample) with an
additional flag called transform . |
static Sample |
Sample.Factory.newInstance(String label,
Date sampleDate,
Short individualCount,
Float size,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<FishingArea> fishingAreas,
Unit sizeUnit,
Department recorderDepartment,
Collection<Sample> childSamples,
Sample parentSample,
Person recorderPerson,
FishingOperation fishingOperation,
Collection<SampleMeasurement> sampleMeasurements,
TaxonGroup taxonGroup,
Matrix matrix,
QualityFlag qualityFlag,
Batch batch,
ReferenceTaxon referenceTaxon,
Program program)
Constructs a new instance of
Sample , taking all possible properties
(except the identifier(s))as arguments. |
void |
SampleDaoBase.remove(Collection<Sample> entities)
Removes all entities in the given
entities collection. |
void |
SampleDao.remove(Collection<Sample> entities)
Removes all entities in the given
entities collection. |
void |
Sample.setChildSamples(Collection<Sample> childSamplesIn)
Un prélèvement représente un (et un seul) support, prélevé au cours d'une opération de peche,
d'un
échantillonnage au débarquement ou d'une vente.
|
void |
SampleDaoBase.update(Collection<Sample> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
SampleDao.update(Collection<Sample> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.