| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.data.sale | |
| fr.ifremer.adagio.core.dao.data.survey.landing |
| Modifier and Type | Method and Description |
|---|---|
ObservedLanding |
ExpectedSale.getObservedLanding() |
| 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.setObservedLanding(ObservedLanding observedLanding) |
| Modifier and Type | Class and Description |
|---|---|
class |
ObservedLandingImpl |
| Modifier and Type | Method and Description |
|---|---|
ObservedLanding |
ObservedLandingDao.create(Date creationDate,
Date landingDateTime,
Location landingLocation,
Collection<Person> observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.landing.ObservedLanding
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedLanding |
ObservedLandingDaoBase.create(Date creationDate,
Date landingDateTime,
Location landingLocation,
Collection<Person> observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel) |
ObservedLanding |
ObservedLandingDao.create(ObservedLanding observedLanding)
Creates an instance of fr.ifremer.adagio.core.dao.data.survey.landing.ObservedLanding and adds it to the persistent store.
|
ObservedLanding |
ObservedLandingDaoBase.create(ObservedLanding observedLanding) |
ObservedLanding |
ObservedLandingDao.create(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.landing.ObservedLanding
instance from all attributes and
properties and adds it to the persistent store. |
ObservedLanding |
ObservedLandingDaoBase.create(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales) |
ObservedLanding |
ObservedLandingDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.data.survey.landing.ObservedLanding from the persistent store.
|
ObservedLanding |
ObservedLandingDaoBase.load(Integer id) |
static ObservedLanding |
ObservedLanding.Factory.newInstance()
Constructs a new instance of
ObservedLanding. |
static ObservedLanding |
ObservedLanding.Factory.newInstance(String synchronizationStatus,
Date landingDateTime,
Date creationDate,
Location landingLocation,
Department recorderDepartment,
Program program,
Vessel vessel,
QualityFlag qualityFlag)
Constructs a new instance of
ObservedLanding, taking all required and/or
read-only properties as arguments. |
static ObservedLanding |
ObservedLanding.Factory.newInstance(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Constructs a new instance of
ObservedLanding, taking all possible properties
(except the identifier(s))as arguments. |
protected ObservedLanding |
ObservedLandingDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ObservedLanding> |
ObservedLandingDao.create(Collection<ObservedLanding> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.survey.landing.ObservedLanding and adds
from the passed in
entities collection |
Collection<ObservedLanding> |
ObservedLandingDaoBase.create(Collection<ObservedLanding> entities) |
Collection<ObservedLanding> |
ObservedLandingDao.loadAll()
Loads all entities of type
ObservedLanding. |
Collection<ObservedLanding> |
ObservedLandingDaoBase.loadAll() |
Set<ObservedLanding> |
ObservedLandingDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ObservedLanding> |
ObservedLandingDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ObservedLandingDao.create(int transform,
ObservedLanding observedLanding)
Does the same thing as
ObservedLandingDao.create(fr.ifremer.adagio.core.dao.data.survey.landing.ObservedLanding) with an
additional flag called transform. |
Object |
ObservedLandingDaoBase.create(int transform,
ObservedLanding observedLanding) |
ObservedLanding |
ObservedLandingDao.create(ObservedLanding observedLanding)
Creates an instance of fr.ifremer.adagio.core.dao.data.survey.landing.ObservedLanding and adds it to the persistent store.
|
ObservedLanding |
ObservedLandingDaoBase.create(ObservedLanding observedLanding) |
void |
ObservedLandingDao.remove(ObservedLanding observedLanding)
Removes the instance of fr.ifremer.adagio.core.dao.data.survey.landing.ObservedLanding from the persistent store.
|
void |
ObservedLandingDaoBase.remove(ObservedLanding observedLanding) |
protected Object |
ObservedLandingDaoBase.transformEntity(int transform,
ObservedLanding 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.landing.ObservedLandingDao, please note
that the ObservedLandingDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
ObservedLandingDao.update(ObservedLanding observedLanding)
Updates the
observedLanding instance in the persistent store. |
void |
ObservedLandingDaoBase.update(ObservedLanding observedLanding) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ObservedLanding> |
ObservedLandingDao.create(Collection<ObservedLanding> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.survey.landing.ObservedLanding and adds
from the passed in
entities collection |
Collection<ObservedLanding> |
ObservedLandingDaoBase.create(Collection<ObservedLanding> entities) |
Collection<?> |
ObservedLandingDao.create(int transform,
Collection<ObservedLanding> entities)
Does the same thing as
ObservedLandingDao.create(fr.ifremer.adagio.core.dao.data.survey.landing.ObservedLanding) with an
additional flag called transform. |
Collection<?> |
ObservedLandingDaoBase.create(int transform,
Collection<ObservedLanding> entities) |
void |
ObservedLandingDao.remove(Collection<ObservedLanding> entities)
Removes all entities in the given
entities |
void |
ObservedLandingDaoBase.remove(Collection<ObservedLanding> entities) |
void |
ObservedLandingDao.update(Collection<ObservedLanding> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
ObservedLandingDaoBase.update(Collection<ObservedLanding> entities) |
Copyright © 2013. All Rights Reserved.