fr.ifremer.allegro.data.batch.denormalized
Class DenormalisedBatchSortingValueDaoBase

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValueDaoBase
All Implemented Interfaces:
DenormalisedBatchSortingValueDao
Direct Known Subclasses:
DenormalisedBatchSortingValueDaoImpl

public abstract class DenormalisedBatchSortingValueDaoBase
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements DenormalisedBatchSortingValueDao

Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue.

See Also:
DenormalisedBatchSortingValue

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValueDao
TRANSFORM_CLUSTERDENORMALISEDBATCHSORTINGVALUE, TRANSFORM_NONE, TRANSFORM_REMOTEDENORMALISEDBATCHSORTINGVALUEFULLVO, TRANSFORM_REMOTEDENORMALISEDBATCHSORTINGVALUENATURALID
 
Constructor Summary
DenormalisedBatchSortingValueDaoBase()
           
 
Method Summary
 void clusterDenormalisedBatchSortingValueToEntity(ClusterDenormalisedBatchSortingValue source, DenormalisedBatchSortingValue target, boolean copyIfNull)
          Copies the fields of ClusterDenormalisedBatchSortingValue to the specified entity.
 void clusterDenormalisedBatchSortingValueToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterDenormalisedBatchSortingValue to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue and adds from the passed in entities collection
 DenormalisedBatchSortingValue create(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
          Creates an instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue and adds it to the persistent store.
 DenormalisedBatchSortingValue create(DenormalizedBatch denormalizedBatch, Parameter parameter)
           Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue instance from only required properties (attributes and association ends) and adds it to the persistent store.
 DenormalisedBatchSortingValue create(java.lang.Float numericalvalue, DenormalizedBatch denormalizedBatch, QualitativeValue qualitativeValue, Parameter parameter)
           Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue instance from all attributes and properties and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as DenormalisedBatchSortingValueDao.create(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue) with an additional flag called transform.
 java.lang.Object create(int transform, DenormalisedBatchSortingValue denormalisedBatchSortingValue)
           Does the same thing as DenormalisedBatchSortingValueDao.create(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue) with an additional flag called transform.
 java.lang.Object create(int transform, DenormalizedBatch denormalizedBatch, Parameter parameter)
           Does the same thing as DenormalisedBatchSortingValueDao.create(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.Parameter) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.Float numericalvalue, DenormalizedBatch denormalizedBatch, QualitativeValue qualitativeValue, Parameter parameter)
           Does the same thing as DenormalisedBatchSortingValueDao.create(java.lang.Float,fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter) with an additional flag called transform.
 DenormalisedBatchSortingValue createFromClusterDenormalisedBatchSortingValue(ClusterDenormalisedBatchSortingValue clusterDenormalisedBatchSortingValue)
           
 java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(DenormalizedBatch denormalizedBatch)
           
 java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform, DenormalizedBatch denormalizedBatch)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional flag called transform.
 java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int pageNumber, int pageSize, DenormalizedBatch denormalizedBatch)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform, int pageNumber, int pageSize, DenormalizedBatch denormalizedBatch)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform, java.lang.String queryString, DenormalizedBatch denormalizedBatch)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional argument called queryString.
 java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, DenormalizedBatch denormalizedBatch)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, String, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(java.lang.String queryString, DenormalizedBatch denormalizedBatch)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional argument called queryString.
 java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(java.lang.String queryString, int pageNumber, int pageSize, DenormalizedBatch denormalizedBatch)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(String, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional two arguments called pageNumber and pageSize.
 DenormalisedBatchSortingValue findDenormalisedBatchSortingValueById(java.lang.Integer id)
           
 java.lang.Object findDenormalisedBatchSortingValueById(int transform, java.lang.Integer id)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findDenormalisedBatchSortingValueById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(int, java.lang.Integer) with an additional argument called queryString.
 DenormalisedBatchSortingValue findDenormalisedBatchSortingValueById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(java.lang.Integer) with an additional argument called queryString.
 DenormalisedBatchSortingValue findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer id)
           
 java.lang.Object findDenormalisedBatchSortingValueByNaturalId(int transform, java.lang.Integer id)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findDenormalisedBatchSortingValueByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(int, java.lang.Integer) with an additional argument called queryString.
 DenormalisedBatchSortingValue findDenormalisedBatchSortingValueByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform, int pageNumber, int pageSize, Parameter parameter)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalisedBatchSortingValueByParameter(int pageNumber, int pageSize, Parameter parameter)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform, Parameter parameter)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an additional flag called transform.
 java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform, java.lang.String queryString, int pageNumber, int pageSize, Parameter parameter)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, String, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform, java.lang.String queryString, Parameter parameter)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional argument called queryString.
 java.util.Collection findDenormalisedBatchSortingValueByParameter(Parameter parameter)
           
 java.util.Collection findDenormalisedBatchSortingValueByParameter(java.lang.String queryString, int pageNumber, int pageSize, Parameter parameter)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(String, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalisedBatchSortingValueByParameter(java.lang.String queryString, Parameter parameter)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an additional argument called queryString.
 java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform, QualitativeValue qualitativeValue)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional flag called transform.
 java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(QualitativeValue qualitativeValue)
           
 java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection getAllDenormalisedBatchSortingValue()
           
 java.util.Collection getAllDenormalisedBatchSortingValue(int transform)
           Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue() with an additional flag called transform.
 java.util.Collection getAllDenormalisedBatchSortingValue(int pageNumber, int pageSize)
           Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllDenormalisedBatchSortingValue(int transform, int pageNumber, int pageSize)
           Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllDenormalisedBatchSortingValue(int transform, java.lang.String queryString)
           Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int) with an additional argument called queryString.
 java.util.Collection getAllDenormalisedBatchSortingValue(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllDenormalisedBatchSortingValue(java.lang.String queryString)
           Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue() with an additional argument called queryString.
 java.util.Collection getAllDenormalisedBatchSortingValue(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(String) with an additional two arguments called pageNumber and pageSize.
protected  DenormalizedBatchDao getDenormalizedBatchDao()
          Gets the reference to denormalizedBatchDao.
protected  ParameterDao getParameterDao()
          Gets the reference to parameterDao.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected  QualitativeValueDao getQualitativeValueDao()
          Gets the reference to qualitativeValueDao.
protected abstract  DenormalisedBatchSortingValue handleCreateFromClusterDenormalisedBatchSortingValue(ClusterDenormalisedBatchSortingValue clusterDenormalisedBatchSortingValue)
          Performs the core logic for createFromClusterDenormalisedBatchSortingValue(fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalisedBatchSortingValue)
 DenormalisedBatchSortingValue load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue from the persistent store.
 java.lang.Object load(int transform, java.lang.Integer id)
           Does the same thing as DenormalisedBatchSortingValueDao.load(java.lang.Integer) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type DenormalisedBatchSortingValue.
 java.util.Collection loadAll(int transform)
           Does the same thing as DenormalisedBatchSortingValueDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as DenormalisedBatchSortingValueDao.loadAll() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
           Does the same thing as DenormalisedBatchSortingValueDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remoteDenormalisedBatchSortingValueFullVOToEntity(RemoteDenormalisedBatchSortingValueFullVO source, DenormalisedBatchSortingValue target, boolean copyIfNull)
          Copies the fields of RemoteDenormalisedBatchSortingValueFullVO to the specified entity.
 void remoteDenormalisedBatchSortingValueFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteDenormalisedBatchSortingValueFullVO to this DAO's entity.
 void remoteDenormalisedBatchSortingValueNaturalIdToEntity(RemoteDenormalisedBatchSortingValueNaturalId source, DenormalisedBatchSortingValue target, boolean copyIfNull)
          Copies the fields of RemoteDenormalisedBatchSortingValueNaturalId to the specified entity.
 void remoteDenormalisedBatchSortingValueNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteDenormalisedBatchSortingValueNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
          Removes the instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue from the persistent store.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue having the given identifier from the persistent store.
 PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 PaginationResult search(int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 java.util.Set search(int transform, Search search)
          Does the same thing as DenormalisedBatchSortingValueDao.search(fr.ifremer.allegro.Search) but with an additional flag called transform.
 java.util.Set search(Search search)
          Performs a search using the parameters specified in the given search object.
 void setDenormalizedBatchDao(DenormalizedBatchDao denormalizedBatchDao)
          Sets the reference to denormalizedBatchDao.
 void setParameterDao(ParameterDao parameterDao)
          Sets the reference to parameterDao.
 void setQualitativeValueDao(QualitativeValueDao qualitativeValueDao)
          Sets the reference to qualitativeValueDao.
 ClusterDenormalisedBatchSortingValue toClusterDenormalisedBatchSortingValue(DenormalisedBatchSortingValue entity)
          Converts this DAO's entity to an object of type ClusterDenormalisedBatchSortingValue.
 void toClusterDenormalisedBatchSortingValue(DenormalisedBatchSortingValue source, ClusterDenormalisedBatchSortingValue target)
          Copies the fields of the specified entity to the target value object.
protected  ClusterDenormalisedBatchSortingValue toClusterDenormalisedBatchSortingValue(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterDenormalisedBatchSortingValue[] toClusterDenormalisedBatchSortingValueArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterDenormalisedBatchSortingValue.
 void toClusterDenormalisedBatchSortingValueCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterDenormalisedBatchSortingValue.
protected  DenormalisedBatchSortingValue toEntity(java.lang.Object[] row)
           
 RemoteDenormalisedBatchSortingValueFullVO toRemoteDenormalisedBatchSortingValueFullVO(DenormalisedBatchSortingValue entity)
          Converts this DAO's entity to an object of type RemoteDenormalisedBatchSortingValueFullVO.
 void toRemoteDenormalisedBatchSortingValueFullVO(DenormalisedBatchSortingValue source, RemoteDenormalisedBatchSortingValueFullVO target)
          Copies the fields of the specified entity to the target value object.
protected  RemoteDenormalisedBatchSortingValueFullVO toRemoteDenormalisedBatchSortingValueFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteDenormalisedBatchSortingValueFullVO[] toRemoteDenormalisedBatchSortingValueFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteDenormalisedBatchSortingValueFullVO.
 void toRemoteDenormalisedBatchSortingValueFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteDenormalisedBatchSortingValueFullVO.
 RemoteDenormalisedBatchSortingValueNaturalId toRemoteDenormalisedBatchSortingValueNaturalId(DenormalisedBatchSortingValue entity)
          Converts this DAO's entity to an object of type RemoteDenormalisedBatchSortingValueNaturalId.
 void toRemoteDenormalisedBatchSortingValueNaturalId(DenormalisedBatchSortingValue source, RemoteDenormalisedBatchSortingValueNaturalId target)
          Copies the fields of the specified entity to the target value object.
protected  RemoteDenormalisedBatchSortingValueNaturalId toRemoteDenormalisedBatchSortingValueNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteDenormalisedBatchSortingValueNaturalId[] toRemoteDenormalisedBatchSortingValueNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteDenormalisedBatchSortingValueNaturalId.
 void toRemoteDenormalisedBatchSortingValueNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteDenormalisedBatchSortingValueNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue) method.
protected  java.lang.Object transformEntity(int transform, DenormalisedBatchSortingValue entity)
          Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValueDao, please note that the DenormalisedBatchSortingValueDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
          Updates the denormalisedBatchSortingValue instance in the persistent store.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValueDao
clusterDenormalisedBatchSortingValueToEntity, remoteDenormalisedBatchSortingValueFullVOToEntity, remoteDenormalisedBatchSortingValueNaturalIdToEntity
 

Constructor Detail

DenormalisedBatchSortingValueDaoBase

public DenormalisedBatchSortingValueDaoBase()
Method Detail

setDenormalizedBatchDao

public void setDenormalizedBatchDao(DenormalizedBatchDao denormalizedBatchDao)
Sets the reference to denormalizedBatchDao.


getDenormalizedBatchDao

protected DenormalizedBatchDao getDenormalizedBatchDao()
Gets the reference to denormalizedBatchDao.


setQualitativeValueDao

public void setQualitativeValueDao(QualitativeValueDao qualitativeValueDao)
Sets the reference to qualitativeValueDao.


getQualitativeValueDao

protected QualitativeValueDao getQualitativeValueDao()
Gets the reference to qualitativeValueDao.


setParameterDao

public void setParameterDao(ParameterDao parameterDao)
Sets the reference to parameterDao.


getParameterDao

protected ParameterDao getParameterDao()
Gets the reference to parameterDao.


load

public java.lang.Object load(int transform,
                             java.lang.Integer id)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.load(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined in this class then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
load in interface DenormalisedBatchSortingValueDao
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.
See Also:
DenormalisedBatchSortingValueDao.load(int, java.lang.Integer)

load

public DenormalisedBatchSortingValue load(java.lang.Integer id)
Description copied from interface: DenormalisedBatchSortingValueDao
Loads an instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue from the persistent store.

Specified by:
load in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.load(java.lang.Integer)

loadAll

public java.util.Collection loadAll()
Description copied from interface: DenormalisedBatchSortingValueDao
Loads all entities of type DenormalisedBatchSortingValue.

Specified by:
loadAll in interface DenormalisedBatchSortingValueDao
Returns:
the loaded entities.
See Also:
DenormalisedBatchSortingValueDao.loadAll()

loadAll

public java.util.Collection loadAll(int transform)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.loadAll() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
loadAll in interface DenormalisedBatchSortingValueDao
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
DenormalisedBatchSortingValueDao.loadAll(int)

loadAll

public java.util.Collection loadAll(int pageNumber,
                                    int pageSize)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.loadAll() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
loadAll in interface DenormalisedBatchSortingValueDao
Parameters:
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.
See Also:
DenormalisedBatchSortingValueDao.loadAll(int, int)

loadAll

public java.util.Collection loadAll(int transform,
                                    int pageNumber,
                                    int pageSize)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.loadAll(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
loadAll in interface DenormalisedBatchSortingValueDao
Parameters:
transform - the flag indicating what transformation to use.
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.
See Also:
DenormalisedBatchSortingValueDao.loadAll(int, int, int)

create

public DenormalisedBatchSortingValue create(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
Description copied from interface: DenormalisedBatchSortingValueDao
Creates an instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue and adds it to the persistent store.

Specified by:
create in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.create(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)

create

public java.lang.Object create(int transform,
                               DenormalisedBatchSortingValue denormalisedBatchSortingValue)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.create(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
create in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.create(int transform, fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)

create

public java.util.Collection create(java.util.Collection entities)
Description copied from interface: DenormalisedBatchSortingValueDao
Creates a new instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue and adds from the passed in entities collection

Specified by:
create in interface DenormalisedBatchSortingValueDao
Parameters:
entities - the collection of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue instances to create.
Returns:
the created instances.
See Also:
DenormalisedBatchSortingValueDao.create(java.util.Collection)

create

public java.util.Collection create(int transform,
                                   java.util.Collection entities)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.create(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
create in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.create(int, java.util.Collection)

create

public DenormalisedBatchSortingValue create(java.lang.Float numericalvalue,
                                            DenormalizedBatch denormalizedBatch,
                                            QualitativeValue qualitativeValue,
                                            Parameter parameter)
Description copied from interface: DenormalisedBatchSortingValueDao

Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue instance from all attributes and properties and adds it to the persistent store.

Specified by:
create in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.create(java.lang.Float,fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter)

create

public java.lang.Object create(int transform,
                               java.lang.Float numericalvalue,
                               DenormalizedBatch denormalizedBatch,
                               QualitativeValue qualitativeValue,
                               Parameter parameter)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.create(java.lang.Float,fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
create in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.create(int, java.lang.Float,fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter)

create

public DenormalisedBatchSortingValue create(DenormalizedBatch denormalizedBatch,
                                            Parameter parameter)
Description copied from interface: DenormalisedBatchSortingValueDao

Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue instance from only required properties (attributes and association ends) and adds it to the persistent store.

Specified by:
create in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.create(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.Parameter)

create

public java.lang.Object create(int transform,
                               DenormalizedBatch denormalizedBatch,
                               Parameter parameter)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.create(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.Parameter) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOTWILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
create in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.create(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.Parameter)

update

public void update(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
Description copied from interface: DenormalisedBatchSortingValueDao
Updates the denormalisedBatchSortingValue instance in the persistent store.

Specified by:
update in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.update(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)

update

public void update(java.util.Collection entities)
Description copied from interface: DenormalisedBatchSortingValueDao
Updates all instances in the entities collection in the persistent store.

Specified by:
update in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.update(java.util.Collection)

remove

public void remove(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
Description copied from interface: DenormalisedBatchSortingValueDao
Removes the instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue from the persistent store.

Specified by:
remove in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.remove(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)

remove

public void remove(java.lang.Integer id)
Description copied from interface: DenormalisedBatchSortingValueDao
Removes the instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue having the given identifier from the persistent store.

Specified by:
remove in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.remove(java.lang.Integer)

remove

public void remove(java.util.Collection entities)
Description copied from interface: DenormalisedBatchSortingValueDao
Removes all entities in the given entities collection.

Specified by:
remove in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.remove(java.util.Collection)

getAllDenormalisedBatchSortingValue

public java.util.Collection getAllDenormalisedBatchSortingValue()
Specified by:
getAllDenormalisedBatchSortingValue in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue()

getAllDenormalisedBatchSortingValue

public java.util.Collection getAllDenormalisedBatchSortingValue(int transform)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
getAllDenormalisedBatchSortingValue in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int)

getAllDenormalisedBatchSortingValue

public java.util.Collection getAllDenormalisedBatchSortingValue(java.lang.String queryString)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue() with an additional argument called queryString. This queryString argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue().

Specified by:
getAllDenormalisedBatchSortingValue in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(java.lang.String)

getAllDenormalisedBatchSortingValue

public java.util.Collection getAllDenormalisedBatchSortingValue(int pageNumber,
                                                                int pageSize)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllDenormalisedBatchSortingValue in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int, int)

getAllDenormalisedBatchSortingValue

public java.util.Collection getAllDenormalisedBatchSortingValue(java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllDenormalisedBatchSortingValue in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(String, int, int)

getAllDenormalisedBatchSortingValue

public java.util.Collection getAllDenormalisedBatchSortingValue(int transform,
                                                                java.lang.String queryString)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int) with an additional argument called queryString. This queryString argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int).

Specified by:
getAllDenormalisedBatchSortingValue in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int, String)

getAllDenormalisedBatchSortingValue

public java.util.Collection getAllDenormalisedBatchSortingValue(int transform,
                                                                int pageNumber,
                                                                int pageSize)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllDenormalisedBatchSortingValue in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int, int, int)

getAllDenormalisedBatchSortingValue

public java.util.Collection getAllDenormalisedBatchSortingValue(int transform,
                                                                java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int, String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllDenormalisedBatchSortingValue in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int, java.lang.String, int, int)

findDenormalisedBatchSortingValueById

public DenormalisedBatchSortingValue findDenormalisedBatchSortingValueById(java.lang.Integer id)
Specified by:
findDenormalisedBatchSortingValueById in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(java.lang.Integer)

findDenormalisedBatchSortingValueById

public java.lang.Object findDenormalisedBatchSortingValueById(int transform,
                                                              java.lang.Integer id)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findDenormalisedBatchSortingValueById in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(int, java.lang.Integer)

findDenormalisedBatchSortingValueById

public DenormalisedBatchSortingValue findDenormalisedBatchSortingValueById(java.lang.String queryString,
                                                                           java.lang.Integer id)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(java.lang.Integer).

Specified by:
findDenormalisedBatchSortingValueById in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(java.lang.String, java.lang.Integer)

findDenormalisedBatchSortingValueById

public java.lang.Object findDenormalisedBatchSortingValueById(int transform,
                                                              java.lang.String queryString,
                                                              java.lang.Integer id)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(int, java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(int, java.lang.Integer id).

Specified by:
findDenormalisedBatchSortingValueById in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(int, java.lang.String, java.lang.Integer)

findDenormalisedBatchSortingValueByDenormalizedBatch

public java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(DenormalizedBatch denormalizedBatch)
Specified by:
findDenormalisedBatchSortingValueByDenormalizedBatch in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)

findDenormalisedBatchSortingValueByDenormalizedBatch

public java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
                                                                                 DenormalizedBatch denormalizedBatch)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findDenormalisedBatchSortingValueByDenormalizedBatch in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)

findDenormalisedBatchSortingValueByDenormalizedBatch

public java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(java.lang.String queryString,
                                                                                 DenormalizedBatch denormalizedBatch)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional argument called queryString. This queryString argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch).

Specified by:
findDenormalisedBatchSortingValueByDenormalizedBatch in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(java.lang.String, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)

findDenormalisedBatchSortingValueByDenormalizedBatch

public java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int pageNumber,
                                                                                 int pageSize,
                                                                                 DenormalizedBatch denormalizedBatch)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findDenormalisedBatchSortingValueByDenormalizedBatch in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)

findDenormalisedBatchSortingValueByDenormalizedBatch

public java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(java.lang.String queryString,
                                                                                 int pageNumber,
                                                                                 int pageSize,
                                                                                 DenormalizedBatch denormalizedBatch)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(String, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findDenormalisedBatchSortingValueByDenormalizedBatch in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(String, int, int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)

findDenormalisedBatchSortingValueByDenormalizedBatch

public java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
                                                                                 java.lang.String queryString,
                                                                                 DenormalizedBatch denormalizedBatch)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional argument called queryString. This queryString argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch denormalizedBatch).

Specified by:
findDenormalisedBatchSortingValueByDenormalizedBatch in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, String, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)

findDenormalisedBatchSortingValueByDenormalizedBatch

public java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
                                                                                 int pageNumber,
                                                                                 int pageSize,
                                                                                 DenormalizedBatch denormalizedBatch)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findDenormalisedBatchSortingValueByDenormalizedBatch in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, int, int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)

findDenormalisedBatchSortingValueByDenormalizedBatch

public java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
                                                                                 java.lang.String queryString,
                                                                                 int pageNumber,
                                                                                 int pageSize,
                                                                                 DenormalizedBatch denormalizedBatch)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, String, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findDenormalisedBatchSortingValueByDenormalizedBatch in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, java.lang.String, int, int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)

findDenormalisedBatchSortingValueByQualitativeValue

public java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(QualitativeValue qualitativeValue)
Specified by:
findDenormalisedBatchSortingValueByQualitativeValue in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findDenormalisedBatchSortingValueByQualitativeValue

public java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform,
                                                                                QualitativeValue qualitativeValue)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findDenormalisedBatchSortingValueByQualitativeValue in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findDenormalisedBatchSortingValueByQualitativeValue

public java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(java.lang.String queryString,
                                                                                QualitativeValue qualitativeValue)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString. This queryString argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue).

Specified by:
findDenormalisedBatchSortingValueByQualitativeValue in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(java.lang.String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findDenormalisedBatchSortingValueByQualitativeValue

public java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int pageNumber,
                                                                                int pageSize,
                                                                                QualitativeValue qualitativeValue)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findDenormalisedBatchSortingValueByQualitativeValue in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findDenormalisedBatchSortingValueByQualitativeValue

public java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(java.lang.String queryString,
                                                                                int pageNumber,
                                                                                int pageSize,
                                                                                QualitativeValue qualitativeValue)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findDenormalisedBatchSortingValueByQualitativeValue in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findDenormalisedBatchSortingValueByQualitativeValue

public java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform,
                                                                                java.lang.String queryString,
                                                                                QualitativeValue qualitativeValue)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString. This queryString argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue).

Specified by:
findDenormalisedBatchSortingValueByQualitativeValue in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findDenormalisedBatchSortingValueByQualitativeValue

public java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform,
                                                                                int pageNumber,
                                                                                int pageSize,
                                                                                QualitativeValue qualitativeValue)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findDenormalisedBatchSortingValueByQualitativeValue in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findDenormalisedBatchSortingValueByQualitativeValue

public java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform,
                                                                                java.lang.String queryString,
                                                                                int pageNumber,
                                                                                int pageSize,
                                                                                QualitativeValue qualitativeValue)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findDenormalisedBatchSortingValueByQualitativeValue in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findDenormalisedBatchSortingValueByParameter

public java.util.Collection findDenormalisedBatchSortingValueByParameter(Parameter parameter)
Specified by:
findDenormalisedBatchSortingValueByParameter in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter)

findDenormalisedBatchSortingValueByParameter

public java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform,
                                                                         Parameter parameter)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findDenormalisedBatchSortingValueByParameter in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter)

findDenormalisedBatchSortingValueByParameter

public java.util.Collection findDenormalisedBatchSortingValueByParameter(java.lang.String queryString,
                                                                         Parameter parameter)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an additional argument called queryString. This queryString argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter).

Specified by:
findDenormalisedBatchSortingValueByParameter in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)

findDenormalisedBatchSortingValueByParameter

public java.util.Collection findDenormalisedBatchSortingValueByParameter(int pageNumber,
                                                                         int pageSize,
                                                                         Parameter parameter)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findDenormalisedBatchSortingValueByParameter in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, int, fr.ifremer.allegro.referential.pmfm.Parameter)

findDenormalisedBatchSortingValueByParameter

public java.util.Collection findDenormalisedBatchSortingValueByParameter(java.lang.String queryString,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         Parameter parameter)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(String, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findDenormalisedBatchSortingValueByParameter in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(String, int, int, fr.ifremer.allegro.referential.pmfm.Parameter)

findDenormalisedBatchSortingValueByParameter

public java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform,
                                                                         java.lang.String queryString,
                                                                         Parameter parameter)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional argument called queryString. This queryString argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter parameter).

Specified by:
findDenormalisedBatchSortingValueByParameter in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, String, fr.ifremer.allegro.referential.pmfm.Parameter)

findDenormalisedBatchSortingValueByParameter

public java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         Parameter parameter)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findDenormalisedBatchSortingValueByParameter in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, int, int, fr.ifremer.allegro.referential.pmfm.Parameter)

findDenormalisedBatchSortingValueByParameter

public java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform,
                                                                         java.lang.String queryString,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         Parameter parameter)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, String, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findDenormalisedBatchSortingValueByParameter in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Parameter)

findDenormalisedBatchSortingValueByNaturalId

public DenormalisedBatchSortingValue findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer id)
Specified by:
findDenormalisedBatchSortingValueByNaturalId in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer)

findDenormalisedBatchSortingValueByNaturalId

public java.lang.Object findDenormalisedBatchSortingValueByNaturalId(int transform,
                                                                     java.lang.Integer id)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findDenormalisedBatchSortingValueByNaturalId in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(int, java.lang.Integer)

findDenormalisedBatchSortingValueByNaturalId

public DenormalisedBatchSortingValue findDenormalisedBatchSortingValueByNaturalId(java.lang.String queryString,
                                                                                  java.lang.Integer id)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer).

Specified by:
findDenormalisedBatchSortingValueByNaturalId in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(java.lang.String, java.lang.Integer)

findDenormalisedBatchSortingValueByNaturalId

public java.lang.Object findDenormalisedBatchSortingValueByNaturalId(int transform,
                                                                     java.lang.String queryString,
                                                                     java.lang.Integer id)
Description copied from interface: DenormalisedBatchSortingValueDao

Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(int, java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(int, java.lang.Integer id).

Specified by:
findDenormalisedBatchSortingValueByNaturalId in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(int, java.lang.String, java.lang.Integer)

createFromClusterDenormalisedBatchSortingValue

public DenormalisedBatchSortingValue createFromClusterDenormalisedBatchSortingValue(ClusterDenormalisedBatchSortingValue clusterDenormalisedBatchSortingValue)
Specified by:
createFromClusterDenormalisedBatchSortingValue in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.createFromClusterDenormalisedBatchSortingValue(fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalisedBatchSortingValue)

handleCreateFromClusterDenormalisedBatchSortingValue

protected abstract DenormalisedBatchSortingValue handleCreateFromClusterDenormalisedBatchSortingValue(ClusterDenormalisedBatchSortingValue clusterDenormalisedBatchSortingValue)
                                                                                               throws java.lang.Exception
Performs the core logic for createFromClusterDenormalisedBatchSortingValue(fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalisedBatchSortingValue)

Throws:
java.lang.Exception

transformEntity

protected java.lang.Object transformEntity(int transform,
                                           DenormalisedBatchSortingValue entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValueDao, please note that the DenormalisedBatchSortingValueDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.

This method will return instances of these types:

If the integer argument value is unknown DenormalisedBatchSortingValueDao.TRANSFORM_NONE is assumed.

Parameters:
transform - one of the constants declared in DenormalisedBatchSortingValueDao
entity - an entity that was found
Returns:
the transformed entity (i.e. new value object, etc)
See Also:
transformEntities(int,java.util.Collection)

transformEntities

protected void transformEntities(int transform,
                                 java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue) method. This method does not instantiate a new collection.

This method is to be used internally only.

Parameters:
transform - one of the constants declared in fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValueDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)

toEntity

protected DenormalisedBatchSortingValue toEntity(java.lang.Object[] row)

toRemoteDenormalisedBatchSortingValueFullVOCollection

public final void toRemoteDenormalisedBatchSortingValueFullVOCollection(java.util.Collection entities)
Description copied from interface: DenormalisedBatchSortingValueDao
Converts this DAO's entity to a Collection of instances of type RemoteDenormalisedBatchSortingValueFullVO.

Specified by:
toRemoteDenormalisedBatchSortingValueFullVOCollection in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.toRemoteDenormalisedBatchSortingValueFullVOCollection(java.util.Collection)

toRemoteDenormalisedBatchSortingValueFullVOArray

public final RemoteDenormalisedBatchSortingValueFullVO[] toRemoteDenormalisedBatchSortingValueFullVOArray(java.util.Collection entities)
Description copied from interface: DenormalisedBatchSortingValueDao
Converts this DAO's entity to an array of instances of type RemoteDenormalisedBatchSortingValueFullVO.

Specified by:
toRemoteDenormalisedBatchSortingValueFullVOArray in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.toRemoteDenormalisedBatchSortingValueFullVOArray(java.util.Collection)

toRemoteDenormalisedBatchSortingValueFullVO

protected RemoteDenormalisedBatchSortingValueFullVO toRemoteDenormalisedBatchSortingValueFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the DenormalisedBatchSortingValueDaoImpl class if you intend to use reporting queries.

See Also:
DenormalisedBatchSortingValueDao.toRemoteDenormalisedBatchSortingValueFullVO(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)

remoteDenormalisedBatchSortingValueFullVOToEntityCollection

public final void remoteDenormalisedBatchSortingValueFullVOToEntityCollection(java.util.Collection instances)
Description copied from interface: DenormalisedBatchSortingValueDao
Converts a Collection of instances of type RemoteDenormalisedBatchSortingValueFullVO to this DAO's entity.

Specified by:
remoteDenormalisedBatchSortingValueFullVOToEntityCollection in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.remoteDenormalisedBatchSortingValueFullVOToEntityCollection(java.util.Collection)

toRemoteDenormalisedBatchSortingValueFullVO

public void toRemoteDenormalisedBatchSortingValueFullVO(DenormalisedBatchSortingValue source,
                                                        RemoteDenormalisedBatchSortingValueFullVO target)
Description copied from interface: DenormalisedBatchSortingValueDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteDenormalisedBatchSortingValueFullVO(), 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:
toRemoteDenormalisedBatchSortingValueFullVO in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.toRemoteDenormalisedBatchSortingValueFullVO(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue, fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalisedBatchSortingValueFullVO)

toRemoteDenormalisedBatchSortingValueFullVO

public RemoteDenormalisedBatchSortingValueFullVO toRemoteDenormalisedBatchSortingValueFullVO(DenormalisedBatchSortingValue entity)
Description copied from interface: DenormalisedBatchSortingValueDao
Converts this DAO's entity to an object of type RemoteDenormalisedBatchSortingValueFullVO.

Specified by:
toRemoteDenormalisedBatchSortingValueFullVO in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.toRemoteDenormalisedBatchSortingValueFullVO(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)

remoteDenormalisedBatchSortingValueFullVOToEntity

public void remoteDenormalisedBatchSortingValueFullVOToEntity(RemoteDenormalisedBatchSortingValueFullVO source,
                                                              DenormalisedBatchSortingValue target,
                                                              boolean copyIfNull)
Description copied from interface: DenormalisedBatchSortingValueDao
Copies the fields of RemoteDenormalisedBatchSortingValueFullVO to the specified entity.

Specified by:
remoteDenormalisedBatchSortingValueFullVOToEntity in interface DenormalisedBatchSortingValueDao
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.data.batch.denormalized.DenormalisedBatchSortingValueDao#remoteDenormalisedBatchSortingValueFullVOToEntity(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalisedBatchSortingValueFullVO, fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)

toRemoteDenormalisedBatchSortingValueNaturalIdCollection

public final void toRemoteDenormalisedBatchSortingValueNaturalIdCollection(java.util.Collection entities)
Description copied from interface: DenormalisedBatchSortingValueDao
Converts this DAO's entity to a Collection of instances of type RemoteDenormalisedBatchSortingValueNaturalId.

Specified by:
toRemoteDenormalisedBatchSortingValueNaturalIdCollection in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.toRemoteDenormalisedBatchSortingValueNaturalIdCollection(java.util.Collection)

toRemoteDenormalisedBatchSortingValueNaturalIdArray

public final RemoteDenormalisedBatchSortingValueNaturalId[] toRemoteDenormalisedBatchSortingValueNaturalIdArray(java.util.Collection entities)
Description copied from interface: DenormalisedBatchSortingValueDao
Converts this DAO's entity to an array of instances of type RemoteDenormalisedBatchSortingValueNaturalId.

Specified by:
toRemoteDenormalisedBatchSortingValueNaturalIdArray in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.toRemoteDenormalisedBatchSortingValueNaturalIdArray(java.util.Collection)

toRemoteDenormalisedBatchSortingValueNaturalId

protected RemoteDenormalisedBatchSortingValueNaturalId toRemoteDenormalisedBatchSortingValueNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the DenormalisedBatchSortingValueDaoImpl class if you intend to use reporting queries.

See Also:
DenormalisedBatchSortingValueDao.toRemoteDenormalisedBatchSortingValueNaturalId(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)

remoteDenormalisedBatchSortingValueNaturalIdToEntityCollection

public final void remoteDenormalisedBatchSortingValueNaturalIdToEntityCollection(java.util.Collection instances)
Description copied from interface: DenormalisedBatchSortingValueDao
Converts a Collection of instances of type RemoteDenormalisedBatchSortingValueNaturalId to this DAO's entity.

Specified by:
remoteDenormalisedBatchSortingValueNaturalIdToEntityCollection in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.remoteDenormalisedBatchSortingValueNaturalIdToEntityCollection(java.util.Collection)

toRemoteDenormalisedBatchSortingValueNaturalId

public void toRemoteDenormalisedBatchSortingValueNaturalId(DenormalisedBatchSortingValue source,
                                                           RemoteDenormalisedBatchSortingValueNaturalId target)
Description copied from interface: DenormalisedBatchSortingValueDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteDenormalisedBatchSortingValueNaturalId(), 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:
toRemoteDenormalisedBatchSortingValueNaturalId in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.toRemoteDenormalisedBatchSortingValueNaturalId(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue, fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalisedBatchSortingValueNaturalId)

toRemoteDenormalisedBatchSortingValueNaturalId

public RemoteDenormalisedBatchSortingValueNaturalId toRemoteDenormalisedBatchSortingValueNaturalId(DenormalisedBatchSortingValue entity)
Description copied from interface: DenormalisedBatchSortingValueDao
Converts this DAO's entity to an object of type RemoteDenormalisedBatchSortingValueNaturalId.

Specified by:
toRemoteDenormalisedBatchSortingValueNaturalId in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.toRemoteDenormalisedBatchSortingValueNaturalId(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)

remoteDenormalisedBatchSortingValueNaturalIdToEntity

public void remoteDenormalisedBatchSortingValueNaturalIdToEntity(RemoteDenormalisedBatchSortingValueNaturalId source,
                                                                 DenormalisedBatchSortingValue target,
                                                                 boolean copyIfNull)
Description copied from interface: DenormalisedBatchSortingValueDao
Copies the fields of RemoteDenormalisedBatchSortingValueNaturalId to the specified entity.

Specified by:
remoteDenormalisedBatchSortingValueNaturalIdToEntity in interface DenormalisedBatchSortingValueDao
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.data.batch.denormalized.DenormalisedBatchSortingValueDao#remoteDenormalisedBatchSortingValueNaturalIdToEntity(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalisedBatchSortingValueNaturalId, fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)

toClusterDenormalisedBatchSortingValueCollection

public final void toClusterDenormalisedBatchSortingValueCollection(java.util.Collection entities)
Description copied from interface: DenormalisedBatchSortingValueDao
Converts this DAO's entity to a Collection of instances of type ClusterDenormalisedBatchSortingValue.

Specified by:
toClusterDenormalisedBatchSortingValueCollection in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.toClusterDenormalisedBatchSortingValueCollection(java.util.Collection)

toClusterDenormalisedBatchSortingValueArray

public final ClusterDenormalisedBatchSortingValue[] toClusterDenormalisedBatchSortingValueArray(java.util.Collection entities)
Description copied from interface: DenormalisedBatchSortingValueDao
Converts this DAO's entity to an array of instances of type ClusterDenormalisedBatchSortingValue.

Specified by:
toClusterDenormalisedBatchSortingValueArray in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.toClusterDenormalisedBatchSortingValueArray(java.util.Collection)

toClusterDenormalisedBatchSortingValue

protected ClusterDenormalisedBatchSortingValue toClusterDenormalisedBatchSortingValue(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the DenormalisedBatchSortingValueDaoImpl class if you intend to use reporting queries.

See Also:
DenormalisedBatchSortingValueDao.toClusterDenormalisedBatchSortingValue(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)

clusterDenormalisedBatchSortingValueToEntityCollection

public final void clusterDenormalisedBatchSortingValueToEntityCollection(java.util.Collection instances)
Description copied from interface: DenormalisedBatchSortingValueDao
Converts a Collection of instances of type ClusterDenormalisedBatchSortingValue to this DAO's entity.

Specified by:
clusterDenormalisedBatchSortingValueToEntityCollection in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.clusterDenormalisedBatchSortingValueToEntityCollection(java.util.Collection)

toClusterDenormalisedBatchSortingValue

public void toClusterDenormalisedBatchSortingValue(DenormalisedBatchSortingValue source,
                                                   ClusterDenormalisedBatchSortingValue target)
Description copied from interface: DenormalisedBatchSortingValueDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterDenormalisedBatchSortingValue(), 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:
toClusterDenormalisedBatchSortingValue in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.toClusterDenormalisedBatchSortingValue(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue, fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalisedBatchSortingValue)

toClusterDenormalisedBatchSortingValue

public ClusterDenormalisedBatchSortingValue toClusterDenormalisedBatchSortingValue(DenormalisedBatchSortingValue entity)
Description copied from interface: DenormalisedBatchSortingValueDao
Converts this DAO's entity to an object of type ClusterDenormalisedBatchSortingValue.

Specified by:
toClusterDenormalisedBatchSortingValue in interface DenormalisedBatchSortingValueDao
See Also:
DenormalisedBatchSortingValueDao.toClusterDenormalisedBatchSortingValue(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)

clusterDenormalisedBatchSortingValueToEntity

public void clusterDenormalisedBatchSortingValueToEntity(ClusterDenormalisedBatchSortingValue source,
                                                         DenormalisedBatchSortingValue target,
                                                         boolean copyIfNull)
Description copied from interface: DenormalisedBatchSortingValueDao
Copies the fields of ClusterDenormalisedBatchSortingValue to the specified entity.

Specified by:
clusterDenormalisedBatchSortingValueToEntity in interface DenormalisedBatchSortingValueDao
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.data.batch.denormalized.DenormalisedBatchSortingValueDao#clusterDenormalisedBatchSortingValueToEntity(fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalisedBatchSortingValue, fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)

getPrincipal

protected java.security.Principal getPrincipal()
Gets the current principal if one has been set, otherwise returns null.

Returns:
the current principal

search

public PaginationResult search(int transform,
                               int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: DenormalisedBatchSortingValueDao
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

Specified by:
search in interface DenormalisedBatchSortingValueDao
Parameters:
transform - the transformation flag.
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.
See Also:
DenormalisedBatchSortingValueDao.search(int, int, int, fr.ifremer.allegro.Search)

search

public PaginationResult search(int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: DenormalisedBatchSortingValueDao
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

Specified by:
search in interface DenormalisedBatchSortingValueDao
Parameters:
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.
See Also:
DenormalisedBatchSortingValueDao.search(int, int, fr.ifremer.allegro.Search)

search

public java.util.Set search(int transform,
                            Search search)
Description copied from interface: DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.search(fr.ifremer.allegro.Search) but with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
search in interface DenormalisedBatchSortingValueDao
Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
DenormalisedBatchSortingValueDao.search(int, fr.ifremer.allegro.Search)

search

public java.util.Set search(Search search)
Description copied from interface: DenormalisedBatchSortingValueDao
Performs a search using the parameters specified in the given search object.

Specified by:
search in interface DenormalisedBatchSortingValueDao
Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
DenormalisedBatchSortingValueDao.search(fr.ifremer.allegro.Search)


Copyright © 2008-2010 IFREMER. All Rights Reserved.