Package | Description |
---|---|
fr.ifremer.adagio.core.dao.data.survey.sale | |
fr.ifremer.adagio.core.dao.data.survey.takeOver | |
fr.ifremer.adagio.core.dao.referential.seller |
Modifier and Type | Method and Description |
---|---|
Seller |
Sale.getSeller()
Vendeur, en charge de la vente d'un ensemble de produits d'un navire.
|
Modifier and Type | Method and Description |
---|---|
static Sale |
Sale.Factory.newInstance(Date saleStartDate,
Date saleEndDate,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location saleLocation,
SaleType saleType,
Department recorderDepartment,
Person recorderPerson,
CatchBatch catchBatch,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces,
Landing landing,
DeclaredDocumentReference declaredDocumentReference,
QualityFlag qualityFlag,
Program program,
Vessel vessel,
Seller seller,
Collection<SaleOrigin> saleOrigins,
TakeOver takeOver,
FishingTrip fishingTrip,
Collection<FishingArea> fishingAreas)
Constructs a new instance of
Sale , taking all possible properties
(except the identifier(s))as arguments. |
static ObservedSale |
ObservedSale.Factory.newInstance(Date saleStartDate,
Date saleEndDate,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location saleLocation,
SaleType saleType,
Department recorderDepartment,
Person recorderPerson,
CatchBatch catchBatch,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces,
Landing landing,
DeclaredDocumentReference declaredDocumentReference,
QualityFlag qualityFlag,
Program program,
Vessel vessel,
Seller seller,
Collection<SaleOrigin> saleOrigins,
TakeOver takeOver,
FishingTrip fishingTrip,
Collection<FishingArea> fishingAreas,
Collection<Person> observerPersons,
SamplingStrata samplingStrata)
Constructs a new instance of
ObservedSale , taking all possible properties
(except the identifier(s))as arguments. |
void |
Sale.setSeller(Seller sellerIn)
Vendeur, en charge de la vente d'un ensemble de produits d'un navire.
|
Modifier and Type | Method and Description |
---|---|
Seller |
TakeOver.getSeller()
Vendeur, en charge de la vente d'un ensemble de produits d'un navire.
|
Seller |
TakeOver.getStorageFacility()
Vendeur, en charge de la vente d'un ensemble de produits d'un navire.
|
Modifier and Type | Method and Description |
---|---|
TakeOver |
TakeOverDaoBase.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Timestamp updateDate,
Vessel vessel)
Creates a new
TakeOver
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TakeOver |
TakeOverDao.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Timestamp updateDate,
Vessel vessel)
Creates a new
TakeOver
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
TakeOverDaoBase.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
TakeOverDao.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
static TakeOver |
TakeOver.Factory.newInstance(Date takeOverDateTime,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
String comments,
Collection<TakeOverMeasurement> takeOverMeasurements,
Department recorderDepartment,
Person recorderPerson,
Location takeOverLocation,
Seller storageFacility,
Collection<Produce> produces,
Collection<Sale> sales,
Seller seller,
DeclaredDocumentReference declaredDocumentReference,
FishingTrip fishingTrip,
Program program,
QualityFlag qualityFlag,
Landing landing,
Vessel vessel)
Constructs a new instance of
TakeOver , taking all possible properties
(except the identifier(s))as arguments. |
static TakeOver |
TakeOver.Factory.newInstance(Date takeOverDateTime,
Date creationDate,
Timestamp updateDate,
Department recorderDepartment,
Location takeOverLocation,
Seller seller,
Program program,
QualityFlag qualityFlag,
Vessel vessel)
Constructs a new instance of
TakeOver , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
TakeOver.setSeller(Seller sellerIn)
Vendeur, en charge de la vente d'un ensemble de produits d'un navire.
|
void |
TakeOver.setStorageFacility(Seller storageFacilityIn)
Vendeur, en charge de la vente d'un ensemble de produits d'un navire.
|
Modifier and Type | Class and Description |
---|---|
class |
SellerImpl |
Modifier and Type | Method and Description |
---|---|
Seller |
SellerDaoBase.create(Seller seller)
Creates an instance of Seller and adds it to the persistent store.
|
Seller |
SellerDao.create(Seller seller)
Creates an instance of Seller and adds it to the persistent store.
|
Seller |
SellerDaoBase.create(SellerType sellerType,
Timestamp updateDate)
Creates a new
Seller
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Seller |
SellerDao.create(SellerType sellerType,
Timestamp updateDate)
Creates a new
Seller
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Seller |
SellerDaoBase.create(String registrationCode,
String name,
Timestamp updateDate,
String address)
Creates a new
Seller
instance from all attributes and adds it to
the persistent store. |
Seller |
SellerDao.create(String registrationCode,
String name,
Timestamp updateDate,
String address)
Creates a new
Seller
instance from all attributes and adds it to
the persistent store. |
Seller |
SellerDaoBase.get(Integer id)
Gets an instance of Seller from the persistent store.
|
Seller |
SellerDao.get(Integer id)
Gets an instance of Seller from the persistent store.
|
Seller |
SellerDaoBase.load(Integer id)
Loads an instance of Seller from the persistent store.
|
Seller |
SellerDao.load(Integer id)
Loads an instance of Seller from the persistent store.
|
static Seller |
Seller.Factory.newInstance()
Constructs a new instance of
Seller . |
static Seller |
Seller.Factory.newInstance(String registrationCode,
String name,
Timestamp updateDate,
String address,
SellerType sellerType,
Location baseSaleLocation)
Constructs a new instance of
Seller , taking all possible properties
(except the identifier(s))as arguments. |
static Seller |
Seller.Factory.newInstance(Timestamp updateDate,
SellerType sellerType)
Constructs a new instance of
Seller , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected Seller |
SellerDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<Seller> |
SellerDaoBase.create(Collection<Seller> entities)
Creates a new instance of Seller and adds
from the passed in
entities collection |
Collection<Seller> |
SellerDao.create(Collection<Seller> entities)
Creates a new instance of Seller and adds
from the passed in
entities collection |
Collection<Seller> |
SellerType.getSellers()
Vendeur, en charge de la vente d'un ensemble de produits d'un navire.
|
Collection<Seller> |
SellerDaoBase.loadAll()
Loads all entities of type
Seller . |
Collection<Seller> |
SellerDao.loadAll()
Loads all entities of type
Seller . |
Set<Seller> |
SellerDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Seller> |
SellerDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
SellerType.addSellers(Seller elementToAdd)
Vendeur, en charge de la vente d'un ensemble de produits d'un navire.
|
int |
Seller.compareTo(Seller o) |
Object |
SellerDaoBase.create(int transform,
Seller seller)
Does the same thing as
SellerDao.create(Seller) with an
additional flag called transform . |
Object |
SellerDao.create(int transform,
Seller seller)
Does the same thing as
SellerDao.create(Seller) with an
additional flag called transform . |
Seller |
SellerDaoBase.create(Seller seller)
Creates an instance of Seller and adds it to the persistent store.
|
Seller |
SellerDao.create(Seller seller)
Creates an instance of Seller and adds it to the persistent store.
|
void |
SellerDaoBase.remove(Seller seller)
Removes the instance of Seller from the persistent store.
|
void |
SellerDao.remove(Seller seller)
Removes the instance of Seller from the persistent store.
|
boolean |
SellerType.removeSellers(Seller elementToRemove)
Vendeur, en charge de la vente d'un ensemble de produits d'un navire.
|
Object |
SellerDaoBase.transformEntity(int transform,
Seller 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 SellerDao , please note
that the SellerDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
SellerDao.transformEntity(int transform,
Seller 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.seller.SellerDao , please note
that the SellerDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
SellerDaoBase.update(Seller seller)
Updates the
seller instance in the persistent store. |
void |
SellerDao.update(Seller seller)
Updates the
seller instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<Seller> |
SellerDaoBase.create(Collection<Seller> entities)
Creates a new instance of Seller and adds
from the passed in
entities collection |
Collection<Seller> |
SellerDao.create(Collection<Seller> entities)
Creates a new instance of Seller and adds
from the passed in
entities collection |
Collection<?> |
SellerDaoBase.create(int transform,
Collection<Seller> entities)
Does the same thing as
SellerDao.create(Seller) with an
additional flag called transform . |
Collection<?> |
SellerDao.create(int transform,
Collection<Seller> entities)
Does the same thing as
SellerDao.create(Seller) with an
additional flag called transform . |
static SellerType |
SellerType.Factory.newInstance(String label,
String name,
String description,
String comments,
Timestamp updateDate,
Status status,
Collection<Seller> sellers)
Constructs a new instance of
SellerType , taking all possible properties
(except the identifier(s))as arguments. |
void |
SellerDaoBase.remove(Collection<Seller> entities)
Removes all entities in the given
entities collection. |
void |
SellerDao.remove(Collection<Seller> entities)
Removes all entities in the given
entities collection. |
void |
SellerType.setSellers(Collection<Seller> sellersIn)
Vendeur, en charge de la vente d'un ensemble de produits d'un navire.
|
void |
SellerDaoBase.update(Collection<Seller> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
SellerDao.update(Collection<Seller> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.