Modifier and Type | Method and Description |
---|---|
ExpectedSale |
SaleMeasurement.getExpectedSale()
Mode de vente escompté (d’une marée observée ou d'un débarquement observé).
|
Modifier and Type | Method and Description |
---|---|
static SaleMeasurement |
SaleMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
AggregationLevel aggregationLevel,
QualitativeValue qualitativeValue,
QualityFlag qualityFlag,
PrecisionType precisionType,
AnalysisInstrument analysisInstrument,
Pmfm pmfm,
Department department,
NumericalPrecision numericalPrecision,
Sale sale,
ExpectedSale expectedSale)
Constructs a new instance of
SaleMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
void |
SaleMeasurement.setExpectedSale(ExpectedSale expectedSaleIn)
Mode de vente escompté (d’une marée observée ou d'un débarquement observé).
|
Modifier and Type | Method and Description |
---|---|
ExpectedSale |
Produce.getExpectedSale()
Mode de vente escompté (d’une marée observée ou d'un débarquement observé).
|
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.setExpectedSale(ExpectedSale expectedSaleIn)
Mode de vente escompté (d’une marée observée ou d'un débarquement observé).
|
Modifier and Type | Class and Description |
---|---|
class |
ExpectedSaleImpl |
Modifier and Type | Method and Description |
---|---|
ExpectedSale |
ExpectedSaleDaoBase.create(ExpectedSale expectedSale)
Creates an instance of ExpectedSale and adds it to the persistent store.
|
ExpectedSale |
ExpectedSaleDao.create(ExpectedSale expectedSale)
Creates an instance of ExpectedSale and adds it to the persistent store.
|
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. |
ExpectedSale |
ExpectedSaleDaoBase.get(Integer id)
Gets an instance of ExpectedSale from the persistent store.
|
ExpectedSale |
ExpectedSaleDao.get(Integer id)
Gets an instance of ExpectedSale from the persistent store.
|
ExpectedSale |
ExpectedSaleDaoBase.load(Integer id)
Loads an instance of ExpectedSale from the persistent store.
|
ExpectedSale |
ExpectedSaleDao.load(Integer id)
Loads an instance of ExpectedSale from the persistent store.
|
static ExpectedSale |
ExpectedSale.Factory.newInstance()
Constructs a new instance of
ExpectedSale . |
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. |
protected ExpectedSale |
ExpectedSaleDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<ExpectedSale> |
ExpectedSaleDaoBase.create(Collection<ExpectedSale> entities)
Creates a new instance of ExpectedSale and adds
from the passed in
entities collection |
Collection<ExpectedSale> |
ExpectedSaleDao.create(Collection<ExpectedSale> entities)
Creates a new instance of ExpectedSale and adds
from the passed in
entities collection |
Collection<ExpectedSale> |
ExpectedSaleDaoBase.loadAll()
Loads all entities of type
ExpectedSale . |
Collection<ExpectedSale> |
ExpectedSaleDao.loadAll()
Loads all entities of type
ExpectedSale . |
Set<ExpectedSale> |
ExpectedSaleDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ExpectedSale> |
ExpectedSaleDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
ExpectedSale.compareTo(ExpectedSale o) |
ExpectedSale |
ExpectedSaleDaoBase.create(ExpectedSale expectedSale)
Creates an instance of ExpectedSale and adds it to the persistent store.
|
ExpectedSale |
ExpectedSaleDao.create(ExpectedSale expectedSale)
Creates an instance of ExpectedSale and adds it to the persistent store.
|
Object |
ExpectedSaleDaoBase.create(int transform,
ExpectedSale expectedSale)
Does the same thing as
ExpectedSaleDao.create(ExpectedSale) with an
additional flag called transform . |
Object |
ExpectedSaleDao.create(int transform,
ExpectedSale expectedSale)
Does the same thing as
ExpectedSaleDao.create(ExpectedSale) with an
additional flag called transform . |
void |
ExpectedSaleDaoBase.remove(ExpectedSale expectedSale)
Removes the instance of ExpectedSale from the persistent store.
|
void |
ExpectedSaleDao.remove(ExpectedSale expectedSale)
Removes the instance of ExpectedSale from the persistent store.
|
Object |
ExpectedSaleDaoBase.transformEntity(int transform,
ExpectedSale 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 ExpectedSaleDao , please note
that the ExpectedSaleDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
ExpectedSaleDao.transformEntity(int transform,
ExpectedSale 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.sale.ExpectedSaleDao , please note
that the ExpectedSaleDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
ExpectedSaleDaoBase.update(ExpectedSale expectedSale)
Updates the
expectedSale instance in the persistent store. |
void |
ExpectedSaleDao.update(ExpectedSale expectedSale)
Updates the
expectedSale instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<ExpectedSale> |
ExpectedSaleDaoBase.create(Collection<ExpectedSale> entities)
Creates a new instance of ExpectedSale and adds
from the passed in
entities collection |
Collection<ExpectedSale> |
ExpectedSaleDao.create(Collection<ExpectedSale> entities)
Creates a new instance of ExpectedSale and adds
from the passed in
entities collection |
Collection<?> |
ExpectedSaleDaoBase.create(int transform,
Collection<ExpectedSale> entities)
Does the same thing as
ExpectedSaleDao.create(ExpectedSale) with an
additional flag called transform . |
Collection<?> |
ExpectedSaleDao.create(int transform,
Collection<ExpectedSale> entities)
Does the same thing as
ExpectedSaleDao.create(ExpectedSale) with an
additional flag called transform . |
void |
ExpectedSaleDaoBase.remove(Collection<ExpectedSale> entities)
Removes all entities in the given
entities collection. |
void |
ExpectedSaleDao.remove(Collection<ExpectedSale> entities)
Removes all entities in the given
entities collection. |
void |
ExpectedSaleDaoBase.update(Collection<ExpectedSale> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
ExpectedSaleDao.update(Collection<ExpectedSale> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<ExpectedSale> |
ObservedFishingTrip.getExpectedSales()
Mode de vente escompté (d’une marée observée ou d'un débarquement observé).
|
Modifier and Type | Method and Description |
---|---|
boolean |
ObservedFishingTrip.addExpectedSales(ExpectedSale elementToAdd)
Mode de vente escompté (d’une marée observée ou d'un débarquement observé).
|
boolean |
ObservedFishingTrip.removeExpectedSales(ExpectedSale elementToRemove)
Mode de vente escompté (d’une marée observée ou d'un débarquement observé).
|
Modifier and Type | Method and Description |
---|---|
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 |
ObservedFishingTrip.setExpectedSales(Collection<ExpectedSale> expectedSalesIn)
Mode de vente escompté (d’une marée observée ou d'un débarquement observé).
|
Modifier and Type | Method and Description |
---|---|
Collection<ExpectedSale> |
ObservedLanding.getExpectedSales()
Mode de vente escompté (d’une marée observée ou d'un débarquement observé).
|
Modifier and Type | Method and Description |
---|---|
boolean |
ObservedLanding.addExpectedSales(ExpectedSale elementToAdd)
Mode de vente escompté (d’une marée observée ou d'un débarquement observé).
|
boolean |
ObservedLanding.removeExpectedSales(ExpectedSale elementToRemove)
Mode de vente escompté (d’une marée observée ou d'un débarquement observé).
|
Modifier and Type | Method and Description |
---|---|
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 |
ObservedLanding.setExpectedSales(Collection<ExpectedSale> expectedSalesIn)
Mode de vente escompté (d’une marée observée ou d'un débarquement observé).
|
Copyright © 2012–2014 IFREMER. All rights reserved.