| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.data.survey.sale |
| Modifier and Type | Class and Description |
|---|---|
class |
ObservedSaleImpl |
| Modifier and Type | Method and Description |
|---|---|
ObservedSale |
ObservedSaleDao.create(Date creationDate,
Collection<Person> observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
String synchronizationStatus,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.sale.ObservedSale
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedSale |
ObservedSaleDaoBase.create(Date creationDate,
Collection<Person> observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
String synchronizationStatus,
Vessel vessel) |
ObservedSale |
ObservedSaleDao.create(Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.sale.ObservedSale
instance from all attributes and
properties and adds it to the persistent store. |
ObservedSale |
ObservedSaleDaoBase.create(Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons) |
ObservedSale |
ObservedSaleDao.create(ObservedSale observedSale)
Creates an instance of fr.ifremer.adagio.core.dao.data.survey.sale.ObservedSale and adds it to the persistent store.
|
ObservedSale |
ObservedSaleDaoBase.create(ObservedSale observedSale) |
ObservedSale |
ObservedSaleDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.data.survey.sale.ObservedSale from the persistent store.
|
ObservedSale |
ObservedSaleDaoBase.load(Integer id) |
static ObservedSale |
ObservedSale.Factory.newInstance()
Constructs a new instance of
ObservedSale. |
static ObservedSale |
ObservedSale.Factory.newInstance(Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons)
Constructs a new instance of
ObservedSale, taking all possible properties
(except the identifier(s))as arguments. |
static ObservedSale |
ObservedSale.Factory.newInstance(Date saleStartDate,
String synchronizationStatus,
Date creationDate,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
Location saleLocation,
SaleType saleType)
Constructs a new instance of
ObservedSale, taking all required and/or
read-only properties as arguments. |
protected ObservedSale |
ObservedSaleDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ObservedSale> |
ObservedSaleDao.create(Collection<ObservedSale> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.survey.sale.ObservedSale and adds
from the passed in
entities collection |
Collection<ObservedSale> |
ObservedSaleDaoBase.create(Collection<ObservedSale> entities) |
Collection<ObservedSale> |
ObservedSaleDao.loadAll()
Loads all entities of type
ObservedSale. |
Collection<ObservedSale> |
ObservedSaleDaoBase.loadAll() |
Set<ObservedSale> |
ObservedSaleDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ObservedSale> |
ObservedSaleDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ObservedSaleDao.create(int transform,
ObservedSale observedSale)
Does the same thing as
ObservedSaleDao.create(fr.ifremer.adagio.core.dao.data.survey.sale.ObservedSale) with an
additional flag called transform. |
Object |
ObservedSaleDaoBase.create(int transform,
ObservedSale observedSale) |
ObservedSale |
ObservedSaleDao.create(ObservedSale observedSale)
Creates an instance of fr.ifremer.adagio.core.dao.data.survey.sale.ObservedSale and adds it to the persistent store.
|
ObservedSale |
ObservedSaleDaoBase.create(ObservedSale observedSale) |
void |
ObservedSaleDao.remove(ObservedSale observedSale)
Removes the instance of fr.ifremer.adagio.core.dao.data.survey.sale.ObservedSale from the persistent store.
|
void |
ObservedSaleDaoBase.remove(ObservedSale observedSale) |
protected Object |
ObservedSaleDaoBase.transformEntity(int transform,
ObservedSale 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.sale.ObservedSaleDao, please note
that the ObservedSaleDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
ObservedSaleDao.update(ObservedSale observedSale)
Updates the
observedSale instance in the persistent store. |
void |
ObservedSaleDaoBase.update(ObservedSale observedSale) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ObservedSale> |
ObservedSaleDao.create(Collection<ObservedSale> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.survey.sale.ObservedSale and adds
from the passed in
entities collection |
Collection<ObservedSale> |
ObservedSaleDaoBase.create(Collection<ObservedSale> entities) |
Collection<?> |
ObservedSaleDao.create(int transform,
Collection<ObservedSale> entities)
Does the same thing as
ObservedSaleDao.create(fr.ifremer.adagio.core.dao.data.survey.sale.ObservedSale) with an
additional flag called transform. |
Collection<?> |
ObservedSaleDaoBase.create(int transform,
Collection<ObservedSale> entities) |
void |
ObservedSaleDao.remove(Collection<ObservedSale> entities)
Removes all entities in the given
entities |
void |
ObservedSaleDaoBase.remove(Collection<ObservedSale> entities) |
void |
ObservedSaleDao.update(Collection<ObservedSale> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
ObservedSaleDaoBase.update(Collection<ObservedSale> entities) |
Copyright © 2013. All Rights Reserved.