Modifier and Type | Class and Description |
---|---|
class |
FishingAreaImpl |
Modifier and Type | Method and Description |
---|---|
FishingArea |
FishingAreaDaoBase.create(Date qualificationDate,
String qualificationComments)
Creates a new
FishingArea
instance from all attributes and adds it to
the persistent store. |
FishingArea |
FishingAreaDao.create(Date qualificationDate,
String qualificationComments)
Creates a new
FishingArea
instance from all attributes and adds it to
the persistent store. |
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. |
FishingArea |
FishingAreaDaoBase.create(FishingArea fishingArea)
Creates an instance of FishingArea and adds it to the persistent store.
|
FishingArea |
FishingAreaDao.create(FishingArea fishingArea)
Creates an instance of FishingArea and adds it to the persistent store.
|
FishingArea |
FishingAreaDaoBase.get(Integer id)
Gets an instance of FishingArea from the persistent store.
|
FishingArea |
FishingAreaDao.get(Integer id)
Gets an instance of FishingArea from the persistent store.
|
FishingArea |
FishingArea2RegulationLocation.getFishingArea()
Une zone de peche effective
|
FishingArea |
FishingArea2ManagedLocation.getFishingArea()
Zone de peche ou d'activité effective d'un navire.
|
FishingArea |
FishingAreaDaoBase.load(Integer id)
Loads an instance of FishingArea from the persistent store.
|
FishingArea |
FishingAreaDao.load(Integer id)
Loads an instance of FishingArea from the persistent store.
|
static FishingArea |
FishingArea.Factory.newInstance()
Constructs a new instance of
FishingArea . |
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. |
protected FishingArea |
FishingAreaDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<FishingArea> |
FishingAreaDaoBase.create(Collection<FishingArea> entities)
Creates a new instance of FishingArea and adds
from the passed in
entities collection |
Collection<FishingArea> |
FishingAreaDao.create(Collection<FishingArea> entities)
Creates a new instance of FishingArea and adds
from the passed in
entities collection |
Collection<FishingArea> |
FishingAreaDaoBase.loadAll()
Loads all entities of type
FishingArea . |
Collection<FishingArea> |
FishingAreaDao.loadAll()
Loads all entities of type
FishingArea . |
Set<FishingArea> |
FishingAreaDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<FishingArea> |
FishingAreaDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
FishingArea.compareTo(FishingArea o) |
FishingArea |
FishingAreaDaoBase.create(FishingArea fishingArea)
Creates an instance of FishingArea and adds it to the persistent store.
|
FishingArea |
FishingAreaDao.create(FishingArea fishingArea)
Creates an instance of FishingArea 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,
FishingArea fishingArea)
Does the same thing as
FishingAreaDao.create(FishingArea) with an
additional flag called transform . |
Object |
FishingAreaDao.create(int transform,
FishingArea fishingArea)
Does the same thing as
FishingAreaDao.create(FishingArea) 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 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 |
FishingAreaDaoBase.remove(FishingArea fishingArea)
Removes the instance of FishingArea from the persistent store.
|
void |
FishingAreaDao.remove(FishingArea fishingArea)
Removes the instance of FishingArea from the persistent store.
|
void |
FishingArea2RegulationLocation.setFishingArea(FishingArea fishingAreaIn)
Une zone de peche effective
|
void |
FishingArea2ManagedLocation.setFishingArea(FishingArea fishingAreaIn)
Zone de peche ou d'activité effective d'un navire.
|
Object |
FishingAreaDaoBase.transformEntity(int transform,
FishingArea 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 FishingAreaDao , please note
that the FishingAreaDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
FishingAreaDao.transformEntity(int transform,
FishingArea entity)
Allows transformation of entities into value objects
(or something else for that matter), when the
transform
flag is set to one of the constants defined in fr.ifremer.adagio.core.dao.data.fishingArea.FishingAreaDao , please note
that the FishingAreaDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
FishingAreaDaoBase.update(FishingArea fishingArea)
Updates the
fishingArea instance in the persistent store. |
void |
FishingAreaDao.update(FishingArea fishingArea)
Updates the
fishingArea instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<FishingArea> |
FishingAreaDaoBase.create(Collection<FishingArea> entities)
Creates a new instance of FishingArea and adds
from the passed in
entities collection |
Collection<FishingArea> |
FishingAreaDao.create(Collection<FishingArea> entities)
Creates a new instance of FishingArea and adds
from the passed in
entities collection |
Collection<?> |
FishingAreaDaoBase.create(int transform,
Collection<FishingArea> entities)
Does the same thing as
FishingAreaDao.create(FishingArea) with an
additional flag called transform . |
Collection<?> |
FishingAreaDao.create(int transform,
Collection<FishingArea> entities)
Does the same thing as
FishingAreaDao.create(FishingArea) with an
additional flag called transform . |
void |
FishingAreaDaoBase.remove(Collection<FishingArea> entities)
Removes all entities in the given
entities collection. |
void |
FishingAreaDao.remove(Collection<FishingArea> entities)
Removes all entities in the given
entities collection. |
void |
FishingAreaDaoBase.update(Collection<FishingArea> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
FishingAreaDao.update(Collection<FishingArea> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<FishingArea> |
Produce.getFishingAreas()
Lieu d'origine du produit (en mer).
|
Modifier and Type | Method and Description |
---|---|
boolean |
Produce.addFishingAreas(FishingArea elementToAdd)
Lieu d'origine du produit (en mer).
|
boolean |
Produce.removeFishingAreas(FishingArea elementToRemove)
Lieu d'origine du produit (en mer).
|
Modifier and Type | Method and Description |
---|---|
static Produce |
Produce.Factory.newInstance(Boolean isDiscard,
Float subgroupCount,
Short individualCount,
String taxonGroupOtherInformation,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Float weight,
Float cost,
TaxonGroup otherTaxonGroup,
TaxonGroup taxonGroup,
SaleType saleType,
Gear otherGear,
QualitativeValue dressing,
QualitativeValue preservation,
QualitativeValue sizeCategory,
QualitativeValue freshnessCategory,
Method weightMethod,
QualitativeValue transaction,
FishingOperation fishingOperation,
Batch batch,
Collection<ProduceSortingMeasurement> produceSortingMeasurements,
Collection<ProduceQuantificationMeasurement> produceQuantificationMeasurements,
QualityFlag qualityFlag,
Landing landing,
Sale sale,
Gear gear,
TakeOver takeOver,
Buyer buyer,
Collection<FishingArea> fishingAreas,
Transshipment transshipment,
ExpectedSale expectedSale)
Constructs a new instance of
Produce , taking all possible properties
(except the identifier(s))as arguments. |
void |
Produce.setFishingAreas(Collection<FishingArea> fishingAreasIn)
Lieu d'origine du produit (en mer).
|
Modifier and Type | Method and Description |
---|---|
Collection<FishingArea> |
Sample.getFishingAreas()
Zone de peche du prélèvement (utilisé surtout dans le cas d'un prélèvement hors
marée/débarquement ou vente - exemple : prélèvement en poissonnerie)
|
Modifier and Type | Method and Description |
---|---|
boolean |
Sample.addFishingAreas(FishingArea elementToAdd)
Zone de peche du prélèvement (utilisé surtout dans le cas d'un prélèvement hors
marée/débarquement ou vente - exemple : prélèvement en poissonnerie)
|
boolean |
Sample.removeFishingAreas(FishingArea elementToRemove)
Zone de peche du prélèvement (utilisé surtout dans le cas d'un prélèvement hors
marée/débarquement ou vente - exemple : prélèvement en poissonnerie)
|
Modifier and Type | Method and Description |
---|---|
static Sample |
Sample.Factory.newInstance(String label,
Date sampleDate,
Short individualCount,
Float size,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<FishingArea> fishingAreas,
Unit sizeUnit,
Department recorderDepartment,
Collection<Sample> childSamples,
Sample parentSample,
Person recorderPerson,
FishingOperation fishingOperation,
Collection<SampleMeasurement> sampleMeasurements,
TaxonGroup taxonGroup,
Matrix matrix,
QualityFlag qualityFlag,
Batch batch,
ReferenceTaxon referenceTaxon,
Program program)
Constructs a new instance of
Sample , taking all possible properties
(except the identifier(s))as arguments. |
void |
Sample.setFishingAreas(Collection<FishingArea> fishingAreasIn)
Zone de peche du prélèvement (utilisé surtout dans le cas d'un prélèvement hors
marée/débarquement ou vente - exemple : prélèvement en poissonnerie)
|
Modifier and Type | Method and Description |
---|---|
Collection<FishingArea> |
Sale.getFishingAreas()
Zones pêche liées aux espèces capturées de la vente (des produits vendus ou dans
l'échantillonnage biologique).
|
Modifier and Type | Method and Description |
---|---|
boolean |
Sale.addFishingAreas(FishingArea elementToAdd)
Zones pêche liées aux espèces capturées de la vente (des produits vendus ou dans
l'échantillonnage biologique).
|
boolean |
Sale.removeFishingAreas(FishingArea elementToRemove)
Zones pêche liées aux espèces capturées de la vente (des produits vendus ou dans
l'échantillonnage biologique).
|
Modifier and Type | Method and Description |
---|---|
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. |
void |
Sale.setFishingAreas(Collection<FishingArea> fishingAreasIn)
Zones pêche liées aux espèces capturées de la vente (des produits vendus ou dans
l'échantillonnage biologique).
|
Modifier and Type | Method and Description |
---|---|
Collection<FishingArea> |
VesselUseFeatures.getFishingAreas()
Zone de peche ou d'activité effective d'un navire.
|
Collection<FishingArea> |
GearUseFeatures.getFishingAreas()
Zone de peche ou d'activité effective d'un navire.
|
Modifier and Type | Method and Description |
---|---|
boolean |
VesselUseFeatures.addFishingAreas(FishingArea elementToAdd)
Zone de peche ou d'activité effective d'un navire.
|
boolean |
GearUseFeatures.addFishingAreas(FishingArea elementToAdd)
Zone de peche ou d'activité effective d'un navire.
|
boolean |
VesselUseFeatures.removeFishingAreas(FishingArea elementToRemove)
Zone de peche ou d'activité effective d'un navire.
|
boolean |
GearUseFeatures.removeFishingAreas(FishingArea elementToRemove)
Zone de peche ou d'activité effective d'un navire.
|
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. |
static GearUseFeatures |
GearUseFeatures.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,
EconomicalSurvey economicalSurvey,
Gear otherGear,
Operation operation,
Collection<GearUseMeasurement> gearUseMeasurements,
Metier metier,
Collection<GearUseFeaturesOrigin> gearUseFeaturesOrigins,
Gear gear,
ActivityCalendar activityCalendar,
DailyActivityCalendar dailyActivityCalendar,
FishingEffortCalendar fishingEffortCalendar,
Collection<FishingArea> fishingAreas)
Constructs a new instance of
GearUseFeatures , taking all possible properties
(except the identifier(s))as arguments. |
void |
VesselUseFeatures.setFishingAreas(Collection<FishingArea> fishingAreasIn)
Zone de peche ou d'activité effective d'un navire.
|
void |
GearUseFeatures.setFishingAreas(Collection<FishingArea> fishingAreasIn)
Zone de peche ou d'activité effective d'un navire.
|
Copyright © 2012–2014 IFREMER. All rights reserved.