|
||||||||||
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.SpatialItemTypeDaoBase
fr.ifremer.allegro.referential.spatial.SpatialItemTypeDaoImpl
public class SpatialItemTypeDaoImpl
SpatialItemType
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.spatial.SpatialItemTypeDao |
---|
TRANSFORM_CLUSTERSPATIALITEMTYPE, TRANSFORM_NONE, TRANSFORM_REMOTESPATIALITEMTYPEFULLVO, TRANSFORM_REMOTESPATIALITEMTYPENATURALID |
Constructor Summary | |
---|---|
SpatialItemTypeDaoImpl()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpatialItemTypeDaoImpl()
Method Detail |
---|
protected SpatialItemType handleCreateFromClusterSpatialItemType(ClusterSpatialItemType clusterSpatialItemType)
SpatialItemTypeDaoBase
SpatialItemTypeDaoBase.createFromClusterSpatialItemType(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemType)
handleCreateFromClusterSpatialItemType
in class SpatialItemTypeDaoBase
SpatialItemTypeDao.createFromClusterSpatialItemType(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemType)
protected ClusterSpatialItemType[] handleGetAllClusterSpatialItemTypeSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
SpatialItemTypeDaoBase
SpatialItemTypeDaoBase.getAllClusterSpatialItemTypeSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterSpatialItemTypeSinceDateSynchro
in class SpatialItemTypeDaoBase
SpatialItemTypeDao.getAllClusterSpatialItemTypeSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
public void toRemoteSpatialItemTypeFullVO(SpatialItemType source, RemoteSpatialItemTypeFullVO target)
SpatialItemTypeDao
toRemoteSpatialItemTypeFullVO
in interface SpatialItemTypeDao
toRemoteSpatialItemTypeFullVO
in class SpatialItemTypeDaoBase
SpatialItemTypeDao.toRemoteSpatialItemTypeFullVO(fr.ifremer.allegro.referential.spatial.SpatialItemType, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemTypeFullVO)
public RemoteSpatialItemTypeFullVO toRemoteSpatialItemTypeFullVO(SpatialItemType entity)
SpatialItemTypeDao
RemoteSpatialItemTypeFullVO
.
toRemoteSpatialItemTypeFullVO
in interface SpatialItemTypeDao
toRemoteSpatialItemTypeFullVO
in class SpatialItemTypeDaoBase
SpatialItemTypeDao.toRemoteSpatialItemTypeFullVO(fr.ifremer.allegro.referential.spatial.SpatialItemType)
public SpatialItemType remoteSpatialItemTypeFullVOToEntity(RemoteSpatialItemTypeFullVO remoteSpatialItemTypeFullVO)
SpatialItemTypeDao
RemoteSpatialItemTypeFullVO
to this DAO's entity.
SpatialItemTypeDao.remoteSpatialItemTypeFullVOToEntity(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemTypeFullVO)
public void remoteSpatialItemTypeFullVOToEntity(RemoteSpatialItemTypeFullVO source, SpatialItemType target, boolean copyIfNull)
SpatialItemTypeDao
RemoteSpatialItemTypeFullVO
to the specified entity.
remoteSpatialItemTypeFullVOToEntity
in interface SpatialItemTypeDao
remoteSpatialItemTypeFullVOToEntity
in class SpatialItemTypeDaoBase
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.SpatialItemTypeDao#remoteSpatialItemTypeFullVOToEntity(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemTypeFullVO, fr.ifremer.allegro.referential.spatial.SpatialItemType)
public void toRemoteSpatialItemTypeNaturalId(SpatialItemType source, RemoteSpatialItemTypeNaturalId target)
SpatialItemTypeDao
toRemoteSpatialItemTypeNaturalId
in interface SpatialItemTypeDao
toRemoteSpatialItemTypeNaturalId
in class SpatialItemTypeDaoBase
SpatialItemTypeDao.toRemoteSpatialItemTypeNaturalId(fr.ifremer.allegro.referential.spatial.SpatialItemType, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemTypeNaturalId)
public RemoteSpatialItemTypeNaturalId toRemoteSpatialItemTypeNaturalId(SpatialItemType entity)
SpatialItemTypeDao
RemoteSpatialItemTypeNaturalId
.
toRemoteSpatialItemTypeNaturalId
in interface SpatialItemTypeDao
toRemoteSpatialItemTypeNaturalId
in class SpatialItemTypeDaoBase
SpatialItemTypeDao.toRemoteSpatialItemTypeNaturalId(fr.ifremer.allegro.referential.spatial.SpatialItemType)
public SpatialItemType remoteSpatialItemTypeNaturalIdToEntity(RemoteSpatialItemTypeNaturalId remoteSpatialItemTypeNaturalId)
SpatialItemTypeDao
RemoteSpatialItemTypeNaturalId
to this DAO's entity.
SpatialItemTypeDao.remoteSpatialItemTypeNaturalIdToEntity(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemTypeNaturalId)
public void remoteSpatialItemTypeNaturalIdToEntity(RemoteSpatialItemTypeNaturalId source, SpatialItemType target, boolean copyIfNull)
SpatialItemTypeDao
RemoteSpatialItemTypeNaturalId
to the specified entity.
remoteSpatialItemTypeNaturalIdToEntity
in interface SpatialItemTypeDao
remoteSpatialItemTypeNaturalIdToEntity
in class SpatialItemTypeDaoBase
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.SpatialItemTypeDao#remoteSpatialItemTypeNaturalIdToEntity(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemTypeNaturalId, fr.ifremer.allegro.referential.spatial.SpatialItemType)
public void toClusterSpatialItemType(SpatialItemType source, ClusterSpatialItemType target)
SpatialItemTypeDao
toClusterSpatialItemType
in interface SpatialItemTypeDao
toClusterSpatialItemType
in class SpatialItemTypeDaoBase
SpatialItemTypeDao.toClusterSpatialItemType(fr.ifremer.allegro.referential.spatial.SpatialItemType, fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemType)
public ClusterSpatialItemType toClusterSpatialItemType(SpatialItemType entity)
SpatialItemTypeDao
ClusterSpatialItemType
.
toClusterSpatialItemType
in interface SpatialItemTypeDao
toClusterSpatialItemType
in class SpatialItemTypeDaoBase
SpatialItemTypeDao.toClusterSpatialItemType(fr.ifremer.allegro.referential.spatial.SpatialItemType)
public SpatialItemType clusterSpatialItemTypeToEntity(ClusterSpatialItemType clusterSpatialItemType)
SpatialItemTypeDao
ClusterSpatialItemType
to this DAO's entity.
SpatialItemTypeDao.clusterSpatialItemTypeToEntity(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemType)
public void clusterSpatialItemTypeToEntity(ClusterSpatialItemType source, SpatialItemType target, boolean copyIfNull)
SpatialItemTypeDao
ClusterSpatialItemType
to the specified entity.
clusterSpatialItemTypeToEntity
in interface SpatialItemTypeDao
clusterSpatialItemTypeToEntity
in class SpatialItemTypeDaoBase
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.SpatialItemTypeDao#clusterSpatialItemTypeToEntity(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemType, fr.ifremer.allegro.referential.spatial.SpatialItemType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |