|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.referential.taxon.AuthorDaoBase
fr.ifremer.allegro.referential.taxon.AuthorDaoImpl
public class AuthorDaoImpl
Author
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.taxon.AuthorDao |
---|
TRANSFORM_CLUSTERAUTHOR, TRANSFORM_NONE, TRANSFORM_REMOTEAUTHORFULLVO, TRANSFORM_REMOTEAUTHORNATURALID |
Constructor Summary | |
---|---|
AuthorDaoImpl()
|
Method Summary | |
---|---|
Author |
clusterAuthorToEntity(ClusterAuthor clusterAuthor)
Converts an instance of type ClusterAuthor to this DAO's entity. |
void |
clusterAuthorToEntity(ClusterAuthor source,
Author target,
boolean copyIfNull)
Copies the fields of ClusterAuthor to the specified entity. |
protected Author |
handleCreateFromClusterAuthor(ClusterAuthor clusterAuthor)
Performs the core logic for AuthorDaoBase.createFromClusterAuthor(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterAuthor) |
protected ClusterAuthor[] |
handleGetAllClusterAuthorSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for AuthorDaoBase.getAllClusterAuthorSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
Author |
remoteAuthorFullVOToEntity(RemoteAuthorFullVO remoteAuthorFullVO)
Converts an instance of type RemoteAuthorFullVO to this DAO's entity. |
void |
remoteAuthorFullVOToEntity(RemoteAuthorFullVO source,
Author target,
boolean copyIfNull)
Copies the fields of RemoteAuthorFullVO to the specified entity. |
Author |
remoteAuthorNaturalIdToEntity(RemoteAuthorNaturalId remoteAuthorNaturalId)
Converts an instance of type RemoteAuthorNaturalId to this DAO's entity. |
void |
remoteAuthorNaturalIdToEntity(RemoteAuthorNaturalId source,
Author target,
boolean copyIfNull)
Copies the fields of RemoteAuthorNaturalId to the specified entity. |
ClusterAuthor |
toClusterAuthor(Author entity)
Converts this DAO's entity to an object of type ClusterAuthor . |
void |
toClusterAuthor(Author source,
ClusterAuthor target)
Copies the fields of the specified entity to the target value object. |
RemoteAuthorFullVO |
toRemoteAuthorFullVO(Author entity)
Converts this DAO's entity to an object of type RemoteAuthorFullVO . |
void |
toRemoteAuthorFullVO(Author source,
RemoteAuthorFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteAuthorNaturalId |
toRemoteAuthorNaturalId(Author entity)
Converts this DAO's entity to an object of type RemoteAuthorNaturalId . |
void |
toRemoteAuthorNaturalId(Author source,
RemoteAuthorNaturalId target)
Copies the fields of the specified entity to the target value object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthorDaoImpl()
Method Detail |
---|
protected Author handleCreateFromClusterAuthor(ClusterAuthor clusterAuthor)
AuthorDaoBase
AuthorDaoBase.createFromClusterAuthor(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterAuthor)
handleCreateFromClusterAuthor
in class AuthorDaoBase
AuthorDao.createFromClusterAuthor(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterAuthor)
protected ClusterAuthor[] handleGetAllClusterAuthorSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
AuthorDaoBase
AuthorDaoBase.getAllClusterAuthorSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterAuthorSinceDateSynchro
in class AuthorDaoBase
AuthorDao.getAllClusterAuthorSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
public void toRemoteAuthorFullVO(Author source, RemoteAuthorFullVO target)
AuthorDao
toRemoteAuthorFullVO
in interface AuthorDao
toRemoteAuthorFullVO
in class AuthorDaoBase
AuthorDao.toRemoteAuthorFullVO(fr.ifremer.allegro.referential.taxon.Author, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)
public RemoteAuthorFullVO toRemoteAuthorFullVO(Author entity)
AuthorDao
RemoteAuthorFullVO
.
toRemoteAuthorFullVO
in interface AuthorDao
toRemoteAuthorFullVO
in class AuthorDaoBase
AuthorDao.toRemoteAuthorFullVO(fr.ifremer.allegro.referential.taxon.Author)
public Author remoteAuthorFullVOToEntity(RemoteAuthorFullVO remoteAuthorFullVO)
AuthorDao
RemoteAuthorFullVO
to this DAO's entity.
AuthorDao.remoteAuthorFullVOToEntity(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)
public void remoteAuthorFullVOToEntity(RemoteAuthorFullVO source, Author target, boolean copyIfNull)
AuthorDao
RemoteAuthorFullVO
to the specified entity.
remoteAuthorFullVOToEntity
in interface AuthorDao
remoteAuthorFullVOToEntity
in class AuthorDaoBase
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.taxon.AuthorDao#remoteAuthorFullVOToEntity(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO, fr.ifremer.allegro.referential.taxon.Author)
public void toRemoteAuthorNaturalId(Author source, RemoteAuthorNaturalId target)
AuthorDao
toRemoteAuthorNaturalId
in interface AuthorDao
toRemoteAuthorNaturalId
in class AuthorDaoBase
AuthorDao.toRemoteAuthorNaturalId(fr.ifremer.allegro.referential.taxon.Author, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorNaturalId)
public RemoteAuthorNaturalId toRemoteAuthorNaturalId(Author entity)
AuthorDao
RemoteAuthorNaturalId
.
toRemoteAuthorNaturalId
in interface AuthorDao
toRemoteAuthorNaturalId
in class AuthorDaoBase
AuthorDao.toRemoteAuthorNaturalId(fr.ifremer.allegro.referential.taxon.Author)
public Author remoteAuthorNaturalIdToEntity(RemoteAuthorNaturalId remoteAuthorNaturalId)
AuthorDao
RemoteAuthorNaturalId
to this DAO's entity.
AuthorDao.remoteAuthorNaturalIdToEntity(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorNaturalId)
public void remoteAuthorNaturalIdToEntity(RemoteAuthorNaturalId source, Author target, boolean copyIfNull)
AuthorDao
RemoteAuthorNaturalId
to the specified entity.
remoteAuthorNaturalIdToEntity
in interface AuthorDao
remoteAuthorNaturalIdToEntity
in class AuthorDaoBase
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.taxon.AuthorDao#remoteAuthorNaturalIdToEntity(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorNaturalId, fr.ifremer.allegro.referential.taxon.Author)
public void toClusterAuthor(Author source, ClusterAuthor target)
AuthorDao
toClusterAuthor
in interface AuthorDao
toClusterAuthor
in class AuthorDaoBase
AuthorDao.toClusterAuthor(fr.ifremer.allegro.referential.taxon.Author, fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterAuthor)
public ClusterAuthor toClusterAuthor(Author entity)
AuthorDao
ClusterAuthor
.
toClusterAuthor
in interface AuthorDao
toClusterAuthor
in class AuthorDaoBase
AuthorDao.toClusterAuthor(fr.ifremer.allegro.referential.taxon.Author)
public Author clusterAuthorToEntity(ClusterAuthor clusterAuthor)
AuthorDao
ClusterAuthor
to this DAO's entity.
AuthorDao.clusterAuthorToEntity(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterAuthor)
public void clusterAuthorToEntity(ClusterAuthor source, Author target, boolean copyIfNull)
AuthorDao
ClusterAuthor
to the specified entity.
clusterAuthorToEntity
in interface AuthorDao
clusterAuthorToEntity
in class AuthorDaoBase
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.taxon.AuthorDao#clusterAuthorToEntity(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterAuthor, fr.ifremer.allegro.referential.taxon.Author)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |