| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.taxon |
| Modifier and Type | Class and Description |
|---|---|
class |
TaxonomicLevelImpl |
| Modifier and Type | Method and Description |
|---|---|
TaxonomicLevel |
TaxonomicLevelDao.create(String code,
Date creationDate,
String name,
Integer rank,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.taxon.TaxonomicLevel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TaxonomicLevel |
TaxonomicLevelDaoBase.create(String code,
Date creationDate,
String name,
Integer rank,
Status status) |
TaxonomicLevel |
TaxonomicLevelDao.create(String code,
Integer rank,
String name,
String label,
String comments,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<TaxonName> taxonNames)
Creates a new
fr.ifremer.adagio.core.dao.referential.taxon.TaxonomicLevel
instance from all attributes and
properties and adds it to the persistent store. |
TaxonomicLevel |
TaxonomicLevelDaoBase.create(String code,
Integer rank,
String name,
String label,
String comments,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<TaxonName> taxonNames) |
TaxonomicLevel |
TaxonomicLevelDao.create(TaxonomicLevel taxonomicLevel)
Creates an instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonomicLevel and adds it to the persistent store.
|
TaxonomicLevel |
TaxonomicLevelDaoBase.create(TaxonomicLevel taxonomicLevel) |
TaxonomicLevel |
TaxonName.getTaxonomicLevel() |
TaxonomicLevel |
TaxonomicLevelDao.load(String code)
Loads an instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonomicLevel from the persistent store.
|
TaxonomicLevel |
TaxonomicLevelDaoBase.load(String code) |
static TaxonomicLevel |
TaxonomicLevel.Factory.newInstance()
Constructs a new instance of
TaxonomicLevel. |
static TaxonomicLevel |
TaxonomicLevel.Factory.newInstance(Integer rank,
String name,
Date creationDate,
Status status)
Constructs a new instance of
TaxonomicLevel, taking all required and/or
read-only properties as arguments. |
static TaxonomicLevel |
TaxonomicLevel.Factory.newInstance(Integer rank,
String name,
String label,
String comments,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<TaxonName> taxonNames)
Constructs a new instance of
TaxonomicLevel, taking all possible properties
(except the identifier(s))as arguments. |
protected TaxonomicLevel |
TaxonomicLevelDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TaxonomicLevel> |
TaxonomicLevelDao.create(Collection<TaxonomicLevel> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonomicLevel and adds
from the passed in
entities collection |
Collection<TaxonomicLevel> |
TaxonomicLevelDaoBase.create(Collection<TaxonomicLevel> entities) |
Collection<TaxonomicLevel> |
TaxonomicLevelDao.loadAll()
Loads all entities of type
TaxonomicLevel. |
Collection<TaxonomicLevel> |
TaxonomicLevelDaoBase.loadAll() |
Set<TaxonomicLevel> |
TaxonomicLevelDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonomicLevel> |
TaxonomicLevelDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
TaxonName |
TaxonNameDaoBase.create(Date creationDate,
Boolean isNaming,
Boolean isObsolete,
Boolean isReferent,
Boolean isTemporary,
Boolean isVirtual,
String name,
ReferenceTaxon referenceTaxon,
Date startDate,
TaxonomicLevel taxonomicLevel,
Integer upperRank) |
TaxonName |
TaxonNameDao.create(Date creationDate,
Boolean isNaming,
Boolean isObsolete,
Boolean isReferent,
Boolean isTemporary,
Boolean isVirtual,
String name,
ReferenceTaxon referenceTaxon,
Date startDate,
TaxonomicLevel taxonomicLevel,
Integer upperRank)
Creates a new
fr.ifremer.adagio.core.dao.referential.taxon.TaxonName
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
TaxonNameDaoBase.create(int transform,
Date creationDate,
Boolean isNaming,
Boolean isObsolete,
Boolean isReferent,
Boolean isTemporary,
Boolean isVirtual,
String name,
ReferenceTaxon referenceTaxon,
Date startDate,
TaxonomicLevel taxonomicLevel,
Integer upperRank) |
Object |
TaxonNameDao.create(int transform,
Date creationDate,
Boolean isNaming,
Boolean isObsolete,
Boolean isReferent,
Boolean isTemporary,
Boolean isVirtual,
String name,
ReferenceTaxon referenceTaxon,
Date startDate,
TaxonomicLevel taxonomicLevel,
Integer upperRank)
Does the same thing as
TaxonNameDao.create(java.util.Date,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.String,fr.ifremer.adagio.core.dao.referential.taxon.ReferenceTaxon,java.util.Date,fr.ifremer.adagio.core.dao.referential.taxon.TaxonomicLevel,java.lang.Integer) 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 |
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 |
TaxonomicLevelDao.create(int transform,
TaxonomicLevel taxonomicLevel)
Does the same thing as
TaxonomicLevelDao.create(fr.ifremer.adagio.core.dao.referential.taxon.TaxonomicLevel) with an
additional flag called transform. |
Object |
TaxonomicLevelDaoBase.create(int transform,
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. |
TaxonomicLevel |
TaxonomicLevelDao.create(TaxonomicLevel taxonomicLevel)
Creates an instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonomicLevel and adds it to the persistent store.
|
TaxonomicLevel |
TaxonomicLevelDaoBase.create(TaxonomicLevel taxonomicLevel) |
static TaxonName |
TaxonName.Factory.newInstance(String name,
Boolean isNaming,
Boolean isReferent,
Integer upperRank,
Boolean isVirtual,
Boolean isObsolete,
Boolean isTemporary,
Date startDate,
Date creationDate,
ReferenceTaxon referenceTaxon,
TaxonomicLevel taxonomicLevel)
Constructs a new instance of
TaxonName, taking all required and/or
read-only properties 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 |
TaxonomicLevelDao.remove(TaxonomicLevel taxonomicLevel)
Removes the instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonomicLevel from the persistent store.
|
void |
TaxonomicLevelDaoBase.remove(TaxonomicLevel taxonomicLevel) |
void |
TaxonName.setTaxonomicLevel(TaxonomicLevel taxonomicLevel) |
protected Object |
TaxonomicLevelDaoBase.transformEntity(int transform,
TaxonomicLevel 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.TaxonomicLevelDao, please note
that the TaxonomicLevelDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
TaxonomicLevelDao.update(TaxonomicLevel taxonomicLevel)
Updates the
taxonomicLevel instance in the persistent store. |
void |
TaxonomicLevelDaoBase.update(TaxonomicLevel taxonomicLevel) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TaxonomicLevel> |
TaxonomicLevelDao.create(Collection<TaxonomicLevel> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonomicLevel and adds
from the passed in
entities collection |
Collection<TaxonomicLevel> |
TaxonomicLevelDaoBase.create(Collection<TaxonomicLevel> entities) |
Collection<?> |
TaxonomicLevelDao.create(int transform,
Collection<TaxonomicLevel> entities)
Does the same thing as
TaxonomicLevelDao.create(fr.ifremer.adagio.core.dao.referential.taxon.TaxonomicLevel) with an
additional flag called transform. |
Collection<?> |
TaxonomicLevelDaoBase.create(int transform,
Collection<TaxonomicLevel> entities) |
void |
TaxonomicLevelDao.remove(Collection<TaxonomicLevel> entities)
Removes all entities in the given
entities |
void |
TaxonomicLevelDaoBase.remove(Collection<TaxonomicLevel> entities) |
void |
TaxonomicLevelDao.update(Collection<TaxonomicLevel> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
TaxonomicLevelDaoBase.update(Collection<TaxonomicLevel> entities) |
Copyright © 2013. All Rights Reserved.