|
||||||||||
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.transcribing.TranscribingLocationDaoBase
fr.ifremer.allegro.referential.transcribing.TranscribingLocationDaoImpl
public class TranscribingLocationDaoImpl
TranscribingLocation
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.transcribing.TranscribingLocationDao |
---|
TRANSFORM_CLUSTERTRANSCRIBINGLOCATION, TRANSFORM_NONE, TRANSFORM_REMOTETRANSCRIBINGLOCATIONFULLVO, TRANSFORM_REMOTETRANSCRIBINGLOCATIONNATURALID |
Constructor Summary | |
---|---|
TranscribingLocationDaoImpl()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TranscribingLocationDaoImpl()
Method Detail |
---|
protected TranscribingLocation handleCreateFromClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
TranscribingLocationDaoBase
TranscribingLocationDaoBase.createFromClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocation)
handleCreateFromClusterTranscribingLocation
in class TranscribingLocationDaoBase
TranscribingLocationDao.createFromClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocation)
protected ClusterTranscribingLocation[] handleGetAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
TranscribingLocationDaoBase
TranscribingLocationDaoBase.getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterTranscribingLocationSinceDateSynchro
in class TranscribingLocationDaoBase
TranscribingLocationDao.getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
public void toRemoteTranscribingLocationFullVO(TranscribingLocation source, RemoteTranscribingLocationFullVO target)
TranscribingLocationDao
toRemoteTranscribingLocationFullVO
in interface TranscribingLocationDao
toRemoteTranscribingLocationFullVO
in class TranscribingLocationDaoBase
TranscribingLocationDao.toRemoteTranscribingLocationFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingLocation, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)
public RemoteTranscribingLocationFullVO toRemoteTranscribingLocationFullVO(TranscribingLocation entity)
TranscribingLocationDao
RemoteTranscribingLocationFullVO
.
toRemoteTranscribingLocationFullVO
in interface TranscribingLocationDao
toRemoteTranscribingLocationFullVO
in class TranscribingLocationDaoBase
TranscribingLocationDao.toRemoteTranscribingLocationFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
public TranscribingLocation remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVO)
TranscribingLocationDao
RemoteTranscribingLocationFullVO
to this DAO's entity.
TranscribingLocationDao.remoteTranscribingLocationFullVOToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)
public void remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO source, TranscribingLocation target, boolean copyIfNull)
TranscribingLocationDao
RemoteTranscribingLocationFullVO
to the specified entity.
remoteTranscribingLocationFullVOToEntity
in interface TranscribingLocationDao
remoteTranscribingLocationFullVOToEntity
in class TranscribingLocationDaoBase
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.transcribing.TranscribingLocationDao#remoteTranscribingLocationFullVOToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO, fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
public void toRemoteTranscribingLocationNaturalId(TranscribingLocation source, RemoteTranscribingLocationNaturalId target)
TranscribingLocationDao
toRemoteTranscribingLocationNaturalId
in interface TranscribingLocationDao
toRemoteTranscribingLocationNaturalId
in class TranscribingLocationDaoBase
TranscribingLocationDao.toRemoteTranscribingLocationNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingLocation, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationNaturalId)
public RemoteTranscribingLocationNaturalId toRemoteTranscribingLocationNaturalId(TranscribingLocation entity)
TranscribingLocationDao
RemoteTranscribingLocationNaturalId
.
toRemoteTranscribingLocationNaturalId
in interface TranscribingLocationDao
toRemoteTranscribingLocationNaturalId
in class TranscribingLocationDaoBase
TranscribingLocationDao.toRemoteTranscribingLocationNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
public TranscribingLocation remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId remoteTranscribingLocationNaturalId)
TranscribingLocationDao
RemoteTranscribingLocationNaturalId
to this DAO's entity.
TranscribingLocationDao.remoteTranscribingLocationNaturalIdToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationNaturalId)
public void remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId source, TranscribingLocation target, boolean copyIfNull)
TranscribingLocationDao
RemoteTranscribingLocationNaturalId
to the specified entity.
remoteTranscribingLocationNaturalIdToEntity
in interface TranscribingLocationDao
remoteTranscribingLocationNaturalIdToEntity
in class TranscribingLocationDaoBase
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.transcribing.TranscribingLocationDao#remoteTranscribingLocationNaturalIdToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationNaturalId, fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
public void toClusterTranscribingLocation(TranscribingLocation source, ClusterTranscribingLocation target)
TranscribingLocationDao
toClusterTranscribingLocation
in interface TranscribingLocationDao
toClusterTranscribingLocation
in class TranscribingLocationDaoBase
TranscribingLocationDao.toClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.TranscribingLocation, fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocation)
public ClusterTranscribingLocation toClusterTranscribingLocation(TranscribingLocation entity)
TranscribingLocationDao
ClusterTranscribingLocation
.
toClusterTranscribingLocation
in interface TranscribingLocationDao
toClusterTranscribingLocation
in class TranscribingLocationDaoBase
TranscribingLocationDao.toClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
public TranscribingLocation clusterTranscribingLocationToEntity(ClusterTranscribingLocation clusterTranscribingLocation)
TranscribingLocationDao
ClusterTranscribingLocation
to this DAO's entity.
TranscribingLocationDao.clusterTranscribingLocationToEntity(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocation)
public void clusterTranscribingLocationToEntity(ClusterTranscribingLocation source, TranscribingLocation target, boolean copyIfNull)
TranscribingLocationDao
ClusterTranscribingLocation
to the specified entity.
clusterTranscribingLocationToEntity
in interface TranscribingLocationDao
clusterTranscribingLocationToEntity
in class TranscribingLocationDaoBase
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.transcribing.TranscribingLocationDao#clusterTranscribingLocationToEntity(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocation, fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |