| Modifier and Type | Method and Description |
|---|---|
Location |
Program2Person.getLocation() |
Location |
Program2Department.getLocation()
Lieu sur lequel le département a les droits
|
Location |
AppliedStrategy.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Location> |
Program.getLocations()
Lieux concernés par le programme.Les lieux sont obligatoirement
du type de lieu rattaché au programme (cf.
|
| Modifier and Type | Method and Description |
|---|---|
AppliedStrategy |
AppliedStrategyDao.create(Collection<AppliedPeriod> appliedPeriods,
Location location,
Strategy strategy)
Creates a new
fr.ifremer.adagio.core.dao.administration.programStrategy.AppliedStrategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
AppliedStrategy |
AppliedStrategyDaoBase.create(Collection<AppliedPeriod> appliedPeriods,
Location location,
Strategy strategy) |
Program2Department |
Program2DepartmentDaoBase.create(Department department,
Location location,
Program program,
ProgramPrivilege programPrivilege) |
Program2Department |
Program2DepartmentDao.create(Department department,
Location location,
Program program,
ProgramPrivilege programPrivilege)
Creates a new
fr.ifremer.adagio.core.dao.administration.programStrategy.Program2Department
instance from all attributes and
properties and adds it to the persistent store. |
Object |
AppliedStrategyDao.create(int transform,
Collection<AppliedPeriod> appliedPeriods,
Location location,
Strategy strategy)
Does the same thing as
#create(java.util.Collection with an
additional flag called transform. |
Object |
AppliedStrategyDaoBase.create(int transform,
Collection<AppliedPeriod> appliedPeriods,
Location location,
Strategy strategy) |
Object |
Program2DepartmentDaoBase.create(int transform,
Department department,
Location location,
Program program,
ProgramPrivilege programPrivilege) |
Object |
Program2DepartmentDao.create(int transform,
Department department,
Location location,
Program program,
ProgramPrivilege programPrivilege)
Does the same thing as
Program2DepartmentDao.create(fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.administration.programStrategy.ProgramPrivilege) with an
additional flag called transform. |
Object |
Program2PersonDaoBase.create(int transform,
Person person,
Location location,
Program program,
ProgramPrivilege programPrivilege) |
Object |
Program2PersonDao.create(int transform,
Person person,
Location location,
Program program,
ProgramPrivilege programPrivilege)
Does the same thing as
Program2PersonDao.create(fr.ifremer.adagio.core.dao.administration.user.Person,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.administration.programStrategy.ProgramPrivilege) with an
additional flag called transform. |
Object |
AppliedStrategyDao.create(int transform,
Strategy strategy,
Collection<PmfmAppliedStrategy> pmfmAppliedStrategies,
Location location,
Collection<AppliedPeriod> appliedPeriods,
Collection<BatchModelAppliedStrategy> batchModelAppliedStrategies)
Does the same thing as
#create(fr.ifremer.adagio.core.dao.administration.programStrategy.Strategy,java.util.Collection with an
additional flag called transform. |
Object |
AppliedStrategyDaoBase.create(int transform,
Strategy strategy,
Collection<PmfmAppliedStrategy> pmfmAppliedStrategies,
Location location,
Collection<AppliedPeriod> appliedPeriods,
Collection<BatchModelAppliedStrategy> batchModelAppliedStrategies) |
Program2Person |
Program2PersonDaoBase.create(Person person,
Location location,
Program program,
ProgramPrivilege programPrivilege) |
Program2Person |
Program2PersonDao.create(Person person,
Location location,
Program program,
ProgramPrivilege programPrivilege)
Creates a new
fr.ifremer.adagio.core.dao.administration.programStrategy.Program2Person
instance from all attributes and
properties and adds it to the persistent store. |
AppliedStrategy |
AppliedStrategyDao.create(Strategy strategy,
Collection<PmfmAppliedStrategy> pmfmAppliedStrategies,
Location location,
Collection<AppliedPeriod> appliedPeriods,
Collection<BatchModelAppliedStrategy> batchModelAppliedStrategies)
Creates a new
fr.ifremer.adagio.core.dao.administration.programStrategy.AppliedStrategy
instance from all attributes and
properties and adds it to the persistent store. |
AppliedStrategy |
AppliedStrategyDaoBase.create(Strategy strategy,
Collection<PmfmAppliedStrategy> pmfmAppliedStrategies,
Location location,
Collection<AppliedPeriod> appliedPeriods,
Collection<BatchModelAppliedStrategy> batchModelAppliedStrategies) |
static Program2Department |
Program2Department.Factory.newInstance(Department department,
Location location,
Program program,
ProgramPrivilege programPrivilege)
Constructs a new instance of
Program2Department, taking all possible properties
(except the identifier(s))as arguments. |
static Program2Person |
Program2Person.Factory.newInstance(Person person,
Location location,
Program program,
ProgramPrivilege programPrivilege)
Constructs a new instance of
Program2Person, taking all possible properties
(except the identifier(s))as arguments. |
static AppliedStrategy |
AppliedStrategy.Factory.newInstance(Strategy strategy,
Collection<PmfmAppliedStrategy> pmfmAppliedStrategies,
Location location,
Collection<AppliedPeriod> appliedPeriods,
Collection<BatchModelAppliedStrategy> batchModelAppliedStrategies)
Constructs a new instance of
AppliedStrategy, taking all possible properties
(except the identifier(s))as arguments. |
static AppliedStrategy |
AppliedStrategy.Factory.newInstance(Strategy strategy,
Location location,
Collection<AppliedPeriod> appliedPeriods)
Constructs a new instance of
AppliedStrategy, taking all required and/or
read-only properties as arguments. |
void |
Program2Person.setLocation(Location location) |
void |
Program2Department.setLocation(Location location) |
void |
AppliedStrategy.setLocation(Location location) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ProgramDaoBase.create(int transform,
String code,
String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Strategy> strategies,
Collection<Location> locations,
Collection<LocationClassification> locationClassifications,
Collection<Program2Person> programUsers,
TaxonGroupType taxonGroupType,
GearClassification gearClassification,
Collection<Program2Department> program2Departments) |
Object |
ProgramDao.create(int transform,
String code,
String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Strategy> strategies,
Collection<Location> locations,
Collection<LocationClassification> locationClassifications,
Collection<Program2Person> programUsers,
TaxonGroupType taxonGroupType,
GearClassification gearClassification,
Collection<Program2Department> program2Departments)
Does the same thing as
#create(java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
Program |
ProgramDaoBase.create(String code,
String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Strategy> strategies,
Collection<Location> locations,
Collection<LocationClassification> locationClassifications,
Collection<Program2Person> programUsers,
TaxonGroupType taxonGroupType,
GearClassification gearClassification,
Collection<Program2Department> program2Departments) |
Program |
ProgramDao.create(String code,
String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Strategy> strategies,
Collection<Location> locations,
Collection<LocationClassification> locationClassifications,
Collection<Program2Person> programUsers,
TaxonGroupType taxonGroupType,
GearClassification gearClassification,
Collection<Program2Department> program2Departments)
Creates a new
fr.ifremer.adagio.core.dao.administration.programStrategy.Program
instance from all attributes and
properties and adds it to the persistent store. |
static Program |
Program.Factory.newInstance(String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Strategy> strategies,
Collection<Location> locations,
Collection<LocationClassification> locationClassifications,
Collection<Program2Person> programUsers,
TaxonGroupType taxonGroupType,
GearClassification gearClassification,
Collection<Program2Department> program2Departments)
Constructs a new instance of
Program, taking all possible properties
(except the identifier(s))as arguments. |
void |
Program.setLocations(Collection<Location> locations) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Location> |
AgeReaderQualification.getLocations() |
| Modifier and Type | Method and Description |
|---|---|
AgeReaderQualification |
AgeReaderQualificationDao.create(Collection<Location> locations,
Integer qualificationLevel,
ReferenceTaxon referenceTaxon,
Date startDate)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.ageReader.AgeReaderQualification
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
AgeReaderQualification |
AgeReaderQualificationDaoBase.create(Collection<Location> locations,
Integer qualificationLevel,
ReferenceTaxon referenceTaxon,
Date startDate) |
AgeReaderQualification |
AgeReaderQualificationDao.create(Date startDate,
Date endDate,
Integer qualificationLevel,
Collection<Person> people,
ReferenceTaxon referenceTaxon,
Collection<Location> locations)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.ageReader.AgeReaderQualification
instance from all attributes and
properties and adds it to the persistent store. |
AgeReaderQualification |
AgeReaderQualificationDaoBase.create(Date startDate,
Date endDate,
Integer qualificationLevel,
Collection<Person> people,
ReferenceTaxon referenceTaxon,
Collection<Location> locations) |
Object |
AgeReaderQualificationDao.create(int transform,
Collection<Location> locations,
Integer qualificationLevel,
ReferenceTaxon referenceTaxon,
Date startDate)
Does the same thing as
#create(java.util.Collection with an
additional flag called transform. |
Object |
AgeReaderQualificationDaoBase.create(int transform,
Collection<Location> locations,
Integer qualificationLevel,
ReferenceTaxon referenceTaxon,
Date startDate) |
Object |
AgeReaderQualificationDao.create(int transform,
Date startDate,
Date endDate,
Integer qualificationLevel,
Collection<Person> people,
ReferenceTaxon referenceTaxon,
Collection<Location> locations)
Does the same thing as
#create(java.util.Date,java.util.Date,java.lang.Integer,java.util.Collection with an
additional flag called transform. |
Object |
AgeReaderQualificationDaoBase.create(int transform,
Date startDate,
Date endDate,
Integer qualificationLevel,
Collection<Person> people,
ReferenceTaxon referenceTaxon,
Collection<Location> locations) |
static AgeReaderQualification |
AgeReaderQualification.Factory.newInstance(Date startDate,
Date endDate,
Integer qualificationLevel,
Collection<Person> people,
ReferenceTaxon referenceTaxon,
Collection<Location> locations)
Constructs a new instance of
AgeReaderQualification, taking all possible properties
(except the identifier(s))as arguments. |
static AgeReaderQualification |
AgeReaderQualification.Factory.newInstance(Date startDate,
Integer qualificationLevel,
ReferenceTaxon referenceTaxon,
Collection<Location> locations)
Constructs a new instance of
AgeReaderQualification, taking all required and/or
read-only properties as arguments. |
void |
AgeReaderQualification.setLocations(Collection<Location> locations) |
| Modifier and Type | Method and Description |
|---|---|
Location |
Batch.getLocation()
Zone de pêche.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SortingBatchDaoBase.create(int transform,
Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
Float samplingRatio,
String samplingRatioText,
TaxonGroup taxonGroup,
CatchBatch rootBatch,
ReferenceTaxon referenceTaxon,
Collection<SortingMeasurement> sortingMeasurements) |
Object |
SortingBatchDao.create(int transform,
Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
Float samplingRatio,
String samplingRatioText,
TaxonGroup taxonGroup,
CatchBatch rootBatch,
ReferenceTaxon referenceTaxon,
Collection<SortingMeasurement> sortingMeasurements)
Does the same thing as
#create(java.lang.Short,java.lang.Float,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.lang.String,java.lang.String,java.util.Collection with an
additional flag called transform. |
Object |
CatchBatchDaoBase.create(int transform,
Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
String synchronizationStatus,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
BatchModel batchModel,
Sale sale,
Landing landing,
FishingOperation fishingOperation) |
Object |
CatchBatchDao.create(int transform,
Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
String synchronizationStatus,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
BatchModel batchModel,
Sale sale,
Landing landing,
FishingOperation fishingOperation)
Does the same thing as
#create(java.lang.Short,java.lang.Float,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.lang.String,java.lang.String,java.util.Collection with an
additional flag called transform. |
SortingBatch |
SortingBatchDaoBase.create(Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
Float samplingRatio,
String samplingRatioText,
TaxonGroup taxonGroup,
CatchBatch rootBatch,
ReferenceTaxon referenceTaxon,
Collection<SortingMeasurement> sortingMeasurements) |
SortingBatch |
SortingBatchDao.create(Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
Float samplingRatio,
String samplingRatioText,
TaxonGroup taxonGroup,
CatchBatch rootBatch,
ReferenceTaxon referenceTaxon,
Collection<SortingMeasurement> sortingMeasurements)
Creates a new
fr.ifremer.adagio.core.dao.data.batch.SortingBatch
instance from all attributes and
properties and adds it to the persistent store. |
CatchBatch |
CatchBatchDaoBase.create(Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
String synchronizationStatus,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
BatchModel batchModel,
Sale sale,
Landing landing,
FishingOperation fishingOperation) |
CatchBatch |
CatchBatchDao.create(Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
String synchronizationStatus,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
BatchModel batchModel,
Sale sale,
Landing landing,
FishingOperation fishingOperation)
Creates a new
fr.ifremer.adagio.core.dao.data.batch.CatchBatch
instance from all attributes and
properties and adds it to the persistent store. |
static SortingBatch |
SortingBatch.Factory.newInstance(Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
Float samplingRatio,
String samplingRatioText,
TaxonGroup taxonGroup,
CatchBatch rootBatch,
ReferenceTaxon referenceTaxon,
Collection<SortingMeasurement> sortingMeasurements)
Constructs a new instance of
SortingBatch, taking all possible properties
(except the identifier(s))as arguments. |
static CatchBatch |
CatchBatch.Factory.newInstance(Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
String synchronizationStatus,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
BatchModel batchModel,
Sale sale,
Landing landing,
FishingOperation fishingOperation)
Constructs a new instance of
CatchBatch, taking all possible properties
(except the identifier(s))as arguments. |
void |
Batch.setLocation(Location location) |
| Modifier and Type | Method and Description |
|---|---|
Location |
FishingArea2RegulationLocationPK.getLocation() |
Location |
FishingArea.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
FishingArea |
FishingAreaDao.create(DistanceToCoastGradient distanceToCoastGradient,
DepthGradient depthGradient,
Location location,
NearbySpecificArea nearbySpecificArea,
Sale sale,
Collection<FishingArea2RegulationLocation> regulationLocation,
Sample sample,
Produce produce,
VesselUseFeatures vesselUseFeatures,
GearUseFeatures gearUseFeatures)
Creates a new
fr.ifremer.adagio.core.dao.data.fishingArea.FishingArea
instance from all attributes and
properties and adds it to the persistent store. |
FishingArea |
FishingAreaDaoBase.create(DistanceToCoastGradient distanceToCoastGradient,
DepthGradient depthGradient,
Location location,
NearbySpecificArea nearbySpecificArea,
Sale sale,
Collection<FishingArea2RegulationLocation> regulationLocation,
Sample sample,
Produce produce,
VesselUseFeatures vesselUseFeatures,
GearUseFeatures gearUseFeatures) |
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDaoBase.create(FishingArea fishingArea,
Location location) |
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDao.create(FishingArea fishingArea,
Location location)
Creates a new
fr.ifremer.adagio.core.dao.data.fishingArea.FishingArea2RegulationLocation
instance from all attributes and
properties and adds it to the persistent store. |
Object |
FishingAreaDao.create(int transform,
DistanceToCoastGradient distanceToCoastGradient,
DepthGradient depthGradient,
Location location,
NearbySpecificArea nearbySpecificArea,
Sale sale,
Collection<FishingArea2RegulationLocation> regulationLocation,
Sample sample,
Produce produce,
VesselUseFeatures vesselUseFeatures,
GearUseFeatures gearUseFeatures)
Does the same thing as
#create(fr.ifremer.adagio.core.dao.referential.DistanceToCoastGradient,fr.ifremer.adagio.core.dao.referential.DepthGradient,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.NearbySpecificArea,fr.ifremer.adagio.core.dao.data.survey.sale.Sale,java.util.Collection with an
additional flag called transform. |
Object |
FishingAreaDaoBase.create(int transform,
DistanceToCoastGradient distanceToCoastGradient,
DepthGradient depthGradient,
Location location,
NearbySpecificArea nearbySpecificArea,
Sale sale,
Collection<FishingArea2RegulationLocation> regulationLocation,
Sample sample,
Produce produce,
VesselUseFeatures vesselUseFeatures,
GearUseFeatures gearUseFeatures) |
Object |
FishingArea2RegulationLocationDaoBase.create(int transform,
FishingArea fishingArea,
Location location) |
Object |
FishingArea2RegulationLocationDao.create(int transform,
FishingArea fishingArea,
Location location)
Does the same thing as
FishingArea2RegulationLocationDao.create(fr.ifremer.adagio.core.dao.data.fishingArea.FishingArea,fr.ifremer.adagio.core.dao.referential.location.Location) with an
additional flag called transform. |
Object |
FishingAreaDao.create(int transform,
Location location)
Does the same thing as
FishingAreaDao.create(fr.ifremer.adagio.core.dao.referential.location.Location) with an
additional flag called transform. |
Object |
FishingAreaDaoBase.create(int transform,
Location location) |
FishingArea |
FishingAreaDao.create(Location location)
Creates a new
fr.ifremer.adagio.core.dao.data.fishingArea.FishingArea
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingArea |
FishingAreaDaoBase.create(Location location) |
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDaoBase.load(FishingArea fishingArea,
Location location) |
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDao.load(FishingArea fishingArea,
Location location)
Loads an instance of fr.ifremer.adagio.core.dao.data.fishingArea.FishingArea2RegulationLocation from the persistent store.
|
Object |
FishingArea2RegulationLocationDaoBase.load(int transform,
FishingArea fishingArea,
Location location) |
Object |
FishingArea2RegulationLocationDao.load(int transform,
FishingArea fishingArea,
Location location)
Does the same thing as
FishingArea2RegulationLocationDao.load(fr.ifremer.adagio.core.dao.data.fishingArea.FishingArea,fr.ifremer.adagio.core.dao.referential.location.Location) with an
additional flag called transform. |
static FishingArea |
FishingArea.Factory.newInstance(DistanceToCoastGradient distanceToCoastGradient,
DepthGradient depthGradient,
Location location,
NearbySpecificArea nearbySpecificArea,
Sale sale,
Collection<FishingArea2RegulationLocation> regulationLocation,
Sample sample,
Produce produce,
VesselUseFeatures vesselUseFeatures,
GearUseFeatures gearUseFeatures)
Constructs a new instance of
FishingArea, taking all possible properties
(except the identifier(s))as arguments. |
static FishingArea |
FishingArea.Factory.newInstance(Location location)
Constructs a new instance of
FishingArea, taking all required and/or
read-only properties as arguments. |
void |
FishingArea2RegulationLocationDaoBase.remove(FishingArea fishingArea,
Location location) |
void |
FishingArea2RegulationLocationDao.remove(FishingArea fishingArea,
Location location)
Removes the instance of fr.ifremer.adagio.core.dao.data.fishingArea.FishingArea2RegulationLocation having the given
identifiers from the persistent store. |
void |
FishingArea2RegulationLocationPK.setLocation(Location location) |
void |
FishingArea.setLocation(Location location) |
| Modifier and Type | Method and Description |
|---|---|
Location |
DenormalizedOperation.getAreaLocation()
Area (cf spécifications COST)
|
Location |
DenormalizedOperation.getRectangleLocation()
Rectangle statistique
|
Location |
DenormalizedOperation.getSubpolygonLocation()
Sous-polygone (cf spécifications COST)
|
| Modifier and Type | Method and Description |
|---|---|
Object |
DenormalizedOperationDaoBase.create(int transform,
Short rankOrder,
Boolean isLandingSampling,
Boolean isDiscardSampling,
Float gearMeshSize,
Float gearDepth,
Float mainWaterDepth,
Timestamp updateDate,
FishingTrip fishingTrip,
Location rectangleLocation,
Location subpolygonLocation,
QualitativeValue selectiveDevice,
Gear gear,
Location areaLocation,
Metier metier) |
Object |
DenormalizedOperationDao.create(int transform,
Short rankOrder,
Boolean isLandingSampling,
Boolean isDiscardSampling,
Float gearMeshSize,
Float gearDepth,
Float mainWaterDepth,
Timestamp updateDate,
FishingTrip fishingTrip,
Location rectangleLocation,
Location subpolygonLocation,
QualitativeValue selectiveDevice,
Gear gear,
Location areaLocation,
Metier metier)
Does the same thing as
DenormalizedOperationDao.create(java.lang.Short,java.lang.Boolean,java.lang.Boolean,java.lang.Float,java.lang.Float,java.lang.Float,java.sql.Timestamp,fr.ifremer.adagio.core.dao.data.survey.fishingTrip.FishingTrip,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.pmfm.QualitativeValue,fr.ifremer.adagio.core.dao.referential.gear.Gear,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.metier.Metier) with an
additional flag called transform. |
DenormalizedOperation |
DenormalizedOperationDaoBase.create(Short rankOrder,
Boolean isLandingSampling,
Boolean isDiscardSampling,
Float gearMeshSize,
Float gearDepth,
Float mainWaterDepth,
Timestamp updateDate,
FishingTrip fishingTrip,
Location rectangleLocation,
Location subpolygonLocation,
QualitativeValue selectiveDevice,
Gear gear,
Location areaLocation,
Metier metier) |
DenormalizedOperation |
DenormalizedOperationDao.create(Short rankOrder,
Boolean isLandingSampling,
Boolean isDiscardSampling,
Float gearMeshSize,
Float gearDepth,
Float mainWaterDepth,
Timestamp updateDate,
FishingTrip fishingTrip,
Location rectangleLocation,
Location subpolygonLocation,
QualitativeValue selectiveDevice,
Gear gear,
Location areaLocation,
Metier metier)
Creates a new
fr.ifremer.adagio.core.dao.data.operation.denormalized.DenormalizedOperation
instance from all attributes and
properties and adds it to the persistent store. |
static DenormalizedOperation |
DenormalizedOperation.Factory.newInstance(Short rankOrder,
Boolean isLandingSampling,
Boolean isDiscardSampling,
Float gearMeshSize,
Float gearDepth,
Float mainWaterDepth,
Timestamp updateDate,
FishingTrip fishingTrip,
Location rectangleLocation,
Location subpolygonLocation,
QualitativeValue selectiveDevice,
Gear gear,
Location areaLocation,
Metier metier)
Constructs a new instance of
DenormalizedOperation, taking all possible properties
(except the identifier(s))as arguments. |
void |
DenormalizedOperation.setAreaLocation(Location areaLocation) |
void |
DenormalizedOperation.setRectangleLocation(Location rectangleLocation) |
void |
DenormalizedOperation.setSubpolygonLocation(Location subpolygonLocation) |
| Modifier and Type | Method and Description |
|---|---|
Location |
ExpectedSale.getSaleLocation()
Lieu escompté de la vente.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ExpectedSaleDaoBase.create(int transform,
Location saleLocation,
SaleType saleType) |
Object |
ExpectedSaleDao.create(int transform,
Location saleLocation,
SaleType saleType)
Does the same thing as
ExpectedSaleDao.create(fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.SaleType) with an
additional flag called transform. |
Object |
ExpectedSaleDaoBase.create(int transform,
Location saleLocation,
SaleType saleType,
ObservedFishingTrip observedFishingTrip,
ObservedLanding observedLanding,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces) |
Object |
ExpectedSaleDao.create(int transform,
Location saleLocation,
SaleType saleType,
ObservedFishingTrip observedFishingTrip,
ObservedLanding observedLanding,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces)
Does the same thing as
#create(fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.SaleType,fr.ifremer.adagio.core.dao.data.survey.fishingTrip.ObservedFishingTrip,fr.ifremer.adagio.core.dao.data.survey.landing.ObservedLanding,java.util.Collection with an
additional flag called transform. |
ExpectedSale |
ExpectedSaleDaoBase.create(Location saleLocation,
SaleType saleType) |
ExpectedSale |
ExpectedSaleDao.create(Location saleLocation,
SaleType saleType)
Creates a new
fr.ifremer.adagio.core.dao.data.sale.ExpectedSale
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ExpectedSale |
ExpectedSaleDaoBase.create(Location saleLocation,
SaleType saleType,
ObservedFishingTrip observedFishingTrip,
ObservedLanding observedLanding,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces) |
ExpectedSale |
ExpectedSaleDao.create(Location saleLocation,
SaleType saleType,
ObservedFishingTrip observedFishingTrip,
ObservedLanding observedLanding,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces)
Creates a new
fr.ifremer.adagio.core.dao.data.sale.ExpectedSale
instance from all attributes and
properties and adds it to the persistent store. |
static ExpectedSale |
ExpectedSale.Factory.newInstance(Location saleLocation,
SaleType saleType)
Constructs a new instance of
ExpectedSale, taking all required and/or
read-only properties as arguments. |
static ExpectedSale |
ExpectedSale.Factory.newInstance(Location saleLocation,
SaleType saleType,
ObservedFishingTrip observedFishingTrip,
ObservedLanding observedLanding,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces)
Constructs a new instance of
ExpectedSale, taking all possible properties
(except the identifier(s))as arguments. |
void |
ExpectedSale.setSaleLocation(Location saleLocation) |
| Modifier and Type | Method and Description |
|---|---|
Location |
FishingTrip.getDepartureLocation() |
Location |
FishingTrip.getReturnLocation() |
| Modifier and Type | Method and Description |
|---|---|
FishingTrip |
FishingTripDaoBase.create(Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
String synchronizationStatus,
Vessel vessel) |
FishingTrip |
FishingTripDao.create(Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
String synchronizationStatus,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.fishingTrip.FishingTrip
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedFishingTrip |
ObservedFishingTripDao.create(Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
String synchronizationStatus,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.fishingTrip.ObservedFishingTrip
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedFishingTrip |
ObservedFishingTripDaoBase.create(Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
String synchronizationStatus,
Vessel vessel) |
Object |
FishingTripDaoBase.create(int transform,
Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
String synchronizationStatus,
Vessel vessel) |
Object |
FishingTripDao.create(int transform,
Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
String synchronizationStatus,
Vessel vessel)
Does the same thing as
FishingTripDao.create(java.util.Date,java.util.Date,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,java.util.Date,fr.ifremer.adagio.core.dao.referential.location.Location,java.lang.String,fr.ifremer.adagio.core.dao.referential.vessel.Vessel) with an
additional flag called transform. |
Object |
ObservedFishingTripDao.create(int transform,
Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
String synchronizationStatus,
Vessel vessel)
Does the same thing as
ObservedFishingTripDao.create(java.util.Date,java.util.Date,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,java.util.Date,fr.ifremer.adagio.core.dao.referential.location.Location,java.lang.String,fr.ifremer.adagio.core.dao.referential.vessel.Vessel) with an
additional flag called transform. |
Object |
ObservedFishingTripDaoBase.create(int transform,
Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
String synchronizationStatus,
Vessel vessel) |
Object |
FishingTripDaoBase.create(int transform,
String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures) |
Object |
FishingTripDao.create(int transform,
String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures)
Does the same thing as
#create(java.lang.String,java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.data.survey.declaration.DeclaredDocumentReference,java.util.Collection with an
additional flag called transform. |
Object |
ObservedFishingTripDao.create(int transform,
String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Does the same thing as
#create(java.lang.String,java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.data.survey.declaration.DeclaredDocumentReference,java.util.Collection with an
additional flag called transform. |
Object |
ObservedFishingTripDaoBase.create(int transform,
String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales) |
FishingTrip |
FishingTripDaoBase.create(String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures) |
FishingTrip |
FishingTripDao.create(String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.fishingTrip.FishingTrip
instance from all attributes and
properties and adds it to the persistent store. |
ObservedFishingTrip |
ObservedFishingTripDao.create(String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.fishingTrip.ObservedFishingTrip
instance from all attributes and
properties and adds it to the persistent store. |
ObservedFishingTrip |
ObservedFishingTripDaoBase.create(String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales) |
static FishingTrip |
FishingTrip.Factory.newInstance(String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
Date creationDate,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program)
Constructs a new instance of
FishingTrip, taking all required and/or
read-only properties as arguments. |
static ObservedFishingTrip |
ObservedFishingTrip.Factory.newInstance(String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
Date creationDate,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program)
Constructs a new instance of
ObservedFishingTrip, taking all required and/or
read-only properties as arguments. |
static FishingTrip |
FishingTrip.Factory.newInstance(String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures)
Constructs a new instance of
FishingTrip, taking all possible properties
(except the identifier(s))as arguments. |
static ObservedFishingTrip |
ObservedFishingTrip.Factory.newInstance(String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Constructs a new instance of
ObservedFishingTrip, taking all possible properties
(except the identifier(s))as arguments. |
void |
FishingTrip.setDepartureLocation(Location departureLocation) |
void |
FishingTrip.setReturnLocation(Location returnLocation) |
| Modifier and Type | Method and Description |
|---|---|
Location |
Landing.getLandingLocation() |
| Modifier and Type | Method and Description |
|---|---|
ObservedLanding |
ObservedLandingDao.create(Date creationDate,
Date landingDateTime,
Location landingLocation,
Collection<Person> observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.landing.ObservedLanding
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedLanding |
ObservedLandingDaoBase.create(Date creationDate,
Date landingDateTime,
Location landingLocation,
Collection<Person> observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel) |
Landing |
LandingDao.create(Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.landing.Landing
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Landing |
LandingDaoBase.create(Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel) |
Object |
ObservedLandingDao.create(int transform,
Date creationDate,
Date landingDateTime,
Location landingLocation,
Collection<Person> observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel)
Does the same thing as
#create(java.util.Date,java.util.Date,fr.ifremer.adagio.core.dao.referential.location.Location,java.util.Collection with an
additional flag called transform. |
Object |
ObservedLandingDaoBase.create(int transform,
Date creationDate,
Date landingDateTime,
Location landingLocation,
Collection<Person> observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel) |
Object |
LandingDao.create(int transform,
Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel)
Does the same thing as
LandingDao.create(java.util.Date,java.util.Date,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,java.lang.String,fr.ifremer.adagio.core.dao.referential.vessel.Vessel) with an
additional flag called transform. |
Object |
LandingDaoBase.create(int transform,
Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel) |
Object |
LandingDao.create(int transform,
String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Does the same thing as
#create(java.lang.String,java.util.Date,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.data.batch.CatchBatch,java.util.Collection with an
additional flag called transform. |
Object |
LandingDaoBase.create(int transform,
String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces) |
Object |
ObservedLandingDao.create(int transform,
String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Does the same thing as
#create(java.lang.String,java.util.Date,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.data.batch.CatchBatch,java.util.Collection with an
additional flag called transform. |
Object |
ObservedLandingDaoBase.create(int transform,
String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales) |
Landing |
LandingDao.create(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.landing.Landing
instance from all attributes and
properties and adds it to the persistent store. |
Landing |
LandingDaoBase.create(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces) |
ObservedLanding |
ObservedLandingDao.create(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.landing.ObservedLanding
instance from all attributes and
properties and adds it to the persistent store. |
ObservedLanding |
ObservedLandingDaoBase.create(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales) |
static Landing |
Landing.Factory.newInstance(String synchronizationStatus,
Date landingDateTime,
Date creationDate,
Location landingLocation,
Department recorderDepartment,
Program program,
Vessel vessel,
QualityFlag qualityFlag)
Constructs a new instance of
Landing, taking all required and/or
read-only properties as arguments. |
static ObservedLanding |
ObservedLanding.Factory.newInstance(String synchronizationStatus,
Date landingDateTime,
Date creationDate,
Location landingLocation,
Department recorderDepartment,
Program program,
Vessel vessel,
QualityFlag qualityFlag)
Constructs a new instance of
ObservedLanding, taking all required and/or
read-only properties as arguments. |
static Landing |
Landing.Factory.newInstance(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Constructs a new instance of
Landing, taking all possible properties
(except the identifier(s))as arguments. |
static ObservedLanding |
ObservedLanding.Factory.newInstance(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Constructs a new instance of
ObservedLanding, taking all possible properties
(except the identifier(s))as arguments. |
void |
Landing.setLandingLocation(Location landingLocation) |
| Modifier and Type | Method and Description |
|---|---|
Location |
Sale.getSaleLocation() |
| Modifier and Type | Method and Description |
|---|---|
ObservedSale |
ObservedSaleDao.create(Date creationDate,
Collection<Person> observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
String synchronizationStatus,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.sale.ObservedSale
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedSale |
ObservedSaleDaoBase.create(Date creationDate,
Collection<Person> observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
String synchronizationStatus,
Vessel vessel) |
Sale |
SaleDao.create(Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.sale.Sale
instance from all attributes and
properties and adds it to the persistent store. |
Sale |
SaleDaoBase.create(Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces) |
ObservedSale |
ObservedSaleDao.create(Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.sale.ObservedSale
instance from all attributes and
properties and adds it to the persistent store. |
ObservedSale |
ObservedSaleDaoBase.create(Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons) |
Sale |
SaleDao.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
String synchronizationStatus,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.sale.Sale
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Sale |
SaleDaoBase.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
String synchronizationStatus,
Vessel vessel) |
Object |
ObservedSaleDao.create(int transform,
Date creationDate,
Collection<Person> observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
String synchronizationStatus,
Vessel vessel)
Does the same thing as
#create(java.util.Date,java.util.Collection with an
additional flag called transform. |
Object |
ObservedSaleDaoBase.create(int transform,
Date creationDate,
Collection<Person> observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
String synchronizationStatus,
Vessel vessel) |
Object |
SaleDao.create(int transform,
Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Does the same thing as
#create(java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.data.batch.CatchBatch,fr.ifremer.adagio.core.dao.data.survey.takeOver.TakeOver,fr.ifremer.adagio.core.dao.data.survey.declaration.DeclaredDocumentReference,java.util.Collection with an
additional flag called transform. |
Object |
SaleDaoBase.create(int transform,
Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces) |
Object |
ObservedSaleDao.create(int transform,
Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons)
Does the same thing as
#create(java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.data.batch.CatchBatch,fr.ifremer.adagio.core.dao.data.survey.takeOver.TakeOver,fr.ifremer.adagio.core.dao.data.survey.declaration.DeclaredDocumentReference,java.util.Collection with an
additional flag called transform. |
Object |
ObservedSaleDaoBase.create(int transform,
Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons) |
Object |
SaleDao.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
String synchronizationStatus,
Vessel vessel)
Does the same thing as
SaleDao.create(java.util.Date,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.referential.location.Location,java.util.Date,fr.ifremer.adagio.core.dao.referential.SaleType,java.lang.String,fr.ifremer.adagio.core.dao.referential.vessel.Vessel) with an
additional flag called transform. |
Object |
SaleDaoBase.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
String synchronizationStatus,
Vessel vessel) |
static Sale |
Sale.Factory.newInstance(Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Constructs a new instance of
Sale, taking all possible properties
(except the identifier(s))as arguments. |
static ObservedSale |
ObservedSale.Factory.newInstance(Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons)
Constructs a new instance of
ObservedSale, taking all possible properties
(except the identifier(s))as arguments. |
static ObservedSale |
ObservedSale.Factory.newInstance(Date saleStartDate,
String synchronizationStatus,
Date creationDate,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
Location saleLocation,
SaleType saleType)
Constructs a new instance of
ObservedSale, taking all required and/or
read-only properties as arguments. |
static Sale |
Sale.Factory.newInstance(Date saleStartDate,
String synchronizationStatus,
Date creationDate,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
Location saleLocation,
SaleType saleType)
Constructs a new instance of
Sale, taking all required and/or
read-only properties as arguments. |
void |
Sale.setSaleLocation(Location saleLocation) |
| Modifier and Type | Method and Description |
|---|---|
Location |
TakeOver.getTakeOverLocation() |
| Modifier and Type | Method and Description |
|---|---|
TakeOver |
TakeOverDao.create(Date takeOverDateTime,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
String comments,
Department recorderDepartment,
Location takeOverLocation,
FishingTrip fishingTrip,
Person recorderPerson,
Program program,
Seller seller,
Vessel vessel,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
QualityFlag qualityFlag,
Collection<Sale> sales,
Collection<TakeOverMeasurement> takeOverMeasurements,
Collection<Produce> produces)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.takeOver.TakeOver
instance from all attributes and
properties and adds it to the persistent store. |
TakeOver |
TakeOverDaoBase.create(Date takeOverDateTime,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
String comments,
Department recorderDepartment,
Location takeOverLocation,
FishingTrip fishingTrip,
Person recorderPerson,
Program program,
Seller seller,
Vessel vessel,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
QualityFlag qualityFlag,
Collection<Sale> sales,
Collection<TakeOverMeasurement> takeOverMeasurements,
Collection<Produce> produces) |
TakeOver |
TakeOverDao.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.takeOver.TakeOver
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TakeOver |
TakeOverDaoBase.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Vessel vessel) |
Object |
TakeOverDao.create(int transform,
Date takeOverDateTime,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
String comments,
Department recorderDepartment,
Location takeOverLocation,
FishingTrip fishingTrip,
Person recorderPerson,
Program program,
Seller seller,
Vessel vessel,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
QualityFlag qualityFlag,
Collection<Sale> sales,
Collection<TakeOverMeasurement> takeOverMeasurements,
Collection<Produce> produces)
Does the same thing as
#create(java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.lang.String,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.data.survey.fishingTrip.FishingTrip,fr.ifremer.adagio.core.dao.administration.user.Person,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.seller.Seller,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,fr.ifremer.adagio.core.dao.data.survey.declaration.DeclaredDocumentReference,fr.ifremer.adagio.core.dao.data.survey.landing.Landing,fr.ifremer.adagio.core.dao.referential.QualityFlag,java.util.Collection with an
additional flag called transform. |
Object |
TakeOverDaoBase.create(int transform,
Date takeOverDateTime,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
String comments,
Department recorderDepartment,
Location takeOverLocation,
FishingTrip fishingTrip,
Person recorderPerson,
Program program,
Seller seller,
Vessel vessel,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
QualityFlag qualityFlag,
Collection<Sale> sales,
Collection<TakeOverMeasurement> takeOverMeasurements,
Collection<Produce> produces) |
Object |
TakeOverDao.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Vessel vessel)
Does the same thing as
TakeOverDao.create(java.util.Date,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.referential.seller.Seller,java.util.Date,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.vessel.Vessel) with an
additional flag called transform. |
Object |
TakeOverDaoBase.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Vessel vessel) |
static TakeOver |
TakeOver.Factory.newInstance(Date takeOverDateTime,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
String comments,
Department recorderDepartment,
Location takeOverLocation,
FishingTrip fishingTrip,
Person recorderPerson,
Program program,
Seller seller,
Vessel vessel,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
QualityFlag qualityFlag,
Collection<Sale> sales,
Collection<TakeOverMeasurement> takeOverMeasurements,
Collection<Produce> produces)
Constructs a new instance of
TakeOver, taking all possible properties
(except the identifier(s))as arguments. |
static TakeOver |
TakeOver.Factory.newInstance(Date takeOverDateTime,
Date creationDate,
Department recorderDepartment,
Location takeOverLocation,
Program program,
Seller seller,
Vessel vessel,
QualityFlag qualityFlag)
Constructs a new instance of
TakeOver, taking all required and/or
read-only properties as arguments. |
void |
TakeOver.setTakeOverLocation(Location takeOverLocation) |
| Modifier and Type | Method and Description |
|---|---|
Location |
Transshipment.getTransshipmentLocation()
Zone ou port dans lequel se fait le transbordement.
|
| Modifier and Type | Method and Description |
|---|---|
Transshipment |
TransshipmentDaoBase.create(Date transshipmentDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location transshipmentLocation,
Vessel toVessel,
FishingTrip fishingTrip,
Program program,
Person recorderPerson,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel fromVessel,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces) |
Transshipment |
TransshipmentDao.create(Date transshipmentDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location transshipmentLocation,
Vessel toVessel,
FishingTrip fishingTrip,
Program program,
Person recorderPerson,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel fromVessel,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Creates a new
fr.ifremer.adagio.core.dao.data.transshipment.Transshipment
instance from all attributes and
properties and adds it to the persistent store. |
Object |
TransshipmentDaoBase.create(int transform,
Date transshipmentDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location transshipmentLocation,
Vessel toVessel,
FishingTrip fishingTrip,
Program program,
Person recorderPerson,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel fromVessel,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces) |
Object |
TransshipmentDao.create(int transform,
Date transshipmentDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location transshipmentLocation,
Vessel toVessel,
FishingTrip fishingTrip,
Program program,
Person recorderPerson,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel fromVessel,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Does the same thing as
#create(java.util.Date,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,fr.ifremer.adagio.core.dao.data.survey.fishingTrip.FishingTrip,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.administration.user.Person,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,java.util.Collection with an
additional flag called transform. |
static Transshipment |
Transshipment.Factory.newInstance(Date transshipmentDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location transshipmentLocation,
Vessel toVessel,
FishingTrip fishingTrip,
Program program,
Person recorderPerson,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel fromVessel,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Constructs a new instance of
Transshipment, taking all possible properties
(except the identifier(s))as arguments. |
void |
Transshipment.setTransshipmentLocation(Location transshipmentLocation) |
| Modifier and Type | Method and Description |
|---|---|
Location |
VesselPhysicalFeatures.getBaseLandingLocation() |
| Modifier and Type | Method and Description |
|---|---|
VesselPhysicalFeatures |
VesselPhysicalFeaturesDao.create(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Short rankOrder,
String name,
String exteriorMarking,
String IRCS,
String comments,
PhysicalGearSurvey physicalGearSurvey,
Collection<VesselPhysicalMeasurement> vesselPhysicalMeasurements,
Person recorderPerson,
Department recorderDepartment,
Collection<VesselPhysicalFeaturesOrigin> vesselPhysicalFeaturesOrigins,
Location baseLandingLocation)
Creates a new
fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeatures
instance from all attributes and
properties and adds it to the persistent store. |
VesselPhysicalFeatures |
VesselPhysicalFeaturesDaoBase.create(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Short rankOrder,
String name,
String exteriorMarking,
String IRCS,
String comments,
PhysicalGearSurvey physicalGearSurvey,
Collection<VesselPhysicalMeasurement> vesselPhysicalMeasurements,
Person recorderPerson,
Department recorderDepartment,
Collection<VesselPhysicalFeaturesOrigin> vesselPhysicalFeaturesOrigins,
Location baseLandingLocation) |
Object |
VesselPhysicalFeaturesDao.create(int transform,
Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Short rankOrder,
String name,
String exteriorMarking,
String IRCS,
String comments,
PhysicalGearSurvey physicalGearSurvey,
Collection<VesselPhysicalMeasurement> vesselPhysicalMeasurements,
Person recorderPerson,
Department recorderDepartment,
Collection<VesselPhysicalFeaturesOrigin> vesselPhysicalFeaturesOrigins,
Location baseLandingLocation)
Does the same thing as
#create(java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,java.lang.Short,java.lang.String,java.lang.String,java.lang.String,java.lang.String,fr.ifremer.adagio.core.dao.data.survey.physicalGear.PhysicalGearSurvey,java.util.Collection with an
additional flag called transform. |
Object |
VesselPhysicalFeaturesDaoBase.create(int transform,
Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Short rankOrder,
String name,
String exteriorMarking,
String IRCS,
String comments,
PhysicalGearSurvey physicalGearSurvey,
Collection<VesselPhysicalMeasurement> vesselPhysicalMeasurements,
Person recorderPerson,
Department recorderDepartment,
Collection<VesselPhysicalFeaturesOrigin> vesselPhysicalFeaturesOrigins,
Location baseLandingLocation) |
static VesselPhysicalFeatures |
VesselPhysicalFeatures.Factory.newInstance(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Short rankOrder,
String name,
String exteriorMarking,
String IRCS,
String comments,
PhysicalGearSurvey physicalGearSurvey,
Collection<VesselPhysicalMeasurement> vesselPhysicalMeasurements,
Person recorderPerson,
Department recorderDepartment,
Collection<VesselPhysicalFeaturesOrigin> vesselPhysicalFeaturesOrigins,
Location baseLandingLocation)
Constructs a new instance of
VesselPhysicalFeatures, taking all possible properties
(except the identifier(s))as arguments. |
void |
VesselPhysicalFeatures.setBaseLandingLocation(Location baseLandingLocation) |
| Modifier and Type | Method and Description |
|---|---|
Location |
VesselUseFeatures.getBasePortLocation()
Port d'exploitation, ou port d'attache (si pas d'activité).
|
| Modifier and Type | Method and Description |
|---|---|
VesselUseFeatures |
VesselUseFeaturesDaoBase.create(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Program program,
Vessel vessel,
Integer isActive,
EconomicalSurvey economicalSurvey,
ActivityCalendar activityCalendar,
DailyActivityCalendar dailyActivityCalendar,
FishingTrip fishingTrip,
FishingEffortCalendar fishingEffortCalendar,
Collection<FishingArea> fishingAreas,
Operation operation,
Collection<VesselUseMeasurement> vesselUseMeasurements,
Collection<VesselUseFeaturesOrigin> vesselUseFeaturesOrigins,
Location basePortLocation) |
VesselUseFeatures |
VesselUseFeaturesDao.create(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Program program,
Vessel vessel,
Integer isActive,
EconomicalSurvey economicalSurvey,
ActivityCalendar activityCalendar,
DailyActivityCalendar dailyActivityCalendar,
FishingTrip fishingTrip,
FishingEffortCalendar fishingEffortCalendar,
Collection<FishingArea> fishingAreas,
Operation operation,
Collection<VesselUseMeasurement> vesselUseMeasurements,
Collection<VesselUseFeaturesOrigin> vesselUseFeaturesOrigins,
Location basePortLocation)
Creates a new
fr.ifremer.adagio.core.dao.data.vessel.feature.use.VesselUseFeatures
instance from all attributes and
properties and adds it to the persistent store. |
Object |
VesselUseFeaturesDaoBase.create(int transform,
Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Program program,
Vessel vessel,
Integer isActive,
EconomicalSurvey economicalSurvey,
ActivityCalendar activityCalendar,
DailyActivityCalendar dailyActivityCalendar,
FishingTrip fishingTrip,
FishingEffortCalendar fishingEffortCalendar,
Collection<FishingArea> fishingAreas,
Operation operation,
Collection<VesselUseMeasurement> vesselUseMeasurements,
Collection<VesselUseFeaturesOrigin> vesselUseFeaturesOrigins,
Location basePortLocation) |
Object |
VesselUseFeaturesDao.create(int transform,
Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Program program,
Vessel vessel,
Integer isActive,
EconomicalSurvey economicalSurvey,
ActivityCalendar activityCalendar,
DailyActivityCalendar dailyActivityCalendar,
FishingTrip fishingTrip,
FishingEffortCalendar fishingEffortCalendar,
Collection<FishingArea> fishingAreas,
Operation operation,
Collection<VesselUseMeasurement> vesselUseMeasurements,
Collection<VesselUseFeaturesOrigin> vesselUseFeaturesOrigins,
Location basePortLocation)
Does the same thing as
#create(java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,java.lang.Integer,fr.ifremer.adagio.core.dao.data.survey.economy.EconomicalSurvey,fr.ifremer.adagio.core.dao.data.survey.activity.ActivityCalendar,fr.ifremer.adagio.core.dao.data.survey.activity.DailyActivityCalendar,fr.ifremer.adagio.core.dao.data.survey.fishingTrip.FishingTrip,fr.ifremer.adagio.core.dao.data.survey.fishingEffort.FishingEffortCalendar,java.util.Collection with an
additional flag called transform. |
static VesselUseFeatures |
VesselUseFeatures.Factory.newInstance(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Program program,
Vessel vessel,
Integer isActive,
EconomicalSurvey economicalSurvey,
ActivityCalendar activityCalendar,
DailyActivityCalendar dailyActivityCalendar,
FishingTrip fishingTrip,
FishingEffortCalendar fishingEffortCalendar,
Collection<FishingArea> fishingAreas,
Operation operation,
Collection<VesselUseMeasurement> vesselUseMeasurements,
Collection<VesselUseFeaturesOrigin> vesselUseFeaturesOrigins,
Location basePortLocation)
Constructs a new instance of
VesselUseFeatures, taking all possible properties
(except the identifier(s))as arguments. |
void |
VesselUseFeatures.setBasePortLocation(Location basePortLocation) |
| Modifier and Type | Method and Description |
|---|---|
Location |
RoundWeightConversion.getLocation() |
Location |
WeightLengthConversion.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
WeightLengthConversion |
WeightLengthConversionDao.create(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer startMonth,
Integer endMonth,
Integer year,
String description,
String comments,
Timestamp updateDate,
Location location,
QualitativeValue sex,
Status status,
Unit lengthUnit,
ReferenceTaxon referenceTaxon,
Parameter lengthParameter)
Creates a new
fr.ifremer.adagio.core.dao.referential.conversion.WeightLengthConversion
instance from all attributes and
properties and adds it to the persistent store. |
WeightLengthConversion |
WeightLengthConversionDaoBase.create(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer startMonth,
Integer endMonth,
Integer year,
String description,
String comments,
Timestamp updateDate,
Location location,
QualitativeValue sex,
Status status,
Unit lengthUnit,
ReferenceTaxon referenceTaxon,
Parameter lengthParameter) |
WeightLengthConversion |
WeightLengthConversionDao.create(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer endMonth,
Parameter lengthParameter,
Unit lengthUnit,
Location location,
ReferenceTaxon referenceTaxon,
Integer startMonth,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.conversion.WeightLengthConversion
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
WeightLengthConversion |
WeightLengthConversionDaoBase.create(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer endMonth,
Parameter lengthParameter,
Unit lengthUnit,
Location location,
ReferenceTaxon referenceTaxon,
Integer startMonth,
Status status) |
RoundWeightConversion |
RoundWeightConversionDao.create(Float conversionCoefficient,
Date startDate,
Date endDate,
String description,
Timestamp updateDate,
QualitativeValue preserving,
QualitativeValue dressing,
TaxonGroup taxonGroup,
Location location)
Creates a new
fr.ifremer.adagio.core.dao.referential.conversion.RoundWeightConversion
instance from all attributes and
properties and adds it to the persistent store. |
RoundWeightConversion |
RoundWeightConversionDaoBase.create(Float conversionCoefficient,
Date startDate,
Date endDate,
String description,
Timestamp updateDate,
QualitativeValue preserving,
QualitativeValue dressing,
TaxonGroup taxonGroup,
Location location) |
RoundWeightConversion |
RoundWeightConversionDao.create(Float conversionCoefficient,
QualitativeValue dressing,
Location location,
QualitativeValue preserving,
Date startDate,
TaxonGroup taxonGroup)
Creates a new
fr.ifremer.adagio.core.dao.referential.conversion.RoundWeightConversion
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
RoundWeightConversion |
RoundWeightConversionDaoBase.create(Float conversionCoefficient,
QualitativeValue dressing,
Location location,
QualitativeValue preserving,
Date startDate,
TaxonGroup taxonGroup) |
Object |
WeightLengthConversionDao.create(int transform,
Double conversionCoefficientA,
Double conversionCoefficientB,
Integer startMonth,
Integer endMonth,
Integer year,
String description,
String comments,
Timestamp updateDate,
Location location,
QualitativeValue sex,
Status status,
Unit lengthUnit,
ReferenceTaxon referenceTaxon,
Parameter lengthParameter)
Does the same thing as
WeightLengthConversionDao.create(java.lang.Double,java.lang.Double,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.pmfm.QualitativeValue,fr.ifremer.adagio.core.dao.referential.Status,fr.ifremer.adagio.core.dao.referential.pmfm.Unit,fr.ifremer.adagio.core.dao.referential.taxon.ReferenceTaxon,fr.ifremer.adagio.core.dao.referential.pmfm.Parameter) with an
additional flag called transform. |
Object |
WeightLengthConversionDaoBase.create(int transform,
Double conversionCoefficientA,
Double conversionCoefficientB,
Integer startMonth,
Integer endMonth,
Integer year,
String description,
String comments,
Timestamp updateDate,
Location location,
QualitativeValue sex,
Status status,
Unit lengthUnit,
ReferenceTaxon referenceTaxon,
Parameter lengthParameter) |
Object |
WeightLengthConversionDao.create(int transform,
Double conversionCoefficientA,
Double conversionCoefficientB,
Integer endMonth,
Parameter lengthParameter,
Unit lengthUnit,
Location location,
ReferenceTaxon referenceTaxon,
Integer startMonth,
Status status)
Does the same thing as
WeightLengthConversionDao.create(java.lang.Double,java.lang.Double,java.lang.Integer,fr.ifremer.adagio.core.dao.referential.pmfm.Parameter,fr.ifremer.adagio.core.dao.referential.pmfm.Unit,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.taxon.ReferenceTaxon,java.lang.Integer,fr.ifremer.adagio.core.dao.referential.Status) with an
additional flag called transform. |
Object |
WeightLengthConversionDaoBase.create(int transform,
Double conversionCoefficientA,
Double conversionCoefficientB,
Integer endMonth,
Parameter lengthParameter,
Unit lengthUnit,
Location location,
ReferenceTaxon referenceTaxon,
Integer startMonth,
Status status) |
Object |
RoundWeightConversionDao.create(int transform,
Float conversionCoefficient,
Date startDate,
Date endDate,
String description,
Timestamp updateDate,
QualitativeValue preserving,
QualitativeValue dressing,
TaxonGroup taxonGroup,
Location location)
Does the same thing as
RoundWeightConversionDao.create(java.lang.Float,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.pmfm.QualitativeValue,fr.ifremer.adagio.core.dao.referential.pmfm.QualitativeValue,fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroup,fr.ifremer.adagio.core.dao.referential.location.Location) with an
additional flag called transform. |
Object |
RoundWeightConversionDaoBase.create(int transform,
Float conversionCoefficient,
Date startDate,
Date endDate,
String description,
Timestamp updateDate,
QualitativeValue preserving,
QualitativeValue dressing,
TaxonGroup taxonGroup,
Location location) |
Object |
RoundWeightConversionDao.create(int transform,
Float conversionCoefficient,
QualitativeValue dressing,
Location location,
QualitativeValue preserving,
Date startDate,
TaxonGroup taxonGroup)
Does the same thing as
RoundWeightConversionDao.create(java.lang.Float,fr.ifremer.adagio.core.dao.referential.pmfm.QualitativeValue,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.pmfm.QualitativeValue,java.util.Date,fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroup) with an
additional flag called transform. |
Object |
RoundWeightConversionDaoBase.create(int transform,
Float conversionCoefficient,
QualitativeValue dressing,
Location location,
QualitativeValue preserving,
Date startDate,
TaxonGroup taxonGroup) |
static WeightLengthConversion |
WeightLengthConversion.Factory.newInstance(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer startMonth,
Integer endMonth,
Integer year,
String description,
String comments,
Timestamp updateDate,
Location location,
QualitativeValue sex,
Status status,
Unit lengthUnit,
ReferenceTaxon referenceTaxon,
Parameter lengthParameter)
Constructs a new instance of
WeightLengthConversion, taking all possible properties
(except the identifier(s))as arguments. |
static WeightLengthConversion |
WeightLengthConversion.Factory.newInstance(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer startMonth,
Integer endMonth,
Location location,
Status status,
Unit lengthUnit,
ReferenceTaxon referenceTaxon,
Parameter lengthParameter)
Constructs a new instance of
WeightLengthConversion, taking all required and/or
read-only properties as arguments. |
static RoundWeightConversion |
RoundWeightConversion.Factory.newInstance(Float conversionCoefficient,
Date startDate,
Date endDate,
String description,
Timestamp updateDate,
QualitativeValue preserving,
QualitativeValue dressing,
TaxonGroup taxonGroup,
Location location)
Constructs a new instance of
RoundWeightConversion, taking all possible properties
(except the identifier(s))as arguments. |
static RoundWeightConversion |
RoundWeightConversion.Factory.newInstance(Float conversionCoefficient,
Date startDate,
QualitativeValue preserving,
QualitativeValue dressing,
TaxonGroup taxonGroup,
Location location)
Constructs a new instance of
RoundWeightConversion, taking all required and/or
read-only properties as arguments. |
void |
RoundWeightConversion.setLocation(Location location) |
void |
WeightLengthConversion.setLocation(Location location) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocationArea |
class |
LocationAreaImpl |
class |
LocationImpl |
class |
LocationLine |
class |
LocationLineImpl |
class |
LocationPoint |
class |
LocationPointImpl |
| Modifier and Type | Method and Description |
|---|---|
Location |
LocationDaoBase.create(Location location) |
Location |
LocationDao.create(Location location)
Creates an instance of fr.ifremer.adagio.core.dao.referential.location.Location and adds it to the persistent store.
|
Location |
LocationDaoBase.create(LocationClassification locationClassification,
LocationLevel locationLevel,
String name,
Status status) |
Location |
LocationDao.create(LocationClassification locationClassification,
LocationLevel locationLevel,
String name,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.location.Location
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Location |
LocationDaoBase.create(String label,
String name,
Timestamp updateDate,
Float bathymetry,
Short utFormat,
Boolean daylightSavingTime,
LocationLevel locationLevel,
Status status,
LocationClassification locationClassification) |
Location |
LocationDao.create(String label,
String name,
Timestamp updateDate,
Float bathymetry,
Short utFormat,
Boolean daylightSavingTime,
LocationLevel locationLevel,
Status status,
LocationClassification locationClassification)
Creates a new
fr.ifremer.adagio.core.dao.referential.location.Location
instance from all attributes and
properties and adds it to the persistent store. |
Location |
LocationAssociationPK.getChildLocation() |
Location |
LocationAssociationPK.getParentLocation() |
Location |
LocationDaoBase.load(Integer id) |
Location |
LocationDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.location.Location from the persistent store.
|
static Location |
Location.Factory.newInstance()
Constructs a new instance of
Location. |
static Location |
Location.Factory.newInstance(String name,
LocationLevel locationLevel,
Status status,
LocationClassification locationClassification)
Constructs a new instance of
Location, taking all required and/or
read-only properties as arguments. |
static Location |
Location.Factory.newInstance(String label,
String name,
Timestamp updateDate,
Float bathymetry,
Short utFormat,
Boolean daylightSavingTime,
LocationLevel locationLevel,
Status status,
LocationClassification locationClassification)
Constructs a new instance of
Location, taking all possible properties
(except the identifier(s))as arguments. |
protected Location |
LocationDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Location> |
LocationDaoBase.create(Collection<Location> entities) |
Collection<Location> |
LocationDao.create(Collection<Location> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.location.Location and adds
from the passed in
entities collection |
Collection<Location> |
LocationDaoBase.loadAll() |
Collection<Location> |
LocationDao.loadAll()
Loads all entities of type
Location. |
Set<Location> |
LocationDaoBase.search(Search search) |
Set<Location> |
LocationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
LocationAssociation |
LocationAssociationDao.create(Float childSurfaceRatio,
Timestamp updateDate,
Location childLocation,
Location parentLocation)
Creates a new
fr.ifremer.adagio.core.dao.referential.location.LocationAssociation
instance from all attributes and
properties and adds it to the persistent store. |
LocationAssociation |
LocationAssociationDaoBase.create(Float childSurfaceRatio,
Timestamp updateDate,
Location childLocation,
Location parentLocation) |
Object |
LocationAssociationDao.create(int transform,
Float childSurfaceRatio,
Timestamp updateDate,
Location childLocation,
Location parentLocation)
Does the same thing as
LocationAssociationDao.create(java.lang.Float,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.location.Location) with an
additional flag called transform. |
Object |
LocationAssociationDaoBase.create(int transform,
Float childSurfaceRatio,
Timestamp updateDate,
Location childLocation,
Location parentLocation) |
Object |
LocationDaoBase.create(int transform,
Location location) |
Object |
LocationDao.create(int transform,
Location location)
Does the same thing as
LocationDao.create(fr.ifremer.adagio.core.dao.referential.location.Location) with an
additional flag called transform. |
Object |
LocationAssociationDao.create(int transform,
Location childLocation,
Float childSurfaceRatio,
Location parentLocation)
Does the same thing as
LocationAssociationDao.create(fr.ifremer.adagio.core.dao.referential.location.Location,java.lang.Float,fr.ifremer.adagio.core.dao.referential.location.Location) with an
additional flag called transform. |
Object |
LocationAssociationDaoBase.create(int transform,
Location childLocation,
Float childSurfaceRatio,
Location parentLocation) |
Location |
LocationDaoBase.create(Location location) |
Location |
LocationDao.create(Location location)
Creates an instance of fr.ifremer.adagio.core.dao.referential.location.Location and adds it to the persistent store.
|
LocationAssociation |
LocationAssociationDao.create(Location childLocation,
Float childSurfaceRatio,
Location parentLocation)
Creates a new
fr.ifremer.adagio.core.dao.referential.location.LocationAssociation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
LocationAssociation |
LocationAssociationDaoBase.create(Location childLocation,
Float childSurfaceRatio,
Location parentLocation) |
Object |
LocationAssociationDao.load(int transform,
Location childLocation,
Location parentLocation)
Does the same thing as
LocationAssociationDao.load(fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.location.Location) with an
additional flag called transform. |
Object |
LocationAssociationDaoBase.load(int transform,
Location childLocation,
Location parentLocation) |
LocationAssociation |
LocationAssociationDao.load(Location childLocation,
Location parentLocation)
Loads an instance of fr.ifremer.adagio.core.dao.referential.location.LocationAssociation from the persistent store.
|
LocationAssociation |
LocationAssociationDaoBase.load(Location childLocation,
Location parentLocation) |
void |
LocationDaoBase.remove(Location location) |
void |
LocationDao.remove(Location location)
Removes the instance of fr.ifremer.adagio.core.dao.referential.location.Location from the persistent store.
|
void |
LocationAssociationDao.remove(Location childLocation,
Location parentLocation)
Removes the instance of fr.ifremer.adagio.core.dao.referential.location.LocationAssociation having the given
identifiers from the persistent store. |
void |
LocationAssociationDaoBase.remove(Location childLocation,
Location parentLocation) |
void |
LocationAssociationPK.setChildLocation(Location childLocation) |
void |
LocationAssociationPK.setParentLocation(Location parentLocation) |
protected Object |
LocationDaoBase.transformEntity(int transform,
Location 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.referential.location.LocationDao, please note
that the LocationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
LocationDaoBase.update(Location location) |
void |
LocationDao.update(Location location)
Updates the
location instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Location> |
LocationDaoBase.create(Collection<Location> entities) |
Collection<Location> |
LocationDao.create(Collection<Location> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.location.Location and adds
from the passed in
entities collection |
Collection<?> |
LocationDaoBase.create(int transform,
Collection<Location> entities) |
Collection<?> |
LocationDao.create(int transform,
Collection<Location> entities)
Does the same thing as
LocationDao.create(fr.ifremer.adagio.core.dao.referential.location.Location) with an
additional flag called transform. |
void |
LocationDaoBase.remove(Collection<Location> entities) |
void |
LocationDao.remove(Collection<Location> entities)
Removes all entities in the given
entities |
void |
LocationDaoBase.update(Collection<Location> entities) |
void |
LocationDao.update(Collection<Location> entities)
Updates all instances in the
entities collection in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Location |
RegulationArea2RegulationLocationPK.getLocation() |
Location |
RegulationArea.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Location> |
MinimumSizeAllowed.getLocations() |
| Modifier and Type | Method and Description |
|---|---|
Object |
RegulationAreaDao.create(int transform,
Location location)
Does the same thing as
RegulationAreaDao.create(fr.ifremer.adagio.core.dao.referential.location.Location) with an
additional flag called transform. |
Object |
RegulationAreaDaoBase.create(int transform,
Location location) |
Object |
RegulationAreaDao.create(int transform,
Location location,
Collection<RegulationArea2RegulationLocation> regulationLocation,
NearbySpecificArea nearbySpecificArea,
DepthGradient depthGradient,
Fishery fishery,
DistanceToCoastGradient distanceToCoastGradient)
Does the same thing as
#create(fr.ifremer.adagio.core.dao.referential.location.Location,java.util.Collection with an
additional flag called transform. |
Object |
RegulationAreaDaoBase.create(int transform,
Location location,
Collection<RegulationArea2RegulationLocation> regulationLocation,
NearbySpecificArea nearbySpecificArea,
DepthGradient depthGradient,
Fishery fishery,
DistanceToCoastGradient distanceToCoastGradient) |
Object |
RegulationArea2RegulationLocationDaoBase.create(int transform,
Location location,
RegulationArea regulationArea) |
Object |
RegulationArea2RegulationLocationDao.create(int transform,
Location location,
RegulationArea regulationArea)
Does the same thing as
RegulationArea2RegulationLocationDao.create(fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.regulation.RegulationArea) with an
additional flag called transform. |
RegulationArea |
RegulationAreaDao.create(Location location)
Creates a new
fr.ifremer.adagio.core.dao.referential.regulation.RegulationArea
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
RegulationArea |
RegulationAreaDaoBase.create(Location location) |
RegulationArea |
RegulationAreaDao.create(Location location,
Collection<RegulationArea2RegulationLocation> regulationLocation,
NearbySpecificArea nearbySpecificArea,
DepthGradient depthGradient,
Fishery fishery,
DistanceToCoastGradient distanceToCoastGradient)
Creates a new
fr.ifremer.adagio.core.dao.referential.regulation.RegulationArea
instance from all attributes and
properties and adds it to the persistent store. |
RegulationArea |
RegulationAreaDaoBase.create(Location location,
Collection<RegulationArea2RegulationLocation> regulationLocation,
NearbySpecificArea nearbySpecificArea,
DepthGradient depthGradient,
Fishery fishery,
DistanceToCoastGradient distanceToCoastGradient) |
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDaoBase.create(Location location,
RegulationArea regulationArea) |
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDao.create(Location location,
RegulationArea regulationArea)
Creates a new
fr.ifremer.adagio.core.dao.referential.regulation.RegulationArea2RegulationLocation
instance from all attributes and
properties and adds it to the persistent store. |
Object |
RegulationArea2RegulationLocationDaoBase.load(int transform,
Location location,
RegulationArea regulationArea) |
Object |
RegulationArea2RegulationLocationDao.load(int transform,
Location location,
RegulationArea regulationArea)
Does the same thing as
RegulationArea2RegulationLocationDao.load(fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.regulation.RegulationArea) with an
additional flag called transform. |
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDaoBase.load(Location location,
RegulationArea regulationArea) |
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDao.load(Location location,
RegulationArea regulationArea)
Loads an instance of fr.ifremer.adagio.core.dao.referential.regulation.RegulationArea2RegulationLocation from the persistent store.
|
static RegulationArea |
RegulationArea.Factory.newInstance(Location location)
Constructs a new instance of
RegulationArea, taking all required and/or
read-only properties as arguments. |
static RegulationArea |
RegulationArea.Factory.newInstance(Location location,
Collection<RegulationArea2RegulationLocation> regulationLocation,
NearbySpecificArea nearbySpecificArea,
DepthGradient depthGradient,
Fishery fishery,
DistanceToCoastGradient distanceToCoastGradient)
Constructs a new instance of
RegulationArea, taking all possible properties
(except the identifier(s))as arguments. |
void |
RegulationArea2RegulationLocationDaoBase.remove(Location location,
RegulationArea regulationArea) |
void |
RegulationArea2RegulationLocationDao.remove(Location location,
RegulationArea regulationArea)
Removes the instance of fr.ifremer.adagio.core.dao.referential.regulation.RegulationArea2RegulationLocation having the given
identifiers from the persistent store. |
void |
RegulationArea2RegulationLocationPK.setLocation(Location location) |
void |
RegulationArea.setLocation(Location location) |
| Modifier and Type | Method and Description |
|---|---|
MinimumSizeAllowed |
MinimumSizeAllowedDao.create(Corpus corpus,
Collection<Location> locations,
Float minimumSize,
Unit sizeUnit,
TaxonGroup taxonGroup)
Creates a new
fr.ifremer.adagio.core.dao.referential.regulation.MinimumSizeAllowed
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
MinimumSizeAllowed |
MinimumSizeAllowedDaoBase.create(Corpus corpus,
Collection<Location> locations,
Float minimumSize,
Unit sizeUnit,
TaxonGroup taxonGroup) |
MinimumSizeAllowed |
MinimumSizeAllowedDao.create(Float minimumSize,
Timestamp updateDate,
Collection<Location> locations,
Corpus corpus,
Unit sizeUnit,
TaxonGroup taxonGroup)
Creates a new
fr.ifremer.adagio.core.dao.referential.regulation.MinimumSizeAllowed
instance from all attributes and
properties and adds it to the persistent store. |
MinimumSizeAllowed |
MinimumSizeAllowedDaoBase.create(Float minimumSize,
Timestamp updateDate,
Collection<Location> locations,
Corpus corpus,
Unit sizeUnit,
TaxonGroup taxonGroup) |
Object |
MinimumSizeAllowedDao.create(int transform,
Corpus corpus,
Collection<Location> locations,
Float minimumSize,
Unit sizeUnit,
TaxonGroup taxonGroup)
Does the same thing as
#create(fr.ifremer.adagio.core.dao.referential.regulation.Corpus,java.util.Collection with an
additional flag called transform. |
Object |
MinimumSizeAllowedDaoBase.create(int transform,
Corpus corpus,
Collection<Location> locations,
Float minimumSize,
Unit sizeUnit,
TaxonGroup taxonGroup) |
Object |
MinimumSizeAllowedDao.create(int transform,
Float minimumSize,
Timestamp updateDate,
Collection<Location> locations,
Corpus corpus,
Unit sizeUnit,
TaxonGroup taxonGroup)
Does the same thing as
#create(java.lang.Float,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
Object |
MinimumSizeAllowedDaoBase.create(int transform,
Float minimumSize,
Timestamp updateDate,
Collection<Location> locations,
Corpus corpus,
Unit sizeUnit,
TaxonGroup taxonGroup) |
static MinimumSizeAllowed |
MinimumSizeAllowed.Factory.newInstance(Float minimumSize,
Collection<Location> locations,
Corpus corpus,
Unit sizeUnit,
TaxonGroup taxonGroup)
Constructs a new instance of
MinimumSizeAllowed, taking all required and/or
read-only properties as arguments. |
static MinimumSizeAllowed |
MinimumSizeAllowed.Factory.newInstance(Float minimumSize,
Timestamp updateDate,
Collection<Location> locations,
Corpus corpus,
Unit sizeUnit,
TaxonGroup taxonGroup)
Constructs a new instance of
MinimumSizeAllowed, taking all possible properties
(except the identifier(s))as arguments. |
void |
MinimumSizeAllowed.setLocations(Collection<Location> locations) |
| Modifier and Type | Method and Description |
|---|---|
Location |
DenormalizedSamplingStrata.getObservationLocation() |
| Modifier and Type | Method and Description |
|---|---|
Object |
DenormalizedSamplingStrataDao.create(int transform,
String label,
Date startDate,
Date endDate,
String description,
String comments,
String observationLocationComments,
String samplingStrategy,
String taxonGroupName,
String samplingSchemeLabel,
String samplingSchemeName,
String samplingSchemeDescription,
Timestamp updateDate,
String gearMeshRange,
String vesselLengthRange,
String metier,
String areaName,
String subAreaLocationIds,
Program program,
Location observationLocation,
Person person,
Department department)
Does the same thing as
DenormalizedSamplingStrataDao.create(java.lang.String,java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.administration.user.Person,fr.ifremer.adagio.core.dao.administration.user.Department) with an
additional flag called transform. |
Object |
DenormalizedSamplingStrataDaoBase.create(int transform,
String label,
Date startDate,
Date endDate,
String description,
String comments,
String observationLocationComments,
String samplingStrategy,
String taxonGroupName,
String samplingSchemeLabel,
String samplingSchemeName,
String samplingSchemeDescription,
Timestamp updateDate,
String gearMeshRange,
String vesselLengthRange,
String metier,
String areaName,
String subAreaLocationIds,
Program program,
Location observationLocation,
Person person,
Department department) |
DenormalizedSamplingStrata |
DenormalizedSamplingStrataDao.create(String label,
Date startDate,
Date endDate,
String description,
String comments,
String observationLocationComments,
String samplingStrategy,
String taxonGroupName,
String samplingSchemeLabel,
String samplingSchemeName,
String samplingSchemeDescription,
Timestamp updateDate,
String gearMeshRange,
String vesselLengthRange,
String metier,
String areaName,
String subAreaLocationIds,
Program program,
Location observationLocation,
Person person,
Department department)
Creates a new
fr.ifremer.adagio.core.dao.referential.samplingScheme.denormalized.DenormalizedSamplingStrata
instance from all attributes and
properties and adds it to the persistent store. |
DenormalizedSamplingStrata |
DenormalizedSamplingStrataDaoBase.create(String label,
Date startDate,
Date endDate,
String description,
String comments,
String observationLocationComments,
String samplingStrategy,
String taxonGroupName,
String samplingSchemeLabel,
String samplingSchemeName,
String samplingSchemeDescription,
Timestamp updateDate,
String gearMeshRange,
String vesselLengthRange,
String metier,
String areaName,
String subAreaLocationIds,
Program program,
Location observationLocation,
Person person,
Department department) |
static DenormalizedSamplingStrata |
DenormalizedSamplingStrata.Factory.newInstance(String label,
Date startDate,
Date endDate,
String description,
String comments,
String observationLocationComments,
String samplingStrategy,
String taxonGroupName,
String samplingSchemeLabel,
String samplingSchemeName,
String samplingSchemeDescription,
Timestamp updateDate,
String gearMeshRange,
String vesselLengthRange,
String metier,
String areaName,
String subAreaLocationIds,
Program program,
Location observationLocation,
Person person,
Department department)
Constructs a new instance of
DenormalizedSamplingStrata, taking all possible properties
(except the identifier(s))as arguments. |
void |
DenormalizedSamplingStrata.setObservationLocation(Location observationLocation) |
| Modifier and Type | Method and Description |
|---|---|
Location |
Seller.getBaseSaleLocation() |
| Modifier and Type | Method and Description |
|---|---|
Object |
SellerDao.create(int transform,
String registrationCode,
String name,
SellerType sellerType,
Location baseSaleLocation)
Does the same thing as
SellerDao.create(java.lang.String,java.lang.String,fr.ifremer.adagio.core.dao.referential.seller.SellerType,fr.ifremer.adagio.core.dao.referential.location.Location) with an
additional flag called transform. |
Object |
SellerDaoBase.create(int transform,
String registrationCode,
String name,
SellerType sellerType,
Location baseSaleLocation) |
Seller |
SellerDao.create(String registrationCode,
String name,
SellerType sellerType,
Location baseSaleLocation)
Creates a new
fr.ifremer.adagio.core.dao.referential.seller.Seller
instance from all attributes and
properties and adds it to the persistent store. |
Seller |
SellerDaoBase.create(String registrationCode,
String name,
SellerType sellerType,
Location baseSaleLocation) |
static Seller |
Seller.Factory.newInstance(String registrationCode,
String name,
SellerType sellerType,
Location baseSaleLocation)
Constructs a new instance of
Seller, taking all possible properties
(except the identifier(s))as arguments. |
void |
Seller.setBaseSaleLocation(Location baseSaleLocation) |
| Modifier and Type | Method and Description |
|---|---|
Location |
SpatialItem2LocationPK.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
Object |
SpatialItem2LocationDaoBase.create(int transform,
Location location,
SpatialItem spatialItem) |
Object |
SpatialItem2LocationDao.create(int transform,
Location location,
SpatialItem spatialItem)
Does the same thing as
SpatialItem2LocationDao.create(fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem) with an
additional flag called transform. |
Object |
SpatialItem2LocationDaoBase.create(int transform,
String localizedName,
SpatialItem spatialItem,
Location location) |
Object |
SpatialItem2LocationDao.create(int transform,
String localizedName,
SpatialItem spatialItem,
Location location)
Does the same thing as
SpatialItem2LocationDao.create(java.lang.String,fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem,fr.ifremer.adagio.core.dao.referential.location.Location) with an
additional flag called transform. |
SpatialItem2Location |
SpatialItem2LocationDaoBase.create(Location location,
SpatialItem spatialItem) |
SpatialItem2Location |
SpatialItem2LocationDao.create(Location location,
SpatialItem spatialItem)
Creates a new
fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem2Location
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SpatialItem2Location |
SpatialItem2LocationDaoBase.create(String localizedName,
SpatialItem spatialItem,
Location location) |
SpatialItem2Location |
SpatialItem2LocationDao.create(String localizedName,
SpatialItem spatialItem,
Location location)
Creates a new
fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem2Location
instance from all attributes and
properties and adds it to the persistent store. |
Object |
SpatialItem2LocationDaoBase.load(int transform,
SpatialItem spatialItem,
Location location) |
Object |
SpatialItem2LocationDao.load(int transform,
SpatialItem spatialItem,
Location location)
Does the same thing as
SpatialItem2LocationDao.load(fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem,fr.ifremer.adagio.core.dao.referential.location.Location) with an
additional flag called transform. |
SpatialItem2Location |
SpatialItem2LocationDaoBase.load(SpatialItem spatialItem,
Location location) |
SpatialItem2Location |
SpatialItem2LocationDao.load(SpatialItem spatialItem,
Location location)
Loads an instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem2Location from the persistent store.
|
void |
SpatialItem2LocationDaoBase.remove(SpatialItem spatialItem,
Location location) |
void |
SpatialItem2LocationDao.remove(SpatialItem spatialItem,
Location location)
Removes the instance of fr.ifremer.adagio.core.dao.referential.spatial.SpatialItem2Location having the given
identifiers from the persistent store. |
void |
SpatialItem2LocationPK.setLocation(Location location) |
| Modifier and Type | Method and Description |
|---|---|
Location |
VesselFeatures.getBasePortLocation()
Base port
|
Location |
VesselOwner.getCountryLocation()
Pays de résidence de l'armateur.
|
Location |
VesselRegistrationPeriodPK.getRegistrationLocation() |
| Modifier and Type | Method and Description |
|---|---|
VesselFeatures |
VesselFeaturesDao.create(Date startDateTime,
Date endDateTime,
String name,
String exteriorMarking,
Float administrativePower,
Float auxiliaryPower,
Integer grossTonnageGT,
Integer grossTonnageGRT,
Integer lengthOverAll,
Integer lengthBeetweenPerpendiculars,
Integer constructionYear,
String IRCS,
Boolean hasVMS,
Boolean isFPC,
Timestamp updateDate,
Location basePortLocation,
QualitativeValue hullMaterial,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.referential.vessel.VesselFeatures
instance from all attributes and
properties and adds it to the persistent store. |
VesselFeatures |
VesselFeaturesDaoBase.create(Date startDateTime,
Date endDateTime,
String name,
String exteriorMarking,
Float administrativePower,
Float auxiliaryPower,
Integer grossTonnageGT,
Integer grossTonnageGRT,
Integer lengthOverAll,
Integer lengthBeetweenPerpendiculars,
Integer constructionYear,
String IRCS,
Boolean hasVMS,
Boolean isFPC,
Timestamp updateDate,
Location basePortLocation,
QualitativeValue hullMaterial,
Vessel vessel) |
VesselRegistrationPeriod |
VesselRegistrationPeriodDao.create(Date startDateTime,
Date endDateTime,
String registrationCode,
String internationalRegistrationCode,
Vessel vessel,
Location registrationLocation)
Creates a new
fr.ifremer.adagio.core.dao.referential.vessel.VesselRegistrationPeriod
instance from all attributes and
properties and adds it to the persistent store. |
VesselRegistrationPeriod |
VesselRegistrationPeriodDaoBase.create(Date startDateTime,
Date endDateTime,
String registrationCode,
String internationalRegistrationCode,
Vessel vessel,
Location registrationLocation) |
Object |
VesselFeaturesDao.create(int transform,
Date startDateTime,
Date endDateTime,
String name,
String exteriorMarking,
Float administrativePower,
Float auxiliaryPower,
Integer grossTonnageGT,
Integer grossTonnageGRT,
Integer lengthOverAll,
Integer lengthBeetweenPerpendiculars,
Integer constructionYear,
String IRCS,
Boolean hasVMS,
Boolean isFPC,
Timestamp updateDate,
Location basePortLocation,
QualitativeValue hullMaterial,
Vessel vessel)
Does the same thing as
VesselFeaturesDao.create(java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.pmfm.QualitativeValue,fr.ifremer.adagio.core.dao.referential.vessel.Vessel) with an
additional flag called transform. |
Object |
VesselFeaturesDaoBase.create(int transform,
Date startDateTime,
Date endDateTime,
String name,
String exteriorMarking,
Float administrativePower,
Float auxiliaryPower,
Integer grossTonnageGT,
Integer grossTonnageGRT,
Integer lengthOverAll,
Integer lengthBeetweenPerpendiculars,
Integer constructionYear,
String IRCS,
Boolean hasVMS,
Boolean isFPC,
Timestamp updateDate,
Location basePortLocation,
QualitativeValue hullMaterial,
Vessel vessel) |
Object |
VesselRegistrationPeriodDao.create(int transform,
Date startDateTime,
Date endDateTime,
String registrationCode,
String internationalRegistrationCode,
Vessel vessel,
Location registrationLocation)
Does the same thing as
VesselRegistrationPeriodDao.create(java.util.Date,java.util.Date,java.lang.String,java.lang.String,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,fr.ifremer.adagio.core.dao.referential.location.Location) with an
additional flag called transform. |
Object |
VesselRegistrationPeriodDaoBase.create(int transform,
Date startDateTime,
Date endDateTime,
String registrationCode,
String internationalRegistrationCode,
Vessel vessel,
Location registrationLocation) |
Object |
VesselRegistrationPeriodDao.create(int transform,
Location registrationLocation,
Date startDateTime,
Vessel vessel)
Does the same thing as
VesselRegistrationPeriodDao.create(fr.ifremer.adagio.core.dao.referential.location.Location,java.util.Date,fr.ifremer.adagio.core.dao.referential.vessel.Vessel) with an
additional flag called transform. |
Object |
VesselRegistrationPeriodDaoBase.create(int transform,
Location registrationLocation,
Date startDateTime,
Vessel vessel) |
Object |
VesselOwnerDaoBase.create(int transform,
String registrationCode,
String lastname,
String firstname,
String street,
String zipCode,
String city,
String address,
Date dateOfBirth,
Date retirementDate,
Boolean isInRetirement,
Timestamp updateDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Date activityStartDate,
Collection<RightToProduce> rightToProduces,
Location countryLocation) |
Object |
VesselOwnerDao.create(int transform,
String registrationCode,
String lastname,
String firstname,
String street,
String zipCode,
String city,
String address,
Date dateOfBirth,
Date retirementDate,
Boolean isInRetirement,
Timestamp updateDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Date activityStartDate,
Collection<RightToProduce> rightToProduces,
Location countryLocation)
Does the same thing as
#create(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.lang.Boolean,java.sql.Timestamp,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.util.Collection with an
additional flag called transform. |
VesselRegistrationPeriod |
VesselRegistrationPeriodDao.create(Location registrationLocation,
Date startDateTime,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.referential.vessel.VesselRegistrationPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselRegistrationPeriod |
VesselRegistrationPeriodDaoBase.create(Location registrationLocation,
Date startDateTime,
Vessel vessel) |
VesselOwner |
VesselOwnerDaoBase.create(String registrationCode,
String lastname,
String firstname,
String street,
String zipCode,
String city,
String address,
Date dateOfBirth,
Date retirementDate,
Boolean isInRetirement,
Timestamp updateDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Date activityStartDate,
Collection<RightToProduce> rightToProduces,
Location countryLocation) |
VesselOwner |
VesselOwnerDao.create(String registrationCode,
String lastname,
String firstname,
String street,
String zipCode,
String city,
String address,
Date dateOfBirth,
Date retirementDate,
Boolean isInRetirement,
Timestamp updateDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Date activityStartDate,
Collection<RightToProduce> rightToProduces,
Location countryLocation)
Creates a new
fr.ifremer.adagio.core.dao.referential.vessel.VesselOwner
instance from all attributes and
properties and adds it to the persistent store. |
VesselRegistrationPeriod |
VesselRegistrationPeriodDao.load(Date startDateTime,
Vessel vessel,
Location registrationLocation)
Loads an instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselRegistrationPeriod from the persistent store.
|
VesselRegistrationPeriod |
VesselRegistrationPeriodDaoBase.load(Date startDateTime,
Vessel vessel,
Location registrationLocation) |
Object |
VesselRegistrationPeriodDao.load(int transform,
Date startDateTime,
Vessel vessel,
Location registrationLocation)
Does the same thing as
VesselRegistrationPeriodDao.load(java.util.Date,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,fr.ifremer.adagio.core.dao.referential.location.Location) with an
additional flag called transform. |
Object |
VesselRegistrationPeriodDaoBase.load(int transform,
Date startDateTime,
Vessel vessel,
Location registrationLocation) |
static VesselFeatures |
VesselFeatures.Factory.newInstance(Date startDateTime,
Date endDateTime,
String name,
String exteriorMarking,
Float administrativePower,
Float auxiliaryPower,
Integer grossTonnageGT,
Integer grossTonnageGRT,
Integer lengthOverAll,
Integer lengthBeetweenPerpendiculars,
Integer constructionYear,
String IRCS,
Boolean hasVMS,
Boolean isFPC,
Timestamp updateDate,
Location basePortLocation,
QualitativeValue hullMaterial,
Vessel vessel)
Constructs a new instance of
VesselFeatures, taking all possible properties
(except the identifier(s))as arguments. |
static VesselOwner |
VesselOwner.Factory.newInstance(String registrationCode,
String lastname,
String firstname,
String street,
String zipCode,
String city,
String address,
Date dateOfBirth,
Date retirementDate,
Boolean isInRetirement,
Timestamp updateDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Date activityStartDate,
Collection<RightToProduce> rightToProduces,
Location countryLocation)
Constructs a new instance of
VesselOwner, taking all possible properties
(except the identifier(s))as arguments. |
void |
VesselRegistrationPeriodDao.remove(Date startDateTime,
Vessel vessel,
Location registrationLocation)
Removes the instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselRegistrationPeriod having the given
identifiers from the persistent store. |
void |
VesselRegistrationPeriodDaoBase.remove(Date startDateTime,
Vessel vessel,
Location registrationLocation) |
void |
VesselFeatures.setBasePortLocation(Location basePortLocation) |
void |
VesselOwner.setCountryLocation(Location countryLocation) |
void |
VesselRegistrationPeriodPK.setRegistrationLocation(Location registrationLocation) |
| Modifier and Type | Method and Description |
|---|---|
Location |
GroupingVesselHierarchy.getLocation()
Lieu de validité de l'association Group/Navire.
|
| Modifier and Type | Method and Description |
|---|---|
GroupingVesselHierarchy |
GroupingVesselHierarchyDaoBase.create(Date startDate,
Date endDate,
Timestamp updateDate,
GroupingClassification groupingClassification,
Location location,
Vessel vessel,
Program program,
ObjectType objectType,
Grouping grouping) |
GroupingVesselHierarchy |
GroupingVesselHierarchyDao.create(Date startDate,
Date endDate,
Timestamp updateDate,
GroupingClassification groupingClassification,
Location location,
Vessel vessel,
Program program,
ObjectType objectType,
Grouping grouping)
Creates a new
fr.ifremer.adagio.core.dao.technical.optimization.grouping.GroupingVesselHierarchy
instance from all attributes and
properties and adds it to the persistent store. |
GroupingVesselHierarchy |
GroupingVesselHierarchyDaoBase.create(Grouping grouping,
GroupingClassification groupingClassification,
Location location,
ObjectType objectType,
Program program,
Date startDate,
Vessel vessel) |
GroupingVesselHierarchy |
GroupingVesselHierarchyDao.create(Grouping grouping,
GroupingClassification groupingClassification,
Location location,
ObjectType objectType,
Program program,
Date startDate,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.technical.optimization.grouping.GroupingVesselHierarchy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
GroupingVesselHierarchyDaoBase.create(int transform,
Date startDate,
Date endDate,
Timestamp updateDate,
GroupingClassification groupingClassification,
Location location,
Vessel vessel,
Program program,
ObjectType objectType,
Grouping grouping) |
Object |
GroupingVesselHierarchyDao.create(int transform,
Date startDate,
Date endDate,
Timestamp updateDate,
GroupingClassification groupingClassification,
Location location,
Vessel vessel,
Program program,
ObjectType objectType,
Grouping grouping)
Does the same thing as
GroupingVesselHierarchyDao.create(java.util.Date,java.util.Date,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.grouping.GroupingClassification,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.ObjectType,fr.ifremer.adagio.core.dao.referential.grouping.Grouping) with an
additional flag called transform. |
Object |
GroupingVesselHierarchyDaoBase.create(int transform,
Grouping grouping,
GroupingClassification groupingClassification,
Location location,
ObjectType objectType,
Program program,
Date startDate,
Vessel vessel) |
Object |
GroupingVesselHierarchyDao.create(int transform,
Grouping grouping,
GroupingClassification groupingClassification,
Location location,
ObjectType objectType,
Program program,
Date startDate,
Vessel vessel)
Does the same thing as
GroupingVesselHierarchyDao.create(fr.ifremer.adagio.core.dao.referential.grouping.Grouping,fr.ifremer.adagio.core.dao.referential.grouping.GroupingClassification,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.ObjectType,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,java.util.Date,fr.ifremer.adagio.core.dao.referential.vessel.Vessel) with an
additional flag called transform. |
static GroupingVesselHierarchy |
GroupingVesselHierarchy.Factory.newInstance(Date startDate,
Date endDate,
Timestamp updateDate,
GroupingClassification groupingClassification,
Location location,
Vessel vessel,
Program program,
ObjectType objectType,
Grouping grouping)
Constructs a new instance of
GroupingVesselHierarchy, taking all possible properties
(except the identifier(s))as arguments. |
static GroupingVesselHierarchy |
GroupingVesselHierarchy.Factory.newInstance(Date startDate,
GroupingClassification groupingClassification,
Location location,
Vessel vessel,
Program program,
ObjectType objectType,
Grouping grouping)
Constructs a new instance of
GroupingVesselHierarchy, taking all required and/or
read-only properties as arguments. |
void |
GroupingVesselHierarchy.setLocation(Location location) |
| Modifier and Type | Method and Description |
|---|---|
Location |
LocationHierarchyPK.getLocation() |
Location |
LocationHierarchyExceptionPK.getLocation() |
Location |
LocationHierarchyPK.getParent() |
Location |
LocationHierarchyExceptionPK.getParent() |
| Modifier and Type | Method and Description |
|---|---|
LocationHierarchy |
LocationHierarchyDao.create(Float childSurfaceRatio,
Boolean isMainAssociation,
Location parent,
Location location)
Creates a new
fr.ifremer.adagio.core.dao.technical.optimization.location.LocationHierarchy
instance from all attributes and
properties and adds it to the persistent store. |
LocationHierarchy |
LocationHierarchyDaoBase.create(Float childSurfaceRatio,
Boolean isMainAssociation,
Location parent,
Location location) |
LocationHierarchyException |
LocationHierarchyExceptionDao.create(Float childSurfaceRatio,
Location parent,
Location location)
Creates a new
fr.ifremer.adagio.core.dao.technical.optimization.location.LocationHierarchyException
instance from all attributes and
properties and adds it to the persistent store. |
LocationHierarchyException |
LocationHierarchyExceptionDaoBase.create(Float childSurfaceRatio,
Location parent,
Location location) |
Object |
LocationHierarchyDao.create(int transform,
Float childSurfaceRatio,
Boolean isMainAssociation,
Location parent,
Location location)
Does the same thing as
LocationHierarchyDao.create(java.lang.Float,java.lang.Boolean,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.location.Location) with an
additional flag called transform. |
Object |
LocationHierarchyDaoBase.create(int transform,
Float childSurfaceRatio,
Boolean isMainAssociation,
Location parent,
Location location) |
Object |
LocationHierarchyExceptionDao.create(int transform,
Float childSurfaceRatio,
Location parent,
Location location)
Does the same thing as
LocationHierarchyExceptionDao.create(java.lang.Float,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.location.Location) with an
additional flag called transform. |
Object |
LocationHierarchyExceptionDaoBase.create(int transform,
Float childSurfaceRatio,
Location parent,
Location location) |
Object |
LocationHierarchyExceptionDao.load(int transform,
Location parent,
Location location)
Does the same thing as
LocationHierarchyExceptionDao.load(fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.location.Location) with an
additional flag called transform. |
Object |
LocationHierarchyDao.load(int transform,
Location parent,
Location location)
Does the same thing as
LocationHierarchyDao.load(fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.location.Location) with an
additional flag called transform. |
Object |
LocationHierarchyExceptionDaoBase.load(int transform,
Location parent,
Location location) |
Object |
LocationHierarchyDaoBase.load(int transform,
Location parent,
Location location) |
LocationHierarchyException |
LocationHierarchyExceptionDao.load(Location parent,
Location location)
Loads an instance of fr.ifremer.adagio.core.dao.technical.optimization.location.LocationHierarchyException from the persistent store.
|
LocationHierarchy |
LocationHierarchyDao.load(Location parent,
Location location)
Loads an instance of fr.ifremer.adagio.core.dao.technical.optimization.location.LocationHierarchy from the persistent store.
|
LocationHierarchyException |
LocationHierarchyExceptionDaoBase.load(Location parent,
Location location) |
LocationHierarchy |
LocationHierarchyDaoBase.load(Location parent,
Location location) |
void |
LocationHierarchyExceptionDao.remove(Location parent,
Location location)
Removes the instance of fr.ifremer.adagio.core.dao.technical.optimization.location.LocationHierarchyException having the given
identifiers from the persistent store. |
void |
LocationHierarchyDao.remove(Location parent,
Location location)
Removes the instance of fr.ifremer.adagio.core.dao.technical.optimization.location.LocationHierarchy having the given
identifiers from the persistent store. |
void |
LocationHierarchyExceptionDaoBase.remove(Location parent,
Location location) |
void |
LocationHierarchyDaoBase.remove(Location parent,
Location location) |
void |
LocationHierarchyPK.setLocation(Location location) |
void |
LocationHierarchyExceptionPK.setLocation(Location location) |
void |
LocationHierarchyPK.setParent(Location parent) |
void |
LocationHierarchyExceptionPK.setParent(Location parent) |
Copyright © 2013. All Rights Reserved.