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