fr.ifremer.allegro.playground
Class PlaygroundVesselMasterDaoImpl

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.playground.PlaygroundVesselMasterDaoBase
          extended by fr.ifremer.allegro.playground.PlaygroundVesselMasterDaoImpl
All Implemented Interfaces:
PlaygroundVesselMasterDao

public class PlaygroundVesselMasterDaoImpl
extends PlaygroundVesselMasterDaoBase

See Also:
PlaygroundVesselMaster

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.playground.PlaygroundVesselMasterDao
TRANSFORM_CLUSTERPLAYGROUNDVESSELMASTER, TRANSFORM_NONE, TRANSFORM_REMOTEPLAYGROUNDVESSELMASTERFULLVO, TRANSFORM_REMOTEPLAYGROUNDVESSELMASTERNATURALID
 
Constructor Summary
PlaygroundVesselMasterDaoImpl()
           
 
Method Summary
 PlaygroundVesselMaster clusterPlaygroundVesselMasterToEntity(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
          Converts an instance of type ClusterPlaygroundVesselMaster to this DAO's entity.
 void clusterPlaygroundVesselMasterToEntity(ClusterPlaygroundVesselMaster source, PlaygroundVesselMaster target, boolean copyIfNull)
          Copies the fields of ClusterPlaygroundVesselMaster to the specified entity.
protected  PlaygroundVesselMaster handleCreateFromClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
          Performs the core logic for PlaygroundVesselMasterDaoBase.createFromClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster)
protected  ClusterPlaygroundVesselMaster[] handleGetAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for PlaygroundVesselMasterDaoBase.getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 PlaygroundVesselMaster remotePlaygroundVesselMasterFullVOToEntity(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVO)
          Converts an instance of type RemotePlaygroundVesselMasterFullVO to this DAO's entity.
 void remotePlaygroundVesselMasterFullVOToEntity(RemotePlaygroundVesselMasterFullVO source, PlaygroundVesselMaster target, boolean copyIfNull)
          Copies the fields of RemotePlaygroundVesselMasterFullVO to the specified entity.
 PlaygroundVesselMaster remotePlaygroundVesselMasterNaturalIdToEntity(RemotePlaygroundVesselMasterNaturalId remotePlaygroundVesselMasterNaturalId)
          Converts an instance of type RemotePlaygroundVesselMasterNaturalId to this DAO's entity.
 void remotePlaygroundVesselMasterNaturalIdToEntity(RemotePlaygroundVesselMasterNaturalId source, PlaygroundVesselMaster target, boolean copyIfNull)
          Copies the fields of RemotePlaygroundVesselMasterNaturalId to the specified entity.
 ClusterPlaygroundVesselMaster toClusterPlaygroundVesselMaster(PlaygroundVesselMaster entity)
          Converts this DAO's entity to an object of type ClusterPlaygroundVesselMaster.
 void toClusterPlaygroundVesselMaster(PlaygroundVesselMaster source, ClusterPlaygroundVesselMaster target)
          Copies the fields of the specified entity to the target value object.
 RemotePlaygroundVesselMasterFullVO toRemotePlaygroundVesselMasterFullVO(PlaygroundVesselMaster entity)
          Converts this DAO's entity to an object of type RemotePlaygroundVesselMasterFullVO.
 void toRemotePlaygroundVesselMasterFullVO(PlaygroundVesselMaster source, RemotePlaygroundVesselMasterFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemotePlaygroundVesselMasterNaturalId toRemotePlaygroundVesselMasterNaturalId(PlaygroundVesselMaster entity)
          Converts this DAO's entity to an object of type RemotePlaygroundVesselMasterNaturalId.
 void toRemotePlaygroundVesselMasterNaturalId(PlaygroundVesselMaster source, RemotePlaygroundVesselMasterNaturalId target)
          Copies the fields of the specified entity to the target value object.
 
Methods inherited from class fr.ifremer.allegro.playground.PlaygroundVesselMasterDaoBase
clusterPlaygroundVesselMasterToEntityCollection, create, create, create, create, create, create, create, create, createFromClusterPlaygroundVesselMaster, findPlaygroundVesselMasterById, findPlaygroundVesselMasterById, findPlaygroundVesselMasterById, findPlaygroundVesselMasterById, findPlaygroundVesselMasterByNaturalId, findPlaygroundVesselMasterByNaturalId, findPlaygroundVesselMasterByNaturalId, findPlaygroundVesselMasterByNaturalId, getAllClusterPlaygroundVesselMasterSinceDateSynchro, getAllPlaygroundVesselMaster, getAllPlaygroundVesselMaster, getAllPlaygroundVesselMaster, getAllPlaygroundVesselMaster, getAllPlaygroundVesselMaster, getAllPlaygroundVesselMaster, getAllPlaygroundVesselMaster, getAllPlaygroundVesselMaster, getAllPlaygroundVesselMasterSinceDateSynchro, getAllPlaygroundVesselMasterSinceDateSynchro, getAllPlaygroundVesselMasterSinceDateSynchro, getAllPlaygroundVesselMasterSinceDateSynchro, getAllPlaygroundVesselMasterSinceDateSynchro, getAllPlaygroundVesselMasterSinceDateSynchro, getAllPlaygroundVesselMasterSinceDateSynchro, getAllPlaygroundVesselMasterSinceDateSynchro, getPrincipal, load, load, loadAll, loadAll, loadAll, loadAll, remotePlaygroundVesselMasterFullVOToEntityCollection, remotePlaygroundVesselMasterNaturalIdToEntityCollection, remove, remove, remove, search, search, search, search, toClusterPlaygroundVesselMaster, toClusterPlaygroundVesselMasterArray, toClusterPlaygroundVesselMasterCollection, toEntity, toRemotePlaygroundVesselMasterFullVO, toRemotePlaygroundVesselMasterFullVOArray, toRemotePlaygroundVesselMasterFullVOCollection, toRemotePlaygroundVesselMasterNaturalId, toRemotePlaygroundVesselMasterNaturalIdArray, toRemotePlaygroundVesselMasterNaturalIdCollection, transformEntities, transformEntity, update, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaygroundVesselMasterDaoImpl

public PlaygroundVesselMasterDaoImpl()
Method Detail

handleCreateFromClusterPlaygroundVesselMaster

protected PlaygroundVesselMaster handleCreateFromClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
Description copied from class: PlaygroundVesselMasterDaoBase
Performs the core logic for PlaygroundVesselMasterDaoBase.createFromClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster)

Specified by:
handleCreateFromClusterPlaygroundVesselMaster in class PlaygroundVesselMasterDaoBase
See Also:
PlaygroundVesselMasterDao.createFromClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster)

handleGetAllClusterPlaygroundVesselMasterSinceDateSynchro

protected ClusterPlaygroundVesselMaster[] handleGetAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                                    java.lang.Integer userId,
                                                                                                    java.lang.Integer[] registrationLocationIds,
                                                                                                    java.lang.Integer pageNumber,
                                                                                                    java.lang.Integer pageSize)
Description copied from class: PlaygroundVesselMasterDaoBase
Performs the core logic for PlaygroundVesselMasterDaoBase.getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterPlaygroundVesselMasterSinceDateSynchro in class PlaygroundVesselMasterDaoBase
See Also:
PlaygroundVesselMasterDao.getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

toRemotePlaygroundVesselMasterFullVO

public void toRemotePlaygroundVesselMasterFullVO(PlaygroundVesselMaster source,
                                                 RemotePlaygroundVesselMasterFullVO target)
Description copied from interface: PlaygroundVesselMasterDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemotePlaygroundVesselMasterFullVO(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toRemotePlaygroundVesselMasterFullVO in interface PlaygroundVesselMasterDao
Overrides:
toRemotePlaygroundVesselMasterFullVO in class PlaygroundVesselMasterDaoBase
See Also:
PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterFullVO(fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)

toRemotePlaygroundVesselMasterFullVO

public RemotePlaygroundVesselMasterFullVO toRemotePlaygroundVesselMasterFullVO(PlaygroundVesselMaster entity)
Description copied from interface: PlaygroundVesselMasterDao
Converts this DAO's entity to an object of type RemotePlaygroundVesselMasterFullVO.

Specified by:
toRemotePlaygroundVesselMasterFullVO in interface PlaygroundVesselMasterDao
Overrides:
toRemotePlaygroundVesselMasterFullVO in class PlaygroundVesselMasterDaoBase
See Also:
PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterFullVO(fr.ifremer.allegro.playground.PlaygroundVesselMaster)

remotePlaygroundVesselMasterFullVOToEntity

public PlaygroundVesselMaster remotePlaygroundVesselMasterFullVOToEntity(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVO)
Description copied from interface: PlaygroundVesselMasterDao
Converts an instance of type RemotePlaygroundVesselMasterFullVO to this DAO's entity.

See Also:
PlaygroundVesselMasterDao.remotePlaygroundVesselMasterFullVOToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)

remotePlaygroundVesselMasterFullVOToEntity

public void remotePlaygroundVesselMasterFullVOToEntity(RemotePlaygroundVesselMasterFullVO source,
                                                       PlaygroundVesselMaster target,
                                                       boolean copyIfNull)
Description copied from interface: PlaygroundVesselMasterDao
Copies the fields of RemotePlaygroundVesselMasterFullVO to the specified entity.

Specified by:
remotePlaygroundVesselMasterFullVOToEntity in interface PlaygroundVesselMasterDao
Overrides:
remotePlaygroundVesselMasterFullVOToEntity in class PlaygroundVesselMasterDaoBase
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.
See Also:
fr.ifremer.allegro.playground.PlaygroundVesselMasterDao#remotePlaygroundVesselMasterFullVOToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO, fr.ifremer.allegro.playground.PlaygroundVesselMaster)

toRemotePlaygroundVesselMasterNaturalId

public void toRemotePlaygroundVesselMasterNaturalId(PlaygroundVesselMaster source,
                                                    RemotePlaygroundVesselMasterNaturalId target)
Description copied from interface: PlaygroundVesselMasterDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemotePlaygroundVesselMasterNaturalId(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toRemotePlaygroundVesselMasterNaturalId in interface PlaygroundVesselMasterDao
Overrides:
toRemotePlaygroundVesselMasterNaturalId in class PlaygroundVesselMasterDaoBase
See Also:
PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterNaturalId(fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterNaturalId)

toRemotePlaygroundVesselMasterNaturalId

public RemotePlaygroundVesselMasterNaturalId toRemotePlaygroundVesselMasterNaturalId(PlaygroundVesselMaster entity)
Description copied from interface: PlaygroundVesselMasterDao
Converts this DAO's entity to an object of type RemotePlaygroundVesselMasterNaturalId.

Specified by:
toRemotePlaygroundVesselMasterNaturalId in interface PlaygroundVesselMasterDao
Overrides:
toRemotePlaygroundVesselMasterNaturalId in class PlaygroundVesselMasterDaoBase
See Also:
PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterNaturalId(fr.ifremer.allegro.playground.PlaygroundVesselMaster)

remotePlaygroundVesselMasterNaturalIdToEntity

public PlaygroundVesselMaster remotePlaygroundVesselMasterNaturalIdToEntity(RemotePlaygroundVesselMasterNaturalId remotePlaygroundVesselMasterNaturalId)
Description copied from interface: PlaygroundVesselMasterDao
Converts an instance of type RemotePlaygroundVesselMasterNaturalId to this DAO's entity.

See Also:
PlaygroundVesselMasterDao.remotePlaygroundVesselMasterNaturalIdToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterNaturalId)

remotePlaygroundVesselMasterNaturalIdToEntity

public void remotePlaygroundVesselMasterNaturalIdToEntity(RemotePlaygroundVesselMasterNaturalId source,
                                                          PlaygroundVesselMaster target,
                                                          boolean copyIfNull)
Description copied from interface: PlaygroundVesselMasterDao
Copies the fields of RemotePlaygroundVesselMasterNaturalId to the specified entity.

Specified by:
remotePlaygroundVesselMasterNaturalIdToEntity in interface PlaygroundVesselMasterDao
Overrides:
remotePlaygroundVesselMasterNaturalIdToEntity in class PlaygroundVesselMasterDaoBase
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.
See Also:
fr.ifremer.allegro.playground.PlaygroundVesselMasterDao#remotePlaygroundVesselMasterNaturalIdToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterNaturalId, fr.ifremer.allegro.playground.PlaygroundVesselMaster)

toClusterPlaygroundVesselMaster

public void toClusterPlaygroundVesselMaster(PlaygroundVesselMaster source,
                                            ClusterPlaygroundVesselMaster target)
Description copied from interface: PlaygroundVesselMasterDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterPlaygroundVesselMaster(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toClusterPlaygroundVesselMaster in interface PlaygroundVesselMasterDao
Overrides:
toClusterPlaygroundVesselMaster in class PlaygroundVesselMasterDaoBase
See Also:
PlaygroundVesselMasterDao.toClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster)

toClusterPlaygroundVesselMaster

public ClusterPlaygroundVesselMaster toClusterPlaygroundVesselMaster(PlaygroundVesselMaster entity)
Description copied from interface: PlaygroundVesselMasterDao
Converts this DAO's entity to an object of type ClusterPlaygroundVesselMaster.

Specified by:
toClusterPlaygroundVesselMaster in interface PlaygroundVesselMasterDao
Overrides:
toClusterPlaygroundVesselMaster in class PlaygroundVesselMasterDaoBase
See Also:
PlaygroundVesselMasterDao.toClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.PlaygroundVesselMaster)

clusterPlaygroundVesselMasterToEntity

public PlaygroundVesselMaster clusterPlaygroundVesselMasterToEntity(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
Description copied from interface: PlaygroundVesselMasterDao
Converts an instance of type ClusterPlaygroundVesselMaster to this DAO's entity.

See Also:
PlaygroundVesselMasterDao.clusterPlaygroundVesselMasterToEntity(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster)

clusterPlaygroundVesselMasterToEntity

public void clusterPlaygroundVesselMasterToEntity(ClusterPlaygroundVesselMaster source,
                                                  PlaygroundVesselMaster target,
                                                  boolean copyIfNull)
Description copied from interface: PlaygroundVesselMasterDao
Copies the fields of ClusterPlaygroundVesselMaster to the specified entity.

Specified by:
clusterPlaygroundVesselMasterToEntity in interface PlaygroundVesselMasterDao
Overrides:
clusterPlaygroundVesselMasterToEntity in class PlaygroundVesselMasterDaoBase
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.
See Also:
fr.ifremer.allegro.playground.PlaygroundVesselMasterDao#clusterPlaygroundVesselMasterToEntity(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster, fr.ifremer.allegro.playground.PlaygroundVesselMaster)


Copyright © 2008-2010 IFREMER. All Rights Reserved.