fr.ifremer.allegro.referential.transcribing
Class TranscribingQualitativeValueDaoBase

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValueDaoBase
All Implemented Interfaces:
TranscribingQualitativeValueDao
Direct Known Subclasses:
TranscribingQualitativeValueDaoImpl

public abstract class TranscribingQualitativeValueDaoBase
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements TranscribingQualitativeValueDao

Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue.

See Also:
TranscribingQualitativeValue

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValueDao
TRANSFORM_CLUSTERTRANSCRIBINGQUALITATIVEVALUE, TRANSFORM_NONE, TRANSFORM_REMOTETRANSCRIBINGQUALITATIVEVALUEFULLVO, TRANSFORM_REMOTETRANSCRIBINGQUALITATIVEVALUENATURALID
 
Constructor Summary
TranscribingQualitativeValueDaoBase()
           
 
Method Summary
 void clusterTranscribingQualitativeValueToEntity(ClusterTranscribingQualitativeValue source, TranscribingQualitativeValue target, boolean copyIfNull)
          Copies the fields of ClusterTranscribingQualitativeValue to the specified entity.
 void clusterTranscribingQualitativeValueToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterTranscribingQualitativeValue to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue and adds from the passed in entities collection
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as TranscribingQualitativeValueDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String externalCode, Parameter parameter, QualitativeValue qualitativeValue, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingQualitativeValueDao.create(java.lang.String,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, Parameter parameter)
           Does the same thing as TranscribingQualitativeValueDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter) with an additional flag called transform.
 java.lang.Object create(int transform, TranscribingQualitativeValue transcribingQualitativeValue)
           Does the same thing as TranscribingQualitativeValueDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue) with an additional flag called transform.
 TranscribingQualitativeValue create(java.lang.String externalCode, Parameter parameter, QualitativeValue qualitativeValue, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue instance from only required properties (attributes and association ends) and adds it to the persistent store.
 TranscribingQualitativeValue create(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, Parameter parameter)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue instance from all attributes and properties and adds it to the persistent store.
 TranscribingQualitativeValue create(TranscribingQualitativeValue transcribingQualitativeValue)
          Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue and adds it to the persistent store.
 TranscribingQualitativeValue createFromClusterTranscribingQualitativeValue(ClusterTranscribingQualitativeValue clusterTranscribingQualitativeValue)
           
 java.util.Collection findTranscribingQualitativeValueByExternalCode(int transform, int pageNumber, int pageSize, java.lang.String externalCode)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(int, java.lang.String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingQualitativeValueByExternalCode(int pageNumber, int pageSize, java.lang.String externalCode)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(java.lang.String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingQualitativeValueByExternalCode(int transform, java.lang.String externalCode)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(java.lang.String) with an additional flag called transform.
 java.util.Collection findTranscribingQualitativeValueByExternalCode(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.lang.String externalCode)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(int, String, java.lang.String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingQualitativeValueByExternalCode(int transform, java.lang.String queryString, java.lang.String externalCode)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(int, java.lang.String) with an additional argument called queryString.
 java.util.Collection findTranscribingQualitativeValueByExternalCode(java.lang.String externalCode)
           
 java.util.Collection findTranscribingQualitativeValueByExternalCode(java.lang.String queryString, int pageNumber, int pageSize, java.lang.String externalCode)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(String, java.lang.String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingQualitativeValueByExternalCode(java.lang.String queryString, java.lang.String externalCode)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(java.lang.String) with an additional argument called queryString.
 java.lang.Object findTranscribingQualitativeValueByIdentifiers(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, java.lang.String externalCode, Parameter parameter)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional argument called queryString.
 java.lang.Object findTranscribingQualitativeValueByIdentifiers(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, java.lang.String externalCode, Parameter parameter)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional flag called transform.
 TranscribingQualitativeValue findTranscribingQualitativeValueByIdentifiers(java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, java.lang.String externalCode, Parameter parameter)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional argument called queryString.
 TranscribingQualitativeValue findTranscribingQualitativeValueByIdentifiers(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, java.lang.String externalCode, Parameter parameter)
           
 java.lang.Object findTranscribingQualitativeValueByNaturalId(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, java.lang.String externalCode, Parameter parameter)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional argument called queryString.
 java.lang.Object findTranscribingQualitativeValueByNaturalId(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, java.lang.String externalCode, Parameter parameter)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional flag called transform.
 TranscribingQualitativeValue findTranscribingQualitativeValueByNaturalId(java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, java.lang.String externalCode, Parameter parameter)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional argument called queryString.
 TranscribingQualitativeValue findTranscribingQualitativeValueByNaturalId(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, java.lang.String externalCode, Parameter parameter)
           
 java.util.Collection findTranscribingQualitativeValueByParameter(int transform, int pageNumber, int pageSize, Parameter parameter)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingQualitativeValueByParameter(int pageNumber, int pageSize, Parameter parameter)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingQualitativeValueByParameter(int transform, Parameter parameter)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an additional flag called transform.
 java.util.Collection findTranscribingQualitativeValueByParameter(int transform, java.lang.String queryString, int pageNumber, int pageSize, Parameter parameter)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(int, String, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingQualitativeValueByParameter(int transform, java.lang.String queryString, Parameter parameter)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional argument called queryString.
 java.util.Collection findTranscribingQualitativeValueByParameter(Parameter parameter)
           
 java.util.Collection findTranscribingQualitativeValueByParameter(java.lang.String queryString, int pageNumber, int pageSize, Parameter parameter)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(String, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingQualitativeValueByParameter(java.lang.String queryString, Parameter parameter)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an additional argument called queryString.
 java.util.Collection findTranscribingQualitativeValueByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingQualitativeValueByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingQualitativeValueByQualitativeValue(int transform, QualitativeValue qualitativeValue)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional flag called transform.
 java.util.Collection findTranscribingQualitativeValueByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingQualitativeValueByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findTranscribingQualitativeValueByQualitativeValue(QualitativeValue qualitativeValue)
           
 java.util.Collection findTranscribingQualitativeValueByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingQualitativeValueByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findTranscribingQualitativeValueByTranscribingSide(int transform, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingQualitativeValueByTranscribingSide(int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingQualitativeValueByTranscribingSide(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingQualitativeValueByTranscribingSide(int transform, java.lang.String queryString, TranscribingSide transcribingSide)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString.
 java.util.Collection findTranscribingQualitativeValueByTranscribingSide(int transform, TranscribingSide transcribingSide)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional flag called transform.
 java.util.Collection findTranscribingQualitativeValueByTranscribingSide(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingQualitativeValueByTranscribingSide(java.lang.String queryString, TranscribingSide transcribingSide)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString.
 java.util.Collection findTranscribingQualitativeValueByTranscribingSide(TranscribingSide transcribingSide)
           
 java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(int transform, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(int transform, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform.
 java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(java.lang.String queryString, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(TranscribingSystem transcribingSystem)
           
 ClusterTranscribingQualitativeValue[] getAllClusterTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllTranscribingQualitativeValue()
           
 java.util.Collection getAllTranscribingQualitativeValue(int transform)
           Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue() with an additional flag called transform.
 java.util.Collection getAllTranscribingQualitativeValue(int pageNumber, int pageSize)
           Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingQualitativeValue(int transform, int pageNumber, int pageSize)
           Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingQualitativeValue(int transform, java.lang.String queryString)
           Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(int) with an additional argument called queryString.
 java.util.Collection getAllTranscribingQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingQualitativeValue(java.lang.String queryString)
           Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue() with an additional argument called queryString.
 java.util.Collection getAllTranscribingQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp updateDate)
           
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  TranscribingSideDao getTranscribingSideDao()
          Gets the reference to transcribingSideDao.
protected  TranscribingSystemDao getTranscribingSystemDao()
          Gets the reference to transcribingSystemDao.
protected abstract  TranscribingQualitativeValue handleCreateFromClusterTranscribingQualitativeValue(ClusterTranscribingQualitativeValue clusterTranscribingQualitativeValue)
          Performs the core logic for createFromClusterTranscribingQualitativeValue(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingQualitativeValue)
protected abstract  ClusterTranscribingQualitativeValue[] handleGetAllClusterTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for getAllClusterTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 java.lang.Object load(int transform, java.lang.String externalCode, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, Parameter parameter)
           Does the same thing as TranscribingQualitativeValueDao.load(java.lang.String,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter) with an additional flag called transform.
 TranscribingQualitativeValue load(java.lang.String externalCode, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, Parameter parameter)
          Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue from the persistent store.
 java.util.Collection loadAll()
          Loads all entities of type TranscribingQualitativeValue.
 java.util.Collection loadAll(int transform)
           Does the same thing as TranscribingQualitativeValueDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as TranscribingQualitativeValueDao.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 TranscribingQualitativeValueDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remoteTranscribingQualitativeValueFullVOToEntity(RemoteTranscribingQualitativeValueFullVO source, TranscribingQualitativeValue target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingQualitativeValueFullVO to the specified entity.
 void remoteTranscribingQualitativeValueFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTranscribingQualitativeValueFullVO to this DAO's entity.
 void remoteTranscribingQualitativeValueNaturalIdToEntity(RemoteTranscribingQualitativeValueNaturalId source, TranscribingQualitativeValue target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingQualitativeValueNaturalId to the specified entity.
 void remoteTranscribingQualitativeValueNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTranscribingQualitativeValueNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(java.lang.String externalCode, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, Parameter parameter)
          Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue having the given identifiers from the persistent store.
 void remove(TranscribingQualitativeValue transcribingQualitativeValue)
          Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue 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 TranscribingQualitativeValueDao.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 setParameterDao(ParameterDao parameterDao)
          Sets the reference to parameterDao.
 void setQualitativeValueDao(QualitativeValueDao qualitativeValueDao)
          Sets the reference to qualitativeValueDao.
 void setTranscribingSideDao(TranscribingSideDao transcribingSideDao)
          Sets the reference to transcribingSideDao.
 void setTranscribingSystemDao(TranscribingSystemDao transcribingSystemDao)
          Sets the reference to transcribingSystemDao.
protected  ClusterTranscribingQualitativeValue toClusterTranscribingQualitativeValue(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterTranscribingQualitativeValue toClusterTranscribingQualitativeValue(TranscribingQualitativeValue entity)
          Converts this DAO's entity to an object of type ClusterTranscribingQualitativeValue.
 void toClusterTranscribingQualitativeValue(TranscribingQualitativeValue source, ClusterTranscribingQualitativeValue target)
          Copies the fields of the specified entity to the target value object.
 ClusterTranscribingQualitativeValue[] toClusterTranscribingQualitativeValueArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterTranscribingQualitativeValue.
 void toClusterTranscribingQualitativeValueCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterTranscribingQualitativeValue.
protected  TranscribingQualitativeValue toEntity(java.lang.Object[] row)
           
protected  RemoteTranscribingQualitativeValueFullVO toRemoteTranscribingQualitativeValueFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTranscribingQualitativeValueFullVO toRemoteTranscribingQualitativeValueFullVO(TranscribingQualitativeValue entity)
          Converts this DAO's entity to an object of type RemoteTranscribingQualitativeValueFullVO.
 void toRemoteTranscribingQualitativeValueFullVO(TranscribingQualitativeValue source, RemoteTranscribingQualitativeValueFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteTranscribingQualitativeValueFullVO[] toRemoteTranscribingQualitativeValueFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingQualitativeValueFullVO.
 void toRemoteTranscribingQualitativeValueFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTranscribingQualitativeValueFullVO.
protected  RemoteTranscribingQualitativeValueNaturalId toRemoteTranscribingQualitativeValueNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTranscribingQualitativeValueNaturalId toRemoteTranscribingQualitativeValueNaturalId(TranscribingQualitativeValue entity)
          Converts this DAO's entity to an object of type RemoteTranscribingQualitativeValueNaturalId.
 void toRemoteTranscribingQualitativeValueNaturalId(TranscribingQualitativeValue source, RemoteTranscribingQualitativeValueNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteTranscribingQualitativeValueNaturalId[] toRemoteTranscribingQualitativeValueNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingQualitativeValueNaturalId.
 void toRemoteTranscribingQualitativeValueNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTranscribingQualitativeValueNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue) method.
protected  java.lang.Object transformEntity(int transform, TranscribingQualitativeValue 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.referential.transcribing.TranscribingQualitativeValueDao, please note that the TranscribingQualitativeValueDao.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(TranscribingQualitativeValue transcribingQualitativeValue)
          Updates the transcribingQualitativeValue 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.referential.transcribing.TranscribingQualitativeValueDao
clusterTranscribingQualitativeValueToEntity, remoteTranscribingQualitativeValueFullVOToEntity, remoteTranscribingQualitativeValueNaturalIdToEntity
 

Constructor Detail

TranscribingQualitativeValueDaoBase

public TranscribingQualitativeValueDaoBase()
Method Detail

setTranscribingSystemDao

public void setTranscribingSystemDao(TranscribingSystemDao transcribingSystemDao)
Sets the reference to transcribingSystemDao.


getTranscribingSystemDao

protected TranscribingSystemDao getTranscribingSystemDao()
Gets the reference to transcribingSystemDao.


setTranscribingSideDao

public void setTranscribingSideDao(TranscribingSideDao transcribingSideDao)
Sets the reference to transcribingSideDao.


getTranscribingSideDao

protected TranscribingSideDao getTranscribingSideDao()
Gets the reference to transcribingSideDao.


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.String externalCode,
                             TranscribingSystem transcribingSystem,
                             TranscribingSide transcribingSide,
                             QualitativeValue qualitativeValue,
                             Parameter parameter)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.load(java.lang.String,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,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 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 TranscribingQualitativeValueDao
externalCode - identifier of the entity to load
transcribingSystem - identifier of the entity to load
transcribingSide - identifier of the entity to load
qualitativeValue - identifier of the entity to load
parameter - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.
See Also:
TranscribingQualitativeValueDao.load(int, java.lang.String,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter)

load

public TranscribingQualitativeValue load(java.lang.String externalCode,
                                         TranscribingSystem transcribingSystem,
                                         TranscribingSide transcribingSide,
                                         QualitativeValue qualitativeValue,
                                         Parameter parameter)
Description copied from interface: TranscribingQualitativeValueDao
Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue from the persistent store.

Specified by:
load in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.load(java.lang.String,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter)

loadAll

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

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

loadAll

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

Does the same thing as TranscribingQualitativeValueDao.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 TranscribingQualitativeValueDao
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
TranscribingQualitativeValueDao.loadAll(int)

loadAll

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

Does the same thing as TranscribingQualitativeValueDao.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 TranscribingQualitativeValueDao
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:
TranscribingQualitativeValueDao.loadAll(int, int)

loadAll

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

Does the same thing as TranscribingQualitativeValueDao.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 TranscribingQualitativeValueDao
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:
TranscribingQualitativeValueDao.loadAll(int, int, int)

create

public TranscribingQualitativeValue create(TranscribingQualitativeValue transcribingQualitativeValue)
Description copied from interface: TranscribingQualitativeValueDao
Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue and adds it to the persistent store.

Specified by:
create in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)

create

public java.lang.Object create(int transform,
                               TranscribingQualitativeValue transcribingQualitativeValue)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue) 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 TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.create(int transform, fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)

create

public java.util.Collection create(java.util.Collection entities)
Description copied from interface: TranscribingQualitativeValueDao
Creates a new instance of fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue and adds from the passed in entities collection

Specified by:
create in interface TranscribingQualitativeValueDao
Parameters:
entities - the collection of fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue instances to create.
Returns:
the created instances.
See Also:
TranscribingQualitativeValueDao.create(java.util.Collection)

create

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

Does the same thing as TranscribingQualitativeValueDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue) 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 TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.create(int, java.util.Collection)

create

public TranscribingQualitativeValue create(java.lang.String externalCode,
                                           java.sql.Timestamp updateDate,
                                           TranscribingSystem transcribingSystem,
                                           TranscribingSide transcribingSide,
                                           QualitativeValue qualitativeValue,
                                           Parameter parameter)
Description copied from interface: TranscribingQualitativeValueDao

Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue instance from all attributes and properties and adds it to the persistent store.

Specified by:
create in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter)

create

public java.lang.Object create(int transform,
                               java.lang.String externalCode,
                               java.sql.Timestamp updateDate,
                               TranscribingSystem transcribingSystem,
                               TranscribingSide transcribingSide,
                               QualitativeValue qualitativeValue,
                               Parameter parameter)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,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 TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.create(int, java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter)

create

public TranscribingQualitativeValue create(java.lang.String externalCode,
                                           Parameter parameter,
                                           QualitativeValue qualitativeValue,
                                           TranscribingSide transcribingSide,
                                           TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingQualitativeValueDao

Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue instance from only required properties (attributes and association ends) and adds it to the persistent store.

Specified by:
create in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.create(java.lang.String,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

create

public java.lang.Object create(int transform,
                               java.lang.String externalCode,
                               Parameter parameter,
                               QualitativeValue qualitativeValue,
                               TranscribingSide transcribingSide,
                               TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.create(java.lang.String,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem) 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 TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.create(int, java.lang.String,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

update

public void update(TranscribingQualitativeValue transcribingQualitativeValue)
Description copied from interface: TranscribingQualitativeValueDao
Updates the transcribingQualitativeValue instance in the persistent store.

Specified by:
update in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.update(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)

update

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

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

remove

public void remove(TranscribingQualitativeValue transcribingQualitativeValue)
Description copied from interface: TranscribingQualitativeValueDao
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue from the persistent store.

Specified by:
remove in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.remove(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)

remove

public void remove(java.lang.String externalCode,
                   TranscribingSystem transcribingSystem,
                   TranscribingSide transcribingSide,
                   QualitativeValue qualitativeValue,
                   Parameter parameter)
Description copied from interface: TranscribingQualitativeValueDao
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue having the given identifiers from the persistent store.

Specified by:
remove in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.remove(java.lang.String,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter)

remove

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

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

getAllTranscribingQualitativeValue

public java.util.Collection getAllTranscribingQualitativeValue()
Specified by:
getAllTranscribingQualitativeValue in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue()

getAllTranscribingQualitativeValue

public java.util.Collection getAllTranscribingQualitativeValue(int transform)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue() 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:
getAllTranscribingQualitativeValue in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(int)

getAllTranscribingQualitativeValue

public java.util.Collection getAllTranscribingQualitativeValue(java.lang.String queryString)
Description copied from interface: TranscribingQualitativeValueDao

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

Specified by:
getAllTranscribingQualitativeValue in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(java.lang.String)

getAllTranscribingQualitativeValue

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

Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue() 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:
getAllTranscribingQualitativeValue in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(int, int)

getAllTranscribingQualitativeValue

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

Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(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:
getAllTranscribingQualitativeValue in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(String, int, int)

getAllTranscribingQualitativeValue

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

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

Specified by:
getAllTranscribingQualitativeValue in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(int, String)

getAllTranscribingQualitativeValue

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

Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(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:
getAllTranscribingQualitativeValue in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(int, int, int)

getAllTranscribingQualitativeValue

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

Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(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:
getAllTranscribingQualitativeValue in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(int, java.lang.String, int, int)

findTranscribingQualitativeValueByExternalCode

public java.util.Collection findTranscribingQualitativeValueByExternalCode(java.lang.String externalCode)
Specified by:
findTranscribingQualitativeValueByExternalCode in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(java.lang.String)

findTranscribingQualitativeValueByExternalCode

public java.util.Collection findTranscribingQualitativeValueByExternalCode(int transform,
                                                                           java.lang.String externalCode)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(java.lang.String) 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:
findTranscribingQualitativeValueByExternalCode in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(int, java.lang.String)

findTranscribingQualitativeValueByExternalCode

public java.util.Collection findTranscribingQualitativeValueByExternalCode(java.lang.String queryString,
                                                                           java.lang.String externalCode)
Description copied from interface: TranscribingQualitativeValueDao

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

Specified by:
findTranscribingQualitativeValueByExternalCode in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(java.lang.String, java.lang.String)

findTranscribingQualitativeValueByExternalCode

public java.util.Collection findTranscribingQualitativeValueByExternalCode(int pageNumber,
                                                                           int pageSize,
                                                                           java.lang.String externalCode)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(java.lang.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:
findTranscribingQualitativeValueByExternalCode in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(int, int, java.lang.String)

findTranscribingQualitativeValueByExternalCode

public java.util.Collection findTranscribingQualitativeValueByExternalCode(java.lang.String queryString,
                                                                           int pageNumber,
                                                                           int pageSize,
                                                                           java.lang.String externalCode)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(String, java.lang.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:
findTranscribingQualitativeValueByExternalCode in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(String, int, int, java.lang.String)

findTranscribingQualitativeValueByExternalCode

public java.util.Collection findTranscribingQualitativeValueByExternalCode(int transform,
                                                                           java.lang.String queryString,
                                                                           java.lang.String externalCode)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(int, java.lang.String) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(int, java.lang.String externalCode).

Specified by:
findTranscribingQualitativeValueByExternalCode in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(int, String, java.lang.String)

findTranscribingQualitativeValueByExternalCode

public java.util.Collection findTranscribingQualitativeValueByExternalCode(int transform,
                                                                           int pageNumber,
                                                                           int pageSize,
                                                                           java.lang.String externalCode)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(int, java.lang.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:
findTranscribingQualitativeValueByExternalCode in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(int, int, int, java.lang.String)

findTranscribingQualitativeValueByExternalCode

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

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(int, String, java.lang.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:
findTranscribingQualitativeValueByExternalCode in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(int, java.lang.String, int, int, java.lang.String)

findTranscribingQualitativeValueByTranscribingSystem

public java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(TranscribingSystem transcribingSystem)
Specified by:
findTranscribingQualitativeValueByTranscribingSystem in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingQualitativeValueByTranscribingSystem

public java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(int transform,
                                                                                 TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) 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:
findTranscribingQualitativeValueByTranscribingSystem in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingQualitativeValueByTranscribingSystem

public java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(java.lang.String queryString,
                                                                                 TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem).

Specified by:
findTranscribingQualitativeValueByTranscribingSystem in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingQualitativeValueByTranscribingSystem

public java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(int pageNumber,
                                                                                 int pageSize,
                                                                                 TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) 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:
findTranscribingQualitativeValueByTranscribingSystem in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingQualitativeValueByTranscribingSystem

public java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(java.lang.String queryString,
                                                                                 int pageNumber,
                                                                                 int pageSize,
                                                                                 TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) 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:
findTranscribingQualitativeValueByTranscribingSystem in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingQualitativeValueByTranscribingSystem

public java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(int transform,
                                                                                 java.lang.String queryString,
                                                                                 TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem).

Specified by:
findTranscribingQualitativeValueByTranscribingSystem in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingQualitativeValueByTranscribingSystem

public java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(int transform,
                                                                                 int pageNumber,
                                                                                 int pageSize,
                                                                                 TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) 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:
findTranscribingQualitativeValueByTranscribingSystem in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(int, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingQualitativeValueByTranscribingSystem

public java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(int transform,
                                                                                 java.lang.String queryString,
                                                                                 int pageNumber,
                                                                                 int pageSize,
                                                                                 TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) 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:
findTranscribingQualitativeValueByTranscribingSystem in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(int, java.lang.String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingQualitativeValueByTranscribingSide

public java.util.Collection findTranscribingQualitativeValueByTranscribingSide(TranscribingSide transcribingSide)
Specified by:
findTranscribingQualitativeValueByTranscribingSide in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingQualitativeValueByTranscribingSide

public java.util.Collection findTranscribingQualitativeValueByTranscribingSide(int transform,
                                                                               TranscribingSide transcribingSide)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) 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:
findTranscribingQualitativeValueByTranscribingSide in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingQualitativeValueByTranscribingSide

public java.util.Collection findTranscribingQualitativeValueByTranscribingSide(java.lang.String queryString,
                                                                               TranscribingSide transcribingSide)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide).

Specified by:
findTranscribingQualitativeValueByTranscribingSide in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingQualitativeValueByTranscribingSide

public java.util.Collection findTranscribingQualitativeValueByTranscribingSide(int pageNumber,
                                                                               int pageSize,
                                                                               TranscribingSide transcribingSide)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) 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:
findTranscribingQualitativeValueByTranscribingSide in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingQualitativeValueByTranscribingSide

public java.util.Collection findTranscribingQualitativeValueByTranscribingSide(java.lang.String queryString,
                                                                               int pageNumber,
                                                                               int pageSize,
                                                                               TranscribingSide transcribingSide)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) 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:
findTranscribingQualitativeValueByTranscribingSide in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingQualitativeValueByTranscribingSide

public java.util.Collection findTranscribingQualitativeValueByTranscribingSide(int transform,
                                                                               java.lang.String queryString,
                                                                               TranscribingSide transcribingSide)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide).

Specified by:
findTranscribingQualitativeValueByTranscribingSide in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingQualitativeValueByTranscribingSide

public java.util.Collection findTranscribingQualitativeValueByTranscribingSide(int transform,
                                                                               int pageNumber,
                                                                               int pageSize,
                                                                               TranscribingSide transcribingSide)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) 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:
findTranscribingQualitativeValueByTranscribingSide in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(int, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingQualitativeValueByTranscribingSide

public java.util.Collection findTranscribingQualitativeValueByTranscribingSide(int transform,
                                                                               java.lang.String queryString,
                                                                               int pageNumber,
                                                                               int pageSize,
                                                                               TranscribingSide transcribingSide)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) 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:
findTranscribingQualitativeValueByTranscribingSide in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(int, java.lang.String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingQualitativeValueByQualitativeValue

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

findTranscribingQualitativeValueByQualitativeValue

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

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(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:
findTranscribingQualitativeValueByQualitativeValue in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findTranscribingQualitativeValueByQualitativeValue

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

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

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

findTranscribingQualitativeValueByQualitativeValue

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

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(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:
findTranscribingQualitativeValueByQualitativeValue in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findTranscribingQualitativeValueByQualitativeValue

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

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(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:
findTranscribingQualitativeValueByQualitativeValue in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findTranscribingQualitativeValueByQualitativeValue

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

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(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 TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue).

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

findTranscribingQualitativeValueByQualitativeValue

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

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(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:
findTranscribingQualitativeValueByQualitativeValue in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findTranscribingQualitativeValueByQualitativeValue

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

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(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:
findTranscribingQualitativeValueByQualitativeValue in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findTranscribingQualitativeValueByParameter

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

findTranscribingQualitativeValueByParameter

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

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(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:
findTranscribingQualitativeValueByParameter in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter)

findTranscribingQualitativeValueByParameter

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

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

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

findTranscribingQualitativeValueByParameter

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

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(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:
findTranscribingQualitativeValueByParameter in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(int, int, fr.ifremer.allegro.referential.pmfm.Parameter)

findTranscribingQualitativeValueByParameter

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

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(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:
findTranscribingQualitativeValueByParameter in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(String, int, int, fr.ifremer.allegro.referential.pmfm.Parameter)

findTranscribingQualitativeValueByParameter

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

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(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 TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter parameter).

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

findTranscribingQualitativeValueByParameter

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

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(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:
findTranscribingQualitativeValueByParameter in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(int, int, int, fr.ifremer.allegro.referential.pmfm.Parameter)

findTranscribingQualitativeValueByParameter

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

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(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:
findTranscribingQualitativeValueByParameter in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Parameter)

findTranscribingQualitativeValueByIdentifiers

public TranscribingQualitativeValue findTranscribingQualitativeValueByIdentifiers(TranscribingSystem transcribingSystem,
                                                                                  TranscribingSide transcribingSide,
                                                                                  QualitativeValue qualitativeValue,
                                                                                  java.lang.String externalCode,
                                                                                  Parameter parameter)
Specified by:
findTranscribingQualitativeValueByIdentifiers in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)

findTranscribingQualitativeValueByIdentifiers

public java.lang.Object findTranscribingQualitativeValueByIdentifiers(int transform,
                                                                      TranscribingSystem transcribingSystem,
                                                                      TranscribingSide transcribingSide,
                                                                      QualitativeValue qualitativeValue,
                                                                      java.lang.String externalCode,
                                                                      Parameter parameter)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, 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:
findTranscribingQualitativeValueByIdentifiers in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)

findTranscribingQualitativeValueByIdentifiers

public TranscribingQualitativeValue findTranscribingQualitativeValueByIdentifiers(java.lang.String queryString,
                                                                                  TranscribingSystem transcribingSystem,
                                                                                  TranscribingSide transcribingSide,
                                                                                  QualitativeValue qualitativeValue,
                                                                                  java.lang.String externalCode,
                                                                                  Parameter parameter)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingQualitativeValueDao.findTranscribingQualitativeValueByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter).

Specified by:
findTranscribingQualitativeValueByIdentifiers in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByIdentifiers(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)

findTranscribingQualitativeValueByIdentifiers

public java.lang.Object findTranscribingQualitativeValueByIdentifiers(int transform,
                                                                      java.lang.String queryString,
                                                                      TranscribingSystem transcribingSystem,
                                                                      TranscribingSide transcribingSide,
                                                                      QualitativeValue qualitativeValue,
                                                                      java.lang.String externalCode,
                                                                      Parameter parameter)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingQualitativeValueDao.findTranscribingQualitativeValueByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue, java.lang.String externalCode, fr.ifremer.allegro.referential.pmfm.Parameter parameter).

Specified by:
findTranscribingQualitativeValueByIdentifiers in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByIdentifiers(int, java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)

findTranscribingQualitativeValueByNaturalId

public TranscribingQualitativeValue findTranscribingQualitativeValueByNaturalId(TranscribingSystem transcribingSystem,
                                                                                TranscribingSide transcribingSide,
                                                                                QualitativeValue qualitativeValue,
                                                                                java.lang.String externalCode,
                                                                                Parameter parameter)
Specified by:
findTranscribingQualitativeValueByNaturalId in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)

findTranscribingQualitativeValueByNaturalId

public java.lang.Object findTranscribingQualitativeValueByNaturalId(int transform,
                                                                    TranscribingSystem transcribingSystem,
                                                                    TranscribingSide transcribingSide,
                                                                    QualitativeValue qualitativeValue,
                                                                    java.lang.String externalCode,
                                                                    Parameter parameter)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, 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:
findTranscribingQualitativeValueByNaturalId in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)

findTranscribingQualitativeValueByNaturalId

public TranscribingQualitativeValue findTranscribingQualitativeValueByNaturalId(java.lang.String queryString,
                                                                                TranscribingSystem transcribingSystem,
                                                                                TranscribingSide transcribingSide,
                                                                                QualitativeValue qualitativeValue,
                                                                                java.lang.String externalCode,
                                                                                Parameter parameter)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingQualitativeValueDao.findTranscribingQualitativeValueByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter).

Specified by:
findTranscribingQualitativeValueByNaturalId in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByNaturalId(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)

findTranscribingQualitativeValueByNaturalId

public java.lang.Object findTranscribingQualitativeValueByNaturalId(int transform,
                                                                    java.lang.String queryString,
                                                                    TranscribingSystem transcribingSystem,
                                                                    TranscribingSide transcribingSide,
                                                                    QualitativeValue qualitativeValue,
                                                                    java.lang.String externalCode,
                                                                    Parameter parameter)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingQualitativeValueDao.findTranscribingQualitativeValueByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue, java.lang.String externalCode, fr.ifremer.allegro.referential.pmfm.Parameter parameter).

Specified by:
findTranscribingQualitativeValueByNaturalId in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)

getAllTranscribingQualitativeValueSinceDateSynchro

public java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp updateDate)
Specified by:
getAllTranscribingQualitativeValueSinceDateSynchro in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp)

getAllTranscribingQualitativeValueSinceDateSynchro

public java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(int transform,
                                                                               java.sql.Timestamp updateDate)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp) 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:
getAllTranscribingQualitativeValueSinceDateSynchro in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(int, java.sql.Timestamp)

getAllTranscribingQualitativeValueSinceDateSynchro

public java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(java.lang.String queryString,
                                                                               java.sql.Timestamp updateDate)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp).

Specified by:
getAllTranscribingQualitativeValueSinceDateSynchro in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(java.lang.String, java.sql.Timestamp)

getAllTranscribingQualitativeValueSinceDateSynchro

public java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(int pageNumber,
                                                                               int pageSize,
                                                                               java.sql.Timestamp updateDate)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp) 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:
getAllTranscribingQualitativeValueSinceDateSynchro in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(int, int, java.sql.Timestamp)

getAllTranscribingQualitativeValueSinceDateSynchro

public java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(java.lang.String queryString,
                                                                               int pageNumber,
                                                                               int pageSize,
                                                                               java.sql.Timestamp updateDate)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(String, java.sql.Timestamp) 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:
getAllTranscribingQualitativeValueSinceDateSynchro in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(String, int, int, java.sql.Timestamp)

getAllTranscribingQualitativeValueSinceDateSynchro

public java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(int transform,
                                                                               java.lang.String queryString,
                                                                               java.sql.Timestamp updateDate)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(int, java.sql.Timestamp updateDate).

Specified by:
getAllTranscribingQualitativeValueSinceDateSynchro in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(int, String, java.sql.Timestamp)

getAllTranscribingQualitativeValueSinceDateSynchro

public java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(int transform,
                                                                               int pageNumber,
                                                                               int pageSize,
                                                                               java.sql.Timestamp updateDate)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(int, java.sql.Timestamp) 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:
getAllTranscribingQualitativeValueSinceDateSynchro in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(int, int, int, java.sql.Timestamp)

getAllTranscribingQualitativeValueSinceDateSynchro

public java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(int transform,
                                                                               java.lang.String queryString,
                                                                               int pageNumber,
                                                                               int pageSize,
                                                                               java.sql.Timestamp updateDate)
Description copied from interface: TranscribingQualitativeValueDao

Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(int, String, java.sql.Timestamp) 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:
getAllTranscribingQualitativeValueSinceDateSynchro in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)

createFromClusterTranscribingQualitativeValue

public TranscribingQualitativeValue createFromClusterTranscribingQualitativeValue(ClusterTranscribingQualitativeValue clusterTranscribingQualitativeValue)
Specified by:
createFromClusterTranscribingQualitativeValue in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.createFromClusterTranscribingQualitativeValue(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingQualitativeValue)

handleCreateFromClusterTranscribingQualitativeValue

protected abstract TranscribingQualitativeValue handleCreateFromClusterTranscribingQualitativeValue(ClusterTranscribingQualitativeValue clusterTranscribingQualitativeValue)
                                                                                             throws java.lang.Exception
Performs the core logic for createFromClusterTranscribingQualitativeValue(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingQualitativeValue)

Throws:
java.lang.Exception

getAllClusterTranscribingQualitativeValueSinceDateSynchro

public ClusterTranscribingQualitativeValue[] getAllClusterTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                                       java.lang.Integer userId,
                                                                                                       java.lang.Integer[] registrationLocationIds,
                                                                                                       java.lang.Integer pageNumber,
                                                                                                       java.lang.Integer pageSize)
Specified by:
getAllClusterTranscribingQualitativeValueSinceDateSynchro in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.getAllClusterTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetAllClusterTranscribingQualitativeValueSinceDateSynchro

protected abstract ClusterTranscribingQualitativeValue[] handleGetAllClusterTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                                                         java.lang.Integer userId,
                                                                                                                         java.lang.Integer[] registrationLocationIds,
                                                                                                                         java.lang.Integer pageNumber,
                                                                                                                         java.lang.Integer pageSize)
                                                                                                                  throws java.lang.Exception
Performs the core logic for getAllClusterTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

transformEntity

protected java.lang.Object transformEntity(int transform,
                                           TranscribingQualitativeValue 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.referential.transcribing.TranscribingQualitativeValueDao, please note that the TranscribingQualitativeValueDao.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 TranscribingQualitativeValueDao.TRANSFORM_NONE is assumed.

Parameters:
transform - one of the constants declared in TranscribingQualitativeValueDao
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.referential.transcribing.TranscribingQualitativeValue) 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.referential.transcribing.TranscribingQualitativeValueDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)

toEntity

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

toRemoteTranscribingQualitativeValueFullVOCollection

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

Specified by:
toRemoteTranscribingQualitativeValueFullVOCollection in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.toRemoteTranscribingQualitativeValueFullVOCollection(java.util.Collection)

toRemoteTranscribingQualitativeValueFullVOArray

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

Specified by:
toRemoteTranscribingQualitativeValueFullVOArray in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.toRemoteTranscribingQualitativeValueFullVOArray(java.util.Collection)

toRemoteTranscribingQualitativeValueFullVO

protected RemoteTranscribingQualitativeValueFullVO toRemoteTranscribingQualitativeValueFullVO(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 TranscribingQualitativeValueDaoImpl class if you intend to use reporting queries.

See Also:
TranscribingQualitativeValueDao.toRemoteTranscribingQualitativeValueFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)

remoteTranscribingQualitativeValueFullVOToEntityCollection

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

Specified by:
remoteTranscribingQualitativeValueFullVOToEntityCollection in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.remoteTranscribingQualitativeValueFullVOToEntityCollection(java.util.Collection)

toRemoteTranscribingQualitativeValueFullVO

public void toRemoteTranscribingQualitativeValueFullVO(TranscribingQualitativeValue source,
                                                       RemoteTranscribingQualitativeValueFullVO target)
Description copied from interface: TranscribingQualitativeValueDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteTranscribingQualitativeValueFullVO(), 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:
toRemoteTranscribingQualitativeValueFullVO in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.toRemoteTranscribingQualitativeValueFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO)

toRemoteTranscribingQualitativeValueFullVO

public RemoteTranscribingQualitativeValueFullVO toRemoteTranscribingQualitativeValueFullVO(TranscribingQualitativeValue entity)
Description copied from interface: TranscribingQualitativeValueDao
Converts this DAO's entity to an object of type RemoteTranscribingQualitativeValueFullVO.

Specified by:
toRemoteTranscribingQualitativeValueFullVO in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.toRemoteTranscribingQualitativeValueFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)

remoteTranscribingQualitativeValueFullVOToEntity

public void remoteTranscribingQualitativeValueFullVOToEntity(RemoteTranscribingQualitativeValueFullVO source,
                                                             TranscribingQualitativeValue target,
                                                             boolean copyIfNull)
Description copied from interface: TranscribingQualitativeValueDao
Copies the fields of RemoteTranscribingQualitativeValueFullVO to the specified entity.

Specified by:
remoteTranscribingQualitativeValueFullVOToEntity in interface TranscribingQualitativeValueDao
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.
See Also:
fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValueDao#remoteTranscribingQualitativeValueFullVOToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO, fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)

toRemoteTranscribingQualitativeValueNaturalIdCollection

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

Specified by:
toRemoteTranscribingQualitativeValueNaturalIdCollection in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.toRemoteTranscribingQualitativeValueNaturalIdCollection(java.util.Collection)

toRemoteTranscribingQualitativeValueNaturalIdArray

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

Specified by:
toRemoteTranscribingQualitativeValueNaturalIdArray in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.toRemoteTranscribingQualitativeValueNaturalIdArray(java.util.Collection)

toRemoteTranscribingQualitativeValueNaturalId

protected RemoteTranscribingQualitativeValueNaturalId toRemoteTranscribingQualitativeValueNaturalId(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 TranscribingQualitativeValueDaoImpl class if you intend to use reporting queries.

See Also:
TranscribingQualitativeValueDao.toRemoteTranscribingQualitativeValueNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)

remoteTranscribingQualitativeValueNaturalIdToEntityCollection

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

Specified by:
remoteTranscribingQualitativeValueNaturalIdToEntityCollection in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.remoteTranscribingQualitativeValueNaturalIdToEntityCollection(java.util.Collection)

toRemoteTranscribingQualitativeValueNaturalId

public void toRemoteTranscribingQualitativeValueNaturalId(TranscribingQualitativeValue source,
                                                          RemoteTranscribingQualitativeValueNaturalId target)
Description copied from interface: TranscribingQualitativeValueDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteTranscribingQualitativeValueNaturalId(), 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:
toRemoteTranscribingQualitativeValueNaturalId in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.toRemoteTranscribingQualitativeValueNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueNaturalId)

toRemoteTranscribingQualitativeValueNaturalId

public RemoteTranscribingQualitativeValueNaturalId toRemoteTranscribingQualitativeValueNaturalId(TranscribingQualitativeValue entity)
Description copied from interface: TranscribingQualitativeValueDao
Converts this DAO's entity to an object of type RemoteTranscribingQualitativeValueNaturalId.

Specified by:
toRemoteTranscribingQualitativeValueNaturalId in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.toRemoteTranscribingQualitativeValueNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)

remoteTranscribingQualitativeValueNaturalIdToEntity

public void remoteTranscribingQualitativeValueNaturalIdToEntity(RemoteTranscribingQualitativeValueNaturalId source,
                                                                TranscribingQualitativeValue target,
                                                                boolean copyIfNull)
Description copied from interface: TranscribingQualitativeValueDao
Copies the fields of RemoteTranscribingQualitativeValueNaturalId to the specified entity.

Specified by:
remoteTranscribingQualitativeValueNaturalIdToEntity in interface TranscribingQualitativeValueDao
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.
See Also:
fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValueDao#remoteTranscribingQualitativeValueNaturalIdToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueNaturalId, fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)

toClusterTranscribingQualitativeValueCollection

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

Specified by:
toClusterTranscribingQualitativeValueCollection in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.toClusterTranscribingQualitativeValueCollection(java.util.Collection)

toClusterTranscribingQualitativeValueArray

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

Specified by:
toClusterTranscribingQualitativeValueArray in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.toClusterTranscribingQualitativeValueArray(java.util.Collection)

toClusterTranscribingQualitativeValue

protected ClusterTranscribingQualitativeValue toClusterTranscribingQualitativeValue(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 TranscribingQualitativeValueDaoImpl class if you intend to use reporting queries.

See Also:
TranscribingQualitativeValueDao.toClusterTranscribingQualitativeValue(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)

clusterTranscribingQualitativeValueToEntityCollection

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

Specified by:
clusterTranscribingQualitativeValueToEntityCollection in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.clusterTranscribingQualitativeValueToEntityCollection(java.util.Collection)

toClusterTranscribingQualitativeValue

public void toClusterTranscribingQualitativeValue(TranscribingQualitativeValue source,
                                                  ClusterTranscribingQualitativeValue target)
Description copied from interface: TranscribingQualitativeValueDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterTranscribingQualitativeValue(), 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:
toClusterTranscribingQualitativeValue in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.toClusterTranscribingQualitativeValue(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue, fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingQualitativeValue)

toClusterTranscribingQualitativeValue

public ClusterTranscribingQualitativeValue toClusterTranscribingQualitativeValue(TranscribingQualitativeValue entity)
Description copied from interface: TranscribingQualitativeValueDao
Converts this DAO's entity to an object of type ClusterTranscribingQualitativeValue.

Specified by:
toClusterTranscribingQualitativeValue in interface TranscribingQualitativeValueDao
See Also:
TranscribingQualitativeValueDao.toClusterTranscribingQualitativeValue(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)

clusterTranscribingQualitativeValueToEntity

public void clusterTranscribingQualitativeValueToEntity(ClusterTranscribingQualitativeValue source,
                                                        TranscribingQualitativeValue target,
                                                        boolean copyIfNull)
Description copied from interface: TranscribingQualitativeValueDao
Copies the fields of ClusterTranscribingQualitativeValue to the specified entity.

Specified by:
clusterTranscribingQualitativeValueToEntity in interface TranscribingQualitativeValueDao
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.
See Also:
fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValueDao#clusterTranscribingQualitativeValueToEntity(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingQualitativeValue, fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)

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: TranscribingQualitativeValueDao
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 TranscribingQualitativeValueDao
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:
TranscribingQualitativeValueDao.search(int, int, int, fr.ifremer.allegro.Search)

search

public PaginationResult search(int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: TranscribingQualitativeValueDao
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 TranscribingQualitativeValueDao
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:
TranscribingQualitativeValueDao.search(int, int, fr.ifremer.allegro.Search)

search

public java.util.Set search(int transform,
                            Search search)
Description copied from interface: TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.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 TranscribingQualitativeValueDao
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:
TranscribingQualitativeValueDao.search(int, fr.ifremer.allegro.Search)

search

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.