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 |
---|---|
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.setBuyer(Buyer buyerIn) |
Modifier and Type | Class and Description |
---|---|
class |
BuyerImpl |
Modifier and Type | Method and Description |
---|---|
Buyer |
BuyerDaoBase.create(Buyer buyer)
Creates an instance of Buyer and adds it to the persistent store.
|
Buyer |
BuyerDao.create(Buyer buyer)
Creates an instance of Buyer and adds it to the persistent store.
|
Buyer |
BuyerDaoBase.create(BuyerType buyerType,
Status status,
Timestamp updateDate)
Creates a new
Buyer
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Buyer |
BuyerDao.create(BuyerType buyerType,
Status status,
Timestamp updateDate)
Creates a new
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)
Creates a new
Buyer
instance from all attributes and adds it to
the persistent store. |
Buyer |
BuyerDao.create(String registrationCode,
String name,
String street,
String zipCode,
String city,
String address,
Timestamp updateDate)
Creates a new
Buyer
instance from all attributes and adds it to
the persistent store. |
Buyer |
BuyerDaoBase.get(Integer id)
Gets an instance of Buyer from the persistent store.
|
Buyer |
BuyerDao.get(Integer id)
Gets an instance of Buyer from the persistent store.
|
Buyer |
BuyerDaoBase.load(Integer id)
Loads an instance of Buyer from the persistent store.
|
Buyer |
BuyerDao.load(Integer id)
Loads an instance of Buyer from the persistent store.
|
static Buyer |
Buyer.Factory.newInstance()
Constructs a new instance of
Buyer . |
static Buyer |
Buyer.Factory.newInstance(String registrationCode,
String name,
String street,
String zipCode,
String city,
String address,
Timestamp updateDate,
BuyerType buyerType,
Status status)
Constructs a new instance of
Buyer , taking all possible properties
(except the identifier(s))as arguments. |
static Buyer |
Buyer.Factory.newInstance(Timestamp updateDate,
BuyerType buyerType,
Status status)
Constructs a new instance of
Buyer , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected Buyer |
BuyerDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<Buyer> |
BuyerDaoBase.create(Collection<Buyer> entities)
Creates a new instance of Buyer and adds
from the passed in
entities collection |
Collection<Buyer> |
BuyerDao.create(Collection<Buyer> entities)
Creates a new instance of Buyer and adds
from the passed in
entities collection |
Collection<Buyer> |
BuyerType.getBuyers() |
Collection<Buyer> |
BuyerDaoBase.loadAll()
Loads all entities of type
Buyer . |
Collection<Buyer> |
BuyerDao.loadAll()
Loads all entities of type
Buyer . |
Set<Buyer> |
BuyerDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Buyer> |
BuyerDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
BuyerType.addBuyers(Buyer elementToAdd) |
int |
Buyer.compareTo(Buyer o) |
Buyer |
BuyerDaoBase.create(Buyer buyer)
Creates an instance of Buyer and adds it to the persistent store.
|
Buyer |
BuyerDao.create(Buyer buyer)
Creates an instance of Buyer and adds it to the persistent store.
|
Object |
BuyerDaoBase.create(int transform,
Buyer buyer)
Does the same thing as
BuyerDao.create(Buyer) with an
additional flag called transform . |
Object |
BuyerDao.create(int transform,
Buyer buyer)
Does the same thing as
BuyerDao.create(Buyer) with an
additional flag called transform . |
void |
BuyerDaoBase.remove(Buyer buyer)
Removes the instance of Buyer from the persistent store.
|
void |
BuyerDao.remove(Buyer buyer)
Removes the instance of Buyer from the persistent store.
|
boolean |
BuyerType.removeBuyers(Buyer elementToRemove) |
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 BuyerDao , please note
that the BuyerDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
BuyerDao.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)
Updates the
buyer instance in the persistent store. |
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)
Creates a new instance of Buyer and adds
from the passed in
entities collection |
Collection<Buyer> |
BuyerDao.create(Collection<Buyer> entities)
Creates a new instance of Buyer and adds
from the passed in
entities collection |
Collection<?> |
BuyerDaoBase.create(int transform,
Collection<Buyer> entities)
Does the same thing as
BuyerDao.create(Buyer) with an
additional flag called transform . |
Collection<?> |
BuyerDao.create(int transform,
Collection<Buyer> entities)
Does the same thing as
BuyerDao.create(Buyer) with an
additional flag called transform . |
static BuyerType |
BuyerType.Factory.newInstance(String label,
String name,
String description,
String comments,
Timestamp updateDate,
Status status,
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)
Removes all entities in the given
entities collection. |
void |
BuyerDao.remove(Collection<Buyer> entities)
Removes all entities in the given
entities collection. |
void |
BuyerType.setBuyers(Collection<Buyer> buyersIn) |
void |
BuyerDaoBase.update(Collection<Buyer> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
BuyerDao.update(Collection<Buyer> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.