| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.taxon |
| Modifier and Type | Class and Description |
|---|---|
class |
TaxonNameHistoryImpl |
| Modifier and Type | Method and Description |
|---|---|
TaxonNameHistory |
TaxonNameHistoryDaoBase.create(String name,
String comments,
Integer upperRank,
Boolean isReferent,
Boolean isVirtual,
Boolean isObsolete,
Boolean isTemporary,
Timestamp updateDate,
TaxonName parentTaxonName,
TaxonName taxonName,
Citation citation) |
TaxonNameHistory |
TaxonNameHistoryDao.create(String name,
String comments,
Integer upperRank,
Boolean isReferent,
Boolean isVirtual,
Boolean isObsolete,
Boolean isTemporary,
Timestamp updateDate,
TaxonName parentTaxonName,
TaxonName taxonName,
Citation citation)
Creates a new
fr.ifremer.adagio.core.dao.referential.taxon.TaxonNameHistory
instance from all attributes and
properties and adds it to the persistent store. |
TaxonNameHistory |
TaxonNameHistoryDaoBase.create(TaxonNameHistory taxonNameHistory) |
TaxonNameHistory |
TaxonNameHistoryDao.create(TaxonNameHistory taxonNameHistory)
Creates an instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonNameHistory and adds it to the persistent store.
|
TaxonNameHistory |
TaxonInformationHistoryPK.getTaxonNameHistory() |
TaxonNameHistory |
TaxonNameHistoryDaoBase.load(Integer id) |
TaxonNameHistory |
TaxonNameHistoryDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonNameHistory from the persistent store.
|
static TaxonNameHistory |
TaxonNameHistory.Factory.newInstance()
Constructs a new instance of
TaxonNameHistory. |
static TaxonNameHistory |
TaxonNameHistory.Factory.newInstance(String name,
String comments,
Integer upperRank,
Boolean isReferent,
Boolean isVirtual,
Boolean isObsolete,
Boolean isTemporary,
Timestamp updateDate,
TaxonName parentTaxonName,
TaxonName taxonName,
Citation citation)
Constructs a new instance of
TaxonNameHistory, taking all possible properties
(except the identifier(s))as arguments. |
protected TaxonNameHistory |
TaxonNameHistoryDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TaxonNameHistory> |
TaxonNameHistoryDaoBase.create(Collection<TaxonNameHistory> entities) |
Collection<TaxonNameHistory> |
TaxonNameHistoryDao.create(Collection<TaxonNameHistory> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonNameHistory and adds
from the passed in
entities collection |
Collection<TaxonNameHistory> |
TaxonName.getParentTaxonNameHistory() |
Collection<TaxonNameHistory> |
TaxonName.getTaxonNamehistory() |
Collection<TaxonNameHistory> |
TaxonNameHistoryDaoBase.loadAll() |
Collection<TaxonNameHistory> |
TaxonNameHistoryDao.loadAll()
Loads all entities of type
TaxonNameHistory. |
Set<TaxonNameHistory> |
TaxonNameHistoryDaoBase.search(Search search) |
Set<TaxonNameHistory> |
TaxonNameHistoryDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
Object |
TaxonInformationHistoryDao.create(int transform,
ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory)
Does the same thing as
TaxonInformationHistoryDao.create(fr.ifremer.adagio.core.dao.referential.taxon.ReferenceDocument,fr.ifremer.adagio.core.dao.referential.taxon.TaxonNameHistory) with an
additional flag called transform. |
Object |
TaxonInformationHistoryDaoBase.create(int transform,
ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory) |
Object |
TaxonInformationHistoryDao.create(int transform,
String description,
Timestamp updateDate,
ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory)
Does the same thing as
TaxonInformationHistoryDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.taxon.ReferenceDocument,fr.ifremer.adagio.core.dao.referential.taxon.TaxonNameHistory) with an
additional flag called transform. |
Object |
TaxonInformationHistoryDaoBase.create(int transform,
String description,
Timestamp updateDate,
ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory) |
Object |
TaxonNameHistoryDaoBase.create(int transform,
TaxonNameHistory taxonNameHistory) |
Object |
TaxonNameHistoryDao.create(int transform,
TaxonNameHistory taxonNameHistory)
Does the same thing as
TaxonNameHistoryDao.create(fr.ifremer.adagio.core.dao.referential.taxon.TaxonNameHistory) with an
additional flag called transform. |
TaxonInformationHistory |
TaxonInformationHistoryDao.create(ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory)
Creates a new
fr.ifremer.adagio.core.dao.referential.taxon.TaxonInformationHistory
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TaxonInformationHistory |
TaxonInformationHistoryDaoBase.create(ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory) |
TaxonInformationHistory |
TaxonInformationHistoryDao.create(String description,
Timestamp updateDate,
ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory)
Creates a new
fr.ifremer.adagio.core.dao.referential.taxon.TaxonInformationHistory
instance from all attributes and
properties and adds it to the persistent store. |
TaxonInformationHistory |
TaxonInformationHistoryDaoBase.create(String description,
Timestamp updateDate,
ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory) |
TaxonNameHistory |
TaxonNameHistoryDaoBase.create(TaxonNameHistory taxonNameHistory) |
TaxonNameHistory |
TaxonNameHistoryDao.create(TaxonNameHistory taxonNameHistory)
Creates an instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonNameHistory and adds it to the persistent store.
|
Object |
TaxonInformationHistoryDao.load(int transform,
ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory)
Does the same thing as
TaxonInformationHistoryDao.load(fr.ifremer.adagio.core.dao.referential.taxon.ReferenceDocument,fr.ifremer.adagio.core.dao.referential.taxon.TaxonNameHistory) with an
additional flag called transform. |
Object |
TaxonInformationHistoryDaoBase.load(int transform,
ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory) |
TaxonInformationHistory |
TaxonInformationHistoryDao.load(ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory)
Loads an instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonInformationHistory from the persistent store.
|
TaxonInformationHistory |
TaxonInformationHistoryDaoBase.load(ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory) |
void |
TaxonInformationHistoryDao.remove(ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory)
Removes the instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonInformationHistory having the given
identifiers from the persistent store. |
void |
TaxonInformationHistoryDaoBase.remove(ReferenceDocument referenceDocument,
TaxonNameHistory taxonNameHistory) |
void |
TaxonNameHistoryDaoBase.remove(TaxonNameHistory taxonNameHistory) |
void |
TaxonNameHistoryDao.remove(TaxonNameHistory taxonNameHistory)
Removes the instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonNameHistory from the persistent store.
|
void |
TaxonInformationHistoryPK.setTaxonNameHistory(TaxonNameHistory taxonNameHistory) |
protected Object |
TaxonNameHistoryDaoBase.transformEntity(int transform,
TaxonNameHistory 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.TaxonNameHistoryDao, please note
that the TaxonNameHistoryDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
TaxonNameHistoryDaoBase.update(TaxonNameHistory taxonNameHistory) |
void |
TaxonNameHistoryDao.update(TaxonNameHistory taxonNameHistory)
Updates the
taxonNameHistory instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<TaxonNameHistory> |
TaxonNameHistoryDaoBase.create(Collection<TaxonNameHistory> entities) |
Collection<TaxonNameHistory> |
TaxonNameHistoryDao.create(Collection<TaxonNameHistory> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonNameHistory and adds
from the passed in
entities collection |
Collection<?> |
TaxonNameHistoryDaoBase.create(int transform,
Collection<TaxonNameHistory> entities) |
Collection<?> |
TaxonNameHistoryDao.create(int transform,
Collection<TaxonNameHistory> entities)
Does the same thing as
TaxonNameHistoryDao.create(fr.ifremer.adagio.core.dao.referential.taxon.TaxonNameHistory) with an
additional flag called transform. |
Object |
TaxonNameDaoBase.create(int transform,
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,
ReferenceTaxon referenceTaxon,
Collection<TaxonNameHistory> taxonNamehistory,
Collection<TaxonNameHistory> parentTaxonNameHistory,
Collection<TaxonName> childTaxonNames,
TaxonName parentTaxonName,
TaxonomicLevel taxonomicLevel) |
Object |
TaxonNameDaoBase.create(int transform,
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,
ReferenceTaxon referenceTaxon,
Collection<TaxonNameHistory> taxonNamehistory,
Collection<TaxonNameHistory> parentTaxonNameHistory,
Collection<TaxonName> childTaxonNames,
TaxonName parentTaxonName,
TaxonomicLevel taxonomicLevel) |
Object |
TaxonNameDao.create(int transform,
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,
ReferenceTaxon referenceTaxon,
Collection<TaxonNameHistory> taxonNamehistory,
Collection<TaxonNameHistory> parentTaxonNameHistory,
Collection<TaxonName> childTaxonNames,
TaxonName parentTaxonName,
TaxonomicLevel taxonomicLevel)
Does the same thing as
#create(java.lang.String,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.taxon.Citation,fr.ifremer.adagio.core.dao.referential.taxon.ReferenceTaxon,java.util.Collection with an
additional flag called transform. |
Object |
TaxonNameDao.create(int transform,
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,
ReferenceTaxon referenceTaxon,
Collection<TaxonNameHistory> taxonNamehistory,
Collection<TaxonNameHistory> parentTaxonNameHistory,
Collection<TaxonName> childTaxonNames,
TaxonName parentTaxonName,
TaxonomicLevel taxonomicLevel)
Does the same thing as
#create(java.lang.String,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.taxon.Citation,fr.ifremer.adagio.core.dao.referential.taxon.ReferenceTaxon,java.util.Collection with an
additional flag called transform. |
TaxonName |
TaxonNameDaoBase.create(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,
ReferenceTaxon referenceTaxon,
Collection<TaxonNameHistory> taxonNamehistory,
Collection<TaxonNameHistory> parentTaxonNameHistory,
Collection<TaxonName> childTaxonNames,
TaxonName parentTaxonName,
TaxonomicLevel taxonomicLevel) |
TaxonName |
TaxonNameDaoBase.create(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,
ReferenceTaxon referenceTaxon,
Collection<TaxonNameHistory> taxonNamehistory,
Collection<TaxonNameHistory> parentTaxonNameHistory,
Collection<TaxonName> childTaxonNames,
TaxonName parentTaxonName,
TaxonomicLevel taxonomicLevel) |
TaxonName |
TaxonNameDao.create(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,
ReferenceTaxon referenceTaxon,
Collection<TaxonNameHistory> taxonNamehistory,
Collection<TaxonNameHistory> parentTaxonNameHistory,
Collection<TaxonName> childTaxonNames,
TaxonName parentTaxonName,
TaxonomicLevel taxonomicLevel)
Creates a new
fr.ifremer.adagio.core.dao.referential.taxon.TaxonName
instance from all attributes and
properties and adds it to the persistent store. |
TaxonName |
TaxonNameDao.create(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,
ReferenceTaxon referenceTaxon,
Collection<TaxonNameHistory> taxonNamehistory,
Collection<TaxonNameHistory> parentTaxonNameHistory,
Collection<TaxonName> childTaxonNames,
TaxonName parentTaxonName,
TaxonomicLevel taxonomicLevel)
Creates a new
fr.ifremer.adagio.core.dao.referential.taxon.TaxonName
instance from all attributes and
properties and adds it to the persistent store. |
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,
ReferenceTaxon referenceTaxon,
Collection<TaxonNameHistory> taxonNamehistory,
Collection<TaxonNameHistory> parentTaxonNameHistory,
Collection<TaxonName> childTaxonNames,
TaxonName parentTaxonName,
TaxonomicLevel taxonomicLevel)
Constructs a new instance of
TaxonName, taking all possible properties
(except the identifier(s))as arguments. |
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,
ReferenceTaxon referenceTaxon,
Collection<TaxonNameHistory> taxonNamehistory,
Collection<TaxonNameHistory> parentTaxonNameHistory,
Collection<TaxonName> childTaxonNames,
TaxonName parentTaxonName,
TaxonomicLevel taxonomicLevel)
Constructs a new instance of
TaxonName, taking all possible properties
(except the identifier(s))as arguments. |
void |
TaxonNameHistoryDaoBase.remove(Collection<TaxonNameHistory> entities) |
void |
TaxonNameHistoryDao.remove(Collection<TaxonNameHistory> entities)
Removes all entities in the given
entities |
void |
TaxonName.setParentTaxonNameHistory(Collection<TaxonNameHistory> parentTaxonNameHistory) |
void |
TaxonName.setTaxonNamehistory(Collection<TaxonNameHistory> taxonNamehistory) |
void |
TaxonNameHistoryDaoBase.update(Collection<TaxonNameHistory> entities) |
void |
TaxonNameHistoryDao.update(Collection<TaxonNameHistory> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.