| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.data.produce | |
| fr.ifremer.adagio.core.dao.referential.buyer |
| Modifier and Type | Method and Description |
|---|---|
Buyer |
Produce.getBuyer() |
| Modifier and Type | Method and Description |
|---|---|
Produce |
ProduceDaoBase.create(Boolean isDiscard,
Float subgroupCount,
Short individualCount,
String taxonGroupOtherInformation,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Batch batch,
TakeOver takeOver,
TaxonGroup taxonGroup,
TaxonGroup otherTaxonGroup,
Gear gear,
Sale sale,
Buyer buyer,
Landing landing,
ExpectedSale expectedSale,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Transshipment transshipment,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<SortingMeasurement> sortingMeasurements,
QualityFlag qualityFlag) |
Produce |
ProduceDao.create(Boolean isDiscard,
Float subgroupCount,
Short individualCount,
String taxonGroupOtherInformation,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Batch batch,
TakeOver takeOver,
TaxonGroup taxonGroup,
TaxonGroup otherTaxonGroup,
Gear gear,
Sale sale,
Buyer buyer,
Landing landing,
ExpectedSale expectedSale,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Transshipment transshipment,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<SortingMeasurement> sortingMeasurements,
QualityFlag qualityFlag)
Creates a new
fr.ifremer.adagio.core.dao.data.produce.Produce
instance from all attributes and
properties and adds it to the persistent store. |
Object |
ProduceDaoBase.create(int transform,
Boolean isDiscard,
Float subgroupCount,
Short individualCount,
String taxonGroupOtherInformation,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Batch batch,
TakeOver takeOver,
TaxonGroup taxonGroup,
TaxonGroup otherTaxonGroup,
Gear gear,
Sale sale,
Buyer buyer,
Landing landing,
ExpectedSale expectedSale,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Transshipment transshipment,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<SortingMeasurement> sortingMeasurements,
QualityFlag qualityFlag) |
Object |
ProduceDao.create(int transform,
Boolean isDiscard,
Float subgroupCount,
Short individualCount,
String taxonGroupOtherInformation,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Batch batch,
TakeOver takeOver,
TaxonGroup taxonGroup,
TaxonGroup otherTaxonGroup,
Gear gear,
Sale sale,
Buyer buyer,
Landing landing,
ExpectedSale expectedSale,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Transshipment transshipment,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<SortingMeasurement> sortingMeasurements,
QualityFlag qualityFlag)
Does the same thing as
#create(java.lang.Boolean,java.lang.Float,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.adagio.core.dao.data.batch.Batch,fr.ifremer.adagio.core.dao.data.survey.takeOver.TakeOver,fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroup,fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroup,fr.ifremer.adagio.core.dao.referential.gear.Gear,fr.ifremer.adagio.core.dao.data.survey.sale.Sale,fr.ifremer.adagio.core.dao.referential.buyer.Buyer,fr.ifremer.adagio.core.dao.data.survey.landing.Landing,fr.ifremer.adagio.core.dao.data.sale.ExpectedSale,java.util.Collection with an
additional flag called transform. |
static Produce |
Produce.Factory.newInstance(Boolean isDiscard,
Float subgroupCount,
Short individualCount,
String taxonGroupOtherInformation,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Batch batch,
TakeOver takeOver,
TaxonGroup taxonGroup,
TaxonGroup otherTaxonGroup,
Gear gear,
Sale sale,
Buyer buyer,
Landing landing,
ExpectedSale expectedSale,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Transshipment transshipment,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<SortingMeasurement> sortingMeasurements,
QualityFlag qualityFlag)
Constructs a new instance of
Produce, taking all possible properties
(except the identifier(s))as arguments. |
void |
Produce.setBuyer(Buyer buyer) |
| Modifier and Type | Class and Description |
|---|---|
class |
BuyerImpl |
| Modifier and Type | Method and Description |
|---|---|
Buyer |
BuyerDaoBase.create(Buyer buyer) |
Buyer |
BuyerDao.create(Buyer buyer)
Creates an instance of fr.ifremer.adagio.core.dao.referential.buyer.Buyer and adds it to the persistent store.
|
Buyer |
BuyerDaoBase.create(BuyerType buyerType,
Status status) |
Buyer |
BuyerDao.create(BuyerType buyerType,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.buyer.Buyer
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Buyer |
BuyerDaoBase.create(String registrationCode,
String name,
String street,
String zipCode,
String city,
String address,
Timestamp updateDate,
Status status,
BuyerType buyerType) |
Buyer |
BuyerDao.create(String registrationCode,
String name,
String street,
String zipCode,
String city,
String address,
Timestamp updateDate,
Status status,
BuyerType buyerType)
Creates a new
fr.ifremer.adagio.core.dao.referential.buyer.Buyer
instance from all attributes and
properties and adds it to the persistent store. |
Buyer |
BuyerDaoBase.load(Integer id) |
Buyer |
BuyerDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.buyer.Buyer from the persistent store.
|
static Buyer |
Buyer.Factory.newInstance()
Constructs a new instance of
Buyer. |
static Buyer |
Buyer.Factory.newInstance(Status status,
BuyerType buyerType)
Constructs a new instance of
Buyer, taking all required and/or
read-only properties as arguments. |
static Buyer |
Buyer.Factory.newInstance(String registrationCode,
String name,
String street,
String zipCode,
String city,
String address,
Timestamp updateDate,
Status status,
BuyerType buyerType)
Constructs a new instance of
Buyer, taking all possible properties
(except the identifier(s))as arguments. |
protected Buyer |
BuyerDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Buyer> |
BuyerDaoBase.create(Collection<Buyer> entities) |
Collection<Buyer> |
BuyerDao.create(Collection<Buyer> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.buyer.Buyer and adds
from the passed in
entities collection |
Collection<Buyer> |
BuyerType.getBuyers() |
Collection<Buyer> |
BuyerDaoBase.loadAll() |
Collection<Buyer> |
BuyerDao.loadAll()
Loads all entities of type
Buyer. |
Set<Buyer> |
BuyerDaoBase.search(Search search) |
Set<Buyer> |
BuyerDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
Buyer |
BuyerDaoBase.create(Buyer buyer) |
Buyer |
BuyerDao.create(Buyer buyer)
Creates an instance of fr.ifremer.adagio.core.dao.referential.buyer.Buyer and adds it to the persistent store.
|
Object |
BuyerDaoBase.create(int transform,
Buyer buyer) |
Object |
BuyerDao.create(int transform,
Buyer buyer)
Does the same thing as
BuyerDao.create(fr.ifremer.adagio.core.dao.referential.buyer.Buyer) with an
additional flag called transform. |
void |
BuyerDaoBase.remove(Buyer buyer) |
void |
BuyerDao.remove(Buyer buyer)
Removes the instance of fr.ifremer.adagio.core.dao.referential.buyer.Buyer from the persistent store.
|
protected Object |
BuyerDaoBase.transformEntity(int transform,
Buyer 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.referential.buyer.BuyerDao, please note
that the BuyerDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
BuyerDaoBase.update(Buyer buyer) |
void |
BuyerDao.update(Buyer buyer)
Updates the
buyer instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Buyer> |
BuyerDaoBase.create(Collection<Buyer> entities) |
Collection<Buyer> |
BuyerDao.create(Collection<Buyer> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.buyer.Buyer and adds
from the passed in
entities collection |
Collection<?> |
BuyerDaoBase.create(int transform,
Collection<Buyer> entities) |
Collection<?> |
BuyerDao.create(int transform,
Collection<Buyer> entities)
Does the same thing as
BuyerDao.create(fr.ifremer.adagio.core.dao.referential.buyer.Buyer) with an
additional flag called transform. |
Object |
BuyerTypeDaoBase.create(int transform,
String name,
Collection<Buyer> buyers) |
Object |
BuyerTypeDao.create(int transform,
String name,
Collection<Buyer> buyers)
Does the same thing as
#create(java.lang.String,java.util.Collection with an
additional flag called transform. |
BuyerType |
BuyerTypeDaoBase.create(String name,
Collection<Buyer> buyers) |
BuyerType |
BuyerTypeDao.create(String name,
Collection<Buyer> buyers)
Creates a new
fr.ifremer.adagio.core.dao.referential.buyer.BuyerType
instance from all attributes and
properties and adds it to the persistent store. |
static BuyerType |
BuyerType.Factory.newInstance(String name,
Collection<Buyer> buyers)
Constructs a new instance of
BuyerType, taking all possible properties
(except the identifier(s))as arguments. |
void |
BuyerDaoBase.remove(Collection<Buyer> entities) |
void |
BuyerDao.remove(Collection<Buyer> entities)
Removes all entities in the given
entities |
void |
BuyerType.setBuyers(Collection<Buyer> buyers) |
void |
BuyerDaoBase.update(Collection<Buyer> entities) |
void |
BuyerDao.update(Collection<Buyer> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.