| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.conversion |
| Modifier and Type | Class and Description |
|---|---|
class |
RoundWeightConversionImpl |
| Modifier and Type | Method and Description |
|---|---|
RoundWeightConversion |
RoundWeightConversionDao.create(Float conversionCoefficient,
Date startDate,
Date endDate,
String description,
Timestamp updateDate,
QualitativeValue preserving,
QualitativeValue dressing,
TaxonGroup taxonGroup,
Location location)
Creates a new
fr.ifremer.adagio.core.dao.referential.conversion.RoundWeightConversion
instance from all attributes and
properties and adds it to the persistent store. |
RoundWeightConversion |
RoundWeightConversionDaoBase.create(Float conversionCoefficient,
Date startDate,
Date endDate,
String description,
Timestamp updateDate,
QualitativeValue preserving,
QualitativeValue dressing,
TaxonGroup taxonGroup,
Location location) |
RoundWeightConversion |
RoundWeightConversionDao.create(Float conversionCoefficient,
QualitativeValue dressing,
Location location,
QualitativeValue preserving,
Date startDate,
TaxonGroup taxonGroup)
Creates a new
fr.ifremer.adagio.core.dao.referential.conversion.RoundWeightConversion
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
RoundWeightConversion |
RoundWeightConversionDaoBase.create(Float conversionCoefficient,
QualitativeValue dressing,
Location location,
QualitativeValue preserving,
Date startDate,
TaxonGroup taxonGroup) |
RoundWeightConversion |
RoundWeightConversionDao.create(RoundWeightConversion roundWeightConversion)
Creates an instance of fr.ifremer.adagio.core.dao.referential.conversion.RoundWeightConversion and adds it to the persistent store.
|
RoundWeightConversion |
RoundWeightConversionDaoBase.create(RoundWeightConversion roundWeightConversion) |
RoundWeightConversion |
RoundWeightConversionDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.conversion.RoundWeightConversion from the persistent store.
|
RoundWeightConversion |
RoundWeightConversionDaoBase.load(Integer id) |
static RoundWeightConversion |
RoundWeightConversion.Factory.newInstance()
Constructs a new instance of
RoundWeightConversion. |
static RoundWeightConversion |
RoundWeightConversion.Factory.newInstance(Float conversionCoefficient,
Date startDate,
Date endDate,
String description,
Timestamp updateDate,
QualitativeValue preserving,
QualitativeValue dressing,
TaxonGroup taxonGroup,
Location location)
Constructs a new instance of
RoundWeightConversion, taking all possible properties
(except the identifier(s))as arguments. |
static RoundWeightConversion |
RoundWeightConversion.Factory.newInstance(Float conversionCoefficient,
Date startDate,
QualitativeValue preserving,
QualitativeValue dressing,
TaxonGroup taxonGroup,
Location location)
Constructs a new instance of
RoundWeightConversion, taking all required and/or
read-only properties as arguments. |
protected RoundWeightConversion |
RoundWeightConversionDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RoundWeightConversion> |
RoundWeightConversionDao.create(Collection<RoundWeightConversion> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.conversion.RoundWeightConversion and adds
from the passed in
entities collection |
Collection<RoundWeightConversion> |
RoundWeightConversionDaoBase.create(Collection<RoundWeightConversion> entities) |
Collection<RoundWeightConversion> |
RoundWeightConversionDao.loadAll()
Loads all entities of type
RoundWeightConversion. |
Collection<RoundWeightConversion> |
RoundWeightConversionDaoBase.loadAll() |
Set<RoundWeightConversion> |
RoundWeightConversionDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<RoundWeightConversion> |
RoundWeightConversionDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
Object |
RoundWeightConversionDao.create(int transform,
RoundWeightConversion roundWeightConversion)
Does the same thing as
RoundWeightConversionDao.create(fr.ifremer.adagio.core.dao.referential.conversion.RoundWeightConversion) with an
additional flag called transform. |
Object |
RoundWeightConversionDaoBase.create(int transform,
RoundWeightConversion roundWeightConversion) |
RoundWeightConversion |
RoundWeightConversionDao.create(RoundWeightConversion roundWeightConversion)
Creates an instance of fr.ifremer.adagio.core.dao.referential.conversion.RoundWeightConversion and adds it to the persistent store.
|
RoundWeightConversion |
RoundWeightConversionDaoBase.create(RoundWeightConversion roundWeightConversion) |
void |
RoundWeightConversionDao.remove(RoundWeightConversion roundWeightConversion)
Removes the instance of fr.ifremer.adagio.core.dao.referential.conversion.RoundWeightConversion from the persistent store.
|
void |
RoundWeightConversionDaoBase.remove(RoundWeightConversion roundWeightConversion) |
protected Object |
RoundWeightConversionDaoBase.transformEntity(int transform,
RoundWeightConversion 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.conversion.RoundWeightConversionDao, please note
that the RoundWeightConversionDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
RoundWeightConversionDao.update(RoundWeightConversion roundWeightConversion)
Updates the
roundWeightConversion instance in the persistent store. |
void |
RoundWeightConversionDaoBase.update(RoundWeightConversion roundWeightConversion) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RoundWeightConversion> |
RoundWeightConversionDao.create(Collection<RoundWeightConversion> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.conversion.RoundWeightConversion and adds
from the passed in
entities collection |
Collection<RoundWeightConversion> |
RoundWeightConversionDaoBase.create(Collection<RoundWeightConversion> entities) |
Collection<?> |
RoundWeightConversionDao.create(int transform,
Collection<RoundWeightConversion> entities)
Does the same thing as
RoundWeightConversionDao.create(fr.ifremer.adagio.core.dao.referential.conversion.RoundWeightConversion) with an
additional flag called transform. |
Collection<?> |
RoundWeightConversionDaoBase.create(int transform,
Collection<RoundWeightConversion> entities) |
void |
RoundWeightConversionDao.remove(Collection<RoundWeightConversion> entities)
Removes all entities in the given
entities |
void |
RoundWeightConversionDaoBase.remove(Collection<RoundWeightConversion> entities) |
void |
RoundWeightConversionDao.update(Collection<RoundWeightConversion> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
RoundWeightConversionDaoBase.update(Collection<RoundWeightConversion> entities) |
Copyright © 2013. All Rights Reserved.