fr.ifremer.allegro.playground
Class PlaygroundRicTaxonGroupDaoImpl

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.playground.PlaygroundRicTaxonGroupDaoBase
          extended by fr.ifremer.allegro.playground.PlaygroundRicTaxonGroupDaoImpl
All Implemented Interfaces:
PlaygroundRicTaxonGroupDao

public class PlaygroundRicTaxonGroupDaoImpl
extends PlaygroundRicTaxonGroupDaoBase

See Also:
PlaygroundRicTaxonGroup

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.playground.PlaygroundRicTaxonGroupDao
TRANSFORM_CLUSTERPLAYGROUNDRICTAXONGROUP, TRANSFORM_NONE, TRANSFORM_REMOTEPLAYGROUNDRICTAXONGROUPFULLVO, TRANSFORM_REMOTEPLAYGROUNDRICTAXONGROUPNATURALID
 
Constructor Summary
PlaygroundRicTaxonGroupDaoImpl()
           
 
Method Summary
 PlaygroundRicTaxonGroup clusterPlaygroundRicTaxonGroupToEntity(ClusterPlaygroundRicTaxonGroup clusterPlaygroundRicTaxonGroup)
          Converts an instance of type ClusterPlaygroundRicTaxonGroup to this DAO's entity.
 void clusterPlaygroundRicTaxonGroupToEntity(ClusterPlaygroundRicTaxonGroup source, PlaygroundRicTaxonGroup target, boolean copyIfNull)
          Copies the fields of ClusterPlaygroundRicTaxonGroup to the specified entity.
protected  PlaygroundRicTaxonGroup handleCreateFromClusterPlaygroundRicTaxonGroup(ClusterPlaygroundRicTaxonGroup clusterPlaygroundRicTaxonGroup)
          Performs the core logic for PlaygroundRicTaxonGroupDaoBase.createFromClusterPlaygroundRicTaxonGroup(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundRicTaxonGroup)
protected  ClusterPlaygroundRicTaxonGroup[] handleGetAllClusterPlaygroundRicTaxonGroup(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for PlaygroundRicTaxonGroupDaoBase.getAllClusterPlaygroundRicTaxonGroup(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 PlaygroundRicTaxonGroup remotePlaygroundRicTaxonGroupFullVOToEntity(RemotePlaygroundRicTaxonGroupFullVO remotePlaygroundRicTaxonGroupFullVO)
          Converts an instance of type RemotePlaygroundRicTaxonGroupFullVO to this DAO's entity.
 void remotePlaygroundRicTaxonGroupFullVOToEntity(RemotePlaygroundRicTaxonGroupFullVO source, PlaygroundRicTaxonGroup target, boolean copyIfNull)
          Copies the fields of RemotePlaygroundRicTaxonGroupFullVO to the specified entity.
 PlaygroundRicTaxonGroup remotePlaygroundRicTaxonGroupNaturalIdToEntity(RemotePlaygroundRicTaxonGroupNaturalId remotePlaygroundRicTaxonGroupNaturalId)
          Converts an instance of type RemotePlaygroundRicTaxonGroupNaturalId to this DAO's entity.
 void remotePlaygroundRicTaxonGroupNaturalIdToEntity(RemotePlaygroundRicTaxonGroupNaturalId source, PlaygroundRicTaxonGroup target, boolean copyIfNull)
          Copies the fields of RemotePlaygroundRicTaxonGroupNaturalId to the specified entity.
 ClusterPlaygroundRicTaxonGroup toClusterPlaygroundRicTaxonGroup(PlaygroundRicTaxonGroup entity)
          Converts this DAO's entity to an object of type ClusterPlaygroundRicTaxonGroup.
 void toClusterPlaygroundRicTaxonGroup(PlaygroundRicTaxonGroup source, ClusterPlaygroundRicTaxonGroup target)
          Copies the fields of the specified entity to the target value object.
 RemotePlaygroundRicTaxonGroupFullVO toRemotePlaygroundRicTaxonGroupFullVO(PlaygroundRicTaxonGroup entity)
          Converts this DAO's entity to an object of type RemotePlaygroundRicTaxonGroupFullVO.
 void toRemotePlaygroundRicTaxonGroupFullVO(PlaygroundRicTaxonGroup source, RemotePlaygroundRicTaxonGroupFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemotePlaygroundRicTaxonGroupNaturalId toRemotePlaygroundRicTaxonGroupNaturalId(PlaygroundRicTaxonGroup entity)
          Converts this DAO's entity to an object of type RemotePlaygroundRicTaxonGroupNaturalId.
 void toRemotePlaygroundRicTaxonGroupNaturalId(PlaygroundRicTaxonGroup source, RemotePlaygroundRicTaxonGroupNaturalId target)
          Copies the fields of the specified entity to the target value object.
 
Methods inherited from class fr.ifremer.allegro.playground.PlaygroundRicTaxonGroupDaoBase
clusterPlaygroundRicTaxonGroupToEntityCollection, create, create, create, create, create, create, createFromClusterPlaygroundRicTaxonGroup, findPlaygroundRicTaxonGroupByCode, findPlaygroundRicTaxonGroupByCode, findPlaygroundRicTaxonGroupByCode, findPlaygroundRicTaxonGroupByCode, findPlaygroundRicTaxonGroupByNaturalId, findPlaygroundRicTaxonGroupByNaturalId, findPlaygroundRicTaxonGroupByNaturalId, findPlaygroundRicTaxonGroupByNaturalId, getAllClusterPlaygroundRicTaxonGroup, getAllPlaygroundRicTaxonGroup, getAllPlaygroundRicTaxonGroup, getAllPlaygroundRicTaxonGroup, getAllPlaygroundRicTaxonGroup, getAllPlaygroundRicTaxonGroup, getAllPlaygroundRicTaxonGroup, getAllPlaygroundRicTaxonGroup, getAllPlaygroundRicTaxonGroup, getPrincipal, load, load, loadAll, loadAll, loadAll, loadAll, remotePlaygroundRicTaxonGroupFullVOToEntityCollection, remotePlaygroundRicTaxonGroupNaturalIdToEntityCollection, remove, remove, remove, search, search, search, search, toClusterPlaygroundRicTaxonGroup, toClusterPlaygroundRicTaxonGroupArray, toClusterPlaygroundRicTaxonGroupCollection, toEntity, toRemotePlaygroundRicTaxonGroupFullVO, toRemotePlaygroundRicTaxonGroupFullVOArray, toRemotePlaygroundRicTaxonGroupFullVOCollection, toRemotePlaygroundRicTaxonGroupNaturalId, toRemotePlaygroundRicTaxonGroupNaturalIdArray, toRemotePlaygroundRicTaxonGroupNaturalIdCollection, transformEntities, transformEntity, update, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaygroundRicTaxonGroupDaoImpl

public PlaygroundRicTaxonGroupDaoImpl()
Method Detail

handleCreateFromClusterPlaygroundRicTaxonGroup

protected PlaygroundRicTaxonGroup handleCreateFromClusterPlaygroundRicTaxonGroup(ClusterPlaygroundRicTaxonGroup clusterPlaygroundRicTaxonGroup)
Description copied from class: PlaygroundRicTaxonGroupDaoBase
Performs the core logic for PlaygroundRicTaxonGroupDaoBase.createFromClusterPlaygroundRicTaxonGroup(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundRicTaxonGroup)

Specified by:
handleCreateFromClusterPlaygroundRicTaxonGroup in class PlaygroundRicTaxonGroupDaoBase
See Also:
PlaygroundRicTaxonGroupDao.createFromClusterPlaygroundRicTaxonGroup(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundRicTaxonGroup)

handleGetAllClusterPlaygroundRicTaxonGroup

protected ClusterPlaygroundRicTaxonGroup[] handleGetAllClusterPlaygroundRicTaxonGroup(java.lang.Integer userId,
                                                                                      java.lang.Integer[] registrationLocationIds,
                                                                                      java.lang.Integer pageNumber,
                                                                                      java.lang.Integer pageSize)
Description copied from class: PlaygroundRicTaxonGroupDaoBase
Performs the core logic for PlaygroundRicTaxonGroupDaoBase.getAllClusterPlaygroundRicTaxonGroup(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterPlaygroundRicTaxonGroup in class PlaygroundRicTaxonGroupDaoBase
See Also:
PlaygroundRicTaxonGroupDao.getAllClusterPlaygroundRicTaxonGroup(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

toRemotePlaygroundRicTaxonGroupFullVO

public void toRemotePlaygroundRicTaxonGroupFullVO(PlaygroundRicTaxonGroup source,
                                                  RemotePlaygroundRicTaxonGroupFullVO target)
Description copied from interface: PlaygroundRicTaxonGroupDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemotePlaygroundRicTaxonGroupFullVO(), 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:
toRemotePlaygroundRicTaxonGroupFullVO in interface PlaygroundRicTaxonGroupDao
Overrides:
toRemotePlaygroundRicTaxonGroupFullVO in class PlaygroundRicTaxonGroupDaoBase
See Also:
PlaygroundRicTaxonGroupDao.toRemotePlaygroundRicTaxonGroupFullVO(fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundRicTaxonGroupFullVO)

toRemotePlaygroundRicTaxonGroupFullVO

public RemotePlaygroundRicTaxonGroupFullVO toRemotePlaygroundRicTaxonGroupFullVO(PlaygroundRicTaxonGroup entity)
Description copied from interface: PlaygroundRicTaxonGroupDao
Converts this DAO's entity to an object of type RemotePlaygroundRicTaxonGroupFullVO.

Specified by:
toRemotePlaygroundRicTaxonGroupFullVO in interface PlaygroundRicTaxonGroupDao
Overrides:
toRemotePlaygroundRicTaxonGroupFullVO in class PlaygroundRicTaxonGroupDaoBase
See Also:
PlaygroundRicTaxonGroupDao.toRemotePlaygroundRicTaxonGroupFullVO(fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup)

remotePlaygroundRicTaxonGroupFullVOToEntity

public PlaygroundRicTaxonGroup remotePlaygroundRicTaxonGroupFullVOToEntity(RemotePlaygroundRicTaxonGroupFullVO remotePlaygroundRicTaxonGroupFullVO)
Description copied from interface: PlaygroundRicTaxonGroupDao
Converts an instance of type RemotePlaygroundRicTaxonGroupFullVO to this DAO's entity.

See Also:
PlaygroundRicTaxonGroupDao.remotePlaygroundRicTaxonGroupFullVOToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundRicTaxonGroupFullVO)

remotePlaygroundRicTaxonGroupFullVOToEntity

public void remotePlaygroundRicTaxonGroupFullVOToEntity(RemotePlaygroundRicTaxonGroupFullVO source,
                                                        PlaygroundRicTaxonGroup target,
                                                        boolean copyIfNull)
Description copied from interface: PlaygroundRicTaxonGroupDao
Copies the fields of RemotePlaygroundRicTaxonGroupFullVO to the specified entity.

Specified by:
remotePlaygroundRicTaxonGroupFullVOToEntity in interface PlaygroundRicTaxonGroupDao
Overrides:
remotePlaygroundRicTaxonGroupFullVOToEntity in class PlaygroundRicTaxonGroupDaoBase
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.PlaygroundRicTaxonGroupDao#remotePlaygroundRicTaxonGroupFullVOToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundRicTaxonGroupFullVO, fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup)

toRemotePlaygroundRicTaxonGroupNaturalId

public void toRemotePlaygroundRicTaxonGroupNaturalId(PlaygroundRicTaxonGroup source,
                                                     RemotePlaygroundRicTaxonGroupNaturalId target)
Description copied from interface: PlaygroundRicTaxonGroupDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemotePlaygroundRicTaxonGroupNaturalId(), 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:
toRemotePlaygroundRicTaxonGroupNaturalId in interface PlaygroundRicTaxonGroupDao
Overrides:
toRemotePlaygroundRicTaxonGroupNaturalId in class PlaygroundRicTaxonGroupDaoBase
See Also:
PlaygroundRicTaxonGroupDao.toRemotePlaygroundRicTaxonGroupNaturalId(fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundRicTaxonGroupNaturalId)

toRemotePlaygroundRicTaxonGroupNaturalId

public RemotePlaygroundRicTaxonGroupNaturalId toRemotePlaygroundRicTaxonGroupNaturalId(PlaygroundRicTaxonGroup entity)
Description copied from interface: PlaygroundRicTaxonGroupDao
Converts this DAO's entity to an object of type RemotePlaygroundRicTaxonGroupNaturalId.

Specified by:
toRemotePlaygroundRicTaxonGroupNaturalId in interface PlaygroundRicTaxonGroupDao
Overrides:
toRemotePlaygroundRicTaxonGroupNaturalId in class PlaygroundRicTaxonGroupDaoBase
See Also:
PlaygroundRicTaxonGroupDao.toRemotePlaygroundRicTaxonGroupNaturalId(fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup)

remotePlaygroundRicTaxonGroupNaturalIdToEntity

public PlaygroundRicTaxonGroup remotePlaygroundRicTaxonGroupNaturalIdToEntity(RemotePlaygroundRicTaxonGroupNaturalId remotePlaygroundRicTaxonGroupNaturalId)
Description copied from interface: PlaygroundRicTaxonGroupDao
Converts an instance of type RemotePlaygroundRicTaxonGroupNaturalId to this DAO's entity.

See Also:
PlaygroundRicTaxonGroupDao.remotePlaygroundRicTaxonGroupNaturalIdToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundRicTaxonGroupNaturalId)

remotePlaygroundRicTaxonGroupNaturalIdToEntity

public void remotePlaygroundRicTaxonGroupNaturalIdToEntity(RemotePlaygroundRicTaxonGroupNaturalId source,
                                                           PlaygroundRicTaxonGroup target,
                                                           boolean copyIfNull)
Description copied from interface: PlaygroundRicTaxonGroupDao
Copies the fields of RemotePlaygroundRicTaxonGroupNaturalId to the specified entity.

Specified by:
remotePlaygroundRicTaxonGroupNaturalIdToEntity in interface PlaygroundRicTaxonGroupDao
Overrides:
remotePlaygroundRicTaxonGroupNaturalIdToEntity in class PlaygroundRicTaxonGroupDaoBase
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.PlaygroundRicTaxonGroupDao#remotePlaygroundRicTaxonGroupNaturalIdToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundRicTaxonGroupNaturalId, fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup)

toClusterPlaygroundRicTaxonGroup

public void toClusterPlaygroundRicTaxonGroup(PlaygroundRicTaxonGroup source,
                                             ClusterPlaygroundRicTaxonGroup target)
Description copied from interface: PlaygroundRicTaxonGroupDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterPlaygroundRicTaxonGroup(), 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:
toClusterPlaygroundRicTaxonGroup in interface PlaygroundRicTaxonGroupDao
Overrides:
toClusterPlaygroundRicTaxonGroup in class PlaygroundRicTaxonGroupDaoBase
See Also:
PlaygroundRicTaxonGroupDao.toClusterPlaygroundRicTaxonGroup(fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup, fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundRicTaxonGroup)

toClusterPlaygroundRicTaxonGroup

public ClusterPlaygroundRicTaxonGroup toClusterPlaygroundRicTaxonGroup(PlaygroundRicTaxonGroup entity)
Description copied from interface: PlaygroundRicTaxonGroupDao
Converts this DAO's entity to an object of type ClusterPlaygroundRicTaxonGroup.

Specified by:
toClusterPlaygroundRicTaxonGroup in interface PlaygroundRicTaxonGroupDao
Overrides:
toClusterPlaygroundRicTaxonGroup in class PlaygroundRicTaxonGroupDaoBase
See Also:
PlaygroundRicTaxonGroupDao.toClusterPlaygroundRicTaxonGroup(fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup)

clusterPlaygroundRicTaxonGroupToEntity

public PlaygroundRicTaxonGroup clusterPlaygroundRicTaxonGroupToEntity(ClusterPlaygroundRicTaxonGroup clusterPlaygroundRicTaxonGroup)
Description copied from interface: PlaygroundRicTaxonGroupDao
Converts an instance of type ClusterPlaygroundRicTaxonGroup to this DAO's entity.

See Also:
PlaygroundRicTaxonGroupDao.clusterPlaygroundRicTaxonGroupToEntity(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundRicTaxonGroup)

clusterPlaygroundRicTaxonGroupToEntity

public void clusterPlaygroundRicTaxonGroupToEntity(ClusterPlaygroundRicTaxonGroup source,
                                                   PlaygroundRicTaxonGroup target,
                                                   boolean copyIfNull)
Description copied from interface: PlaygroundRicTaxonGroupDao
Copies the fields of ClusterPlaygroundRicTaxonGroup to the specified entity.

Specified by:
clusterPlaygroundRicTaxonGroupToEntity in interface PlaygroundRicTaxonGroupDao
Overrides:
clusterPlaygroundRicTaxonGroupToEntity in class PlaygroundRicTaxonGroupDaoBase
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.PlaygroundRicTaxonGroupDao#clusterPlaygroundRicTaxonGroupToEntity(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundRicTaxonGroup, fr.ifremer.allegro.playground.PlaygroundRicTaxonGroup)


Copyright © 2008-2010 IFREMER. All Rights Reserved.