Modifier and Type | Method and Description |
---|---|
Location |
Program2Person.getLocation()
Représente un lieu au sens général du terme.
|
Location |
Program2Department.getLocation()
Lieu sur lequel le département a les droits
|
Location |
AppliedStrategy.getLocation()
Représente un lieu au sens général du terme.
|
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. type de lieu concerné).
|
Modifier and Type | Method and Description |
---|---|
boolean |
Program.addLocations(Location elementToAdd)
Lieux concernés par le programme.Les lieux sont obligatoirement du type de lieu rattaché au
programme (cf. type de lieu concerné).
|
AppliedStrategy |
AppliedStrategyDaoBase.create(Collection<AppliedPeriod> appliedPeriods,
Location location,
Strategy strategy)
Creates a new
AppliedStrategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
AppliedStrategy |
AppliedStrategyDao.create(Collection<AppliedPeriod> appliedPeriods,
Location location,
Strategy strategy)
Creates a new
AppliedStrategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
AppliedStrategyDaoBase.create(int transform,
Collection<AppliedPeriod> appliedPeriods,
Location location,
Strategy strategy)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
AppliedStrategyDao.create(int transform,
Collection<AppliedPeriod> appliedPeriods,
Location location,
Strategy strategy)
Does the same thing as
#create() with an
additional flag called transform . |
static AppliedStrategy |
AppliedStrategy.Factory.newInstance(Collection<AppliedPeriod> appliedPeriods,
Strategy strategy,
Location location)
Constructs a new instance of
AppliedStrategy , taking all required and/or
read-only properties as arguments, except for identifiers. |
static AppliedStrategy |
AppliedStrategy.Factory.newInstance(Collection<BatchModelAppliedStrategy> batchModelAppliedStrategies,
Collection<AppliedPeriod> appliedPeriods,
Strategy strategy,
Location location,
Collection<PmfmAppliedStrategy> pmfmAppliedStrategies)
Constructs a new instance of
AppliedStrategy , taking all possible properties
(except the identifier(s))as arguments. |
static Program2Person |
Program2Person.Factory.newInstance(Collection<Program2PersonException> program2PersonExceptions,
Person referencePerson,
Person person,
ProgramPrivilege programPrivilege,
Program program,
Location location)
Constructs a new instance of
Program2Person , taking all possible properties
(except the identifier(s))as arguments. |
static Program2Department |
Program2Department.Factory.newInstance(ProgramPrivilege programPrivilege,
Department department,
Location location,
Program program)
Constructs a new instance of
Program2Department , taking all possible properties
(except the identifier(s))as arguments. |
boolean |
Program.removeLocations(Location elementToRemove)
Lieux concernés par le programme.Les lieux sont obligatoirement du type de lieu rattaché au
programme (cf. type de lieu concerné).
|
void |
Program2Person.setLocation(Location locationIn)
Représente un lieu au sens général du terme.
|
void |
Program2Department.setLocation(Location locationIn)
Lieu sur lequel le département a les droits
|
void |
AppliedStrategy.setLocation(Location locationIn)
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
static Program |
Program.Factory.newInstance(String name,
String description,
Date creationDate,
Timestamp updateDate,
TaxonGroupType taxonGroupType,
Collection<Program2Person> programUsers,
Collection<Strategy> strategies,
GearClassification gearClassification,
Collection<Location> locations,
Collection<LocationClassification> locationClassifications,
Collection<Program2Department> program2Departments)
Constructs a new instance of
Program , taking all possible properties
(except the identifier(s))as arguments. |
void |
Program.setLocations(Collection<Location> locationsIn)
Lieux concernés par le programme.Les lieux sont obligatoirement du type de lieu rattaché au
programme (cf. type de lieu concerné).
|
Modifier and Type | Method and Description |
---|---|
Collection<Location> |
AgeReaderQualification.getLocations()
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AgeReaderQualification.addLocations(Location elementToAdd)
Représente un lieu au sens général du terme.
|
boolean |
AgeReaderQualification.removeLocations(Location elementToRemove)
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
AgeReaderQualification |
AgeReaderQualificationDaoBase.create(Collection<Location> locations,
Integer qualificationLevel,
ReferenceTaxon referenceTaxon,
Date startDate)
Creates a new
AgeReaderQualification
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
AgeReaderQualification |
AgeReaderQualificationDao.create(Collection<Location> locations,
Integer qualificationLevel,
ReferenceTaxon referenceTaxon,
Date startDate)
Creates a new
AgeReaderQualification
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
AgeReaderQualificationDaoBase.create(int transform,
Collection<Location> locations,
Integer qualificationLevel,
ReferenceTaxon referenceTaxon,
Date startDate)
Does the same thing as
#create(Date, Integer) with an
additional flag called transform . |
Object |
AgeReaderQualificationDao.create(int transform,
Collection<Location> locations,
Integer qualificationLevel,
ReferenceTaxon referenceTaxon,
Date startDate)
Does the same thing as
#create(Date, Integer) with an
additional flag called transform . |
static AgeReaderQualification |
AgeReaderQualification.Factory.newInstance(Date startDate,
Date endDate,
Integer qualificationLevel,
Collection<Person> people,
Collection<Location> locations,
ReferenceTaxon referenceTaxon)
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,
Collection<Location> locations,
ReferenceTaxon referenceTaxon)
Constructs a new instance of
AgeReaderQualification , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
AgeReaderQualification.setLocations(Collection<Location> locationsIn)
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
Location |
Batch.getLocation()
Zone de pêche.
|
Modifier and Type | Method and Description |
---|---|
static CatchBatch |
CatchBatch.Factory.newInstance(Short rankOrder,
String label,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
Location location,
Batch parentBatch,
Collection<Batch> childBatchs,
QualityFlag qualityFlag,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<SortingBatch> sortingBatches,
FishingOperation fishingOperation,
BatchModel batchModel,
Landing landing,
Sale sale)
Constructs a new instance of
CatchBatch , taking all possible properties
(except the identifier(s))as arguments. |
static SortingBatch |
SortingBatch.Factory.newInstance(Short rankOrder,
String label,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
Location location,
Batch parentBatch,
Collection<Batch> childBatchs,
QualityFlag qualityFlag,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
Float samplingRatio,
String samplingRatioText,
ReferenceTaxon referenceTaxon,
CatchBatch rootBatch,
TaxonGroup taxonGroup,
Collection<SortingMeasurement> sortingMeasurements)
Constructs a new instance of
SortingBatch , taking all possible properties
(except the identifier(s))as arguments. |
void |
Batch.setLocation(Location locationIn)
Zone de pêche.
|
Modifier and Type | Method and Description |
---|---|
Location |
FishingArea2RegulationLocation.getLocation()
Zone réglementaire particulière (ex : ZEE, zone d'effort, etc.)
|
Location |
FishingArea2ManagedLocation.getLocation()
Représente un lieu au sens général du terme.
|
Location |
FishingArea.getLocation()
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
FishingArea |
FishingAreaDaoBase.create(DistanceToCoastGradient distanceToCoastGradient,
Location location,
QualityFlag qualityFlag)
Creates a new
FishingArea
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingArea |
FishingAreaDao.create(DistanceToCoastGradient distanceToCoastGradient,
Location location,
QualityFlag qualityFlag)
Creates a new
FishingArea
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDaoBase.create(FishingArea fishingArea,
Location location)
Creates a new
FishingArea2RegulationLocation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDao.create(FishingArea fishingArea,
Location location)
Creates a new
FishingArea2RegulationLocation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingArea2ManagedLocation |
FishingArea2ManagedLocationDaoBase.create(FishingArea fishingArea,
Location location)
Creates a new
FishingArea2ManagedLocation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingArea2ManagedLocation |
FishingArea2ManagedLocationDao.create(FishingArea fishingArea,
Location location)
Creates a new
FishingArea2ManagedLocation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
FishingAreaDaoBase.create(int transform,
DistanceToCoastGradient distanceToCoastGradient,
Location location,
QualityFlag qualityFlag)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
FishingAreaDao.create(int transform,
DistanceToCoastGradient distanceToCoastGradient,
Location location,
QualityFlag qualityFlag)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
FishingArea2RegulationLocationDaoBase.create(int transform,
FishingArea fishingArea,
Location location)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
FishingArea2RegulationLocationDao.create(int transform,
FishingArea fishingArea,
Location location)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
FishingArea2ManagedLocationDaoBase.create(int transform,
FishingArea fishingArea,
Location location)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
FishingArea2ManagedLocationDao.create(int transform,
FishingArea fishingArea,
Location location)
Does the same thing as
#create() with an
additional flag called transform . |
static FishingArea |
FishingArea.Factory.newInstance(Date qualificationDate,
String qualificationComments,
Collection<FishingArea2ManagedLocation> fishingArea2ManagedLocations,
Collection<FishingArea2RegulationLocation> regulationLocations,
Produce produce,
GearUseFeatures gearUseFeatures,
VesselUseFeatures vesselUseFeatures,
NearbySpecificArea nearbySpecificArea,
DepthGradient depthGradient,
DistanceToCoastGradient distanceToCoastGradient,
Location location,
Sale sale,
QualityFlag qualityFlag,
Sample sample)
Constructs a new instance of
FishingArea , taking all possible properties
(except the identifier(s))as arguments. |
static FishingArea |
FishingArea.Factory.newInstance(DistanceToCoastGradient distanceToCoastGradient,
Location location,
QualityFlag qualityFlag)
Constructs a new instance of
FishingArea , taking all required and/or
read-only properties as arguments, except for identifiers. |
static FishingArea2RegulationLocation |
FishingArea2RegulationLocation.Factory.newInstance(FishingArea fishingArea,
Location location)
Constructs a new instance of
FishingArea2RegulationLocation , taking all possible properties
(except the identifier(s))as arguments. |
static FishingArea2ManagedLocation |
FishingArea2ManagedLocation.Factory.newInstance(Location location,
FishingArea fishingArea)
Constructs a new instance of
FishingArea2ManagedLocation , taking all possible properties
(except the identifier(s))as arguments. |
void |
FishingArea2RegulationLocation.setLocation(Location locationIn)
Zone réglementaire particulière (ex : ZEE, zone d'effort, etc.)
|
void |
FishingArea2ManagedLocation.setLocation(Location locationIn)
Représente un lieu au sens général du terme.
|
void |
FishingArea.setLocation(Location locationIn)
Représente un lieu au sens général du terme.
|
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 |
---|---|
static DenormalizedOperation |
DenormalizedOperation.Factory.newInstance(Short rankOrder,
Boolean isLandingSampling,
Boolean isDiscardSampling,
Float gearMeshSize,
Float gearDepth,
Float mainWaterDepth,
Timestamp updateDate,
FishingTrip fishingTrip,
QualitativeValue selectiveDevice,
Location rectangleLocation,
Location areaLocation,
Location subpolygonLocation,
Metier metier,
Gear gear)
Constructs a new instance of
DenormalizedOperation , taking all possible properties
(except the identifier(s))as arguments. |
void |
DenormalizedOperation.setAreaLocation(Location areaLocationIn)
Area (cf spécifications COST)
|
void |
DenormalizedOperation.setRectangleLocation(Location rectangleLocationIn)
Rectangle statistique
|
void |
DenormalizedOperation.setSubpolygonLocation(Location subpolygonLocationIn)
Sous-polygone (cf spécifications COST)
|
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)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
ExpectedSaleDao.create(int transform,
Location saleLocation,
SaleType saleType)
Does the same thing as
#create() with an
additional flag called transform . |
ExpectedSale |
ExpectedSaleDaoBase.create(Location saleLocation,
SaleType saleType)
Creates a new
ExpectedSale
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ExpectedSale |
ExpectedSaleDao.create(Location saleLocation,
SaleType saleType)
Creates a new
ExpectedSale
instance from only required properties (attributes
and association ends) 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, except for identifiers. |
static ExpectedSale |
ExpectedSale.Factory.newInstance(Location saleLocation,
SaleType saleType,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces,
ObservedLanding observedLanding,
ObservedFishingTrip observedFishingTrip)
Constructs a new instance of
ExpectedSale , taking all possible properties
(except the identifier(s))as arguments. |
void |
ExpectedSale.setSaleLocation(Location saleLocationIn)
Lieu escompté de la vente.
|
Modifier and Type | Method and Description |
---|---|
Location |
SamplingStrata.getObservationLocation()
Lieux ou se déroulera l'observation.
|
Modifier and Type | Method and Description |
---|---|
static SamplingStrata |
SamplingStrata.Factory.newInstance(String label,
Date startDate,
Date endDate,
String description,
String comments,
Timestamp updateDate,
Collection<SamplingStrata2Fishery> samplingStrata2Fisheries,
Location observationLocation,
Collection<SamplingStrataMeasurement> samplingStrataMeasurements,
Department department,
Collection<SamplingStrata2Grouping> samplingStrata2Groupings,
SamplingScheme samplingScheme,
Person person,
Collection<SamplingStrata2Vessel> samplingStrata2Vessels)
Constructs a new instance of
SamplingStrata , taking all possible properties
(except the identifier(s))as arguments. |
void |
SamplingStrata.setObservationLocation(Location observationLocationIn)
Lieux ou se déroulera l'observation.
|
Modifier and Type | Method and Description |
---|---|
Location |
DenormalizedSamplingStrata.getObservationLocation()
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
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,
String gearMeshRange,
String vesselLengthRange,
String metier,
String areaName,
String subAreaLocationIds,
Timestamp updateDate,
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 observationLocationIn)
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
Location |
FishingTrip.getDepartureLocation()
Représente un lieu au sens général du terme.
|
Location |
FishingTrip.getReturnLocation()
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
ObservedFishingTrip |
ObservedFishingTripDaoBase.create(Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
Timestamp updateDate,
Vessel vessel)
Creates a new
ObservedFishingTrip
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,
Timestamp updateDate,
Vessel vessel)
Creates a new
ObservedFishingTrip
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingTrip |
FishingTripDaoBase.create(Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
Timestamp updateDate,
Vessel vessel)
Creates a new
FishingTrip
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingTrip |
FishingTripDao.create(Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
Timestamp updateDate,
Vessel vessel)
Creates a new
FishingTrip
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
ObservedFishingTripDaoBase.create(int transform,
Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Date, Timestamp) 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,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
FishingTripDaoBase.create(int transform,
Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
FishingTripDao.create(int transform,
Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Date, Timestamp) with an
additional flag called transform . |
static ObservedFishingTrip |
ObservedFishingTrip.Factory.newInstance(Date departureDateTime,
Date returnDateTime,
Date creationDate,
Timestamp updateDate,
Location returnLocation,
Location departureLocation,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
Program program)
Constructs a new instance of
ObservedFishingTrip , taking all required and/or
read-only properties as arguments, except for identifiers. |
static FishingTrip |
FishingTrip.Factory.newInstance(Date departureDateTime,
Date returnDateTime,
Date creationDate,
Timestamp updateDate,
Location returnLocation,
Location departureLocation,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
Program program)
Constructs a new instance of
FishingTrip , taking all required and/or
read-only properties as arguments, except for identifiers. |
static FishingTrip |
FishingTrip.Factory.newInstance(Date departureDateTime,
Date returnDateTime,
LineString position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location returnLocation,
Location departureLocation,
Collection<VesselPersonFeatures> vesselPersonFeatures,
Department recorderDepartment,
Person recorderPerson,
Collection<Operation> operations,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<Landing> landings,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
ScientificCruise scientificCruise,
QualityFlag qualityFlag,
Vessel vessel,
Program program,
Collection<FishingTripOrigin> fishingTripOrigins,
Collection<Transshipment> transshipments,
Collection<PlaygroundFishingTripVesselMaster> playgroundFishingTripVesselMasters,
Collection<PlaygroundVesselOwner> playgroundVesselOwners,
Collection<PlaygroundFishingEffortZone> playgroundFishingEffortZones)
Constructs a new instance of
FishingTrip , taking all possible properties
(except the identifier(s))as arguments. |
static ObservedFishingTrip |
ObservedFishingTrip.Factory.newInstance(Date departureDateTime,
Date returnDateTime,
LineString position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location returnLocation,
Location departureLocation,
Collection<VesselPersonFeatures> vesselPersonFeatures,
Department recorderDepartment,
Person recorderPerson,
Collection<Operation> operations,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<Landing> landings,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
ScientificCruise scientificCruise,
QualityFlag qualityFlag,
Vessel vessel,
Program program,
Collection<FishingTripOrigin> fishingTripOrigins,
Collection<Transshipment> transshipments,
Collection<PlaygroundFishingTripVesselMaster> playgroundFishingTripVesselMasters,
Collection<PlaygroundVesselOwner> playgroundVesselOwners,
Collection<PlaygroundFishingEffortZone> playgroundFishingEffortZones,
Collection<Person> observerPersons,
SamplingStrata samplingStrata,
Collection<ExpectedSale> expectedSales)
Constructs a new instance of
ObservedFishingTrip , taking all possible properties
(except the identifier(s))as arguments. |
void |
FishingTrip.setDepartureLocation(Location departureLocationIn)
Représente un lieu au sens général du terme.
|
void |
FishingTrip.setReturnLocation(Location returnLocationIn)
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
Location |
Landing.getLandingLocation()
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
Landing |
LandingDaoBase.create(Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Creates a new
Landing
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Landing |
LandingDao.create(Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Creates a new
Landing
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,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Collection<Person> observerPersons)
Creates a new
ObservedLanding
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedLanding |
ObservedLandingDao.create(Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Collection<Person> observerPersons)
Creates a new
ObservedLanding
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
LandingDaoBase.create(int transform,
Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
LandingDao.create(int transform,
Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
ObservedLandingDaoBase.create(int transform,
Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Collection<Person> observerPersons)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
ObservedLandingDao.create(int transform,
Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Collection<Person> observerPersons)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
static ObservedLanding |
ObservedLanding.Factory.newInstance(Date landingDateTime,
Date creationDate,
Timestamp updateDate,
Location landingLocation,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
Program program)
Constructs a new instance of
ObservedLanding , taking all required and/or
read-only properties as arguments, except for identifiers. |
static Landing |
Landing.Factory.newInstance(Date landingDateTime,
Date creationDate,
Timestamp updateDate,
Location landingLocation,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
Program program)
Constructs a new instance of
Landing , taking all required and/or
read-only properties as arguments, except for identifiers. |
static Landing |
Landing.Factory.newInstance(Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location landingLocation,
ObservedLocation observedLocation,
Department recorderDepartment,
Person recorderPerson,
CatchBatch catchBatch,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<LandingMeasurement> landingMeasurements,
Collection<Produce> produces,
QualityFlag qualityFlag,
Vessel vessel,
Collection<LandingOrigin> landingOrigins,
Program program,
SamplingStrata samplingStrata,
Collection<Sale> sales,
FishingTrip fishingTrip)
Constructs a new instance of
Landing , taking all possible properties
(except the identifier(s))as arguments. |
static ObservedLanding |
ObservedLanding.Factory.newInstance(Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location landingLocation,
ObservedLocation observedLocation,
Department recorderDepartment,
Person recorderPerson,
CatchBatch catchBatch,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<LandingMeasurement> landingMeasurements,
Collection<Produce> produces,
QualityFlag qualityFlag,
Vessel vessel,
Collection<LandingOrigin> landingOrigins,
Program program,
SamplingStrata samplingStrata,
Collection<Sale> sales,
FishingTrip fishingTrip,
Collection<ExpectedSale> expectedSales,
Collection<Person> observerPersons)
Constructs a new instance of
ObservedLanding , taking all possible properties
(except the identifier(s))as arguments. |
void |
Landing.setLandingLocation(Location landingLocationIn)
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
Location |
ObservedLocation.getLocation()
Le lieu observé (site de débarquement, port, etc).
|
Modifier and Type | Method and Description |
---|---|
ObservedLocation |
ObservedLocationDaoBase.create(Date creationDate,
Date endDateTime,
Location location,
Collection<Person> observers,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDateTime,
Timestamp updateDate)
Creates a new
ObservedLocation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedLocation |
ObservedLocationDao.create(Date creationDate,
Date endDateTime,
Location location,
Collection<Person> observers,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDateTime,
Timestamp updateDate)
Creates a new
ObservedLocation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
ObservedLocationDaoBase.create(int transform,
Date creationDate,
Date endDateTime,
Location location,
Collection<Person> observers,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDateTime,
Timestamp updateDate)
Does the same thing as
#create(String, Date, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
ObservedLocationDao.create(int transform,
Date creationDate,
Date endDateTime,
Location location,
Collection<Person> observers,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDateTime,
Timestamp updateDate)
Does the same thing as
#create(String, Date, Date, Date, Timestamp) with an
additional flag called transform . |
static ObservedLocation |
ObservedLocation.Factory.newInstance(Date startDateTime,
Date endDateTime,
Date creationDate,
Timestamp updateDate,
Collection<Person> observers,
Department recorderDepartment,
Program program,
Location location,
QualityFlag qualityFlag)
Constructs a new instance of
ObservedLocation , taking all required and/or
read-only properties as arguments, except for identifiers. |
static ObservedLocation |
ObservedLocation.Factory.newInstance(Date startDateTime,
Date endDateTime,
String comments,
Date qualificationDate,
String qualificationComments,
String samplingStrataReference,
Date creationDate,
Timestamp updateDate,
Collection<Person> observers,
Collection<ObservedLocationFeatures> observedLocationFeatures,
Person recorderPerson,
Department recorderDepartment,
Collection<DailyActivityCalendar> dailyActivityCalendars,
Collection<Landing> landings,
Program program,
SamplingStrata samplingStrata,
Location location,
QualityFlag qualityFlag)
Constructs a new instance of
ObservedLocation , taking all possible properties
(except the identifier(s))as arguments. |
void |
ObservedLocation.setLocation(Location locationIn)
Le lieu observé (site de débarquement, port, etc).
|
Modifier and Type | Method and Description |
---|---|
Location |
Sale.getSaleLocation()
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
ObservedSale |
ObservedSaleDaoBase.create(Collection<Person> observerPersons,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
Timestamp updateDate,
Vessel vessel)
Creates a new
ObservedSale
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedSale |
ObservedSaleDao.create(Collection<Person> observerPersons,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
Timestamp updateDate,
Vessel vessel)
Creates a new
ObservedSale
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,
Timestamp updateDate,
Vessel vessel)
Creates a new
Sale
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Sale |
SaleDao.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
Timestamp updateDate,
Vessel vessel)
Creates a new
Sale
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
ObservedSaleDaoBase.create(int transform,
Collection<Person> observerPersons,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, String, Date, Timestamp) with an
additional flag called transform . |
Object |
ObservedSaleDao.create(int transform,
Collection<Person> observerPersons,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, String, Date, Timestamp) 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,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, String, Date, Timestamp) with an
additional flag called transform . |
Object |
SaleDao.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, String, Date, Timestamp) with an
additional flag called transform . |
static Sale |
Sale.Factory.newInstance(Date saleStartDate,
Date saleEndDate,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location saleLocation,
SaleType saleType,
Department recorderDepartment,
Person recorderPerson,
CatchBatch catchBatch,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces,
Landing landing,
DeclaredDocumentReference declaredDocumentReference,
QualityFlag qualityFlag,
Program program,
Vessel vessel,
Seller seller,
Collection<SaleOrigin> saleOrigins,
TakeOver takeOver,
FishingTrip fishingTrip,
Collection<FishingArea> fishingAreas)
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 comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location saleLocation,
SaleType saleType,
Department recorderDepartment,
Person recorderPerson,
CatchBatch catchBatch,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces,
Landing landing,
DeclaredDocumentReference declaredDocumentReference,
QualityFlag qualityFlag,
Program program,
Vessel vessel,
Seller seller,
Collection<SaleOrigin> saleOrigins,
TakeOver takeOver,
FishingTrip fishingTrip,
Collection<FishingArea> fishingAreas,
Collection<Person> observerPersons,
SamplingStrata samplingStrata)
Constructs a new instance of
ObservedSale , taking all possible properties
(except the identifier(s))as arguments. |
static Sale |
Sale.Factory.newInstance(Date saleStartDate,
Date creationDate,
Timestamp updateDate,
Location saleLocation,
SaleType saleType,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
Vessel vessel)
Constructs a new instance of
Sale , taking all required and/or
read-only properties as arguments, except for identifiers. |
static ObservedSale |
ObservedSale.Factory.newInstance(Date saleStartDate,
Date creationDate,
Timestamp updateDate,
Location saleLocation,
SaleType saleType,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
Vessel vessel)
Constructs a new instance of
ObservedSale , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
Sale.setSaleLocation(Location saleLocationIn)
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
Location |
TakeOver.getTakeOverLocation()
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
TakeOver |
TakeOverDaoBase.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Timestamp updateDate,
Vessel vessel)
Creates a new
TakeOver
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TakeOver |
TakeOverDao.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Timestamp updateDate,
Vessel vessel)
Creates a new
TakeOver
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
TakeOverDaoBase.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
TakeOverDao.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
static TakeOver |
TakeOver.Factory.newInstance(Date takeOverDateTime,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
String comments,
Collection<TakeOverMeasurement> takeOverMeasurements,
Department recorderDepartment,
Person recorderPerson,
Location takeOverLocation,
Seller storageFacility,
Collection<Produce> produces,
Collection<Sale> sales,
Seller seller,
DeclaredDocumentReference declaredDocumentReference,
FishingTrip fishingTrip,
Program program,
QualityFlag qualityFlag,
Landing landing,
Vessel vessel)
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,
Timestamp updateDate,
Department recorderDepartment,
Location takeOverLocation,
Seller seller,
Program program,
QualityFlag qualityFlag,
Vessel vessel)
Constructs a new instance of
TakeOver , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
TakeOver.setTakeOverLocation(Location takeOverLocationIn)
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
Location |
Transshipment.getTransshipmentLocation()
Zone ou port dans lequel se fait le transbordement.
|
Modifier and Type | Method and Description |
---|---|
static Transshipment |
Transshipment.Factory.newInstance(Date transshipmentDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Point position,
Vessel toVessel,
Location transshipmentLocation,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel fromVessel,
Person recorderPerson,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
FishingTrip fishingTrip,
Program program)
Constructs a new instance of
Transshipment , taking all possible properties
(except the identifier(s))as arguments. |
void |
Transshipment.setTransshipmentLocation(Location transshipmentLocationIn)
Zone ou port dans lequel se fait le transbordement.
|
Modifier and Type | Method and Description |
---|---|
Location |
VesselCommissioningPeriod.getCommissioningLocation()
Lieu de mise en service.
|
Location |
VesselOwner.getCountryLocation()
Pays de résidence de l'armateur.
|
Location |
VesselRegistrationPeriod.getRegistrationLocation()
Lieu d'immatriculation.
|
Modifier and Type | Method and Description |
---|---|
Object |
VesselCommissioningPeriodDaoBase.create(int transform,
Location commissioningLocation,
Vessel vessel)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
VesselCommissioningPeriodDao.create(int transform,
Location commissioningLocation,
Vessel vessel)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
VesselRegistrationPeriodDaoBase.create(int transform,
QualityFlag qualityFlag,
Short rankOrder,
Location registrationLocation,
Vessel vessel)
Does the same thing as
#create(Short) with an
additional flag called transform . |
Object |
VesselRegistrationPeriodDao.create(int transform,
QualityFlag qualityFlag,
Short rankOrder,
Location registrationLocation,
Vessel vessel)
Does the same thing as
#create(Short) with an
additional flag called transform . |
VesselCommissioningPeriod |
VesselCommissioningPeriodDaoBase.create(Location commissioningLocation,
Vessel vessel)
Creates a new
VesselCommissioningPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselCommissioningPeriod |
VesselCommissioningPeriodDao.create(Location commissioningLocation,
Vessel vessel)
Creates a new
VesselCommissioningPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselRegistrationPeriod |
VesselRegistrationPeriodDaoBase.create(QualityFlag qualityFlag,
Short rankOrder,
Location registrationLocation,
Vessel vessel)
Creates a new
VesselRegistrationPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselRegistrationPeriod |
VesselRegistrationPeriodDao.create(QualityFlag qualityFlag,
Short rankOrder,
Location registrationLocation,
Vessel vessel)
Creates a new
VesselRegistrationPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static VesselCommissioningPeriod |
VesselCommissioningPeriod.Factory.newInstance(Date endDate,
Location commissioningLocation,
Vessel vessel)
Constructs a new instance of
VesselCommissioningPeriod , taking all possible properties
(except the identifier(s))as arguments. |
static VesselRegistrationPeriod |
VesselRegistrationPeriod.Factory.newInstance(Date endDateTime,
String registrationCode,
String internationalRegistrationCode,
Short rankOrder,
Location registrationLocation,
QualityFlag qualityFlag,
Vessel vessel)
Constructs a new instance of
VesselRegistrationPeriod , taking all possible properties
(except the identifier(s))as arguments. |
static VesselCommissioningPeriod |
VesselCommissioningPeriod.Factory.newInstance(Location commissioningLocation,
Vessel vessel)
Constructs a new instance of
VesselCommissioningPeriod , taking all required and/or
read-only properties as arguments, except for identifiers. |
static VesselRegistrationPeriod |
VesselRegistrationPeriod.Factory.newInstance(Short rankOrder,
Location registrationLocation,
QualityFlag qualityFlag,
Vessel vessel)
Constructs a new instance of
VesselRegistrationPeriod , taking all required and/or
read-only properties as arguments, except for identifiers. |
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,
Program program,
Location countryLocation,
Collection<RightToProduce> rightToProduces)
Constructs a new instance of
VesselOwner , taking all possible properties
(except the identifier(s))as arguments. |
void |
VesselCommissioningPeriod.setCommissioningLocation(Location commissioningLocationIn)
Lieu de mise en service.
|
void |
VesselOwner.setCountryLocation(Location countryLocationIn)
Pays de résidence de l'armateur.
|
void |
VesselRegistrationPeriod.setRegistrationLocation(Location registrationLocationIn)
Lieu d'immatriculation.
|
Modifier and Type | Method and Description |
---|---|
Location |
VesselPerson.getCountryLocation()
Pays de résidence de la personne.
|
Modifier and Type | Method and Description |
---|---|
static VesselPerson |
VesselPerson.Factory.newInstance(String registrationCode,
String lastname,
String firstname,
String street,
String zipCode,
String city,
String address,
Date dateOfBirth,
Date retirementDate,
Boolean isInRetirement,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Timestamp updateDate,
Program program,
Location countryLocation,
EducationGrade educationGrade)
Constructs a new instance of
VesselPerson , taking all possible properties
(except the identifier(s))as arguments. |
void |
VesselPerson.setCountryLocation(Location countryLocationIn)
Pays de résidence de la personne.
|
Modifier and Type | Method and Description |
---|---|
Location |
VesselPhysicalFeatures.getBaseLandingLocation()
Représente un lieu au sens général du terme.
|
Location |
VesselFeatures.getBasePortLocation()
Base port
see http://www.fao.org/fi/glossary/default.asp
FAO (1998): Guidelines for the routine collection of capture fishery data.
|
Modifier and Type | Method and Description |
---|---|
static VesselPhysicalFeatures |
VesselPhysicalFeatures.Factory.newInstance(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Program program,
QualityFlag qualityFlag,
Vessel vessel,
Short rankOrder,
String name,
String exteriorMarking,
String IRCS,
String comments,
Collection<VesselPhysicalFeaturesOrigin> vesselPhysicalFeaturesOrigins,
Department recorderDepartment,
Location baseLandingLocation,
Person recorderPerson,
Collection<VesselPhysicalMeasurement> vesselPhysicalMeasurements,
PhysicalGearSurvey physicalGearSurvey)
Constructs a new instance of
VesselPhysicalFeatures , taking all possible properties
(except the identifier(s))as arguments. |
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. |
void |
VesselPhysicalFeatures.setBaseLandingLocation(Location baseLandingLocationIn)
Représente un lieu au sens général du terme.
|
void |
VesselFeatures.setBasePortLocation(Location basePortLocationIn)
Base port
see http://www.fao.org/fi/glossary/default.asp
FAO (1998): Guidelines for the routine collection of capture fishery data.
|
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 |
---|---|
static VesselUseFeatures |
VesselUseFeatures.Factory.newInstance(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Program program,
QualityFlag qualityFlag,
Vessel vessel,
Integer isActive,
DailyActivityCalendar dailyActivityCalendar,
Location basePortLocation,
Operation operation,
Collection<VesselUseMeasurement> vesselUseMeasurements,
Collection<VesselUseFeaturesOrigin> vesselUseFeaturesOrigins,
ActivityCalendar activityCalendar,
EconomicalSurvey economicalSurvey,
FishingEffortCalendar fishingEffortCalendar,
FishingTrip fishingTrip,
Collection<FishingArea> fishingAreas)
Constructs a new instance of
VesselUseFeatures , taking all possible properties
(except the identifier(s))as arguments. |
void |
VesselUseFeatures.setBasePortLocation(Location basePortLocationIn)
Port d'exploitation, ou port d'attache (si pas d'activité).
|
Modifier and Type | Method and Description |
---|---|
Location |
WeightLengthConversion.getLocation()
Représente un lieu au sens général du terme.
|
Location |
RoundWeightConversion.getLocation()
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
WeightLengthConversion |
WeightLengthConversionDaoBase.create(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer endMonth,
Parameter lengthParameter,
Unit lengthUnit,
Location location,
ReferenceTaxon referenceTaxon,
Integer startMonth,
Status status,
Timestamp updateDate)
Creates a new
WeightLengthConversion
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
WeightLengthConversion |
WeightLengthConversionDao.create(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer endMonth,
Parameter lengthParameter,
Unit lengthUnit,
Location location,
ReferenceTaxon referenceTaxon,
Integer startMonth,
Status status,
Timestamp updateDate)
Creates a new
WeightLengthConversion
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,
Timestamp updateDate)
Creates a new
RoundWeightConversion
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
RoundWeightConversion |
RoundWeightConversionDao.create(Float conversionCoefficient,
QualitativeValue dressing,
Location location,
QualitativeValue preserving,
Date startDate,
TaxonGroup taxonGroup,
Timestamp updateDate)
Creates a new
RoundWeightConversion
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
WeightLengthConversionDaoBase.create(int transform,
Double conversionCoefficientA,
Double conversionCoefficientB,
Integer endMonth,
Parameter lengthParameter,
Unit lengthUnit,
Location location,
ReferenceTaxon referenceTaxon,
Integer startMonth,
Status status,
Timestamp updateDate)
Does the same thing as
#create(Double, Double, Integer, Integer, Timestamp) with an
additional flag called transform . |
Object |
WeightLengthConversionDao.create(int transform,
Double conversionCoefficientA,
Double conversionCoefficientB,
Integer endMonth,
Parameter lengthParameter,
Unit lengthUnit,
Location location,
ReferenceTaxon referenceTaxon,
Integer startMonth,
Status status,
Timestamp updateDate)
Does the same thing as
#create(Double, Double, Integer, Integer, Timestamp) with an
additional flag called transform . |
Object |
RoundWeightConversionDaoBase.create(int transform,
Float conversionCoefficient,
QualitativeValue dressing,
Location location,
QualitativeValue preserving,
Date startDate,
TaxonGroup taxonGroup,
Timestamp updateDate)
Does the same thing as
#create(Float, Date, Timestamp) with an
additional flag called transform . |
Object |
RoundWeightConversionDao.create(int transform,
Float conversionCoefficient,
QualitativeValue dressing,
Location location,
QualitativeValue preserving,
Date startDate,
TaxonGroup taxonGroup,
Timestamp updateDate)
Does the same thing as
#create(Float, Date, Timestamp) with an
additional flag called transform . |
static WeightLengthConversion |
WeightLengthConversion.Factory.newInstance(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer startMonth,
Integer endMonth,
Integer year,
String description,
String comments,
Timestamp updateDate,
OriginItemType originItemType,
QualitativeValue sex,
Parameter lengthParameter,
Unit lengthUnit,
ReferenceTaxon referenceTaxon,
Location location,
Status status)
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,
Timestamp updateDate,
Parameter lengthParameter,
Unit lengthUnit,
ReferenceTaxon referenceTaxon,
Location location,
Status status)
Constructs a new instance of
WeightLengthConversion , taking all required and/or
read-only properties as arguments, except for identifiers. |
static RoundWeightConversion |
RoundWeightConversion.Factory.newInstance(Float conversionCoefficient,
Date startDate,
Date endDate,
String description,
String comments,
Timestamp updateDate,
OriginItemType originItemType,
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,
Timestamp updateDate,
QualitativeValue preserving,
QualitativeValue dressing,
TaxonGroup taxonGroup,
Location location)
Constructs a new instance of
RoundWeightConversion , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
WeightLengthConversion.setLocation(Location locationIn)
Représente un lieu au sens général du terme.
|
void |
RoundWeightConversion.setLocation(Location locationIn)
Représente un lieu au sens général du terme.
|
Modifier and Type | Class and Description |
---|---|
class |
LocationArea
Géomtérie polygonale (multi polygone) associée au lieu.
|
class |
LocationAreaImpl |
class |
LocationImpl |
class |
LocationLine
Géomtérie multi-lignes (polygone ouvert) associée au lieu.
|
class |
LocationLineImpl |
class |
LocationPoint
Géomtérie ponctuelle (multi point) associée au lieu.
|
class |
LocationPointImpl |
Modifier and Type | Method and Description |
---|---|
Location |
LocationDaoBase.create(Location location)
Creates an instance of Location and adds it to the persistent store.
|
Location |
LocationDao.create(Location location)
Creates an instance of Location and adds it to the persistent store.
|
Location |
LocationDaoBase.create(LocationClassification locationClassification,
LocationLevel locationLevel,
String name,
Status status,
Timestamp updateDate,
ValidityStatus validityStatus)
Creates a new
Location
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Location |
LocationDao.create(LocationClassification locationClassification,
LocationLevel locationLevel,
String name,
Status status,
Timestamp updateDate,
ValidityStatus validityStatus)
Creates a new
Location
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Location |
LocationDaoBase.create(String label,
String name,
Float bathymetry,
Short utFormat,
Boolean daylightSavingTime,
String comments,
Timestamp updateDate)
Creates a new
Location
instance from all attributes and adds it to
the persistent store. |
Location |
LocationDao.create(String label,
String name,
Float bathymetry,
Short utFormat,
Boolean daylightSavingTime,
String comments,
Timestamp updateDate)
Creates a new
Location
instance from all attributes and adds it to
the persistent store. |
Location |
LocationDaoBase.get(Integer id)
Gets an instance of Location from the persistent store.
|
Location |
LocationDao.get(Integer id)
Gets an instance of Location from the persistent store.
|
Location |
LocationAssociation.getChildLocation()
Représente un lieu au sens général du terme.
|
Location |
LocationAssociation.getParentLocation()
Représente un lieu au sens général du terme.
|
Location |
LocationDaoBase.load(Integer id)
Loads an instance of Location from the persistent store.
|
Location |
LocationDao.load(Integer id)
Loads an instance of Location from the persistent store.
|
static Location |
Location.Factory.newInstance()
Constructs a new instance of
Location . |
static Location |
Location.Factory.newInstance(String label,
String name,
Float bathymetry,
Short utFormat,
Boolean daylightSavingTime,
String comments,
Timestamp updateDate,
ValidityStatus validityStatus,
LocationClassification locationClassification,
LocationLevel locationLevel,
Status status)
Constructs a new instance of
Location , taking all possible properties
(except the identifier(s))as arguments. |
static Location |
Location.Factory.newInstance(String name,
Timestamp updateDate,
ValidityStatus validityStatus,
LocationClassification locationClassification,
LocationLevel locationLevel,
Status status)
Constructs a new instance of
Location , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected Location |
LocationDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<Location> |
LocationDaoBase.create(Collection<Location> entities)
Creates a new instance of Location and adds
from the passed in
entities collection |
Collection<Location> |
LocationDao.create(Collection<Location> entities)
Creates a new instance of Location and adds
from the passed in
entities collection |
Collection<Location> |
LocationDaoBase.loadAll()
Loads all entities of type
Location . |
Collection<Location> |
LocationDao.loadAll()
Loads all entities of type
Location . |
Set<Location> |
LocationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Location> |
LocationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
Location.compareTo(Location o) |
Object |
LocationDaoBase.create(int transform,
Location location)
Does the same thing as
LocationDao.create(Location) with an
additional flag called transform . |
Object |
LocationDao.create(int transform,
Location location)
Does the same thing as
LocationDao.create(Location) with an
additional flag called transform . |
Object |
LocationAssociationDaoBase.create(int transform,
Location childLocation,
Float childSurfaceRatio,
Location parentLocation,
Timestamp updateDate)
Does the same thing as
LocationAssociationDao.create(Float, Timestamp) with an
additional flag called transform . |
Object |
LocationAssociationDao.create(int transform,
Location childLocation,
Float childSurfaceRatio,
Location parentLocation,
Timestamp updateDate)
Does the same thing as
LocationAssociationDao.create(Float, Timestamp) with an
additional flag called transform . |
Location |
LocationDaoBase.create(Location location)
Creates an instance of Location and adds it to the persistent store.
|
Location |
LocationDao.create(Location location)
Creates an instance of Location and adds it to the persistent store.
|
LocationAssociation |
LocationAssociationDaoBase.create(Location childLocation,
Float childSurfaceRatio,
Location parentLocation,
Timestamp updateDate)
Creates a new
LocationAssociation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
LocationAssociation |
LocationAssociationDao.create(Location childLocation,
Float childSurfaceRatio,
Location parentLocation,
Timestamp updateDate)
Creates a new
LocationAssociation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static LocationAssociation |
LocationAssociation.Factory.newInstance(Float childSurfaceRatio,
Timestamp updateDate,
Location parentLocation,
Location childLocation)
Constructs a new instance of
LocationAssociation , taking all possible properties
(except the identifier(s))as arguments. |
void |
LocationDaoBase.remove(Location location)
Removes the instance of Location from the persistent store.
|
void |
LocationDao.remove(Location location)
Removes the instance of Location from the persistent store.
|
void |
LocationAssociation.setChildLocation(Location childLocationIn)
Représente un lieu au sens général du terme.
|
void |
LocationAssociation.setParentLocation(Location parentLocationIn)
Représente un lieu au sens général du terme.
|
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 LocationDao , please note
that the LocationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
LocationDao.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)
Updates the
location instance in the persistent store. |
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)
Creates a new instance of Location and adds
from the passed in
entities collection |
Collection<Location> |
LocationDao.create(Collection<Location> entities)
Creates a new instance of Location and adds
from the passed in
entities collection |
Collection<?> |
LocationDaoBase.create(int transform,
Collection<Location> entities)
Does the same thing as
LocationDao.create(Location) with an
additional flag called transform . |
Collection<?> |
LocationDao.create(int transform,
Collection<Location> entities)
Does the same thing as
LocationDao.create(Location) with an
additional flag called transform . |
void |
LocationDaoBase.remove(Collection<Location> entities)
Removes all entities in the given
entities collection. |
void |
LocationDao.remove(Collection<Location> entities)
Removes all entities in the given
entities collection. |
void |
LocationDaoBase.update(Collection<Location> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
LocationDao.update(Collection<Location> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Location |
RegulationArea2RegulationLocation.getLocation()
Représente un lieu au sens général du terme.
|
Location |
RegulationArea.getLocation()
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
Collection<Location> |
MinimumSizeAllowed.getLocations()
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MinimumSizeAllowed.addLocations(Location elementToAdd)
Représente un lieu au sens général du terme.
|
Object |
RegulationArea2RegulationLocationDaoBase.create(int transform,
Location location,
RegulationArea regulationArea)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
RegulationArea2RegulationLocationDao.create(int transform,
Location location,
RegulationArea regulationArea)
Does the same thing as
#create() with an
additional flag called transform . |
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDaoBase.create(Location location,
RegulationArea regulationArea)
Creates a new
RegulationArea2RegulationLocation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDao.create(Location location,
RegulationArea regulationArea)
Creates a new
RegulationArea2RegulationLocation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static RegulationArea |
RegulationArea.Factory.newInstance(Grouping grouping,
Collection<RegulationArea2RegulationLocation> regulationLocations,
DepthGradient depthGradient,
Location location,
Fishery fishery,
NearbySpecificArea nearbySpecificArea,
DistanceToCoastGradient distanceToCoastGradient)
Constructs a new instance of
RegulationArea , taking all possible properties
(except the identifier(s))as arguments. |
static RegulationArea2RegulationLocation |
RegulationArea2RegulationLocation.Factory.newInstance(Location location,
RegulationArea regulationArea)
Constructs a new instance of
RegulationArea2RegulationLocation , taking all possible properties
(except the identifier(s))as arguments. |
boolean |
MinimumSizeAllowed.removeLocations(Location elementToRemove)
Représente un lieu au sens général du terme.
|
void |
RegulationArea2RegulationLocation.setLocation(Location locationIn)
Représente un lieu au sens général du terme.
|
void |
RegulationArea.setLocation(Location locationIn)
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
MinimumSizeAllowed |
MinimumSizeAllowedDaoBase.create(Corpus corpus,
Collection<Location> locations,
Float minimumSize,
Unit sizeUnit,
TaxonGroup taxonGroup,
Timestamp updateDate)
Creates a new
MinimumSizeAllowed
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
MinimumSizeAllowed |
MinimumSizeAllowedDao.create(Corpus corpus,
Collection<Location> locations,
Float minimumSize,
Unit sizeUnit,
TaxonGroup taxonGroup,
Timestamp updateDate)
Creates a new
MinimumSizeAllowed
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
MinimumSizeAllowedDaoBase.create(int transform,
Corpus corpus,
Collection<Location> locations,
Float minimumSize,
Unit sizeUnit,
TaxonGroup taxonGroup,
Timestamp updateDate)
Does the same thing as
MinimumSizeAllowedDao.create(Float, Timestamp) with an
additional flag called transform . |
Object |
MinimumSizeAllowedDao.create(int transform,
Corpus corpus,
Collection<Location> locations,
Float minimumSize,
Unit sizeUnit,
TaxonGroup taxonGroup,
Timestamp updateDate)
Does the same thing as
MinimumSizeAllowedDao.create(Float, Timestamp) with an
additional flag called transform . |
static MinimumSizeAllowed |
MinimumSizeAllowed.Factory.newInstance(Float minimumSize,
Timestamp updateDate,
Corpus corpus,
Unit sizeUnit,
Collection<Location> locations,
TaxonGroup taxonGroup)
Constructs a new instance of
MinimumSizeAllowed , taking all possible properties
(except the identifier(s))as arguments. |
void |
MinimumSizeAllowed.setLocations(Collection<Location> locationsIn)
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
Location |
AppliedSizeCategory.getLocation()
Lieu (terrestre) ou a lieu de débarquement
|
Modifier and Type | Method and Description |
---|---|
Object |
AppliedSizeCategoryDaoBase.create(int transform,
QualitativeValue dressing,
Location location,
OriginItemType originItemType,
QualitativeValue sizeCategory,
Date startDate,
TaxonGroup taxonGroup,
Timestamp updateDate)
Does the same thing as
#create(Date, Timestamp) with an
additional flag called transform . |
Object |
AppliedSizeCategoryDao.create(int transform,
QualitativeValue dressing,
Location location,
OriginItemType originItemType,
QualitativeValue sizeCategory,
Date startDate,
TaxonGroup taxonGroup,
Timestamp updateDate)
Does the same thing as
#create(Date, Timestamp) with an
additional flag called transform . |
AppliedSizeCategory |
AppliedSizeCategoryDaoBase.create(QualitativeValue dressing,
Location location,
OriginItemType originItemType,
QualitativeValue sizeCategory,
Date startDate,
TaxonGroup taxonGroup,
Timestamp updateDate)
Creates a new
AppliedSizeCategory
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
AppliedSizeCategory |
AppliedSizeCategoryDao.create(QualitativeValue dressing,
Location location,
OriginItemType originItemType,
QualitativeValue sizeCategory,
Date startDate,
TaxonGroup taxonGroup,
Timestamp updateDate)
Creates a new
AppliedSizeCategory
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static AppliedSizeCategory |
AppliedSizeCategory.Factory.newInstance(Date startDate,
Date endDate,
String description,
String comments,
Timestamp updateDate,
QualitativeValue sizeCategory,
Location location,
QualitativeValue dressing,
OriginItemType originItemType,
TaxonGroup taxonGroup)
Constructs a new instance of
AppliedSizeCategory , taking all possible properties
(except the identifier(s))as arguments. |
static AppliedSizeCategory |
AppliedSizeCategory.Factory.newInstance(Date startDate,
Timestamp updateDate,
QualitativeValue sizeCategory,
Location location,
QualitativeValue dressing,
OriginItemType originItemType,
TaxonGroup taxonGroup)
Constructs a new instance of
AppliedSizeCategory , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
AppliedSizeCategory.setLocation(Location locationIn)
Lieu (terrestre) ou a lieu de débarquement
|
Modifier and Type | Method and Description |
---|---|
Location |
Seller.getBaseSaleLocation()
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
static Seller |
Seller.Factory.newInstance(String registrationCode,
String name,
Timestamp updateDate,
String address,
SellerType sellerType,
Location baseSaleLocation)
Constructs a new instance of
Seller , taking all possible properties
(except the identifier(s))as arguments. |
void |
Seller.setBaseSaleLocation(Location baseSaleLocationIn)
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
Location |
SpatialItem2Location.getLocation()
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
Object |
SpatialItem2LocationDaoBase.create(int transform,
Location location,
SpatialItem spatialItem)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
SpatialItem2LocationDao.create(int transform,
Location location,
SpatialItem spatialItem)
Does the same thing as
#create() with an
additional flag called transform . |
SpatialItem2Location |
SpatialItem2LocationDaoBase.create(Location location,
SpatialItem spatialItem)
Creates a new
SpatialItem2Location
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SpatialItem2Location |
SpatialItem2LocationDao.create(Location location,
SpatialItem spatialItem)
Creates a new
SpatialItem2Location
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static SpatialItem2Location |
SpatialItem2Location.Factory.newInstance(Location location,
SpatialItem spatialItem)
Constructs a new instance of
SpatialItem2Location , taking all required and/or
read-only properties as arguments, except for identifiers. |
static SpatialItem2Location |
SpatialItem2Location.Factory.newInstance(String localizedName,
Location location,
SpatialItem spatialItem)
Constructs a new instance of
SpatialItem2Location , taking all possible properties
(except the identifier(s))as arguments. |
void |
SpatialItem2Location.setLocation(Location locationIn)
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
Location |
TaxonGroupLengthPmfm.getLocation()
Lieux (terrestre) d'application de la relation.
|
Modifier and Type | Method and Description |
---|---|
Object |
TaxonGroupLengthPmfmDaoBase.create(int transform,
String description,
Location location,
Parameter parameter,
Pmfm pmfm,
Date startDate,
TaxonGroup taxonGroup,
Unit unit,
Timestamp updateDate)
Does the same thing as
#create(Date, String, Timestamp) with an
additional flag called transform . |
Object |
TaxonGroupLengthPmfmDao.create(int transform,
String description,
Location location,
Parameter parameter,
Pmfm pmfm,
Date startDate,
TaxonGroup taxonGroup,
Unit unit,
Timestamp updateDate)
Does the same thing as
#create(Date, String, Timestamp) with an
additional flag called transform . |
TaxonGroupLengthPmfm |
TaxonGroupLengthPmfmDaoBase.create(String description,
Location location,
Parameter parameter,
Pmfm pmfm,
Date startDate,
TaxonGroup taxonGroup,
Unit unit,
Timestamp updateDate)
Creates a new
TaxonGroupLengthPmfm
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TaxonGroupLengthPmfm |
TaxonGroupLengthPmfmDao.create(String description,
Location location,
Parameter parameter,
Pmfm pmfm,
Date startDate,
TaxonGroup taxonGroup,
Unit unit,
Timestamp updateDate)
Creates a new
TaxonGroupLengthPmfm
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static TaxonGroupLengthPmfm |
TaxonGroupLengthPmfm.Factory.newInstance(Date startDate,
Date endDate,
String description,
Float precision,
Timestamp updateDate,
Unit unit,
QualitativeValue dressing,
Parameter parameter,
Pmfm pmfm,
TaxonGroup taxonGroup,
Location location)
Constructs a new instance of
TaxonGroupLengthPmfm , taking all possible properties
(except the identifier(s))as arguments. |
static TaxonGroupLengthPmfm |
TaxonGroupLengthPmfm.Factory.newInstance(Date startDate,
String description,
Timestamp updateDate,
Unit unit,
Parameter parameter,
Pmfm pmfm,
TaxonGroup taxonGroup,
Location location)
Constructs a new instance of
TaxonGroupLengthPmfm , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
TaxonGroupLengthPmfm.setLocation(Location locationIn)
Lieux (terrestre) d'application de la relation.
|
Modifier and Type | Method and Description |
---|---|
Location |
GroupingVesselHierarchy.getLocation()
Lieu de validité de l'association Grouping/Navire.
|
Modifier and Type | Method and Description |
---|---|
GroupingVesselHierarchy |
GroupingVesselHierarchyDaoBase.create(Grouping grouping,
GroupingClassification groupingClassification,
Location location,
ObjectType originObjectType,
Program originProgram,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Creates a new
GroupingVesselHierarchy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GroupingVesselHierarchy |
GroupingVesselHierarchyDao.create(Grouping grouping,
GroupingClassification groupingClassification,
Location location,
ObjectType originObjectType,
Program originProgram,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Creates a new
GroupingVesselHierarchy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
GroupingVesselHierarchyDaoBase.create(int transform,
Grouping grouping,
GroupingClassification groupingClassification,
Location location,
ObjectType originObjectType,
Program originProgram,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, Timestamp) with an
additional flag called transform . |
Object |
GroupingVesselHierarchyDao.create(int transform,
Grouping grouping,
GroupingClassification groupingClassification,
Location location,
ObjectType originObjectType,
Program originProgram,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, Timestamp) with an
additional flag called transform . |
static GroupingVesselHierarchy |
GroupingVesselHierarchy.Factory.newInstance(Date startDate,
Date endDate,
Timestamp updateDate,
Grouping grouping,
Program originProgram,
ObjectType originObjectType,
Vessel vessel,
Location location,
GroupingClassification groupingClassification)
Constructs a new instance of
GroupingVesselHierarchy , taking all possible properties
(except the identifier(s))as arguments. |
static GroupingVesselHierarchy |
GroupingVesselHierarchy.Factory.newInstance(Date startDate,
Timestamp updateDate,
Grouping grouping,
Program originProgram,
ObjectType originObjectType,
Vessel vessel,
Location location,
GroupingClassification groupingClassification)
Constructs a new instance of
GroupingVesselHierarchy , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
GroupingVesselHierarchy.setLocation(Location locationIn)
Lieu de validité de l'association Grouping/Navire.
|
Modifier and Type | Method and Description |
---|---|
Location |
LocationHierarchyOverride.getLocation()
Représente un lieu au sens général du terme.
|
Location |
LocationHierarchyException.getLocation()
Représente un lieu au sens général du terme.
|
Location |
LocationHierarchy.getLocation()
Représente un lieu au sens général du terme.
|
Location |
LocationHierarchyOverride.getParent()
Représente un lieu au sens général du terme.
|
Location |
LocationHierarchyException.getParent()
Représente un lieu au sens général du terme.
|
Location |
LocationHierarchy.getParent()
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
LocationHierarchy |
LocationHierarchyDaoBase.create(Float childSurfaceRatio,
Boolean isMainAssociation,
Location location,
Location parent)
Creates a new
LocationHierarchy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
LocationHierarchy |
LocationHierarchyDao.create(Float childSurfaceRatio,
Boolean isMainAssociation,
Location location,
Location parent)
Creates a new
LocationHierarchy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
LocationHierarchyException |
LocationHierarchyExceptionDaoBase.create(Float childSurfaceRatio,
Location location,
Location parent)
Creates a new
LocationHierarchyException
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
LocationHierarchyException |
LocationHierarchyExceptionDao.create(Float childSurfaceRatio,
Location location,
Location parent)
Creates a new
LocationHierarchyException
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
LocationHierarchyDaoBase.create(int transform,
Float childSurfaceRatio,
Boolean isMainAssociation,
Location location,
Location parent)
Does the same thing as
LocationHierarchyDao.create(Float, Boolean) with an
additional flag called transform . |
Object |
LocationHierarchyDao.create(int transform,
Float childSurfaceRatio,
Boolean isMainAssociation,
Location location,
Location parent)
Does the same thing as
LocationHierarchyDao.create(Float, Boolean) with an
additional flag called transform . |
Object |
LocationHierarchyExceptionDaoBase.create(int transform,
Float childSurfaceRatio,
Location location,
Location parent)
Does the same thing as
LocationHierarchyExceptionDao.create(Float) with an
additional flag called transform . |
Object |
LocationHierarchyExceptionDao.create(int transform,
Float childSurfaceRatio,
Location location,
Location parent)
Does the same thing as
LocationHierarchyExceptionDao.create(Float) with an
additional flag called transform . |
Object |
LocationHierarchyOverrideDaoBase.create(int transform,
Location location,
Location parent)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
LocationHierarchyOverrideDao.create(int transform,
Location location,
Location parent)
Does the same thing as
#create() with an
additional flag called transform . |
LocationHierarchyOverride |
LocationHierarchyOverrideDaoBase.create(Location location,
Location parent)
Creates a new
LocationHierarchyOverride
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
LocationHierarchyOverride |
LocationHierarchyOverrideDao.create(Location location,
Location parent)
Creates a new
LocationHierarchyOverride
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static LocationHierarchyOverride |
LocationHierarchyOverride.Factory.newInstance(Float childSurfaceRatio,
Boolean isMainAssociation,
Location parent,
Location location)
Constructs a new instance of
LocationHierarchyOverride , taking all possible properties
(except the identifier(s))as arguments. |
static LocationHierarchy |
LocationHierarchy.Factory.newInstance(Float childSurfaceRatio,
Boolean isMainAssociation,
Location location,
Location parent)
Constructs a new instance of
LocationHierarchy , taking all possible properties
(except the identifier(s))as arguments. |
static LocationHierarchyException |
LocationHierarchyException.Factory.newInstance(Float childSurfaceRatio,
Location location,
Location parent)
Constructs a new instance of
LocationHierarchyException , taking all possible properties
(except the identifier(s))as arguments. |
static LocationHierarchyOverride |
LocationHierarchyOverride.Factory.newInstance(Location parent,
Location location)
Constructs a new instance of
LocationHierarchyOverride , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
LocationHierarchyOverride.setLocation(Location locationIn)
Représente un lieu au sens général du terme.
|
void |
LocationHierarchyException.setLocation(Location locationIn)
Représente un lieu au sens général du terme.
|
void |
LocationHierarchy.setLocation(Location locationIn)
Représente un lieu au sens général du terme.
|
void |
LocationHierarchyOverride.setParent(Location parentIn)
Représente un lieu au sens général du terme.
|
void |
LocationHierarchyException.setParent(Location parentIn)
Représente un lieu au sens général du terme.
|
void |
LocationHierarchy.setParent(Location parentIn)
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
Location |
DenormalizedVessel.getRegistrationCountry()
Représente un lieu au sens général du terme.
|
Location |
DenormalizedVessel.getRegistrationLocation()
Représente un lieu au sens général du terme.
|
Modifier and Type | Method and Description |
---|---|
Object |
DenormalizedVesselDaoBase.create(int transform,
Program program,
Short rankOrder,
Location registrationCountry,
Location registrationLocation,
Date registrationStartDate)
Does the same thing as
#create(Date, Short) with an
additional flag called transform . |
Object |
DenormalizedVesselDao.create(int transform,
Program program,
Short rankOrder,
Location registrationCountry,
Location registrationLocation,
Date registrationStartDate)
Does the same thing as
#create(Date, Short) with an
additional flag called transform . |
DenormalizedVessel |
DenormalizedVesselDaoBase.create(Program program,
Short rankOrder,
Location registrationCountry,
Location registrationLocation,
Date registrationStartDate)
Creates a new
DenormalizedVessel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DenormalizedVessel |
DenormalizedVesselDao.create(Program program,
Short rankOrder,
Location registrationCountry,
Location registrationLocation,
Date registrationStartDate)
Creates a new
DenormalizedVessel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static DenormalizedVessel |
DenormalizedVessel.Factory.newInstance(Date registrationStartDate,
Short rankOrder,
Location registrationLocation,
Location registrationCountry,
Program program)
Constructs a new instance of
DenormalizedVessel , taking all required and/or
read-only properties as arguments, except for identifiers. |
static DenormalizedVessel |
DenormalizedVessel.Factory.newInstance(String name,
String internationalRegistrationCode,
String registrationCode,
Date registrationStartDate,
Date registrationEndDate,
Short rankOrder,
Location registrationLocation,
Location registrationCountry,
VesselOwner vesselOwner,
Program program)
Constructs a new instance of
DenormalizedVessel , taking all possible properties
(except the identifier(s))as arguments. |
void |
DenormalizedVessel.setRegistrationCountry(Location registrationCountryIn)
Représente un lieu au sens général du terme.
|
void |
DenormalizedVessel.setRegistrationLocation(Location registrationLocationIn)
Représente un lieu au sens général du terme.
|
Copyright © 2012–2014 IFREMER. All rights reserved.