fr.ifremer.allegro.referential.transcribing
Interface TranscribingQualitativeValueDao

All Known Implementing Classes:
TranscribingQualitativeValueDaoBase, TranscribingQualitativeValueDaoImpl

public interface TranscribingQualitativeValueDao

See Also:
TranscribingQualitativeValue

Field Summary
static int TRANSFORM_CLUSTERTRANSCRIBINGQUALITATIVEVALUE
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_NONE
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTETRANSCRIBINGQUALITATIVEVALUEFULLVO
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTETRANSCRIBINGQUALITATIVEVALUENATURALID
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
 
Method Summary
 TranscribingQualitativeValue clusterTranscribingQualitativeValueToEntity(ClusterTranscribingQualitativeValue clusterTranscribingQualitativeValue)
          Converts an instance of type ClusterTranscribingQualitativeValue to this DAO's entity.
 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 getAllTranscribingQualitativeValue() with an additional flag called transform.
 java.util.Collection getAllTranscribingQualitativeValue(int pageNumber, int pageSize)
           Does the same thing as 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 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 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 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 getAllTranscribingQualitativeValue() with an additional argument called queryString.
 java.util.Collection getAllTranscribingQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as 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 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 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 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 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 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 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 getAllTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp updateDate)
           
 java.lang.Object load(int transform, java.lang.String externalCode, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, Parameter parameter)
           Does the same thing as 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 loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as 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 loadAll(int) with an additional two arguments called pageNumber and pageSize.
 TranscribingQualitativeValue remoteTranscribingQualitativeValueFullVOToEntity(RemoteTranscribingQualitativeValueFullVO remoteTranscribingQualitativeValueFullVO)
          Converts an instance of type RemoteTranscribingQualitativeValueFullVO to this DAO's entity.
 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.
 TranscribingQualitativeValue remoteTranscribingQualitativeValueNaturalIdToEntity(RemoteTranscribingQualitativeValueNaturalId remoteTranscribingQualitativeValueNaturalId)
          Converts an instance of type RemoteTranscribingQualitativeValueNaturalId 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 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.
 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.
 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.
 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.
 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.
 

Field Detail

TRANSFORM_NONE

static final int TRANSFORM_NONE
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes no transformation will occur.

See Also:
Constant Field Values

TRANSFORM_REMOTETRANSCRIBINGQUALITATIVEVALUEFULLVO

static final int TRANSFORM_REMOTETRANSCRIBINGQUALITATIVEVALUEFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type RemoteTranscribingQualitativeValueFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTETRANSCRIBINGQUALITATIVEVALUENATURALID

static final int TRANSFORM_REMOTETRANSCRIBINGQUALITATIVEVALUENATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type RemoteTranscribingQualitativeValueNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERTRANSCRIBINGQUALITATIVEVALUE

static final int TRANSFORM_CLUSTERTRANSCRIBINGQUALITATIVEVALUE
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type ClusterTranscribingQualitativeValue.

See Also:
Constant Field Values
Method Detail

toRemoteTranscribingQualitativeValueFullVO

void toRemoteTranscribingQualitativeValueFullVO(TranscribingQualitativeValue source,
                                                RemoteTranscribingQualitativeValueFullVO target)
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).


toRemoteTranscribingQualitativeValueFullVO

RemoteTranscribingQualitativeValueFullVO toRemoteTranscribingQualitativeValueFullVO(TranscribingQualitativeValue entity)
Converts this DAO's entity to an object of type RemoteTranscribingQualitativeValueFullVO.


toRemoteTranscribingQualitativeValueFullVOCollection

void toRemoteTranscribingQualitativeValueFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingQualitativeValueFullVO.


toRemoteTranscribingQualitativeValueFullVOArray

RemoteTranscribingQualitativeValueFullVO[] toRemoteTranscribingQualitativeValueFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTranscribingQualitativeValueFullVO.


remoteTranscribingQualitativeValueFullVOToEntity

void remoteTranscribingQualitativeValueFullVOToEntity(RemoteTranscribingQualitativeValueFullVO source,
                                                      TranscribingQualitativeValue target,
                                                      boolean copyIfNull)
Copies the fields of RemoteTranscribingQualitativeValueFullVO to the specified entity.

Parameters:
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.

remoteTranscribingQualitativeValueFullVOToEntity

TranscribingQualitativeValue remoteTranscribingQualitativeValueFullVOToEntity(RemoteTranscribingQualitativeValueFullVO remoteTranscribingQualitativeValueFullVO)
Converts an instance of type RemoteTranscribingQualitativeValueFullVO to this DAO's entity.


remoteTranscribingQualitativeValueFullVOToEntityCollection

void remoteTranscribingQualitativeValueFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTranscribingQualitativeValueFullVO to this DAO's entity.


toRemoteTranscribingQualitativeValueNaturalId

void toRemoteTranscribingQualitativeValueNaturalId(TranscribingQualitativeValue source,
                                                   RemoteTranscribingQualitativeValueNaturalId target)
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).


toRemoteTranscribingQualitativeValueNaturalId

RemoteTranscribingQualitativeValueNaturalId toRemoteTranscribingQualitativeValueNaturalId(TranscribingQualitativeValue entity)
Converts this DAO's entity to an object of type RemoteTranscribingQualitativeValueNaturalId.


toRemoteTranscribingQualitativeValueNaturalIdCollection

void toRemoteTranscribingQualitativeValueNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingQualitativeValueNaturalId.


toRemoteTranscribingQualitativeValueNaturalIdArray

RemoteTranscribingQualitativeValueNaturalId[] toRemoteTranscribingQualitativeValueNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTranscribingQualitativeValueNaturalId.


remoteTranscribingQualitativeValueNaturalIdToEntity

void remoteTranscribingQualitativeValueNaturalIdToEntity(RemoteTranscribingQualitativeValueNaturalId source,
                                                         TranscribingQualitativeValue target,
                                                         boolean copyIfNull)
Copies the fields of RemoteTranscribingQualitativeValueNaturalId to the specified entity.

Parameters:
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.

remoteTranscribingQualitativeValueNaturalIdToEntity

TranscribingQualitativeValue remoteTranscribingQualitativeValueNaturalIdToEntity(RemoteTranscribingQualitativeValueNaturalId remoteTranscribingQualitativeValueNaturalId)
Converts an instance of type RemoteTranscribingQualitativeValueNaturalId to this DAO's entity.


remoteTranscribingQualitativeValueNaturalIdToEntityCollection

void remoteTranscribingQualitativeValueNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTranscribingQualitativeValueNaturalId to this DAO's entity.


toClusterTranscribingQualitativeValue

void toClusterTranscribingQualitativeValue(TranscribingQualitativeValue source,
                                           ClusterTranscribingQualitativeValue target)
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).


toClusterTranscribingQualitativeValue

ClusterTranscribingQualitativeValue toClusterTranscribingQualitativeValue(TranscribingQualitativeValue entity)
Converts this DAO's entity to an object of type ClusterTranscribingQualitativeValue.


toClusterTranscribingQualitativeValueCollection

void toClusterTranscribingQualitativeValueCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterTranscribingQualitativeValue.


toClusterTranscribingQualitativeValueArray

ClusterTranscribingQualitativeValue[] toClusterTranscribingQualitativeValueArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterTranscribingQualitativeValue.


clusterTranscribingQualitativeValueToEntity

void clusterTranscribingQualitativeValueToEntity(ClusterTranscribingQualitativeValue source,
                                                 TranscribingQualitativeValue target,
                                                 boolean copyIfNull)
Copies the fields of ClusterTranscribingQualitativeValue to the specified entity.

Parameters:
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.

clusterTranscribingQualitativeValueToEntity

TranscribingQualitativeValue clusterTranscribingQualitativeValueToEntity(ClusterTranscribingQualitativeValue clusterTranscribingQualitativeValue)
Converts an instance of type ClusterTranscribingQualitativeValue to this DAO's entity.


clusterTranscribingQualitativeValueToEntityCollection

void clusterTranscribingQualitativeValueToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterTranscribingQualitativeValue to this DAO's entity.


load

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.


load

java.lang.Object load(int transform,
                      java.lang.String externalCode,
                      TranscribingSystem transcribingSystem,
                      TranscribingSide transcribingSide,
                      QualitativeValue qualitativeValue,
                      Parameter parameter)

Does the same thing as 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.

Parameters:
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.

loadAll

java.util.Collection loadAll()
Loads all entities of type TranscribingQualitativeValue.

Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int transform)

Does the same thing as 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.

Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int pageNumber,
                             int pageSize)

Does the same thing as 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.

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.

loadAll

java.util.Collection loadAll(int transform,
                             int pageNumber,
                             int pageSize)

Does the same thing as 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.

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.

create

TranscribingQualitativeValue create(TranscribingQualitativeValue transcribingQualitativeValue)
Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        TranscribingQualitativeValue transcribingQualitativeValue)

Does the same thing as 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.


create

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

Parameters:
entities - the collection of fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue instances to create.
Returns:
the created instances.

create

java.util.Collection create(int transform,
                            java.util.Collection entities)

Does the same thing as 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.


create

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.


create

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 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.


create

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.


create

java.lang.Object create(int transform,
                        java.lang.String externalCode,
                        Parameter parameter,
                        QualitativeValue qualitativeValue,
                        TranscribingSide transcribingSide,
                        TranscribingSystem transcribingSystem)

Does the same thing as 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.


update

void update(TranscribingQualitativeValue transcribingQualitativeValue)
Updates the transcribingQualitativeValue instance in the persistent store.


update

void update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store.


remove

void remove(TranscribingQualitativeValue transcribingQualitativeValue)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue from the persistent store.


remove

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.


remove

void remove(java.util.Collection entities)
Removes all entities in the given entities collection.


getAllTranscribingQualitativeValue

java.util.Collection getAllTranscribingQualitativeValue()

getAllTranscribingQualitativeValue

java.util.Collection getAllTranscribingQualitativeValue(java.lang.String queryString)

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


getAllTranscribingQualitativeValue

java.util.Collection getAllTranscribingQualitativeValue(int pageNumber,
                                                        int pageSize)

Does the same thing as 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.


getAllTranscribingQualitativeValue

java.util.Collection getAllTranscribingQualitativeValue(java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize)

Does the same thing as 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.


getAllTranscribingQualitativeValue

java.util.Collection getAllTranscribingQualitativeValue(int transform)

Does the same thing as 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.


getAllTranscribingQualitativeValue

java.util.Collection getAllTranscribingQualitativeValue(int transform,
                                                        int pageNumber,
                                                        int pageSize)

Does the same thing as 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.


getAllTranscribingQualitativeValue

java.util.Collection getAllTranscribingQualitativeValue(int transform,
                                                        java.lang.String queryString)

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


getAllTranscribingQualitativeValue

java.util.Collection getAllTranscribingQualitativeValue(int transform,
                                                        java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize)

Does the same thing as 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.


findTranscribingQualitativeValueByExternalCode

java.util.Collection findTranscribingQualitativeValueByExternalCode(java.lang.String externalCode)

findTranscribingQualitativeValueByExternalCode

java.util.Collection findTranscribingQualitativeValueByExternalCode(java.lang.String queryString,
                                                                    java.lang.String externalCode)

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


findTranscribingQualitativeValueByExternalCode

java.util.Collection findTranscribingQualitativeValueByExternalCode(int pageNumber,
                                                                    int pageSize,
                                                                    java.lang.String externalCode)

Does the same thing as 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.


findTranscribingQualitativeValueByExternalCode

java.util.Collection findTranscribingQualitativeValueByExternalCode(java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    java.lang.String externalCode)

Does the same thing as 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.


findTranscribingQualitativeValueByExternalCode

java.util.Collection findTranscribingQualitativeValueByExternalCode(int transform,
                                                                    java.lang.String externalCode)

Does the same thing as 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.


findTranscribingQualitativeValueByExternalCode

java.util.Collection findTranscribingQualitativeValueByExternalCode(int transform,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    java.lang.String externalCode)

Does the same thing as 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.


findTranscribingQualitativeValueByExternalCode

java.util.Collection findTranscribingQualitativeValueByExternalCode(int transform,
                                                                    java.lang.String queryString,
                                                                    java.lang.String externalCode)

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


findTranscribingQualitativeValueByExternalCode

java.util.Collection findTranscribingQualitativeValueByExternalCode(int transform,
                                                                    java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    java.lang.String externalCode)

Does the same thing as 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.


findTranscribingQualitativeValueByTranscribingSystem

java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(TranscribingSystem transcribingSystem)

findTranscribingQualitativeValueByTranscribingSystem

java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(java.lang.String queryString,
                                                                          TranscribingSystem transcribingSystem)

Does the same thing as 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 findTranscribingQualitativeValueByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem).


findTranscribingQualitativeValueByTranscribingSystem

java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(int pageNumber,
                                                                          int pageSize,
                                                                          TranscribingSystem transcribingSystem)

Does the same thing as 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.


findTranscribingQualitativeValueByTranscribingSystem

java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(java.lang.String queryString,
                                                                          int pageNumber,
                                                                          int pageSize,
                                                                          TranscribingSystem transcribingSystem)

Does the same thing as 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.


findTranscribingQualitativeValueByTranscribingSystem

java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(int transform,
                                                                          TranscribingSystem transcribingSystem)

Does the same thing as 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.


findTranscribingQualitativeValueByTranscribingSystem

java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(int transform,
                                                                          int pageNumber,
                                                                          int pageSize,
                                                                          TranscribingSystem transcribingSystem)

Does the same thing as 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.


findTranscribingQualitativeValueByTranscribingSystem

java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(int transform,
                                                                          java.lang.String queryString,
                                                                          TranscribingSystem transcribingSystem)

Does the same thing as 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 findTranscribingQualitativeValueByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem).


findTranscribingQualitativeValueByTranscribingSystem

java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(int transform,
                                                                          java.lang.String queryString,
                                                                          int pageNumber,
                                                                          int pageSize,
                                                                          TranscribingSystem transcribingSystem)

Does the same thing as 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.


findTranscribingQualitativeValueByTranscribingSide

java.util.Collection findTranscribingQualitativeValueByTranscribingSide(TranscribingSide transcribingSide)

findTranscribingQualitativeValueByTranscribingSide

java.util.Collection findTranscribingQualitativeValueByTranscribingSide(java.lang.String queryString,
                                                                        TranscribingSide transcribingSide)

Does the same thing as 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 findTranscribingQualitativeValueByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide).


findTranscribingQualitativeValueByTranscribingSide

java.util.Collection findTranscribingQualitativeValueByTranscribingSide(int pageNumber,
                                                                        int pageSize,
                                                                        TranscribingSide transcribingSide)

Does the same thing as 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.


findTranscribingQualitativeValueByTranscribingSide

java.util.Collection findTranscribingQualitativeValueByTranscribingSide(java.lang.String queryString,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        TranscribingSide transcribingSide)

Does the same thing as 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.


findTranscribingQualitativeValueByTranscribingSide

java.util.Collection findTranscribingQualitativeValueByTranscribingSide(int transform,
                                                                        TranscribingSide transcribingSide)

Does the same thing as 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.


findTranscribingQualitativeValueByTranscribingSide

java.util.Collection findTranscribingQualitativeValueByTranscribingSide(int transform,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        TranscribingSide transcribingSide)

Does the same thing as 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.


findTranscribingQualitativeValueByTranscribingSide

java.util.Collection findTranscribingQualitativeValueByTranscribingSide(int transform,
                                                                        java.lang.String queryString,
                                                                        TranscribingSide transcribingSide)

Does the same thing as 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 findTranscribingQualitativeValueByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide).


findTranscribingQualitativeValueByTranscribingSide

java.util.Collection findTranscribingQualitativeValueByTranscribingSide(int transform,
                                                                        java.lang.String queryString,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        TranscribingSide transcribingSide)

Does the same thing as 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.


findTranscribingQualitativeValueByQualitativeValue

java.util.Collection findTranscribingQualitativeValueByQualitativeValue(QualitativeValue qualitativeValue)

findTranscribingQualitativeValueByQualitativeValue

java.util.Collection findTranscribingQualitativeValueByQualitativeValue(java.lang.String queryString,
                                                                        QualitativeValue qualitativeValue)

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


findTranscribingQualitativeValueByQualitativeValue

java.util.Collection findTranscribingQualitativeValueByQualitativeValue(int pageNumber,
                                                                        int pageSize,
                                                                        QualitativeValue qualitativeValue)

Does the same thing as 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.


findTranscribingQualitativeValueByQualitativeValue

java.util.Collection findTranscribingQualitativeValueByQualitativeValue(java.lang.String queryString,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        QualitativeValue qualitativeValue)

Does the same thing as 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.


findTranscribingQualitativeValueByQualitativeValue

java.util.Collection findTranscribingQualitativeValueByQualitativeValue(int transform,
                                                                        QualitativeValue qualitativeValue)

Does the same thing as 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.


findTranscribingQualitativeValueByQualitativeValue

java.util.Collection findTranscribingQualitativeValueByQualitativeValue(int transform,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        QualitativeValue qualitativeValue)

Does the same thing as 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.


findTranscribingQualitativeValueByQualitativeValue

java.util.Collection findTranscribingQualitativeValueByQualitativeValue(int transform,
                                                                        java.lang.String queryString,
                                                                        QualitativeValue qualitativeValue)

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


findTranscribingQualitativeValueByQualitativeValue

java.util.Collection findTranscribingQualitativeValueByQualitativeValue(int transform,
                                                                        java.lang.String queryString,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        QualitativeValue qualitativeValue)

Does the same thing as 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.


findTranscribingQualitativeValueByParameter

java.util.Collection findTranscribingQualitativeValueByParameter(Parameter parameter)

findTranscribingQualitativeValueByParameter

java.util.Collection findTranscribingQualitativeValueByParameter(java.lang.String queryString,
                                                                 Parameter parameter)

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


findTranscribingQualitativeValueByParameter

java.util.Collection findTranscribingQualitativeValueByParameter(int pageNumber,
                                                                 int pageSize,
                                                                 Parameter parameter)

Does the same thing as 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.


findTranscribingQualitativeValueByParameter

java.util.Collection findTranscribingQualitativeValueByParameter(java.lang.String queryString,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 Parameter parameter)

Does the same thing as 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.


findTranscribingQualitativeValueByParameter

java.util.Collection findTranscribingQualitativeValueByParameter(int transform,
                                                                 Parameter parameter)

Does the same thing as 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.


findTranscribingQualitativeValueByParameter

java.util.Collection findTranscribingQualitativeValueByParameter(int transform,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 Parameter parameter)

Does the same thing as 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.


findTranscribingQualitativeValueByParameter

java.util.Collection findTranscribingQualitativeValueByParameter(int transform,
                                                                 java.lang.String queryString,
                                                                 Parameter parameter)

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


findTranscribingQualitativeValueByParameter

java.util.Collection findTranscribingQualitativeValueByParameter(int transform,
                                                                 java.lang.String queryString,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 Parameter parameter)

Does the same thing as 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.


findTranscribingQualitativeValueByIdentifiers

TranscribingQualitativeValue findTranscribingQualitativeValueByIdentifiers(TranscribingSystem transcribingSystem,
                                                                           TranscribingSide transcribingSide,
                                                                           QualitativeValue qualitativeValue,
                                                                           java.lang.String externalCode,
                                                                           Parameter parameter)

findTranscribingQualitativeValueByIdentifiers

TranscribingQualitativeValue findTranscribingQualitativeValueByIdentifiers(java.lang.String queryString,
                                                                           TranscribingSystem transcribingSystem,
                                                                           TranscribingSide transcribingSide,
                                                                           QualitativeValue qualitativeValue,
                                                                           java.lang.String externalCode,
                                                                           Parameter parameter)

Does the same thing as 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 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

java.lang.Object findTranscribingQualitativeValueByIdentifiers(int transform,
                                                               TranscribingSystem transcribingSystem,
                                                               TranscribingSide transcribingSide,
                                                               QualitativeValue qualitativeValue,
                                                               java.lang.String externalCode,
                                                               Parameter parameter)

Does the same thing as 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.


findTranscribingQualitativeValueByIdentifiers

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 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 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).


findTranscribingQualitativeValueByNaturalId

TranscribingQualitativeValue findTranscribingQualitativeValueByNaturalId(TranscribingSystem transcribingSystem,
                                                                         TranscribingSide transcribingSide,
                                                                         QualitativeValue qualitativeValue,
                                                                         java.lang.String externalCode,
                                                                         Parameter parameter)

findTranscribingQualitativeValueByNaturalId

TranscribingQualitativeValue findTranscribingQualitativeValueByNaturalId(java.lang.String queryString,
                                                                         TranscribingSystem transcribingSystem,
                                                                         TranscribingSide transcribingSide,
                                                                         QualitativeValue qualitativeValue,
                                                                         java.lang.String externalCode,
                                                                         Parameter parameter)

Does the same thing as 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 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

java.lang.Object findTranscribingQualitativeValueByNaturalId(int transform,
                                                             TranscribingSystem transcribingSystem,
                                                             TranscribingSide transcribingSide,
                                                             QualitativeValue qualitativeValue,
                                                             java.lang.String externalCode,
                                                             Parameter parameter)

Does the same thing as 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.


findTranscribingQualitativeValueByNaturalId

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 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 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).


getAllTranscribingQualitativeValueSinceDateSynchro

java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp updateDate)

getAllTranscribingQualitativeValueSinceDateSynchro

java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(java.lang.String queryString,
                                                                        java.sql.Timestamp updateDate)

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


getAllTranscribingQualitativeValueSinceDateSynchro

java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(int pageNumber,
                                                                        int pageSize,
                                                                        java.sql.Timestamp updateDate)

Does the same thing as 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.


getAllTranscribingQualitativeValueSinceDateSynchro

java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(java.lang.String queryString,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        java.sql.Timestamp updateDate)

Does the same thing as 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.


getAllTranscribingQualitativeValueSinceDateSynchro

java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(int transform,
                                                                        java.sql.Timestamp updateDate)

Does the same thing as 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.


getAllTranscribingQualitativeValueSinceDateSynchro

java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(int transform,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        java.sql.Timestamp updateDate)

Does the same thing as 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.


getAllTranscribingQualitativeValueSinceDateSynchro

java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(int transform,
                                                                        java.lang.String queryString,
                                                                        java.sql.Timestamp updateDate)

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


getAllTranscribingQualitativeValueSinceDateSynchro

java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(int transform,
                                                                        java.lang.String queryString,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        java.sql.Timestamp updateDate)

Does the same thing as 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.


createFromClusterTranscribingQualitativeValue

TranscribingQualitativeValue createFromClusterTranscribingQualitativeValue(ClusterTranscribingQualitativeValue clusterTranscribingQualitativeValue)

getAllClusterTranscribingQualitativeValueSinceDateSynchro

ClusterTranscribingQualitativeValue[] getAllClusterTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                                java.lang.Integer userId,
                                                                                                java.lang.Integer[] registrationLocationIds,
                                                                                                java.lang.Integer pageNumber,
                                                                                                java.lang.Integer pageSize)

search

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. These flags allow you to limit your data to a specified page number and size.

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.

search

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. These flags allow you to limit your data to a specified page number and size.

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.

search

java.util.Set search(int transform,
                     Search search)
Does the same thing as 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.

Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.

search

java.util.Set search(Search search)
Performs a search using the parameters specified in the given search object.

Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.


Copyright © 2008-2010 IFREMER. All Rights Reserved.