| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.buyer |
| Modifier and Type | Class and Description |
|---|---|
class |
BuyerTypeImpl |
| Modifier and Type | Method and Description |
|---|---|
BuyerType |
BuyerTypeDaoBase.create(BuyerType buyerType) |
BuyerType |
BuyerTypeDao.create(BuyerType buyerType)
Creates an instance of fr.ifremer.adagio.core.dao.referential.buyer.BuyerType and adds it to the persistent store.
|
BuyerType |
BuyerTypeDaoBase.create(String name) |
BuyerType |
BuyerTypeDao.create(String name)
Creates a new
fr.ifremer.adagio.core.dao.referential.buyer.BuyerType
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
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. |
BuyerType |
Buyer.getBuyerType() |
BuyerType |
BuyerTypeDaoBase.load(Short id) |
BuyerType |
BuyerTypeDao.load(Short id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.buyer.BuyerType from the persistent store.
|
static BuyerType |
BuyerType.Factory.newInstance()
Constructs a new instance of
BuyerType. |
static BuyerType |
BuyerType.Factory.newInstance(String name)
Constructs a new instance of
BuyerType, taking all required and/or
read-only properties as arguments. |
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. |
protected BuyerType |
BuyerTypeDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<BuyerType> |
BuyerTypeDaoBase.create(Collection<BuyerType> entities) |
Collection<BuyerType> |
BuyerTypeDao.create(Collection<BuyerType> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.buyer.BuyerType and adds
from the passed in
entities collection |
Collection<BuyerType> |
BuyerTypeDaoBase.loadAll() |
Collection<BuyerType> |
BuyerTypeDao.loadAll()
Loads all entities of type
BuyerType. |
Set<BuyerType> |
BuyerTypeDaoBase.search(Search search) |
Set<BuyerType> |
BuyerTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
BuyerType |
BuyerTypeDaoBase.create(BuyerType buyerType) |
BuyerType |
BuyerTypeDao.create(BuyerType buyerType)
Creates an instance of fr.ifremer.adagio.core.dao.referential.buyer.BuyerType 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. |
Object |
BuyerTypeDaoBase.create(int transform,
BuyerType buyerType) |
Object |
BuyerTypeDao.create(int transform,
BuyerType buyerType)
Does the same thing as
BuyerTypeDao.create(fr.ifremer.adagio.core.dao.referential.buyer.BuyerType) with an
additional flag called transform. |
Object |
BuyerDaoBase.create(int transform,
BuyerType buyerType,
Status status) |
Object |
BuyerDao.create(int transform,
BuyerType buyerType,
Status status)
Does the same thing as
BuyerDao.create(fr.ifremer.adagio.core.dao.referential.buyer.BuyerType,fr.ifremer.adagio.core.dao.referential.Status) with an
additional flag called transform. |
Object |
BuyerDaoBase.create(int transform,
String registrationCode,
String name,
String street,
String zipCode,
String city,
String address,
Timestamp updateDate,
Status status,
BuyerType buyerType) |
Object |
BuyerDao.create(int transform,
String registrationCode,
String name,
String street,
String zipCode,
String city,
String address,
Timestamp updateDate,
Status status,
BuyerType buyerType)
Does the same thing as
BuyerDao.create(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.Status,fr.ifremer.adagio.core.dao.referential.buyer.BuyerType) with an
additional flag called transform. |
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. |
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. |
void |
BuyerTypeDaoBase.remove(BuyerType buyerType) |
void |
BuyerTypeDao.remove(BuyerType buyerType)
Removes the instance of fr.ifremer.adagio.core.dao.referential.buyer.BuyerType from the persistent store.
|
void |
Buyer.setBuyerType(BuyerType buyerType) |
protected Object |
BuyerTypeDaoBase.transformEntity(int transform,
BuyerType 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.BuyerTypeDao, please note
that the BuyerTypeDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
BuyerTypeDaoBase.update(BuyerType buyerType) |
void |
BuyerTypeDao.update(BuyerType buyerType)
Updates the
buyerType instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<BuyerType> |
BuyerTypeDaoBase.create(Collection<BuyerType> entities) |
Collection<BuyerType> |
BuyerTypeDao.create(Collection<BuyerType> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.buyer.BuyerType and adds
from the passed in
entities collection |
Collection<?> |
BuyerTypeDaoBase.create(int transform,
Collection<BuyerType> entities) |
Collection<?> |
BuyerTypeDao.create(int transform,
Collection<BuyerType> entities)
Does the same thing as
BuyerTypeDao.create(fr.ifremer.adagio.core.dao.referential.buyer.BuyerType) with an
additional flag called transform. |
void |
BuyerTypeDaoBase.remove(Collection<BuyerType> entities) |
void |
BuyerTypeDao.remove(Collection<BuyerType> entities)
Removes all entities in the given
entities |
void |
BuyerTypeDaoBase.update(Collection<BuyerType> entities) |
void |
BuyerTypeDao.update(Collection<BuyerType> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.