|
||||||||||
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.spatial.SpatialItemDaoBase
fr.ifremer.allegro.referential.spatial.SpatialItemDaoImpl
public class SpatialItemDaoImpl
SpatialItem
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.spatial.SpatialItemDao |
---|
TRANSFORM_CLUSTERSPATIALITEM, TRANSFORM_NONE, TRANSFORM_REMOTESPATIALITEMFULLVO, TRANSFORM_REMOTESPATIALITEMNATURALID |
Constructor Summary | |
---|---|
SpatialItemDaoImpl()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpatialItemDaoImpl()
Method Detail |
---|
protected SpatialItem handleCreateFromClusterSpatialItem(ClusterSpatialItem clusterSpatialItem)
SpatialItemDaoBase
SpatialItemDaoBase.createFromClusterSpatialItem(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItem)
handleCreateFromClusterSpatialItem
in class SpatialItemDaoBase
SpatialItemDao.createFromClusterSpatialItem(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItem)
protected ClusterSpatialItem[] handleGetAllClusterSpatialItemSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
SpatialItemDaoBase
SpatialItemDaoBase.getAllClusterSpatialItemSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterSpatialItemSinceDateSynchro
in class SpatialItemDaoBase
SpatialItemDao.getAllClusterSpatialItemSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
public void toRemoteSpatialItemFullVO(SpatialItem source, RemoteSpatialItemFullVO target)
SpatialItemDao
toRemoteSpatialItemFullVO
in interface SpatialItemDao
toRemoteSpatialItemFullVO
in class SpatialItemDaoBase
SpatialItemDao.toRemoteSpatialItemFullVO(fr.ifremer.allegro.referential.spatial.SpatialItem, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)
public RemoteSpatialItemFullVO toRemoteSpatialItemFullVO(SpatialItem entity)
SpatialItemDao
RemoteSpatialItemFullVO
.
toRemoteSpatialItemFullVO
in interface SpatialItemDao
toRemoteSpatialItemFullVO
in class SpatialItemDaoBase
SpatialItemDao.toRemoteSpatialItemFullVO(fr.ifremer.allegro.referential.spatial.SpatialItem)
public SpatialItem remoteSpatialItemFullVOToEntity(RemoteSpatialItemFullVO remoteSpatialItemFullVO)
SpatialItemDao
RemoteSpatialItemFullVO
to this DAO's entity.
SpatialItemDao.remoteSpatialItemFullVOToEntity(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)
public void remoteSpatialItemFullVOToEntity(RemoteSpatialItemFullVO source, SpatialItem target, boolean copyIfNull)
SpatialItemDao
RemoteSpatialItemFullVO
to the specified entity.
remoteSpatialItemFullVOToEntity
in interface SpatialItemDao
remoteSpatialItemFullVOToEntity
in class SpatialItemDaoBase
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.spatial.SpatialItemDao#remoteSpatialItemFullVOToEntity(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO, fr.ifremer.allegro.referential.spatial.SpatialItem)
public void toRemoteSpatialItemNaturalId(SpatialItem source, RemoteSpatialItemNaturalId target)
SpatialItemDao
toRemoteSpatialItemNaturalId
in interface SpatialItemDao
toRemoteSpatialItemNaturalId
in class SpatialItemDaoBase
SpatialItemDao.toRemoteSpatialItemNaturalId(fr.ifremer.allegro.referential.spatial.SpatialItem, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemNaturalId)
public RemoteSpatialItemNaturalId toRemoteSpatialItemNaturalId(SpatialItem entity)
SpatialItemDao
RemoteSpatialItemNaturalId
.
toRemoteSpatialItemNaturalId
in interface SpatialItemDao
toRemoteSpatialItemNaturalId
in class SpatialItemDaoBase
SpatialItemDao.toRemoteSpatialItemNaturalId(fr.ifremer.allegro.referential.spatial.SpatialItem)
public SpatialItem remoteSpatialItemNaturalIdToEntity(RemoteSpatialItemNaturalId remoteSpatialItemNaturalId)
SpatialItemDao
RemoteSpatialItemNaturalId
to this DAO's entity.
SpatialItemDao.remoteSpatialItemNaturalIdToEntity(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemNaturalId)
public void remoteSpatialItemNaturalIdToEntity(RemoteSpatialItemNaturalId source, SpatialItem target, boolean copyIfNull)
SpatialItemDao
RemoteSpatialItemNaturalId
to the specified entity.
remoteSpatialItemNaturalIdToEntity
in interface SpatialItemDao
remoteSpatialItemNaturalIdToEntity
in class SpatialItemDaoBase
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.spatial.SpatialItemDao#remoteSpatialItemNaturalIdToEntity(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemNaturalId, fr.ifremer.allegro.referential.spatial.SpatialItem)
public void toClusterSpatialItem(SpatialItem source, ClusterSpatialItem target)
SpatialItemDao
toClusterSpatialItem
in interface SpatialItemDao
toClusterSpatialItem
in class SpatialItemDaoBase
SpatialItemDao.toClusterSpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem, fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItem)
public ClusterSpatialItem toClusterSpatialItem(SpatialItem entity)
SpatialItemDao
ClusterSpatialItem
.
toClusterSpatialItem
in interface SpatialItemDao
toClusterSpatialItem
in class SpatialItemDaoBase
SpatialItemDao.toClusterSpatialItem(fr.ifremer.allegro.referential.spatial.SpatialItem)
public SpatialItem clusterSpatialItemToEntity(ClusterSpatialItem clusterSpatialItem)
SpatialItemDao
ClusterSpatialItem
to this DAO's entity.
SpatialItemDao.clusterSpatialItemToEntity(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItem)
public void clusterSpatialItemToEntity(ClusterSpatialItem source, SpatialItem target, boolean copyIfNull)
SpatialItemDao
ClusterSpatialItem
to the specified entity.
clusterSpatialItemToEntity
in interface SpatialItemDao
clusterSpatialItemToEntity
in class SpatialItemDaoBase
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.spatial.SpatialItemDao#clusterSpatialItemToEntity(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItem, fr.ifremer.allegro.referential.spatial.SpatialItem)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |