| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.seller |
| Modifier and Type | Class and Description |
|---|---|
class |
SellerTypeImpl |
| Modifier and Type | Method and Description |
|---|---|
SellerType |
SellerTypeDaoBase.create(SellerType sellerType) |
SellerType |
SellerTypeDao.create(SellerType sellerType)
Creates an instance of fr.ifremer.adagio.core.dao.referential.seller.SellerType and adds it to the persistent store.
|
SellerType |
SellerTypeDaoBase.create(String name,
Collection<Seller> sellers) |
SellerType |
SellerTypeDao.create(String name,
Collection<Seller> sellers)
Creates a new
fr.ifremer.adagio.core.dao.referential.seller.SellerType
instance from all attributes and
properties and adds it to the persistent store. |
SellerType |
Seller.getSellerType() |
SellerType |
SellerTypeDaoBase.load(Short id) |
SellerType |
SellerTypeDao.load(Short id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.seller.SellerType from the persistent store.
|
static SellerType |
SellerType.Factory.newInstance()
Constructs a new instance of
SellerType. |
static SellerType |
SellerType.Factory.newInstance(String name,
Collection<Seller> sellers)
Constructs a new instance of
SellerType, taking all possible properties
(except the identifier(s))as arguments. |
protected SellerType |
SellerTypeDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SellerType> |
SellerTypeDaoBase.create(Collection<SellerType> entities) |
Collection<SellerType> |
SellerTypeDao.create(Collection<SellerType> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.seller.SellerType and adds
from the passed in
entities collection |
Collection<SellerType> |
SellerTypeDaoBase.loadAll() |
Collection<SellerType> |
SellerTypeDao.loadAll()
Loads all entities of type
SellerType. |
Set<SellerType> |
SellerTypeDaoBase.search(Search search) |
Set<SellerType> |
SellerTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
Object |
SellerDao.create(int transform,
SellerType sellerType)
Does the same thing as
SellerDao.create(fr.ifremer.adagio.core.dao.referential.seller.SellerType) with an
additional flag called transform. |
Object |
SellerTypeDaoBase.create(int transform,
SellerType sellerType) |
Object |
SellerTypeDao.create(int transform,
SellerType sellerType)
Does the same thing as
SellerTypeDao.create(fr.ifremer.adagio.core.dao.referential.seller.SellerType) with an
additional flag called transform. |
Object |
SellerDaoBase.create(int transform,
SellerType sellerType) |
Object |
SellerDao.create(int transform,
String registrationCode,
String name,
SellerType sellerType,
Location baseSaleLocation)
Does the same thing as
SellerDao.create(java.lang.String,java.lang.String,fr.ifremer.adagio.core.dao.referential.seller.SellerType,fr.ifremer.adagio.core.dao.referential.location.Location) with an
additional flag called transform. |
Object |
SellerDaoBase.create(int transform,
String registrationCode,
String name,
SellerType sellerType,
Location baseSaleLocation) |
Seller |
SellerDao.create(SellerType sellerType)
Creates a new
fr.ifremer.adagio.core.dao.referential.seller.Seller
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SellerType |
SellerTypeDaoBase.create(SellerType sellerType) |
SellerType |
SellerTypeDao.create(SellerType sellerType)
Creates an instance of fr.ifremer.adagio.core.dao.referential.seller.SellerType and adds it to the persistent store.
|
Seller |
SellerDaoBase.create(SellerType sellerType) |
Seller |
SellerDao.create(String registrationCode,
String name,
SellerType sellerType,
Location baseSaleLocation)
Creates a new
fr.ifremer.adagio.core.dao.referential.seller.Seller
instance from all attributes and
properties and adds it to the persistent store. |
Seller |
SellerDaoBase.create(String registrationCode,
String name,
SellerType sellerType,
Location baseSaleLocation) |
static Seller |
Seller.Factory.newInstance(SellerType sellerType)
Constructs a new instance of
Seller, taking all required and/or
read-only properties as arguments. |
static Seller |
Seller.Factory.newInstance(String registrationCode,
String name,
SellerType sellerType,
Location baseSaleLocation)
Constructs a new instance of
Seller, taking all possible properties
(except the identifier(s))as arguments. |
void |
SellerTypeDaoBase.remove(SellerType sellerType) |
void |
SellerTypeDao.remove(SellerType sellerType)
Removes the instance of fr.ifremer.adagio.core.dao.referential.seller.SellerType from the persistent store.
|
void |
Seller.setSellerType(SellerType sellerType) |
protected Object |
SellerTypeDaoBase.transformEntity(int transform,
SellerType 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.SellerTypeDao, please note
that the SellerTypeDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
SellerTypeDaoBase.update(SellerType sellerType) |
void |
SellerTypeDao.update(SellerType sellerType)
Updates the
sellerType instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<SellerType> |
SellerTypeDaoBase.create(Collection<SellerType> entities) |
Collection<SellerType> |
SellerTypeDao.create(Collection<SellerType> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.seller.SellerType and adds
from the passed in
entities collection |
Collection<?> |
SellerTypeDaoBase.create(int transform,
Collection<SellerType> entities) |
Collection<?> |
SellerTypeDao.create(int transform,
Collection<SellerType> entities)
Does the same thing as
SellerTypeDao.create(fr.ifremer.adagio.core.dao.referential.seller.SellerType) with an
additional flag called transform. |
void |
SellerTypeDaoBase.remove(Collection<SellerType> entities) |
void |
SellerTypeDao.remove(Collection<SellerType> entities)
Removes all entities in the given
entities |
void |
SellerTypeDaoBase.update(Collection<SellerType> entities) |
void |
SellerTypeDao.update(Collection<SellerType> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.