Package | Description |
---|---|
fr.ifremer.adagio.core.dao.referential.taxon |
Modifier and Type | Class and Description |
---|---|
class |
CitationImpl |
Modifier and Type | Method and Description |
---|---|
Citation |
CitationDaoBase.create(Citation citation)
Creates an instance of Citation and adds it to the persistent store.
|
Citation |
CitationDao.create(Citation citation)
Creates an instance of Citation and adds it to the persistent store.
|
Citation |
CitationDaoBase.create(Date creationDate,
String name,
Status status,
Timestamp updateDate)
Creates a new
Citation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Citation |
CitationDao.create(Date creationDate,
String name,
Status status,
Timestamp updateDate)
Creates a new
Citation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Citation |
CitationDaoBase.create(String name,
Date creationDate,
Timestamp updateDate)
Creates a new
Citation
instance from all attributes and adds it to
the persistent store. |
Citation |
CitationDao.create(String name,
Date creationDate,
Timestamp updateDate)
Creates a new
Citation
instance from all attributes and adds it to
the persistent store. |
Citation |
CitationDaoBase.get(Integer id)
Gets an instance of Citation from the persistent store.
|
Citation |
CitationDao.get(Integer id)
Gets an instance of Citation from the persistent store.
|
Citation |
TaxonNameHistory.getCitation()
Deux éléments sont à distinguer dans l'autorité de classification d’un taxon :
- La publication qui fait état de la description et de la nomenclature du taxon
|
Citation |
TaxonName.getCitation()
Deux éléments sont à distinguer dans l'autorité de classification d’un taxon :
- La publication qui fait état de la description et de la nomenclature du taxon
|
Citation |
CitationDaoBase.load(Integer id)
Loads an instance of Citation from the persistent store.
|
Citation |
CitationDao.load(Integer id)
Loads an instance of Citation from the persistent store.
|
static Citation |
Citation.Factory.newInstance()
Constructs a new instance of
Citation . |
static Citation |
Citation.Factory.newInstance(String name,
Date creationDate,
Timestamp updateDate,
Status status)
Constructs a new instance of
Citation , taking all possible properties
(except the identifier(s))as arguments. |
protected Citation |
CitationDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<Citation> |
CitationDaoBase.create(Collection<Citation> entities)
Creates a new instance of Citation and adds
from the passed in
entities collection |
Collection<Citation> |
CitationDao.create(Collection<Citation> entities)
Creates a new instance of Citation and adds
from the passed in
entities collection |
Collection<Citation> |
CitationDaoBase.loadAll()
Loads all entities of type
Citation . |
Collection<Citation> |
CitationDao.loadAll()
Loads all entities of type
Citation . |
Set<Citation> |
CitationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Citation> |
CitationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
Citation.compareTo(Citation o) |
Citation |
CitationDaoBase.create(Citation citation)
Creates an instance of Citation and adds it to the persistent store.
|
Citation |
CitationDao.create(Citation citation)
Creates an instance of Citation and adds it to the persistent store.
|
Object |
CitationDaoBase.create(int transform,
Citation citation)
Does the same thing as
CitationDao.create(Citation) with an
additional flag called transform . |
Object |
CitationDao.create(int transform,
Citation citation)
Does the same thing as
CitationDao.create(Citation) with an
additional flag called transform . |
static TaxonName |
TaxonName.Factory.newInstance(String name,
String completeName,
Boolean isNaming,
Boolean isReferent,
Integer upperRank,
Boolean isVirtual,
Boolean isObsolete,
Boolean isTemporary,
Date startDate,
Date endDate,
String comments,
Date creationDate,
Timestamp updateDate,
Citation citation,
TaxonName parentTaxonName,
Collection<TaxonName> childTaxonNames,
Collection<TaxonNameHistory> parentTaxonNameHistories,
Collection<TaxonNameHistory> taxonNamehistories,
TaxonomicLevel taxonomicLevel,
ReferenceTaxon referenceTaxon)
Constructs a new instance of
TaxonName , taking all possible properties
(except the identifier(s))as arguments. |
static TaxonNameHistory |
TaxonNameHistory.Factory.newInstance(String name,
String comments,
Integer upperRank,
Boolean isReferent,
Boolean isVirtual,
Boolean isObsolete,
Boolean isTemporary,
Timestamp updateDate,
Citation citation,
TaxonName taxonName,
TaxonName parentTaxonName)
Constructs a new instance of
TaxonNameHistory , taking all possible properties
(except the identifier(s))as arguments. |
void |
CitationDaoBase.remove(Citation citation)
Removes the instance of Citation from the persistent store.
|
void |
CitationDao.remove(Citation citation)
Removes the instance of Citation from the persistent store.
|
void |
TaxonNameHistory.setCitation(Citation citationIn)
Deux éléments sont à distinguer dans l'autorité de classification d’un taxon :
- La publication qui fait état de la description et de la nomenclature du taxon
|
void |
TaxonName.setCitation(Citation citationIn)
Deux éléments sont à distinguer dans l'autorité de classification d’un taxon :
- La publication qui fait état de la description et de la nomenclature du taxon
|
Object |
CitationDaoBase.transformEntity(int transform,
Citation 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 CitationDao , please note
that the CitationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
CitationDao.transformEntity(int transform,
Citation 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.CitationDao , please note
that the CitationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
CitationDaoBase.update(Citation citation)
Updates the
citation instance in the persistent store. |
void |
CitationDao.update(Citation citation)
Updates the
citation instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<Citation> |
CitationDaoBase.create(Collection<Citation> entities)
Creates a new instance of Citation and adds
from the passed in
entities collection |
Collection<Citation> |
CitationDao.create(Collection<Citation> entities)
Creates a new instance of Citation and adds
from the passed in
entities collection |
Collection<?> |
CitationDaoBase.create(int transform,
Collection<Citation> entities)
Does the same thing as
CitationDao.create(Citation) with an
additional flag called transform . |
Collection<?> |
CitationDao.create(int transform,
Collection<Citation> entities)
Does the same thing as
CitationDao.create(Citation) with an
additional flag called transform . |
void |
CitationDaoBase.remove(Collection<Citation> entities)
Removes all entities in the given
entities collection. |
void |
CitationDao.remove(Collection<Citation> entities)
Removes all entities in the given
entities collection. |
void |
CitationDaoBase.update(Collection<Citation> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
CitationDao.update(Collection<Citation> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.