fr.ifremer.allegro.referential.spatial
Class SpatialItemAreaDaoImpl

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.referential.spatial.SpatialItemAreaDaoBase
          extended by fr.ifremer.allegro.referential.spatial.SpatialItemAreaDaoImpl
All Implemented Interfaces:
SpatialItemAreaDao

public class SpatialItemAreaDaoImpl
extends SpatialItemAreaDaoBase

See Also:
SpatialItemArea

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.referential.spatial.SpatialItemAreaDao
TRANSFORM_CLUSTERSPATIALITEMAREA, TRANSFORM_NONE, TRANSFORM_REMOTESPATIALITEMAREAFULLVO, TRANSFORM_REMOTESPATIALITEMAREANATURALID
 
Constructor Summary
SpatialItemAreaDaoImpl()
           
 
Method Summary
 SpatialItemArea clusterSpatialItemAreaToEntity(ClusterSpatialItemArea clusterSpatialItemArea)
          Converts an instance of type ClusterSpatialItemArea to this DAO's entity.
 void clusterSpatialItemAreaToEntity(ClusterSpatialItemArea source, SpatialItemArea target, boolean copyIfNull)
          Copies the fields of ClusterSpatialItemArea to the specified entity.
protected  SpatialItemArea handleCreateFromClusterSpatialItemArea(ClusterSpatialItemArea clusterSpatialItemArea)
          Performs the core logic for SpatialItemAreaDaoBase.createFromClusterSpatialItemArea(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemArea)
 SpatialItemArea remoteSpatialItemAreaFullVOToEntity(RemoteSpatialItemAreaFullVO remoteSpatialItemAreaFullVO)
          Converts an instance of type RemoteSpatialItemAreaFullVO to this DAO's entity.
 void remoteSpatialItemAreaFullVOToEntity(RemoteSpatialItemAreaFullVO source, SpatialItemArea target, boolean copyIfNull)
          Copies the fields of RemoteSpatialItemAreaFullVO to the specified entity.
 SpatialItemArea remoteSpatialItemAreaNaturalIdToEntity(RemoteSpatialItemAreaNaturalId remoteSpatialItemAreaNaturalId)
          Converts an instance of type RemoteSpatialItemAreaNaturalId to this DAO's entity.
 void remoteSpatialItemAreaNaturalIdToEntity(RemoteSpatialItemAreaNaturalId source, SpatialItemArea target, boolean copyIfNull)
          Copies the fields of RemoteSpatialItemAreaNaturalId to the specified entity.
 ClusterSpatialItemArea toClusterSpatialItemArea(SpatialItemArea entity)
          Converts this DAO's entity to an object of type ClusterSpatialItemArea.
 void toClusterSpatialItemArea(SpatialItemArea source, ClusterSpatialItemArea target)
          Copies the fields of the specified entity to the target value object.
 RemoteSpatialItemAreaFullVO toRemoteSpatialItemAreaFullVO(SpatialItemArea entity)
          Converts this DAO's entity to an object of type RemoteSpatialItemAreaFullVO.
 void toRemoteSpatialItemAreaFullVO(SpatialItemArea source, RemoteSpatialItemAreaFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteSpatialItemAreaNaturalId toRemoteSpatialItemAreaNaturalId(SpatialItemArea entity)
          Converts this DAO's entity to an object of type RemoteSpatialItemAreaNaturalId.
 void toRemoteSpatialItemAreaNaturalId(SpatialItemArea source, RemoteSpatialItemAreaNaturalId target)
          Copies the fields of the specified entity to the target value object.
 
Methods inherited from class fr.ifremer.allegro.referential.spatial.SpatialItemAreaDaoBase
clusterSpatialItemAreaToEntityCollection, create, create, create, create, create, create, create, create, createFromClusterSpatialItemArea, findSpatialItemAreaById, findSpatialItemAreaById, findSpatialItemAreaById, findSpatialItemAreaById, findSpatialItemAreaByNaturalId, findSpatialItemAreaByNaturalId, findSpatialItemAreaByNaturalId, findSpatialItemAreaByNaturalId, findSpatialItemAreaBySpatialItem, findSpatialItemAreaBySpatialItem, findSpatialItemAreaBySpatialItem, findSpatialItemAreaBySpatialItem, findSpatialItemAreaBySpatialItem, findSpatialItemAreaBySpatialItem, findSpatialItemAreaBySpatialItem, findSpatialItemAreaBySpatialItem, getAllSpatialItemArea, getAllSpatialItemArea, getAllSpatialItemArea, getAllSpatialItemArea, getAllSpatialItemArea, getAllSpatialItemArea, getAllSpatialItemArea, getAllSpatialItemArea, getPrincipal, getSpatialItemDao, load, load, loadAll, loadAll, loadAll, loadAll, remoteSpatialItemAreaFullVOToEntityCollection, remoteSpatialItemAreaNaturalIdToEntityCollection, remove, remove, remove, search, search, search, search, setSpatialItemDao, toClusterSpatialItemArea, toClusterSpatialItemAreaArray, toClusterSpatialItemAreaCollection, toEntity, toRemoteSpatialItemAreaFullVO, toRemoteSpatialItemAreaFullVOArray, toRemoteSpatialItemAreaFullVOCollection, toRemoteSpatialItemAreaNaturalId, toRemoteSpatialItemAreaNaturalIdArray, toRemoteSpatialItemAreaNaturalIdCollection, transformEntities, transformEntity, update, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpatialItemAreaDaoImpl

public SpatialItemAreaDaoImpl()
Method Detail

handleCreateFromClusterSpatialItemArea

protected SpatialItemArea handleCreateFromClusterSpatialItemArea(ClusterSpatialItemArea clusterSpatialItemArea)
Description copied from class: SpatialItemAreaDaoBase
Performs the core logic for SpatialItemAreaDaoBase.createFromClusterSpatialItemArea(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemArea)

Specified by:
handleCreateFromClusterSpatialItemArea in class SpatialItemAreaDaoBase
See Also:
SpatialItemAreaDao.createFromClusterSpatialItemArea(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemArea)

toRemoteSpatialItemAreaFullVO

public void toRemoteSpatialItemAreaFullVO(SpatialItemArea source,
                                          RemoteSpatialItemAreaFullVO target)
Description copied from interface: SpatialItemAreaDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteSpatialItemAreaFullVO(), 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:
toRemoteSpatialItemAreaFullVO in interface SpatialItemAreaDao
Overrides:
toRemoteSpatialItemAreaFullVO in class SpatialItemAreaDaoBase
See Also:
SpatialItemAreaDao.toRemoteSpatialItemAreaFullVO(fr.ifremer.allegro.referential.spatial.SpatialItemArea, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO)

toRemoteSpatialItemAreaFullVO

public RemoteSpatialItemAreaFullVO toRemoteSpatialItemAreaFullVO(SpatialItemArea entity)
Description copied from interface: SpatialItemAreaDao
Converts this DAO's entity to an object of type RemoteSpatialItemAreaFullVO.

Specified by:
toRemoteSpatialItemAreaFullVO in interface SpatialItemAreaDao
Overrides:
toRemoteSpatialItemAreaFullVO in class SpatialItemAreaDaoBase
See Also:
SpatialItemAreaDao.toRemoteSpatialItemAreaFullVO(fr.ifremer.allegro.referential.spatial.SpatialItemArea)

remoteSpatialItemAreaFullVOToEntity

public SpatialItemArea remoteSpatialItemAreaFullVOToEntity(RemoteSpatialItemAreaFullVO remoteSpatialItemAreaFullVO)
Description copied from interface: SpatialItemAreaDao
Converts an instance of type RemoteSpatialItemAreaFullVO to this DAO's entity.

See Also:
SpatialItemAreaDao.remoteSpatialItemAreaFullVOToEntity(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO)

remoteSpatialItemAreaFullVOToEntity

public void remoteSpatialItemAreaFullVOToEntity(RemoteSpatialItemAreaFullVO source,
                                                SpatialItemArea target,
                                                boolean copyIfNull)
Description copied from interface: SpatialItemAreaDao
Copies the fields of RemoteSpatialItemAreaFullVO to the specified entity.

Specified by:
remoteSpatialItemAreaFullVOToEntity in interface SpatialItemAreaDao
Overrides:
remoteSpatialItemAreaFullVOToEntity in class SpatialItemAreaDaoBase
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.referential.spatial.SpatialItemAreaDao#remoteSpatialItemAreaFullVOToEntity(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO, fr.ifremer.allegro.referential.spatial.SpatialItemArea)

toRemoteSpatialItemAreaNaturalId

public void toRemoteSpatialItemAreaNaturalId(SpatialItemArea source,
                                             RemoteSpatialItemAreaNaturalId target)
Description copied from interface: SpatialItemAreaDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteSpatialItemAreaNaturalId(), 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:
toRemoteSpatialItemAreaNaturalId in interface SpatialItemAreaDao
Overrides:
toRemoteSpatialItemAreaNaturalId in class SpatialItemAreaDaoBase
See Also:
SpatialItemAreaDao.toRemoteSpatialItemAreaNaturalId(fr.ifremer.allegro.referential.spatial.SpatialItemArea, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaNaturalId)

toRemoteSpatialItemAreaNaturalId

public RemoteSpatialItemAreaNaturalId toRemoteSpatialItemAreaNaturalId(SpatialItemArea entity)
Description copied from interface: SpatialItemAreaDao
Converts this DAO's entity to an object of type RemoteSpatialItemAreaNaturalId.

Specified by:
toRemoteSpatialItemAreaNaturalId in interface SpatialItemAreaDao
Overrides:
toRemoteSpatialItemAreaNaturalId in class SpatialItemAreaDaoBase
See Also:
SpatialItemAreaDao.toRemoteSpatialItemAreaNaturalId(fr.ifremer.allegro.referential.spatial.SpatialItemArea)

remoteSpatialItemAreaNaturalIdToEntity

public SpatialItemArea remoteSpatialItemAreaNaturalIdToEntity(RemoteSpatialItemAreaNaturalId remoteSpatialItemAreaNaturalId)
Description copied from interface: SpatialItemAreaDao
Converts an instance of type RemoteSpatialItemAreaNaturalId to this DAO's entity.

See Also:
SpatialItemAreaDao.remoteSpatialItemAreaNaturalIdToEntity(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaNaturalId)

remoteSpatialItemAreaNaturalIdToEntity

public void remoteSpatialItemAreaNaturalIdToEntity(RemoteSpatialItemAreaNaturalId source,
                                                   SpatialItemArea target,
                                                   boolean copyIfNull)
Description copied from interface: SpatialItemAreaDao
Copies the fields of RemoteSpatialItemAreaNaturalId to the specified entity.

Specified by:
remoteSpatialItemAreaNaturalIdToEntity in interface SpatialItemAreaDao
Overrides:
remoteSpatialItemAreaNaturalIdToEntity in class SpatialItemAreaDaoBase
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.referential.spatial.SpatialItemAreaDao#remoteSpatialItemAreaNaturalIdToEntity(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaNaturalId, fr.ifremer.allegro.referential.spatial.SpatialItemArea)

toClusterSpatialItemArea

public void toClusterSpatialItemArea(SpatialItemArea source,
                                     ClusterSpatialItemArea target)
Description copied from interface: SpatialItemAreaDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterSpatialItemArea(), 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:
toClusterSpatialItemArea in interface SpatialItemAreaDao
Overrides:
toClusterSpatialItemArea in class SpatialItemAreaDaoBase
See Also:
SpatialItemAreaDao.toClusterSpatialItemArea(fr.ifremer.allegro.referential.spatial.SpatialItemArea, fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemArea)

toClusterSpatialItemArea

public ClusterSpatialItemArea toClusterSpatialItemArea(SpatialItemArea entity)
Description copied from interface: SpatialItemAreaDao
Converts this DAO's entity to an object of type ClusterSpatialItemArea.

Specified by:
toClusterSpatialItemArea in interface SpatialItemAreaDao
Overrides:
toClusterSpatialItemArea in class SpatialItemAreaDaoBase
See Also:
SpatialItemAreaDao.toClusterSpatialItemArea(fr.ifremer.allegro.referential.spatial.SpatialItemArea)

clusterSpatialItemAreaToEntity

public SpatialItemArea clusterSpatialItemAreaToEntity(ClusterSpatialItemArea clusterSpatialItemArea)
Description copied from interface: SpatialItemAreaDao
Converts an instance of type ClusterSpatialItemArea to this DAO's entity.

See Also:
SpatialItemAreaDao.clusterSpatialItemAreaToEntity(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemArea)

clusterSpatialItemAreaToEntity

public void clusterSpatialItemAreaToEntity(ClusterSpatialItemArea source,
                                           SpatialItemArea target,
                                           boolean copyIfNull)
Description copied from interface: SpatialItemAreaDao
Copies the fields of ClusterSpatialItemArea to the specified entity.

Specified by:
clusterSpatialItemAreaToEntity in interface SpatialItemAreaDao
Overrides:
clusterSpatialItemAreaToEntity in class SpatialItemAreaDaoBase
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.referential.spatial.SpatialItemAreaDao#clusterSpatialItemAreaToEntity(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemArea, fr.ifremer.allegro.referential.spatial.SpatialItemArea)


Copyright © 2008-2010 IFREMER. All Rights Reserved.