Package | Description |
---|---|
fr.ifremer.adagio.core.dao.referential.taxon |
Modifier and Type | Class and Description |
---|---|
class |
TaxonNameImpl |
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,
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. |
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)
Creates a new
TaxonName
instance from all attributes 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)
Creates a new
TaxonName
instance from all attributes and adds it to
the persistent store. |
TaxonName |
TaxonNameDaoBase.create(TaxonName taxonName)
Creates an instance of TaxonName and adds it to the persistent store.
|
TaxonName |
TaxonNameDao.create(TaxonName taxonName)
Creates an instance of TaxonName and adds it to the persistent store.
|
TaxonName |
TaxonNameDaoBase.get(Integer id)
Gets an instance of TaxonName from the persistent store.
|
TaxonName |
TaxonNameDao.get(Integer id)
Gets an instance of TaxonName from the persistent store.
|
TaxonName |
TaxonNameHistory.getParentTaxonName()
Classe regroupant les taxons.
|
TaxonName |
TaxonName.getParentTaxonName()
Classe regroupant les taxons.
|
TaxonName |
VirtualComponent.getTaxonName()
Classe regroupant les taxons.
|
TaxonName |
TaxonNameHistory.getTaxonName()
Classe regroupant les taxons.
|
TaxonName |
TaxonInformation.getTaxonName()
Classe regroupant les taxons.
|
TaxonName |
TaxonNameDaoBase.load(Integer id)
Loads an instance of TaxonName from the persistent store.
|
TaxonName |
TaxonNameDao.load(Integer id)
Loads an instance of TaxonName from the persistent store.
|
static TaxonName |
TaxonName.Factory.newInstance()
Constructs a new instance of
TaxonName . |
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. |
protected TaxonName |
TaxonNameDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<TaxonName> |
TaxonNameDaoBase.create(Collection<TaxonName> entities)
Creates a new instance of TaxonName and adds
from the passed in
entities collection |
Collection<TaxonName> |
TaxonNameDao.create(Collection<TaxonName> entities)
Creates a new instance of TaxonName and adds
from the passed in
entities collection |
Collection<TaxonName> |
TaxonName.getChildTaxonNames()
Classe regroupant les taxons.
|
Collection<TaxonName> |
TaxonomicLevel.getTaxonNames()
Classe regroupant les taxons.
|
Collection<TaxonName> |
TaxonNameDaoBase.loadAll()
Loads all entities of type
TaxonName . |
Collection<TaxonName> |
TaxonNameDao.loadAll()
Loads all entities of type
TaxonName . |
Set<TaxonName> |
TaxonNameDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonName> |
TaxonNameDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
TaxonName.addChildTaxonNames(TaxonName elementToAdd)
Classe regroupant les taxons.
|
boolean |
TaxonomicLevel.addTaxonNames(TaxonName elementToAdd)
Classe regroupant les taxons.
|
int |
TaxonName.compareTo(TaxonName o) |
Object |
TaxonInformationDaoBase.create(int transform,
ReferenceDocument referenceDocument,
TaxonName taxonName,
Timestamp updateDate)
Does the same thing as
#create(Timestamp) with an
additional flag called transform . |
Object |
TaxonInformationDao.create(int transform,
ReferenceDocument referenceDocument,
TaxonName taxonName,
Timestamp updateDate)
Does the same thing as
#create(Timestamp) with an
additional flag called transform . |
Object |
VirtualComponentDaoBase.create(int transform,
ReferenceTaxon referenceTaxon,
TaxonName taxonName,
Timestamp updateDate)
Does the same thing as
VirtualComponentDao.create(Timestamp) with an
additional flag called transform . |
Object |
VirtualComponentDao.create(int transform,
ReferenceTaxon referenceTaxon,
TaxonName taxonName,
Timestamp updateDate)
Does the same thing as
VirtualComponentDao.create(Timestamp) with an
additional flag called transform . |
Object |
TaxonNameDaoBase.create(int transform,
TaxonName taxonName)
Does the same thing as
TaxonNameDao.create(TaxonName) with an
additional flag called transform . |
Object |
TaxonNameDao.create(int transform,
TaxonName taxonName)
Does the same thing as
TaxonNameDao.create(TaxonName) with an
additional flag called transform . |
TaxonInformation |
TaxonInformationDaoBase.create(ReferenceDocument referenceDocument,
TaxonName taxonName,
Timestamp updateDate)
Creates a new
TaxonInformation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TaxonInformation |
TaxonInformationDao.create(ReferenceDocument referenceDocument,
TaxonName taxonName,
Timestamp updateDate)
Creates a new
TaxonInformation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VirtualComponent |
VirtualComponentDaoBase.create(ReferenceTaxon referenceTaxon,
TaxonName taxonName,
Timestamp updateDate)
Creates a new
VirtualComponent
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VirtualComponent |
VirtualComponentDao.create(ReferenceTaxon referenceTaxon,
TaxonName taxonName,
Timestamp updateDate)
Creates a new
VirtualComponent
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TaxonName |
TaxonNameDaoBase.create(TaxonName taxonName)
Creates an instance of TaxonName and adds it to the persistent store.
|
TaxonName |
TaxonNameDao.create(TaxonName taxonName)
Creates an instance of TaxonName 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,
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. |
static TaxonInformation |
TaxonInformation.Factory.newInstance(String description,
Timestamp updateDate,
ReferenceDocument referenceDocument,
TaxonName taxonName)
Constructs a new instance of
TaxonInformation , taking all possible properties
(except the identifier(s))as arguments. |
static TaxonInformation |
TaxonInformation.Factory.newInstance(Timestamp updateDate,
ReferenceDocument referenceDocument,
TaxonName taxonName)
Constructs a new instance of
TaxonInformation , taking all required and/or
read-only properties as arguments, except for identifiers. |
static VirtualComponent |
VirtualComponent.Factory.newInstance(Timestamp updateDate,
ReferenceTaxon referenceTaxon,
TaxonName taxonName)
Constructs a new instance of
VirtualComponent , taking all possible properties
(except the identifier(s))as arguments. |
void |
TaxonNameDaoBase.remove(TaxonName taxonName)
Removes the instance of TaxonName from the persistent store.
|
void |
TaxonNameDao.remove(TaxonName taxonName)
Removes the instance of TaxonName from the persistent store.
|
boolean |
TaxonName.removeChildTaxonNames(TaxonName elementToRemove)
Classe regroupant les taxons.
|
boolean |
TaxonomicLevel.removeTaxonNames(TaxonName elementToRemove)
Classe regroupant les taxons.
|
void |
TaxonNameHistory.setParentTaxonName(TaxonName parentTaxonNameIn)
Classe regroupant les taxons.
|
void |
TaxonName.setParentTaxonName(TaxonName parentTaxonNameIn)
Classe regroupant les taxons.
|
void |
VirtualComponent.setTaxonName(TaxonName taxonNameIn)
Classe regroupant les taxons.
|
void |
TaxonNameHistory.setTaxonName(TaxonName taxonNameIn)
Classe regroupant les taxons.
|
void |
TaxonInformation.setTaxonName(TaxonName taxonNameIn)
Classe regroupant les taxons.
|
Object |
TaxonNameDaoBase.transformEntity(int transform,
TaxonName 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 TaxonNameDao , please note
that the TaxonNameDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
TaxonNameDao.transformEntity(int transform,
TaxonName 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.TaxonNameDao , please note
that the TaxonNameDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
TaxonNameDaoBase.update(TaxonName taxonName)
Updates the
taxonName instance in the persistent store. |
void |
TaxonNameDao.update(TaxonName taxonName)
Updates the
taxonName instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<TaxonName> |
TaxonNameDaoBase.create(Collection<TaxonName> entities)
Creates a new instance of TaxonName and adds
from the passed in
entities collection |
Collection<TaxonName> |
TaxonNameDao.create(Collection<TaxonName> entities)
Creates a new instance of TaxonName and adds
from the passed in
entities collection |
Collection<?> |
TaxonNameDaoBase.create(int transform,
Collection<TaxonName> entities)
Does the same thing as
TaxonNameDao.create(TaxonName) with an
additional flag called transform . |
Collection<?> |
TaxonNameDao.create(int transform,
Collection<TaxonName> entities)
Does the same thing as
TaxonNameDao.create(TaxonName) with an
additional flag called transform . |
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. |
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 |
TaxonNameDaoBase.remove(Collection<TaxonName> entities)
Removes all entities in the given
entities collection. |
void |
TaxonNameDao.remove(Collection<TaxonName> entities)
Removes all entities in the given
entities collection. |
void |
TaxonName.setChildTaxonNames(Collection<TaxonName> childTaxonNamesIn)
Classe regroupant les taxons.
|
void |
TaxonomicLevel.setTaxonNames(Collection<TaxonName> taxonNamesIn)
Classe regroupant les taxons.
|
void |
TaxonNameDaoBase.update(Collection<TaxonName> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
TaxonNameDao.update(Collection<TaxonName> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.