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