| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.taxon |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorImpl |
| Modifier and Type | Method and Description |
|---|---|
Author |
AuthorDaoBase.create(Author author) |
Author |
AuthorDao.create(Author author)
Creates an instance of fr.ifremer.adagio.core.dao.referential.taxon.Author and adds it to the persistent store.
|
Author |
AuthorDaoBase.create(Date creationDate,
Status status) |
Author |
AuthorDao.create(Date creationDate,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.taxon.Author
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Author |
AuthorDaoBase.create(String name,
String location,
String comments,
Date creationDate,
Timestamp updateDate,
Collection<ReferenceDocument> referenceDocuments,
Status status) |
Author |
AuthorDao.create(String name,
String location,
String comments,
Date creationDate,
Timestamp updateDate,
Collection<ReferenceDocument> referenceDocuments,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.taxon.Author
instance from all attributes and
properties and adds it to the persistent store. |
Author |
AuthorDaoBase.load(Integer id) |
Author |
AuthorDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.taxon.Author from the persistent store.
|
static Author |
Author.Factory.newInstance()
Constructs a new instance of
Author. |
static Author |
Author.Factory.newInstance(Date creationDate,
Status status)
Constructs a new instance of
Author, taking all required and/or
read-only properties as arguments. |
static Author |
Author.Factory.newInstance(String name,
String location,
String comments,
Date creationDate,
Timestamp updateDate,
Collection<ReferenceDocument> referenceDocuments,
Status status)
Constructs a new instance of
Author, taking all possible properties
(except the identifier(s))as arguments. |
protected Author |
AuthorDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Author> |
AuthorDaoBase.create(Collection<Author> entities) |
Collection<Author> |
AuthorDao.create(Collection<Author> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.taxon.Author and adds
from the passed in
entities collection |
Collection<Author> |
ReferenceDocument.getAuthors() |
Collection<Author> |
AuthorDaoBase.loadAll() |
Collection<Author> |
AuthorDao.loadAll()
Loads all entities of type
Author. |
Set<Author> |
AuthorDaoBase.search(Search search) |
Set<Author> |
AuthorDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
Author |
AuthorDaoBase.create(Author author) |
Author |
AuthorDao.create(Author author)
Creates an instance of fr.ifremer.adagio.core.dao.referential.taxon.Author and adds it to the persistent store.
|
Object |
AuthorDaoBase.create(int transform,
Author author) |
Object |
AuthorDao.create(int transform,
Author author)
Does the same thing as
AuthorDao.create(fr.ifremer.adagio.core.dao.referential.taxon.Author) with an
additional flag called transform. |
void |
AuthorDaoBase.remove(Author author) |
void |
AuthorDao.remove(Author author)
Removes the instance of fr.ifremer.adagio.core.dao.referential.taxon.Author from the persistent store.
|
protected Object |
AuthorDaoBase.transformEntity(int transform,
Author 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.AuthorDao, please note
that the AuthorDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
AuthorDaoBase.update(Author author) |
void |
AuthorDao.update(Author author)
Updates the
author instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Author> |
AuthorDaoBase.create(Collection<Author> entities) |
Collection<Author> |
AuthorDao.create(Collection<Author> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.taxon.Author and adds
from the passed in
entities collection |
ReferenceDocument |
ReferenceDocumentDao.create(Collection<Author> authors,
Date creationDate,
String reference,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.taxon.ReferenceDocument
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ReferenceDocument |
ReferenceDocumentDaoBase.create(Collection<Author> authors,
Date creationDate,
String reference,
Status status) |
Collection<?> |
AuthorDaoBase.create(int transform,
Collection<Author> entities) |
Collection<?> |
AuthorDao.create(int transform,
Collection<Author> entities)
Does the same thing as
AuthorDao.create(fr.ifremer.adagio.core.dao.referential.taxon.Author) with an
additional flag called transform. |
Object |
ReferenceDocumentDao.create(int transform,
Collection<Author> authors,
Date creationDate,
String reference,
Status status)
Does the same thing as
#create(java.util.Collection with an
additional flag called transform. |
Object |
ReferenceDocumentDaoBase.create(int transform,
Collection<Author> authors,
Date creationDate,
String reference,
Status status) |
Object |
ReferenceDocumentDao.create(int transform,
String reference,
Date publicationDate,
String comments,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<Author> authors,
Collection<TaxonInformationHistory> taxonInformationHistories)
Does the same thing as
#create(java.lang.String,java.util.Date,java.lang.String,java.util.Date,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.Status,java.util.Collection with an
additional flag called transform. |
Object |
ReferenceDocumentDaoBase.create(int transform,
String reference,
Date publicationDate,
String comments,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<Author> authors,
Collection<TaxonInformationHistory> taxonInformationHistories) |
ReferenceDocument |
ReferenceDocumentDao.create(String reference,
Date publicationDate,
String comments,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<Author> authors,
Collection<TaxonInformationHistory> taxonInformationHistories)
Creates a new
fr.ifremer.adagio.core.dao.referential.taxon.ReferenceDocument
instance from all attributes and
properties and adds it to the persistent store. |
ReferenceDocument |
ReferenceDocumentDaoBase.create(String reference,
Date publicationDate,
String comments,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<Author> authors,
Collection<TaxonInformationHistory> taxonInformationHistories) |
static ReferenceDocument |
ReferenceDocument.Factory.newInstance(String reference,
Date creationDate,
Status status,
Collection<Author> authors)
Constructs a new instance of
ReferenceDocument, taking all required and/or
read-only properties as arguments. |
static ReferenceDocument |
ReferenceDocument.Factory.newInstance(String reference,
Date publicationDate,
String comments,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<Author> authors,
Collection<TaxonInformationHistory> taxonInformationHistories)
Constructs a new instance of
ReferenceDocument, taking all possible properties
(except the identifier(s))as arguments. |
void |
AuthorDaoBase.remove(Collection<Author> entities) |
void |
AuthorDao.remove(Collection<Author> entities)
Removes all entities in the given
entities |
void |
ReferenceDocument.setAuthors(Collection<Author> authors) |
void |
AuthorDaoBase.update(Collection<Author> entities) |
void |
AuthorDao.update(Collection<Author> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.