|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Author | |
---|---|
fr.ifremer.allegro.referential.taxon |
Uses of Author in fr.ifremer.allegro.referential.taxon |
---|
Subclasses of Author in fr.ifremer.allegro.referential.taxon | |
---|---|
class |
AuthorImpl
|
Methods in fr.ifremer.allegro.referential.taxon that return Author | |
---|---|
Author |
AuthorDaoImpl.clusterAuthorToEntity(ClusterAuthor clusterAuthor)
|
Author |
AuthorDao.clusterAuthorToEntity(ClusterAuthor clusterAuthor)
Converts an instance of type ClusterAuthor to this DAO's entity. |
Author |
AuthorDao.create(Author author)
Creates an instance of fr.ifremer.allegro.referential.taxon.Author and adds it to the persistent store. |
Author |
AuthorDaoBase.create(Author author)
|
Author |
AuthorDao.create(java.util.Date creationDate,
Status status)
Creates a new fr.ifremer.allegro.referential.taxon.Author
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Author |
AuthorDaoBase.create(java.util.Date creationDate,
Status status)
|
Author |
AuthorDao.create(java.lang.String name,
java.lang.String location,
java.lang.String comments,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
Status status,
java.util.Collection referenceDocuments)
Creates a new fr.ifremer.allegro.referential.taxon.Author
instance from all attributes and
properties and adds it to the persistent store. |
Author |
AuthorDaoBase.create(java.lang.String name,
java.lang.String location,
java.lang.String comments,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
Status status,
java.util.Collection referenceDocuments)
|
Author |
AuthorDao.createFromClusterAuthor(ClusterAuthor clusterAuthor)
|
Author |
AuthorDaoBase.createFromClusterAuthor(ClusterAuthor clusterAuthor)
|
Author |
AuthorDao.findAuthorById(java.lang.Integer id)
|
Author |
AuthorDaoBase.findAuthorById(java.lang.Integer id)
|
Author |
AuthorDao.findAuthorById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as AuthorDao.findAuthorById(java.lang.Integer) with an
additional argument called queryString . |
Author |
AuthorDaoBase.findAuthorById(java.lang.String queryString,
java.lang.Integer id)
|
Author |
AuthorDao.findAuthorByNaturalId(java.lang.Integer id)
|
Author |
AuthorDaoBase.findAuthorByNaturalId(java.lang.Integer id)
|
Author |
AuthorDao.findAuthorByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as AuthorDao.findAuthorByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
Author |
AuthorDaoBase.findAuthorByNaturalId(java.lang.String queryString,
java.lang.Integer id)
|
protected Author |
AuthorDaoImpl.handleCreateFromClusterAuthor(ClusterAuthor clusterAuthor)
|
protected abstract Author |
AuthorDaoBase.handleCreateFromClusterAuthor(ClusterAuthor clusterAuthor)
Performs the core logic for AuthorDaoBase.createFromClusterAuthor(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterAuthor) |
Author |
AuthorDao.load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.taxon.Author from the persistent store. |
Author |
AuthorDaoBase.load(java.lang.Integer id)
|
static Author |
Author.Factory.newInstance()
Constructs a new instance of Author . |
static Author |
Author.Factory.newInstance(java.util.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(java.lang.String name,
java.lang.String location,
java.lang.String comments,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
Status status,
java.util.Collection referenceDocuments)
Constructs a new instance of Author , taking all possible properties
(except the identifier(s))as arguments. |
Author |
AuthorDaoImpl.remoteAuthorFullVOToEntity(RemoteAuthorFullVO remoteAuthorFullVO)
|
Author |
AuthorDao.remoteAuthorFullVOToEntity(RemoteAuthorFullVO remoteAuthorFullVO)
Converts an instance of type RemoteAuthorFullVO to this DAO's entity. |
Author |
AuthorDaoImpl.remoteAuthorNaturalIdToEntity(RemoteAuthorNaturalId remoteAuthorNaturalId)
|
Author |
AuthorDao.remoteAuthorNaturalIdToEntity(RemoteAuthorNaturalId remoteAuthorNaturalId)
Converts an instance of type RemoteAuthorNaturalId to this DAO's entity. |
protected Author |
AuthorDaoBase.toEntity(java.lang.Object[] row)
|
Methods in fr.ifremer.allegro.referential.taxon with parameters of type Author | |
---|---|
void |
AuthorDaoImpl.clusterAuthorToEntity(ClusterAuthor source,
Author target,
boolean copyIfNull)
|
void |
AuthorDao.clusterAuthorToEntity(ClusterAuthor source,
Author target,
boolean copyIfNull)
Copies the fields of ClusterAuthor to the specified entity. |
void |
AuthorDaoBase.clusterAuthorToEntity(ClusterAuthor source,
Author target,
boolean copyIfNull)
|
Author |
AuthorDao.create(Author author)
Creates an instance of fr.ifremer.allegro.referential.taxon.Author and adds it to the persistent store. |
Author |
AuthorDaoBase.create(Author author)
|
java.lang.Object |
AuthorDao.create(int transform,
Author author)
Does the same thing as AuthorDao.create(fr.ifremer.allegro.referential.taxon.Author) with an
additional flag called transform . |
java.lang.Object |
AuthorDaoBase.create(int transform,
Author author)
|
void |
AuthorDaoImpl.remoteAuthorFullVOToEntity(RemoteAuthorFullVO source,
Author target,
boolean copyIfNull)
|
void |
AuthorDao.remoteAuthorFullVOToEntity(RemoteAuthorFullVO source,
Author target,
boolean copyIfNull)
Copies the fields of RemoteAuthorFullVO to the specified entity. |
void |
AuthorDaoBase.remoteAuthorFullVOToEntity(RemoteAuthorFullVO source,
Author target,
boolean copyIfNull)
|
void |
AuthorDaoImpl.remoteAuthorNaturalIdToEntity(RemoteAuthorNaturalId source,
Author target,
boolean copyIfNull)
|
void |
AuthorDao.remoteAuthorNaturalIdToEntity(RemoteAuthorNaturalId source,
Author target,
boolean copyIfNull)
Copies the fields of RemoteAuthorNaturalId to the specified entity. |
void |
AuthorDaoBase.remoteAuthorNaturalIdToEntity(RemoteAuthorNaturalId source,
Author target,
boolean copyIfNull)
|
void |
AuthorDao.remove(Author author)
Removes the instance of fr.ifremer.allegro.referential.taxon.Author from the persistent store. |
void |
AuthorDaoBase.remove(Author author)
|
ClusterAuthor |
AuthorDaoImpl.toClusterAuthor(Author entity)
|
ClusterAuthor |
AuthorDao.toClusterAuthor(Author entity)
Converts this DAO's entity to an object of type ClusterAuthor . |
ClusterAuthor |
AuthorDaoBase.toClusterAuthor(Author entity)
|
void |
AuthorDaoImpl.toClusterAuthor(Author source,
ClusterAuthor target)
|
void |
AuthorDao.toClusterAuthor(Author source,
ClusterAuthor target)
Copies the fields of the specified entity to the target value object. |
void |
AuthorDaoBase.toClusterAuthor(Author source,
ClusterAuthor target)
|
RemoteAuthorFullVO |
AuthorDaoImpl.toRemoteAuthorFullVO(Author entity)
|
RemoteAuthorFullVO |
AuthorDao.toRemoteAuthorFullVO(Author entity)
Converts this DAO's entity to an object of type RemoteAuthorFullVO . |
RemoteAuthorFullVO |
AuthorDaoBase.toRemoteAuthorFullVO(Author entity)
|
void |
AuthorDaoImpl.toRemoteAuthorFullVO(Author source,
RemoteAuthorFullVO target)
|
void |
AuthorDao.toRemoteAuthorFullVO(Author source,
RemoteAuthorFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
AuthorDaoBase.toRemoteAuthorFullVO(Author source,
RemoteAuthorFullVO target)
|
RemoteAuthorNaturalId |
AuthorDaoImpl.toRemoteAuthorNaturalId(Author entity)
|
RemoteAuthorNaturalId |
AuthorDao.toRemoteAuthorNaturalId(Author entity)
Converts this DAO's entity to an object of type RemoteAuthorNaturalId . |
RemoteAuthorNaturalId |
AuthorDaoBase.toRemoteAuthorNaturalId(Author entity)
|
void |
AuthorDaoImpl.toRemoteAuthorNaturalId(Author source,
RemoteAuthorNaturalId target)
|
void |
AuthorDao.toRemoteAuthorNaturalId(Author source,
RemoteAuthorNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
AuthorDaoBase.toRemoteAuthorNaturalId(Author source,
RemoteAuthorNaturalId target)
|
protected java.lang.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.allegro.referential.taxon.AuthorDao , please note
that the AuthorDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
AuthorDao.update(Author author)
Updates the author instance in the persistent store. |
void |
AuthorDaoBase.update(Author author)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |