Package | Description |
---|---|
fr.ifremer.adagio.core.dao.referential.conversion |
Modifier and Type | Class and Description |
---|---|
class |
WeightLengthConversionImpl |
Modifier and Type | Method and Description |
---|---|
WeightLengthConversion |
WeightLengthConversionDaoBase.create(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer startMonth,
Integer endMonth,
Integer year,
String description,
String comments,
Timestamp updateDate)
Creates a new
WeightLengthConversion
instance from all attributes and adds it to
the persistent store. |
WeightLengthConversion |
WeightLengthConversionDao.create(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer startMonth,
Integer endMonth,
Integer year,
String description,
String comments,
Timestamp updateDate)
Creates a new
WeightLengthConversion
instance from all attributes and adds it to
the persistent store. |
WeightLengthConversion |
WeightLengthConversionDaoBase.create(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer endMonth,
Parameter lengthParameter,
Unit lengthUnit,
Location location,
ReferenceTaxon referenceTaxon,
Integer startMonth,
Status status,
Timestamp updateDate)
Creates a new
WeightLengthConversion
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
WeightLengthConversion |
WeightLengthConversionDao.create(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer endMonth,
Parameter lengthParameter,
Unit lengthUnit,
Location location,
ReferenceTaxon referenceTaxon,
Integer startMonth,
Status status,
Timestamp updateDate)
Creates a new
WeightLengthConversion
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
WeightLengthConversion |
WeightLengthConversionDaoBase.create(WeightLengthConversion weightLengthConversion)
Creates an instance of WeightLengthConversion and adds it to the persistent store.
|
WeightLengthConversion |
WeightLengthConversionDao.create(WeightLengthConversion weightLengthConversion)
Creates an instance of WeightLengthConversion and adds it to the persistent store.
|
WeightLengthConversion |
WeightLengthConversionDaoBase.get(Integer id)
Gets an instance of WeightLengthConversion from the persistent store.
|
WeightLengthConversion |
WeightLengthConversionDao.get(Integer id)
Gets an instance of WeightLengthConversion from the persistent store.
|
WeightLengthConversion |
WeightLengthConversionDaoBase.load(Integer id)
Loads an instance of WeightLengthConversion from the persistent store.
|
WeightLengthConversion |
WeightLengthConversionDao.load(Integer id)
Loads an instance of WeightLengthConversion from the persistent store.
|
static WeightLengthConversion |
WeightLengthConversion.Factory.newInstance()
Constructs a new instance of
WeightLengthConversion . |
static WeightLengthConversion |
WeightLengthConversion.Factory.newInstance(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer startMonth,
Integer endMonth,
Integer year,
String description,
String comments,
Timestamp updateDate,
OriginItemType originItemType,
QualitativeValue sex,
Parameter lengthParameter,
Unit lengthUnit,
ReferenceTaxon referenceTaxon,
Location location,
Status status)
Constructs a new instance of
WeightLengthConversion , taking all possible properties
(except the identifier(s))as arguments. |
static WeightLengthConversion |
WeightLengthConversion.Factory.newInstance(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer startMonth,
Integer endMonth,
Timestamp updateDate,
Parameter lengthParameter,
Unit lengthUnit,
ReferenceTaxon referenceTaxon,
Location location,
Status status)
Constructs a new instance of
WeightLengthConversion , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected WeightLengthConversion |
WeightLengthConversionDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<WeightLengthConversion> |
WeightLengthConversionDaoBase.create(Collection<WeightLengthConversion> entities)
Creates a new instance of WeightLengthConversion and adds
from the passed in
entities collection |
Collection<WeightLengthConversion> |
WeightLengthConversionDao.create(Collection<WeightLengthConversion> entities)
Creates a new instance of WeightLengthConversion and adds
from the passed in
entities collection |
Collection<WeightLengthConversion> |
WeightLengthConversionDaoBase.loadAll()
Loads all entities of type
WeightLengthConversion . |
Collection<WeightLengthConversion> |
WeightLengthConversionDao.loadAll()
Loads all entities of type
WeightLengthConversion . |
Set<WeightLengthConversion> |
WeightLengthConversionDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<WeightLengthConversion> |
WeightLengthConversionDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
WeightLengthConversion.compareTo(WeightLengthConversion o) |
Object |
WeightLengthConversionDaoBase.create(int transform,
WeightLengthConversion weightLengthConversion)
Does the same thing as
WeightLengthConversionDao.create(WeightLengthConversion) with an
additional flag called transform . |
Object |
WeightLengthConversionDao.create(int transform,
WeightLengthConversion weightLengthConversion)
Does the same thing as
WeightLengthConversionDao.create(WeightLengthConversion) with an
additional flag called transform . |
WeightLengthConversion |
WeightLengthConversionDaoBase.create(WeightLengthConversion weightLengthConversion)
Creates an instance of WeightLengthConversion and adds it to the persistent store.
|
WeightLengthConversion |
WeightLengthConversionDao.create(WeightLengthConversion weightLengthConversion)
Creates an instance of WeightLengthConversion and adds it to the persistent store.
|
void |
WeightLengthConversionDaoBase.remove(WeightLengthConversion weightLengthConversion)
Removes the instance of WeightLengthConversion from the persistent store.
|
void |
WeightLengthConversionDao.remove(WeightLengthConversion weightLengthConversion)
Removes the instance of WeightLengthConversion from the persistent store.
|
Object |
WeightLengthConversionDaoBase.transformEntity(int transform,
WeightLengthConversion 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 WeightLengthConversionDao , please note
that the WeightLengthConversionDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
WeightLengthConversionDao.transformEntity(int transform,
WeightLengthConversion 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.WeightLengthConversionDao , please note
that the WeightLengthConversionDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
WeightLengthConversionDaoBase.update(WeightLengthConversion weightLengthConversion)
Updates the
weightLengthConversion instance in the persistent store. |
void |
WeightLengthConversionDao.update(WeightLengthConversion weightLengthConversion)
Updates the
weightLengthConversion instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<WeightLengthConversion> |
WeightLengthConversionDaoBase.create(Collection<WeightLengthConversion> entities)
Creates a new instance of WeightLengthConversion and adds
from the passed in
entities collection |
Collection<WeightLengthConversion> |
WeightLengthConversionDao.create(Collection<WeightLengthConversion> entities)
Creates a new instance of WeightLengthConversion and adds
from the passed in
entities collection |
Collection<?> |
WeightLengthConversionDaoBase.create(int transform,
Collection<WeightLengthConversion> entities)
Does the same thing as
WeightLengthConversionDao.create(WeightLengthConversion) with an
additional flag called transform . |
Collection<?> |
WeightLengthConversionDao.create(int transform,
Collection<WeightLengthConversion> entities)
Does the same thing as
WeightLengthConversionDao.create(WeightLengthConversion) with an
additional flag called transform . |
void |
WeightLengthConversionDaoBase.remove(Collection<WeightLengthConversion> entities)
Removes all entities in the given
entities collection. |
void |
WeightLengthConversionDao.remove(Collection<WeightLengthConversion> entities)
Removes all entities in the given
entities collection. |
void |
WeightLengthConversionDaoBase.update(Collection<WeightLengthConversion> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
WeightLengthConversionDao.update(Collection<WeightLengthConversion> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.