|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.referential.location.LocationLevelDaoBase
fr.ifremer.allegro.referential.location.LocationLevelDaoImpl
public class LocationLevelDaoImpl
LocationLevel
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.location.LocationLevelDao |
---|
TRANSFORM_CLUSTERLOCATIONLEVEL, TRANSFORM_NONE, TRANSFORM_REMOTELOCATIONLEVELFULLVO, TRANSFORM_REMOTELOCATIONLEVELNATURALID |
Constructor Summary | |
---|---|
LocationLevelDaoImpl()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocationLevelDaoImpl()
Method Detail |
---|
protected LocationLevel handleCreateFromClusterLocationLevel(ClusterLocationLevel clusterLocationLevel)
LocationLevelDaoBase
LocationLevelDaoBase.createFromClusterLocationLevel(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationLevel)
handleCreateFromClusterLocationLevel
in class LocationLevelDaoBase
LocationLevelDao.createFromClusterLocationLevel(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationLevel)
protected ClusterLocationLevel[] handleGetAllClusterLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
LocationLevelDaoBase
LocationLevelDaoBase.getAllClusterLocationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterLocationLevelSinceDateSynchro
in class LocationLevelDaoBase
LocationLevelDao.getAllClusterLocationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
public void toRemoteLocationLevelFullVO(LocationLevel source, RemoteLocationLevelFullVO target)
LocationLevelDao
toRemoteLocationLevelFullVO
in interface LocationLevelDao
toRemoteLocationLevelFullVO
in class LocationLevelDaoBase
LocationLevelDao.toRemoteLocationLevelFullVO(fr.ifremer.allegro.referential.location.LocationLevel, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO)
public RemoteLocationLevelFullVO toRemoteLocationLevelFullVO(LocationLevel entity)
LocationLevelDao
RemoteLocationLevelFullVO
.
toRemoteLocationLevelFullVO
in interface LocationLevelDao
toRemoteLocationLevelFullVO
in class LocationLevelDaoBase
LocationLevelDao.toRemoteLocationLevelFullVO(fr.ifremer.allegro.referential.location.LocationLevel)
public LocationLevel remoteLocationLevelFullVOToEntity(RemoteLocationLevelFullVO remoteLocationLevelFullVO)
LocationLevelDao
RemoteLocationLevelFullVO
to this DAO's entity.
LocationLevelDao.remoteLocationLevelFullVOToEntity(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO)
public void remoteLocationLevelFullVOToEntity(RemoteLocationLevelFullVO source, LocationLevel target, boolean copyIfNull)
LocationLevelDao
RemoteLocationLevelFullVO
to the specified entity.
remoteLocationLevelFullVOToEntity
in interface LocationLevelDao
remoteLocationLevelFullVOToEntity
in class LocationLevelDaoBase
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.location.LocationLevelDao#remoteLocationLevelFullVOToEntity(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO, fr.ifremer.allegro.referential.location.LocationLevel)
public void toRemoteLocationLevelNaturalId(LocationLevel source, RemoteLocationLevelNaturalId target)
LocationLevelDao
toRemoteLocationLevelNaturalId
in interface LocationLevelDao
toRemoteLocationLevelNaturalId
in class LocationLevelDaoBase
LocationLevelDao.toRemoteLocationLevelNaturalId(fr.ifremer.allegro.referential.location.LocationLevel, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelNaturalId)
public RemoteLocationLevelNaturalId toRemoteLocationLevelNaturalId(LocationLevel entity)
LocationLevelDao
RemoteLocationLevelNaturalId
.
toRemoteLocationLevelNaturalId
in interface LocationLevelDao
toRemoteLocationLevelNaturalId
in class LocationLevelDaoBase
LocationLevelDao.toRemoteLocationLevelNaturalId(fr.ifremer.allegro.referential.location.LocationLevel)
public LocationLevel remoteLocationLevelNaturalIdToEntity(RemoteLocationLevelNaturalId remoteLocationLevelNaturalId)
LocationLevelDao
RemoteLocationLevelNaturalId
to this DAO's entity.
LocationLevelDao.remoteLocationLevelNaturalIdToEntity(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelNaturalId)
public void remoteLocationLevelNaturalIdToEntity(RemoteLocationLevelNaturalId source, LocationLevel target, boolean copyIfNull)
LocationLevelDao
RemoteLocationLevelNaturalId
to the specified entity.
remoteLocationLevelNaturalIdToEntity
in interface LocationLevelDao
remoteLocationLevelNaturalIdToEntity
in class LocationLevelDaoBase
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.location.LocationLevelDao#remoteLocationLevelNaturalIdToEntity(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelNaturalId, fr.ifremer.allegro.referential.location.LocationLevel)
public void toClusterLocationLevel(LocationLevel source, ClusterLocationLevel target)
LocationLevelDao
toClusterLocationLevel
in interface LocationLevelDao
toClusterLocationLevel
in class LocationLevelDaoBase
LocationLevelDao.toClusterLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel, fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationLevel)
public ClusterLocationLevel toClusterLocationLevel(LocationLevel entity)
LocationLevelDao
ClusterLocationLevel
.
toClusterLocationLevel
in interface LocationLevelDao
toClusterLocationLevel
in class LocationLevelDaoBase
LocationLevelDao.toClusterLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel)
public LocationLevel clusterLocationLevelToEntity(ClusterLocationLevel clusterLocationLevel)
LocationLevelDao
ClusterLocationLevel
to this DAO's entity.
LocationLevelDao.clusterLocationLevelToEntity(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationLevel)
public void clusterLocationLevelToEntity(ClusterLocationLevel source, LocationLevel target, boolean copyIfNull)
LocationLevelDao
ClusterLocationLevel
to the specified entity.
clusterLocationLevelToEntity
in interface LocationLevelDao
clusterLocationLevelToEntity
in class LocationLevelDaoBase
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.location.LocationLevelDao#clusterLocationLevelToEntity(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationLevel, fr.ifremer.allegro.referential.location.LocationLevel)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |