|
||||||||||
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.administration.user.UserProfilDaoBase
fr.ifremer.allegro.administration.user.UserProfilDaoImpl
public class UserProfilDaoImpl
UserProfil
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.administration.user.UserProfilDao |
---|
TRANSFORM_CLUSTERUSERPROFIL, TRANSFORM_NONE, TRANSFORM_REMOTEUSERPROFILFULLVO, TRANSFORM_REMOTEUSERPROFILNATURALID |
Constructor Summary | |
---|---|
UserProfilDaoImpl()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserProfilDaoImpl()
Method Detail |
---|
protected UserProfil handleCreateFromClusterUserProfil(ClusterUserProfil clusterUserProfil)
UserProfilDaoBase
UserProfilDaoBase.createFromClusterUserProfil(fr.ifremer.allegro.administration.user.generic.cluster.ClusterUserProfil)
handleCreateFromClusterUserProfil
in class UserProfilDaoBase
UserProfilDao.createFromClusterUserProfil(fr.ifremer.allegro.administration.user.generic.cluster.ClusterUserProfil)
protected ClusterUserProfil[] handleGetAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
UserProfilDaoBase
UserProfilDaoBase.getAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterUserProfilSinceDateSynchro
in class UserProfilDaoBase
UserProfilDao.getAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
public void toRemoteUserProfilFullVO(UserProfil source, RemoteUserProfilFullVO target)
UserProfilDao
toRemoteUserProfilFullVO
in interface UserProfilDao
toRemoteUserProfilFullVO
in class UserProfilDaoBase
UserProfilDao.toRemoteUserProfilFullVO(fr.ifremer.allegro.administration.user.UserProfil, fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)
public RemoteUserProfilFullVO toRemoteUserProfilFullVO(UserProfil entity)
UserProfilDao
RemoteUserProfilFullVO
.
toRemoteUserProfilFullVO
in interface UserProfilDao
toRemoteUserProfilFullVO
in class UserProfilDaoBase
UserProfilDao.toRemoteUserProfilFullVO(fr.ifremer.allegro.administration.user.UserProfil)
public UserProfil remoteUserProfilFullVOToEntity(RemoteUserProfilFullVO remoteUserProfilFullVO)
UserProfilDao
RemoteUserProfilFullVO
to this DAO's entity.
UserProfilDao.remoteUserProfilFullVOToEntity(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)
public void remoteUserProfilFullVOToEntity(RemoteUserProfilFullVO source, UserProfil target, boolean copyIfNull)
UserProfilDao
RemoteUserProfilFullVO
to the specified entity.
remoteUserProfilFullVOToEntity
in interface UserProfilDao
remoteUserProfilFullVOToEntity
in class UserProfilDaoBase
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.administration.user.UserProfilDao#remoteUserProfilFullVOToEntity(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO, fr.ifremer.allegro.administration.user.UserProfil)
public void toRemoteUserProfilNaturalId(UserProfil source, RemoteUserProfilNaturalId target)
UserProfilDao
toRemoteUserProfilNaturalId
in interface UserProfilDao
toRemoteUserProfilNaturalId
in class UserProfilDaoBase
UserProfilDao.toRemoteUserProfilNaturalId(fr.ifremer.allegro.administration.user.UserProfil, fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilNaturalId)
public RemoteUserProfilNaturalId toRemoteUserProfilNaturalId(UserProfil entity)
UserProfilDao
RemoteUserProfilNaturalId
.
toRemoteUserProfilNaturalId
in interface UserProfilDao
toRemoteUserProfilNaturalId
in class UserProfilDaoBase
UserProfilDao.toRemoteUserProfilNaturalId(fr.ifremer.allegro.administration.user.UserProfil)
public UserProfil remoteUserProfilNaturalIdToEntity(RemoteUserProfilNaturalId remoteUserProfilNaturalId)
UserProfilDao
RemoteUserProfilNaturalId
to this DAO's entity.
UserProfilDao.remoteUserProfilNaturalIdToEntity(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilNaturalId)
public void remoteUserProfilNaturalIdToEntity(RemoteUserProfilNaturalId source, UserProfil target, boolean copyIfNull)
UserProfilDao
RemoteUserProfilNaturalId
to the specified entity.
remoteUserProfilNaturalIdToEntity
in interface UserProfilDao
remoteUserProfilNaturalIdToEntity
in class UserProfilDaoBase
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.administration.user.UserProfilDao#remoteUserProfilNaturalIdToEntity(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilNaturalId, fr.ifremer.allegro.administration.user.UserProfil)
public void toClusterUserProfil(UserProfil source, ClusterUserProfil target)
UserProfilDao
toClusterUserProfil
in interface UserProfilDao
toClusterUserProfil
in class UserProfilDaoBase
UserProfilDao.toClusterUserProfil(fr.ifremer.allegro.administration.user.UserProfil, fr.ifremer.allegro.administration.user.generic.cluster.ClusterUserProfil)
public ClusterUserProfil toClusterUserProfil(UserProfil entity)
UserProfilDao
ClusterUserProfil
.
toClusterUserProfil
in interface UserProfilDao
toClusterUserProfil
in class UserProfilDaoBase
UserProfilDao.toClusterUserProfil(fr.ifremer.allegro.administration.user.UserProfil)
public UserProfil clusterUserProfilToEntity(ClusterUserProfil clusterUserProfil)
UserProfilDao
ClusterUserProfil
to this DAO's entity.
UserProfilDao.clusterUserProfilToEntity(fr.ifremer.allegro.administration.user.generic.cluster.ClusterUserProfil)
public void clusterUserProfilToEntity(ClusterUserProfil source, UserProfil target, boolean copyIfNull)
UserProfilDao
ClusterUserProfil
to the specified entity.
clusterUserProfilToEntity
in interface UserProfilDao
clusterUserProfilToEntity
in class UserProfilDaoBase
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.administration.user.UserProfilDao#clusterUserProfilToEntity(fr.ifremer.allegro.administration.user.generic.cluster.ClusterUserProfil, fr.ifremer.allegro.administration.user.UserProfil)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |