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