| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.data.sale | |
| fr.ifremer.adagio.core.dao.data.survey.fishingTrip |
| Modifier and Type | Method and Description |
|---|---|
ObservedFishingTrip |
ExpectedSale.getObservedFishingTrip()
Marée observée au cours de laquelle ont été recueillies les
données de ventes escomptées.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ExpectedSaleDaoBase.create(int transform,
Location saleLocation,
SaleType saleType,
ObservedFishingTrip observedFishingTrip,
ObservedLanding observedLanding,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces) |
Object |
ExpectedSaleDao.create(int transform,
Location saleLocation,
SaleType saleType,
ObservedFishingTrip observedFishingTrip,
ObservedLanding observedLanding,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces)
Does the same thing as
#create(fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.SaleType,fr.ifremer.adagio.core.dao.data.survey.fishingTrip.ObservedFishingTrip,fr.ifremer.adagio.core.dao.data.survey.landing.ObservedLanding,java.util.Collection with an
additional flag called transform. |
ExpectedSale |
ExpectedSaleDaoBase.create(Location saleLocation,
SaleType saleType,
ObservedFishingTrip observedFishingTrip,
ObservedLanding observedLanding,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces) |
ExpectedSale |
ExpectedSaleDao.create(Location saleLocation,
SaleType saleType,
ObservedFishingTrip observedFishingTrip,
ObservedLanding observedLanding,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces)
Creates a new
fr.ifremer.adagio.core.dao.data.sale.ExpectedSale
instance from all attributes and
properties and adds it to the persistent store. |
static ExpectedSale |
ExpectedSale.Factory.newInstance(Location saleLocation,
SaleType saleType,
ObservedFishingTrip observedFishingTrip,
ObservedLanding observedLanding,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces)
Constructs a new instance of
ExpectedSale, taking all possible properties
(except the identifier(s))as arguments. |
void |
ExpectedSale.setObservedFishingTrip(ObservedFishingTrip observedFishingTrip) |
| Modifier and Type | Class and Description |
|---|---|
class |
ObservedFishingTripImpl |
| Modifier and Type | Method and Description |
|---|---|
ObservedFishingTrip |
ObservedFishingTripDao.create(Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
String synchronizationStatus,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.fishingTrip.ObservedFishingTrip
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedFishingTrip |
ObservedFishingTripDaoBase.create(Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
String synchronizationStatus,
Vessel vessel) |
ObservedFishingTrip |
ObservedFishingTripDao.create(ObservedFishingTrip observedFishingTrip)
Creates an instance of fr.ifremer.adagio.core.dao.data.survey.fishingTrip.ObservedFishingTrip and adds it to the persistent store.
|
ObservedFishingTrip |
ObservedFishingTripDaoBase.create(ObservedFishingTrip observedFishingTrip) |
ObservedFishingTrip |
ObservedFishingTripDao.create(String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.fishingTrip.ObservedFishingTrip
instance from all attributes and
properties and adds it to the persistent store. |
ObservedFishingTrip |
ObservedFishingTripDaoBase.create(String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales) |
ObservedFishingTrip |
ObservedFishingTripDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.data.survey.fishingTrip.ObservedFishingTrip from the persistent store.
|
ObservedFishingTrip |
ObservedFishingTripDaoBase.load(Integer id) |
static ObservedFishingTrip |
ObservedFishingTrip.Factory.newInstance()
Constructs a new instance of
ObservedFishingTrip. |
static ObservedFishingTrip |
ObservedFishingTrip.Factory.newInstance(String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
Date creationDate,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program)
Constructs a new instance of
ObservedFishingTrip, taking all required and/or
read-only properties as arguments. |
static ObservedFishingTrip |
ObservedFishingTrip.Factory.newInstance(String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Constructs a new instance of
ObservedFishingTrip, taking all possible properties
(except the identifier(s))as arguments. |
protected ObservedFishingTrip |
ObservedFishingTripDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ObservedFishingTrip> |
ObservedFishingTripDao.create(Collection<ObservedFishingTrip> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.survey.fishingTrip.ObservedFishingTrip and adds
from the passed in
entities collection |
Collection<ObservedFishingTrip> |
ObservedFishingTripDaoBase.create(Collection<ObservedFishingTrip> entities) |
Collection<ObservedFishingTrip> |
ObservedFishingTripDao.loadAll()
Loads all entities of type
ObservedFishingTrip. |
Collection<ObservedFishingTrip> |
ObservedFishingTripDaoBase.loadAll() |
Set<ObservedFishingTrip> |
ObservedFishingTripDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ObservedFishingTrip> |
ObservedFishingTripDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ObservedFishingTripDao.create(int transform,
ObservedFishingTrip observedFishingTrip)
Does the same thing as
ObservedFishingTripDao.create(fr.ifremer.adagio.core.dao.data.survey.fishingTrip.ObservedFishingTrip) with an
additional flag called transform. |
Object |
ObservedFishingTripDaoBase.create(int transform,
ObservedFishingTrip observedFishingTrip) |
ObservedFishingTrip |
ObservedFishingTripDao.create(ObservedFishingTrip observedFishingTrip)
Creates an instance of fr.ifremer.adagio.core.dao.data.survey.fishingTrip.ObservedFishingTrip and adds it to the persistent store.
|
ObservedFishingTrip |
ObservedFishingTripDaoBase.create(ObservedFishingTrip observedFishingTrip) |
void |
ObservedFishingTripDao.remove(ObservedFishingTrip observedFishingTrip)
Removes the instance of fr.ifremer.adagio.core.dao.data.survey.fishingTrip.ObservedFishingTrip from the persistent store.
|
void |
ObservedFishingTripDaoBase.remove(ObservedFishingTrip observedFishingTrip) |
protected Object |
ObservedFishingTripDaoBase.transformEntity(int transform,
ObservedFishingTrip 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.survey.fishingTrip.ObservedFishingTripDao, please note
that the ObservedFishingTripDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
ObservedFishingTripDao.update(ObservedFishingTrip observedFishingTrip)
Updates the
observedFishingTrip instance in the persistent store. |
void |
ObservedFishingTripDaoBase.update(ObservedFishingTrip observedFishingTrip) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ObservedFishingTrip> |
ObservedFishingTripDao.create(Collection<ObservedFishingTrip> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.survey.fishingTrip.ObservedFishingTrip and adds
from the passed in
entities collection |
Collection<ObservedFishingTrip> |
ObservedFishingTripDaoBase.create(Collection<ObservedFishingTrip> entities) |
Collection<?> |
ObservedFishingTripDao.create(int transform,
Collection<ObservedFishingTrip> entities)
Does the same thing as
ObservedFishingTripDao.create(fr.ifremer.adagio.core.dao.data.survey.fishingTrip.ObservedFishingTrip) with an
additional flag called transform. |
Collection<?> |
ObservedFishingTripDaoBase.create(int transform,
Collection<ObservedFishingTrip> entities) |
void |
ObservedFishingTripDao.remove(Collection<ObservedFishingTrip> entities)
Removes all entities in the given
entities |
void |
ObservedFishingTripDaoBase.remove(Collection<ObservedFishingTrip> entities) |
void |
ObservedFishingTripDao.update(Collection<ObservedFishingTrip> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
ObservedFishingTripDaoBase.update(Collection<ObservedFishingTrip> entities) |
Copyright © 2013. All Rights Reserved.