fr.ifremer.allegro.administration.programStrategy
Class BatchModelAppliedStrategyDaoImpl

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.administration.programStrategy.BatchModelAppliedStrategyDaoBase
          extended by fr.ifremer.allegro.administration.programStrategy.BatchModelAppliedStrategyDaoImpl
All Implemented Interfaces:
BatchModelAppliedStrategyDao

public class BatchModelAppliedStrategyDaoImpl
extends BatchModelAppliedStrategyDaoBase

See Also:
BatchModelAppliedStrategy

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.administration.programStrategy.BatchModelAppliedStrategyDao
TRANSFORM_CLUSTERBATCHMODELAPPLIEDSTRATEGY, TRANSFORM_NONE, TRANSFORM_REMOTEBATCHMODELAPPLIEDSTRATEGYFULLVO, TRANSFORM_REMOTEBATCHMODELAPPLIEDSTRATEGYNATURALID
 
Constructor Summary
BatchModelAppliedStrategyDaoImpl()
           
 
Method Summary
 BatchModelAppliedStrategy clusterBatchModelAppliedStrategyToEntity(ClusterBatchModelAppliedStrategy clusterBatchModelAppliedStrategy)
          Converts an instance of type ClusterBatchModelAppliedStrategy to this DAO's entity.
 void clusterBatchModelAppliedStrategyToEntity(ClusterBatchModelAppliedStrategy source, BatchModelAppliedStrategy target, boolean copyIfNull)
          Copies the fields of ClusterBatchModelAppliedStrategy to the specified entity.
protected  BatchModelAppliedStrategy handleCreateFromClusterBatchModelAppliedStrategy(ClusterBatchModelAppliedStrategy clusterBatchModelAppliedStrategy)
          Performs the core logic for BatchModelAppliedStrategyDaoBase.createFromClusterBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterBatchModelAppliedStrategy)
 BatchModelAppliedStrategy remoteBatchModelAppliedStrategyFullVOToEntity(RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVO)
          Converts an instance of type RemoteBatchModelAppliedStrategyFullVO to this DAO's entity.
 void remoteBatchModelAppliedStrategyFullVOToEntity(RemoteBatchModelAppliedStrategyFullVO source, BatchModelAppliedStrategy target, boolean copyIfNull)
          Copies the fields of RemoteBatchModelAppliedStrategyFullVO to the specified entity.
 BatchModelAppliedStrategy remoteBatchModelAppliedStrategyNaturalIdToEntity(RemoteBatchModelAppliedStrategyNaturalId remoteBatchModelAppliedStrategyNaturalId)
          Converts an instance of type RemoteBatchModelAppliedStrategyNaturalId to this DAO's entity.
 void remoteBatchModelAppliedStrategyNaturalIdToEntity(RemoteBatchModelAppliedStrategyNaturalId source, BatchModelAppliedStrategy target, boolean copyIfNull)
          Copies the fields of RemoteBatchModelAppliedStrategyNaturalId to the specified entity.
 ClusterBatchModelAppliedStrategy toClusterBatchModelAppliedStrategy(BatchModelAppliedStrategy entity)
          Converts this DAO's entity to an object of type ClusterBatchModelAppliedStrategy.
 void toClusterBatchModelAppliedStrategy(BatchModelAppliedStrategy source, ClusterBatchModelAppliedStrategy target)
          Copies the fields of the specified entity to the target value object.
 RemoteBatchModelAppliedStrategyFullVO toRemoteBatchModelAppliedStrategyFullVO(BatchModelAppliedStrategy entity)
          Converts this DAO's entity to an object of type RemoteBatchModelAppliedStrategyFullVO.
 void toRemoteBatchModelAppliedStrategyFullVO(BatchModelAppliedStrategy source, RemoteBatchModelAppliedStrategyFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteBatchModelAppliedStrategyNaturalId toRemoteBatchModelAppliedStrategyNaturalId(BatchModelAppliedStrategy entity)
          Converts this DAO's entity to an object of type RemoteBatchModelAppliedStrategyNaturalId.
 void toRemoteBatchModelAppliedStrategyNaturalId(BatchModelAppliedStrategy source, RemoteBatchModelAppliedStrategyNaturalId target)
          Copies the fields of the specified entity to the target value object.
 
Methods inherited from class fr.ifremer.allegro.administration.programStrategy.BatchModelAppliedStrategyDaoBase
clusterBatchModelAppliedStrategyToEntityCollection, create, create, create, create, create, create, createFromClusterBatchModelAppliedStrategy, findBatchModelAppliedStrategyByAcquisitionLevel, findBatchModelAppliedStrategyByAcquisitionLevel, findBatchModelAppliedStrategyByAcquisitionLevel, findBatchModelAppliedStrategyByAcquisitionLevel, findBatchModelAppliedStrategyByAcquisitionLevel, findBatchModelAppliedStrategyByAcquisitionLevel, findBatchModelAppliedStrategyByAcquisitionLevel, findBatchModelAppliedStrategyByAcquisitionLevel, findBatchModelAppliedStrategyByAppliedStrategy, findBatchModelAppliedStrategyByAppliedStrategy, findBatchModelAppliedStrategyByAppliedStrategy, findBatchModelAppliedStrategyByAppliedStrategy, findBatchModelAppliedStrategyByAppliedStrategy, findBatchModelAppliedStrategyByAppliedStrategy, findBatchModelAppliedStrategyByAppliedStrategy, findBatchModelAppliedStrategyByAppliedStrategy, findBatchModelAppliedStrategyByIdentifiers, findBatchModelAppliedStrategyByIdentifiers, findBatchModelAppliedStrategyByIdentifiers, findBatchModelAppliedStrategyByIdentifiers, findBatchModelAppliedStrategyByNaturalId, findBatchModelAppliedStrategyByNaturalId, findBatchModelAppliedStrategyByNaturalId, findBatchModelAppliedStrategyByNaturalId, getAcquisitionLevelDao, getAllBatchModelAppliedStrategy, getAllBatchModelAppliedStrategy, getAllBatchModelAppliedStrategy, getAllBatchModelAppliedStrategy, getAllBatchModelAppliedStrategy, getAllBatchModelAppliedStrategy, getAllBatchModelAppliedStrategy, getAllBatchModelAppliedStrategy, getAppliedStrategyDao, getPrincipal, load, load, loadAll, loadAll, loadAll, loadAll, remoteBatchModelAppliedStrategyFullVOToEntityCollection, remoteBatchModelAppliedStrategyNaturalIdToEntityCollection, remove, remove, remove, search, search, search, search, setAcquisitionLevelDao, setAppliedStrategyDao, toClusterBatchModelAppliedStrategy, toClusterBatchModelAppliedStrategyArray, toClusterBatchModelAppliedStrategyCollection, toEntity, toRemoteBatchModelAppliedStrategyFullVO, toRemoteBatchModelAppliedStrategyFullVOArray, toRemoteBatchModelAppliedStrategyFullVOCollection, toRemoteBatchModelAppliedStrategyNaturalId, toRemoteBatchModelAppliedStrategyNaturalIdArray, toRemoteBatchModelAppliedStrategyNaturalIdCollection, transformEntities, transformEntity, update, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchModelAppliedStrategyDaoImpl

public BatchModelAppliedStrategyDaoImpl()
Method Detail

handleCreateFromClusterBatchModelAppliedStrategy

protected BatchModelAppliedStrategy handleCreateFromClusterBatchModelAppliedStrategy(ClusterBatchModelAppliedStrategy clusterBatchModelAppliedStrategy)
Description copied from class: BatchModelAppliedStrategyDaoBase
Performs the core logic for BatchModelAppliedStrategyDaoBase.createFromClusterBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterBatchModelAppliedStrategy)

Specified by:
handleCreateFromClusterBatchModelAppliedStrategy in class BatchModelAppliedStrategyDaoBase
See Also:
BatchModelAppliedStrategyDao.createFromClusterBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterBatchModelAppliedStrategy)

toRemoteBatchModelAppliedStrategyFullVO

public void toRemoteBatchModelAppliedStrategyFullVO(BatchModelAppliedStrategy source,
                                                    RemoteBatchModelAppliedStrategyFullVO target)
Description copied from interface: BatchModelAppliedStrategyDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteBatchModelAppliedStrategyFullVO(), 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:
toRemoteBatchModelAppliedStrategyFullVO in interface BatchModelAppliedStrategyDao
Overrides:
toRemoteBatchModelAppliedStrategyFullVO in class BatchModelAppliedStrategyDaoBase
See Also:
BatchModelAppliedStrategyDao.toRemoteBatchModelAppliedStrategyFullVO(fr.ifremer.allegro.administration.programStrategy.BatchModelAppliedStrategy, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)

toRemoteBatchModelAppliedStrategyFullVO

public RemoteBatchModelAppliedStrategyFullVO toRemoteBatchModelAppliedStrategyFullVO(BatchModelAppliedStrategy entity)
Description copied from interface: BatchModelAppliedStrategyDao
Converts this DAO's entity to an object of type RemoteBatchModelAppliedStrategyFullVO.

Specified by:
toRemoteBatchModelAppliedStrategyFullVO in interface BatchModelAppliedStrategyDao
Overrides:
toRemoteBatchModelAppliedStrategyFullVO in class BatchModelAppliedStrategyDaoBase
See Also:
BatchModelAppliedStrategyDao.toRemoteBatchModelAppliedStrategyFullVO(fr.ifremer.allegro.administration.programStrategy.BatchModelAppliedStrategy)

remoteBatchModelAppliedStrategyFullVOToEntity

public BatchModelAppliedStrategy remoteBatchModelAppliedStrategyFullVOToEntity(RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVO)
Description copied from interface: BatchModelAppliedStrategyDao
Converts an instance of type RemoteBatchModelAppliedStrategyFullVO to this DAO's entity.

See Also:
BatchModelAppliedStrategyDao.remoteBatchModelAppliedStrategyFullVOToEntity(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)

remoteBatchModelAppliedStrategyFullVOToEntity

public void remoteBatchModelAppliedStrategyFullVOToEntity(RemoteBatchModelAppliedStrategyFullVO source,
                                                          BatchModelAppliedStrategy target,
                                                          boolean copyIfNull)
Description copied from interface: BatchModelAppliedStrategyDao
Copies the fields of RemoteBatchModelAppliedStrategyFullVO to the specified entity.

Specified by:
remoteBatchModelAppliedStrategyFullVOToEntity in interface BatchModelAppliedStrategyDao
Overrides:
remoteBatchModelAppliedStrategyFullVOToEntity in class BatchModelAppliedStrategyDaoBase
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.administration.programStrategy.BatchModelAppliedStrategyDao#remoteBatchModelAppliedStrategyFullVOToEntity(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.BatchModelAppliedStrategy)

toRemoteBatchModelAppliedStrategyNaturalId

public void toRemoteBatchModelAppliedStrategyNaturalId(BatchModelAppliedStrategy source,
                                                       RemoteBatchModelAppliedStrategyNaturalId target)
Description copied from interface: BatchModelAppliedStrategyDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteBatchModelAppliedStrategyNaturalId(), 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:
toRemoteBatchModelAppliedStrategyNaturalId in interface BatchModelAppliedStrategyDao
Overrides:
toRemoteBatchModelAppliedStrategyNaturalId in class BatchModelAppliedStrategyDaoBase
See Also:
BatchModelAppliedStrategyDao.toRemoteBatchModelAppliedStrategyNaturalId(fr.ifremer.allegro.administration.programStrategy.BatchModelAppliedStrategy, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyNaturalId)

toRemoteBatchModelAppliedStrategyNaturalId

public RemoteBatchModelAppliedStrategyNaturalId toRemoteBatchModelAppliedStrategyNaturalId(BatchModelAppliedStrategy entity)
Description copied from interface: BatchModelAppliedStrategyDao
Converts this DAO's entity to an object of type RemoteBatchModelAppliedStrategyNaturalId.

Specified by:
toRemoteBatchModelAppliedStrategyNaturalId in interface BatchModelAppliedStrategyDao
Overrides:
toRemoteBatchModelAppliedStrategyNaturalId in class BatchModelAppliedStrategyDaoBase
See Also:
BatchModelAppliedStrategyDao.toRemoteBatchModelAppliedStrategyNaturalId(fr.ifremer.allegro.administration.programStrategy.BatchModelAppliedStrategy)

remoteBatchModelAppliedStrategyNaturalIdToEntity

public BatchModelAppliedStrategy remoteBatchModelAppliedStrategyNaturalIdToEntity(RemoteBatchModelAppliedStrategyNaturalId remoteBatchModelAppliedStrategyNaturalId)
Description copied from interface: BatchModelAppliedStrategyDao
Converts an instance of type RemoteBatchModelAppliedStrategyNaturalId to this DAO's entity.

See Also:
BatchModelAppliedStrategyDao.remoteBatchModelAppliedStrategyNaturalIdToEntity(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyNaturalId)

remoteBatchModelAppliedStrategyNaturalIdToEntity

public void remoteBatchModelAppliedStrategyNaturalIdToEntity(RemoteBatchModelAppliedStrategyNaturalId source,
                                                             BatchModelAppliedStrategy target,
                                                             boolean copyIfNull)
Description copied from interface: BatchModelAppliedStrategyDao
Copies the fields of RemoteBatchModelAppliedStrategyNaturalId to the specified entity.

Specified by:
remoteBatchModelAppliedStrategyNaturalIdToEntity in interface BatchModelAppliedStrategyDao
Overrides:
remoteBatchModelAppliedStrategyNaturalIdToEntity in class BatchModelAppliedStrategyDaoBase
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.administration.programStrategy.BatchModelAppliedStrategyDao#remoteBatchModelAppliedStrategyNaturalIdToEntity(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyNaturalId, fr.ifremer.allegro.administration.programStrategy.BatchModelAppliedStrategy)

toClusterBatchModelAppliedStrategy

public void toClusterBatchModelAppliedStrategy(BatchModelAppliedStrategy source,
                                               ClusterBatchModelAppliedStrategy target)
Description copied from interface: BatchModelAppliedStrategyDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterBatchModelAppliedStrategy(), 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:
toClusterBatchModelAppliedStrategy in interface BatchModelAppliedStrategyDao
Overrides:
toClusterBatchModelAppliedStrategy in class BatchModelAppliedStrategyDaoBase
See Also:
BatchModelAppliedStrategyDao.toClusterBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.BatchModelAppliedStrategy, fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterBatchModelAppliedStrategy)

toClusterBatchModelAppliedStrategy

public ClusterBatchModelAppliedStrategy toClusterBatchModelAppliedStrategy(BatchModelAppliedStrategy entity)
Description copied from interface: BatchModelAppliedStrategyDao
Converts this DAO's entity to an object of type ClusterBatchModelAppliedStrategy.

Specified by:
toClusterBatchModelAppliedStrategy in interface BatchModelAppliedStrategyDao
Overrides:
toClusterBatchModelAppliedStrategy in class BatchModelAppliedStrategyDaoBase
See Also:
BatchModelAppliedStrategyDao.toClusterBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.BatchModelAppliedStrategy)

clusterBatchModelAppliedStrategyToEntity

public BatchModelAppliedStrategy clusterBatchModelAppliedStrategyToEntity(ClusterBatchModelAppliedStrategy clusterBatchModelAppliedStrategy)
Description copied from interface: BatchModelAppliedStrategyDao
Converts an instance of type ClusterBatchModelAppliedStrategy to this DAO's entity.

See Also:
BatchModelAppliedStrategyDao.clusterBatchModelAppliedStrategyToEntity(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterBatchModelAppliedStrategy)

clusterBatchModelAppliedStrategyToEntity

public void clusterBatchModelAppliedStrategyToEntity(ClusterBatchModelAppliedStrategy source,
                                                     BatchModelAppliedStrategy target,
                                                     boolean copyIfNull)
Description copied from interface: BatchModelAppliedStrategyDao
Copies the fields of ClusterBatchModelAppliedStrategy to the specified entity.

Specified by:
clusterBatchModelAppliedStrategyToEntity in interface BatchModelAppliedStrategyDao
Overrides:
clusterBatchModelAppliedStrategyToEntity in class BatchModelAppliedStrategyDaoBase
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.administration.programStrategy.BatchModelAppliedStrategyDao#clusterBatchModelAppliedStrategyToEntity(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterBatchModelAppliedStrategy, fr.ifremer.allegro.administration.programStrategy.BatchModelAppliedStrategy)


Copyright © 2008-2010 IFREMER. All Rights Reserved.