| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.taxon |
| Modifier and Type | Class and Description |
|---|---|
class |
TaxonGroupInformationImpl |
| Modifier and Type | Method and Description |
|---|---|
TaxonGroupInformation |
TaxonGroupInformationDao.create(ReferenceDocument referenceDocument,
TaxonGroup taxonGroup)
Creates a new
fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroupInformation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TaxonGroupInformation |
TaxonGroupInformationDaoBase.create(ReferenceDocument referenceDocument,
TaxonGroup taxonGroup) |
TaxonGroupInformation |
TaxonGroupInformationDao.create(String description,
Timestamp updateDate,
TaxonGroup taxonGroup,
ReferenceDocument referenceDocument)
Creates a new
fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroupInformation
instance from all attributes and
properties and adds it to the persistent store. |
TaxonGroupInformation |
TaxonGroupInformationDaoBase.create(String description,
Timestamp updateDate,
TaxonGroup taxonGroup,
ReferenceDocument referenceDocument) |
TaxonGroupInformation |
TaxonGroupInformationDao.create(TaxonGroupInformation taxonGroupInformation)
Creates an instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroupInformation and adds it to the persistent store.
|
TaxonGroupInformation |
TaxonGroupInformationDaoBase.create(TaxonGroupInformation taxonGroupInformation) |
TaxonGroupInformation |
TaxonGroupInformationDao.load(TaxonGroup taxonGroup,
ReferenceDocument referenceDocument)
Loads an instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroupInformation from the persistent store.
|
TaxonGroupInformation |
TaxonGroupInformationDaoBase.load(TaxonGroup taxonGroup,
ReferenceDocument referenceDocument) |
static TaxonGroupInformation |
TaxonGroupInformation.Factory.newInstance()
Constructs a new instance of
TaxonGroupInformation. |
static TaxonGroupInformation |
TaxonGroupInformation.Factory.newInstance(String description,
Timestamp updateDate)
Constructs a new instance of
TaxonGroupInformation, taking all possible properties
(except the identifier(s))as arguments. |
protected TaxonGroupInformation |
TaxonGroupInformationDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TaxonGroupInformation> |
TaxonGroupInformationDao.create(Collection<TaxonGroupInformation> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroupInformation and adds
from the passed in
entities collection |
Collection<TaxonGroupInformation> |
TaxonGroupInformationDaoBase.create(Collection<TaxonGroupInformation> entities) |
Collection<TaxonGroupInformation> |
TaxonGroup.getTaxonGroupInformations() |
Collection<TaxonGroupInformation> |
TaxonGroupInformationDao.loadAll()
Loads all entities of type
TaxonGroupInformation. |
Collection<TaxonGroupInformation> |
TaxonGroupInformationDaoBase.loadAll() |
Set<TaxonGroupInformation> |
TaxonGroupInformationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonGroupInformation> |
TaxonGroupInformationDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TaxonGroupInformationDao.create(int transform,
TaxonGroupInformation taxonGroupInformation)
Does the same thing as
TaxonGroupInformationDao.create(fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroupInformation) with an
additional flag called transform. |
Object |
TaxonGroupInformationDaoBase.create(int transform,
TaxonGroupInformation taxonGroupInformation) |
TaxonGroupInformation |
TaxonGroupInformationDao.create(TaxonGroupInformation taxonGroupInformation)
Creates an instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroupInformation and adds it to the persistent store.
|
TaxonGroupInformation |
TaxonGroupInformationDaoBase.create(TaxonGroupInformation taxonGroupInformation) |
void |
TaxonGroupInformationDao.remove(TaxonGroupInformation taxonGroupInformation)
Removes the instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroupInformation from the persistent store.
|
void |
TaxonGroupInformationDaoBase.remove(TaxonGroupInformation taxonGroupInformation) |
protected Object |
TaxonGroupInformationDaoBase.transformEntity(int transform,
TaxonGroupInformation 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.TaxonGroupInformationDao, please note
that the TaxonGroupInformationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
TaxonGroupInformationDao.update(TaxonGroupInformation taxonGroupInformation)
Updates the
taxonGroupInformation instance in the persistent store. |
void |
TaxonGroupInformationDaoBase.update(TaxonGroupInformation taxonGroupInformation) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TaxonGroupInformation> |
TaxonGroupInformationDao.create(Collection<TaxonGroupInformation> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroupInformation and adds
from the passed in
entities collection |
Collection<TaxonGroupInformation> |
TaxonGroupInformationDaoBase.create(Collection<TaxonGroupInformation> entities) |
Collection<?> |
TaxonGroupInformationDao.create(int transform,
Collection<TaxonGroupInformation> entities)
Does the same thing as
TaxonGroupInformationDao.create(fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroupInformation) with an
additional flag called transform. |
Collection<?> |
TaxonGroupInformationDaoBase.create(int transform,
Collection<TaxonGroupInformation> entities) |
Object |
TaxonGroupDao.create(int transform,
String label,
String name,
String comments,
Boolean isChildGroupExclusive,
Boolean isUpdatable,
Date creationDate,
Timestamp updateDate,
Collection<TaxonGroup> childTaxonGroup,
TaxonGroup parentTaxonGroup,
Collection<TaxonGroupHistoricalRecord> taxonGroupHistoricalRecords,
TaxonGroupType taxonGroupType,
Collection<TaxonGroupInformation> taxonGroupInformations,
Status status)
Does the same thing as
#create(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.util.Date,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
Object |
TaxonGroupDaoBase.create(int transform,
String label,
String name,
String comments,
Boolean isChildGroupExclusive,
Boolean isUpdatable,
Date creationDate,
Timestamp updateDate,
Collection<TaxonGroup> childTaxonGroup,
TaxonGroup parentTaxonGroup,
Collection<TaxonGroupHistoricalRecord> taxonGroupHistoricalRecords,
TaxonGroupType taxonGroupType,
Collection<TaxonGroupInformation> taxonGroupInformations,
Status status) |
TaxonGroup |
TaxonGroupDao.create(String label,
String name,
String comments,
Boolean isChildGroupExclusive,
Boolean isUpdatable,
Date creationDate,
Timestamp updateDate,
Collection<TaxonGroup> childTaxonGroup,
TaxonGroup parentTaxonGroup,
Collection<TaxonGroupHistoricalRecord> taxonGroupHistoricalRecords,
TaxonGroupType taxonGroupType,
Collection<TaxonGroupInformation> taxonGroupInformations,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroup
instance from all attributes and
properties and adds it to the persistent store. |
TaxonGroup |
TaxonGroupDaoBase.create(String label,
String name,
String comments,
Boolean isChildGroupExclusive,
Boolean isUpdatable,
Date creationDate,
Timestamp updateDate,
Collection<TaxonGroup> childTaxonGroup,
TaxonGroup parentTaxonGroup,
Collection<TaxonGroupHistoricalRecord> taxonGroupHistoricalRecords,
TaxonGroupType taxonGroupType,
Collection<TaxonGroupInformation> taxonGroupInformations,
Status status) |
static TaxonGroup |
TaxonGroup.Factory.newInstance(String label,
String name,
String comments,
Boolean isChildGroupExclusive,
Boolean isUpdatable,
Date creationDate,
Timestamp updateDate,
Collection<TaxonGroup> childTaxonGroup,
TaxonGroup parentTaxonGroup,
Collection<TaxonGroupHistoricalRecord> taxonGroupHistoricalRecords,
TaxonGroupType taxonGroupType,
Collection<TaxonGroupInformation> taxonGroupInformations,
Status status)
Constructs a new instance of
TaxonGroup, taking all possible properties
(except the identifier(s))as arguments. |
void |
TaxonGroupInformationDao.remove(Collection<TaxonGroupInformation> entities)
Removes all entities in the given
entities |
void |
TaxonGroupInformationDaoBase.remove(Collection<TaxonGroupInformation> entities) |
void |
TaxonGroup.setTaxonGroupInformations(Collection<TaxonGroupInformation> taxonGroupInformations) |
void |
TaxonGroupInformationDao.update(Collection<TaxonGroupInformation> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
TaxonGroupInformationDaoBase.update(Collection<TaxonGroupInformation> entities) |
Copyright © 2013. All Rights Reserved.