| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.taxon |
| Modifier and Type | Class and Description |
|---|---|
class |
TaxonInformationImpl |
| Modifier and Type | Method and Description |
|---|---|
TaxonInformation |
TaxonInformationDao.create(ReferenceDocument referenceDocument,
TaxonName taxonName)
Creates a new
fr.ifremer.adagio.core.dao.referential.taxon.TaxonInformation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TaxonInformation |
TaxonInformationDaoBase.create(ReferenceDocument referenceDocument,
TaxonName taxonName) |
TaxonInformation |
TaxonInformationDao.create(String description,
Timestamp updateDate,
TaxonName taxonName,
ReferenceDocument referenceDocument)
Creates a new
fr.ifremer.adagio.core.dao.referential.taxon.TaxonInformation
instance from all attributes and
properties and adds it to the persistent store. |
TaxonInformation |
TaxonInformationDaoBase.create(String description,
Timestamp updateDate,
TaxonName taxonName,
ReferenceDocument referenceDocument) |
TaxonInformation |
TaxonInformationDao.create(TaxonInformation taxonInformation)
Creates an instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonInformation and adds it to the persistent store.
|
TaxonInformation |
TaxonInformationDaoBase.create(TaxonInformation taxonInformation) |
TaxonInformation |
TaxonInformationDao.load(TaxonName taxonName,
ReferenceDocument referenceDocument)
Loads an instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonInformation from the persistent store.
|
TaxonInformation |
TaxonInformationDaoBase.load(TaxonName taxonName,
ReferenceDocument referenceDocument) |
static TaxonInformation |
TaxonInformation.Factory.newInstance()
Constructs a new instance of
TaxonInformation. |
static TaxonInformation |
TaxonInformation.Factory.newInstance(String description,
Timestamp updateDate)
Constructs a new instance of
TaxonInformation, taking all possible properties
(except the identifier(s))as arguments. |
protected TaxonInformation |
TaxonInformationDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TaxonInformation> |
TaxonInformationDao.create(Collection<TaxonInformation> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonInformation and adds
from the passed in
entities collection |
Collection<TaxonInformation> |
TaxonInformationDaoBase.create(Collection<TaxonInformation> entities) |
Collection<TaxonInformation> |
TaxonInformationDao.loadAll()
Loads all entities of type
TaxonInformation. |
Collection<TaxonInformation> |
TaxonInformationDaoBase.loadAll() |
Set<TaxonInformation> |
TaxonInformationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonInformation> |
TaxonInformationDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TaxonInformationDao.create(int transform,
TaxonInformation taxonInformation)
Does the same thing as
TaxonInformationDao.create(fr.ifremer.adagio.core.dao.referential.taxon.TaxonInformation) with an
additional flag called transform. |
Object |
TaxonInformationDaoBase.create(int transform,
TaxonInformation taxonInformation) |
TaxonInformation |
TaxonInformationDao.create(TaxonInformation taxonInformation)
Creates an instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonInformation and adds it to the persistent store.
|
TaxonInformation |
TaxonInformationDaoBase.create(TaxonInformation taxonInformation) |
void |
TaxonInformationDao.remove(TaxonInformation taxonInformation)
Removes the instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonInformation from the persistent store.
|
void |
TaxonInformationDaoBase.remove(TaxonInformation taxonInformation) |
protected Object |
TaxonInformationDaoBase.transformEntity(int transform,
TaxonInformation 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.TaxonInformationDao, please note
that the TaxonInformationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
TaxonInformationDao.update(TaxonInformation taxonInformation)
Updates the
taxonInformation instance in the persistent store. |
void |
TaxonInformationDaoBase.update(TaxonInformation taxonInformation) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TaxonInformation> |
TaxonInformationDao.create(Collection<TaxonInformation> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonInformation and adds
from the passed in
entities collection |
Collection<TaxonInformation> |
TaxonInformationDaoBase.create(Collection<TaxonInformation> entities) |
Collection<?> |
TaxonInformationDao.create(int transform,
Collection<TaxonInformation> entities)
Does the same thing as
TaxonInformationDao.create(fr.ifremer.adagio.core.dao.referential.taxon.TaxonInformation) with an
additional flag called transform. |
Collection<?> |
TaxonInformationDaoBase.create(int transform,
Collection<TaxonInformation> entities) |
void |
TaxonInformationDao.remove(Collection<TaxonInformation> entities)
Removes all entities in the given
entities |
void |
TaxonInformationDaoBase.remove(Collection<TaxonInformation> entities) |
void |
TaxonInformationDao.update(Collection<TaxonInformation> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
TaxonInformationDaoBase.update(Collection<TaxonInformation> entities) |
Copyright © 2013. All Rights Reserved.