|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValueDaoBase
public abstract class TranscribingQualitativeValueDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue
.
TranscribingQualitativeValue
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValueDao |
---|
TRANSFORM_CLUSTERTRANSCRIBINGQUALITATIVEVALUE, TRANSFORM_NONE, TRANSFORM_REMOTETRANSCRIBINGQUALITATIVEVALUEFULLVO, TRANSFORM_REMOTETRANSCRIBINGQUALITATIVEVALUENATURALID |
Constructor Summary | |
---|---|
TranscribingQualitativeValueDaoBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValueDao |
---|
clusterTranscribingQualitativeValueToEntity, remoteTranscribingQualitativeValueFullVOToEntity, remoteTranscribingQualitativeValueNaturalIdToEntity |
Constructor Detail |
---|
public TranscribingQualitativeValueDaoBase()
Method Detail |
---|
public void setTranscribingSystemDao(TranscribingSystemDao transcribingSystemDao)
transcribingSystemDao
.
protected TranscribingSystemDao getTranscribingSystemDao()
transcribingSystemDao
.
public void setTranscribingSideDao(TranscribingSideDao transcribingSideDao)
transcribingSideDao
.
protected TranscribingSideDao getTranscribingSideDao()
transcribingSideDao
.
public void setQualitativeValueDao(QualitativeValueDao qualitativeValueDao)
qualitativeValueDao
.
protected QualitativeValueDao getQualitativeValueDao()
qualitativeValueDao
.
public void setParameterDao(ParameterDao parameterDao)
parameterDao
.
protected ParameterDao getParameterDao()
parameterDao
.
public java.lang.Object load(int transform, java.lang.String externalCode, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, Parameter parameter)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.load(java.lang.String,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
load
in interface TranscribingQualitativeValueDao
externalCode
- identifier of the entity to loadtranscribingSystem
- identifier of the entity to loadtranscribingSide
- identifier of the entity to loadqualitativeValue
- identifier of the entity to loadparameter
- identifier of the entity to load
TranscribingQualitativeValueDao.load(int, java.lang.String,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter)
public TranscribingQualitativeValue load(java.lang.String externalCode, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, Parameter parameter)
TranscribingQualitativeValueDao
load
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.load(java.lang.String,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection loadAll()
TranscribingQualitativeValueDao
TranscribingQualitativeValue
.
loadAll
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.loadAll()
public java.util.Collection loadAll(int transform)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.loadAll()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
loadAll
in interface TranscribingQualitativeValueDao
transform
- the flag indicating what transformation to use.
TranscribingQualitativeValueDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.loadAll()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface TranscribingQualitativeValueDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
TranscribingQualitativeValueDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.loadAll(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface TranscribingQualitativeValueDao
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.
TranscribingQualitativeValueDao.loadAll(int, int, int)
public TranscribingQualitativeValue create(TranscribingQualitativeValue transcribingQualitativeValue)
TranscribingQualitativeValueDao
create
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)
public java.lang.Object create(int transform, TranscribingQualitativeValue transcribingQualitativeValue)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.create(int transform, fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)
public java.util.Collection create(java.util.Collection entities)
TranscribingQualitativeValueDao
entities
collection
create
in interface TranscribingQualitativeValueDao
entities
- the collection of fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue
instances to create.
TranscribingQualitativeValueDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
create
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.create(int, java.util.Collection)
public TranscribingQualitativeValue create(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, Parameter parameter)
TranscribingQualitativeValueDao
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue
instance from all attributes and
properties and adds it to the persistent store.
create
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter)
public java.lang.Object create(int transform, java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, Parameter parameter)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.create(int, java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter)
public TranscribingQualitativeValue create(java.lang.String externalCode, Parameter parameter, QualitativeValue qualitativeValue, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
TranscribingQualitativeValueDao
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.create(java.lang.String,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.lang.Object create(int transform, java.lang.String externalCode, Parameter parameter, QualitativeValue qualitativeValue, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.create(java.lang.String,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.create(int, java.lang.String,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public void update(TranscribingQualitativeValue transcribingQualitativeValue)
TranscribingQualitativeValueDao
transcribingQualitativeValue
instance in the persistent store.
update
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.update(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)
public void update(java.util.Collection entities)
TranscribingQualitativeValueDao
entities
collection in the persistent store.
update
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.update(java.util.Collection)
public void remove(TranscribingQualitativeValue transcribingQualitativeValue)
TranscribingQualitativeValueDao
remove
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.remove(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)
public void remove(java.lang.String externalCode, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, Parameter parameter)
TranscribingQualitativeValueDao
identifiers
from the persistent store.
remove
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.remove(java.lang.String,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter)
public void remove(java.util.Collection entities)
TranscribingQualitativeValueDao
entities collection.
- Specified by:
remove
in interface TranscribingQualitativeValueDao
- See Also:
TranscribingQualitativeValueDao.remove(java.util.Collection)
public java.util.Collection getAllTranscribingQualitativeValue()
getAllTranscribingQualitativeValue
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue()
public java.util.Collection getAllTranscribingQualitativeValue(int transform)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
getAllTranscribingQualitativeValue
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(int)
public java.util.Collection getAllTranscribingQualitativeValue(java.lang.String queryString)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue()
.
getAllTranscribingQualitativeValue
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(java.lang.String)
public java.util.Collection getAllTranscribingQualitativeValue(int pageNumber, int pageSize)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllTranscribingQualitativeValue
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(int, int)
public java.util.Collection getAllTranscribingQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllTranscribingQualitativeValue
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(String, int, int)
public java.util.Collection getAllTranscribingQualitativeValue(int transform, java.lang.String queryString)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(int)
.
getAllTranscribingQualitativeValue
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(int, String)
public java.util.Collection getAllTranscribingQualitativeValue(int transform, int pageNumber, int pageSize)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllTranscribingQualitativeValue
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(int, int, int)
public java.util.Collection getAllTranscribingQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(int, String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllTranscribingQualitativeValue
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValue(int, java.lang.String, int, int)
public java.util.Collection findTranscribingQualitativeValueByExternalCode(java.lang.String externalCode)
findTranscribingQualitativeValueByExternalCode
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(java.lang.String)
public java.util.Collection findTranscribingQualitativeValueByExternalCode(int transform, java.lang.String externalCode)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(java.lang.String)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findTranscribingQualitativeValueByExternalCode
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(int, java.lang.String)
public java.util.Collection findTranscribingQualitativeValueByExternalCode(java.lang.String queryString, java.lang.String externalCode)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(java.lang.String)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(java.lang.String)
.
findTranscribingQualitativeValueByExternalCode
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(java.lang.String, java.lang.String)
public java.util.Collection findTranscribingQualitativeValueByExternalCode(int pageNumber, int pageSize, java.lang.String externalCode)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(java.lang.String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingQualitativeValueByExternalCode
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(int, int, java.lang.String)
public java.util.Collection findTranscribingQualitativeValueByExternalCode(java.lang.String queryString, int pageNumber, int pageSize, java.lang.String externalCode)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(String, java.lang.String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingQualitativeValueByExternalCode
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(String, int, int, java.lang.String)
public java.util.Collection findTranscribingQualitativeValueByExternalCode(int transform, java.lang.String queryString, java.lang.String externalCode)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(int, java.lang.String)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(int, java.lang.String externalCode)
.
findTranscribingQualitativeValueByExternalCode
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(int, String, java.lang.String)
public java.util.Collection findTranscribingQualitativeValueByExternalCode(int transform, int pageNumber, int pageSize, java.lang.String externalCode)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(int, java.lang.String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingQualitativeValueByExternalCode
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(int, int, int, java.lang.String)
public java.util.Collection findTranscribingQualitativeValueByExternalCode(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.lang.String externalCode)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(int, String, java.lang.String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingQualitativeValueByExternalCode
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByExternalCode(int, java.lang.String, int, int, java.lang.String)
public java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(TranscribingSystem transcribingSystem)
findTranscribingQualitativeValueByTranscribingSystem
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(int transform, TranscribingSystem transcribingSystem)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findTranscribingQualitativeValueByTranscribingSystem
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(java.lang.String queryString, TranscribingSystem transcribingSystem)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
.
findTranscribingQualitativeValueByTranscribingSystem
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingQualitativeValueByTranscribingSystem
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingQualitativeValueByTranscribingSystem
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem)
.
findTranscribingQualitativeValueByTranscribingSystem
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(int transform, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingQualitativeValueByTranscribingSystem
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(int, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingQualitativeValueByTranscribingSystem
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSystem(int, java.lang.String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingQualitativeValueByTranscribingSide(TranscribingSide transcribingSide)
findTranscribingQualitativeValueByTranscribingSide
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingQualitativeValueByTranscribingSide(int transform, TranscribingSide transcribingSide)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findTranscribingQualitativeValueByTranscribingSide
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingQualitativeValueByTranscribingSide(java.lang.String queryString, TranscribingSide transcribingSide)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
.
findTranscribingQualitativeValueByTranscribingSide
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingQualitativeValueByTranscribingSide(int pageNumber, int pageSize, TranscribingSide transcribingSide)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingQualitativeValueByTranscribingSide
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingQualitativeValueByTranscribingSide(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(String, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingQualitativeValueByTranscribingSide
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingQualitativeValueByTranscribingSide(int transform, java.lang.String queryString, TranscribingSide transcribingSide)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide)
.
findTranscribingQualitativeValueByTranscribingSide
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingQualitativeValueByTranscribingSide(int transform, int pageNumber, int pageSize, TranscribingSide transcribingSide)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingQualitativeValueByTranscribingSide
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(int, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingQualitativeValueByTranscribingSide(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingQualitativeValueByTranscribingSide
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByTranscribingSide(int, java.lang.String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingQualitativeValueByQualitativeValue(QualitativeValue qualitativeValue)
findTranscribingQualitativeValueByQualitativeValue
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findTranscribingQualitativeValueByQualitativeValue(int transform, QualitativeValue qualitativeValue)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findTranscribingQualitativeValueByQualitativeValue
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findTranscribingQualitativeValueByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
.
findTranscribingQualitativeValueByQualitativeValue
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(java.lang.String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findTranscribingQualitativeValueByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingQualitativeValueByQualitativeValue
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findTranscribingQualitativeValueByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingQualitativeValueByQualitativeValue
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findTranscribingQualitativeValueByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue)
.
findTranscribingQualitativeValueByQualitativeValue
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findTranscribingQualitativeValueByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingQualitativeValueByQualitativeValue
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findTranscribingQualitativeValueByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingQualitativeValueByQualitativeValue
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByQualitativeValue(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findTranscribingQualitativeValueByParameter(Parameter parameter)
findTranscribingQualitativeValueByParameter
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findTranscribingQualitativeValueByParameter(int transform, Parameter parameter)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findTranscribingQualitativeValueByParameter
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findTranscribingQualitativeValueByParameter(java.lang.String queryString, Parameter parameter)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter)
.
findTranscribingQualitativeValueByParameter
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findTranscribingQualitativeValueByParameter(int pageNumber, int pageSize, Parameter parameter)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingQualitativeValueByParameter
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(int, int, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findTranscribingQualitativeValueByParameter(java.lang.String queryString, int pageNumber, int pageSize, Parameter parameter)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(String, fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingQualitativeValueByParameter
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(String, int, int, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findTranscribingQualitativeValueByParameter(int transform, java.lang.String queryString, Parameter parameter)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter parameter)
.
findTranscribingQualitativeValueByParameter
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(int, String, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findTranscribingQualitativeValueByParameter(int transform, int pageNumber, int pageSize, Parameter parameter)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingQualitativeValueByParameter
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(int, int, int, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findTranscribingQualitativeValueByParameter(int transform, java.lang.String queryString, int pageNumber, int pageSize, Parameter parameter)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(int, String, fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingQualitativeValueByParameter
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByParameter(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Parameter)
public TranscribingQualitativeValue findTranscribingQualitativeValueByIdentifiers(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, java.lang.String externalCode, Parameter parameter)
findTranscribingQualitativeValueByIdentifiers
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.lang.Object findTranscribingQualitativeValueByIdentifiers(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, java.lang.String externalCode, Parameter parameter)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findTranscribingQualitativeValueByIdentifiers
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)
public TranscribingQualitativeValue findTranscribingQualitativeValueByIdentifiers(java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, java.lang.String externalCode, Parameter parameter)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingQualitativeValueDao.findTranscribingQualitativeValueByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)
.
findTranscribingQualitativeValueByIdentifiers
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByIdentifiers(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.lang.Object findTranscribingQualitativeValueByIdentifiers(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, java.lang.String externalCode, Parameter parameter)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingQualitativeValueDao.findTranscribingQualitativeValueByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue, java.lang.String externalCode, fr.ifremer.allegro.referential.pmfm.Parameter parameter)
.
findTranscribingQualitativeValueByIdentifiers
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByIdentifiers(int, java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)
public TranscribingQualitativeValue findTranscribingQualitativeValueByNaturalId(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, java.lang.String externalCode, Parameter parameter)
findTranscribingQualitativeValueByNaturalId
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.lang.Object findTranscribingQualitativeValueByNaturalId(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, java.lang.String externalCode, Parameter parameter)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findTranscribingQualitativeValueByNaturalId
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)
public TranscribingQualitativeValue findTranscribingQualitativeValueByNaturalId(java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, java.lang.String externalCode, Parameter parameter)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingQualitativeValueDao.findTranscribingQualitativeValueByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)
.
findTranscribingQualitativeValueByNaturalId
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByNaturalId(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.lang.Object findTranscribingQualitativeValueByNaturalId(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, java.lang.String externalCode, Parameter parameter)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.findTranscribingQualitativeValueByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingQualitativeValueDao.findTranscribingQualitativeValueByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue, java.lang.String externalCode, fr.ifremer.allegro.referential.pmfm.Parameter parameter)
.
findTranscribingQualitativeValueByNaturalId
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.findTranscribingQualitativeValueByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.pmfm.QualitativeValue, java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp updateDate)
getAllTranscribingQualitativeValueSinceDateSynchro
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
getAllTranscribingQualitativeValueSinceDateSynchro
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp)
.
getAllTranscribingQualitativeValueSinceDateSynchro
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllTranscribingQualitativeValueSinceDateSynchro
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllTranscribingQualitativeValueSinceDateSynchro
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllTranscribingQualitativeValueSinceDateSynchro
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(int, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllTranscribingQualitativeValueSinceDateSynchro
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingQualitativeValueDao
Does the same thing as TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(int, String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllTranscribingQualitativeValueSinceDateSynchro
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.getAllTranscribingQualitativeValueSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public TranscribingQualitativeValue createFromClusterTranscribingQualitativeValue(ClusterTranscribingQualitativeValue clusterTranscribingQualitativeValue)
createFromClusterTranscribingQualitativeValue
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.createFromClusterTranscribingQualitativeValue(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingQualitativeValue)
protected abstract TranscribingQualitativeValue handleCreateFromClusterTranscribingQualitativeValue(ClusterTranscribingQualitativeValue clusterTranscribingQualitativeValue) throws java.lang.Exception
createFromClusterTranscribingQualitativeValue(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingQualitativeValue)
java.lang.Exception
public ClusterTranscribingQualitativeValue[] getAllClusterTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterTranscribingQualitativeValueSinceDateSynchro
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.getAllClusterTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterTranscribingQualitativeValue[] handleGetAllClusterTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, TranscribingQualitativeValue entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValueDao
, please note
that the TranscribingQualitativeValueDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
TranscribingQualitativeValue
- TranscribingQualitativeValueDao.TRANSFORM_NONE
RemoteTranscribingQualitativeValueFullVO
- TRANSFORM_REMOTETRANSCRIBINGQUALITATIVEVALUEFULLVO
RemoteTranscribingQualitativeValueNaturalId
- TRANSFORM_REMOTETRANSCRIBINGQUALITATIVEVALUENATURALID
ClusterTranscribingQualitativeValue
- TRANSFORM_CLUSTERTRANSCRIBINGQUALITATIVEVALUE
TranscribingQualitativeValueDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in TranscribingQualitativeValueDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
transformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transform
- one of the constants declared in fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValueDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)
protected TranscribingQualitativeValue toEntity(java.lang.Object[] row)
public final void toRemoteTranscribingQualitativeValueFullVOCollection(java.util.Collection entities)
TranscribingQualitativeValueDao
RemoteTranscribingQualitativeValueFullVO
.
toRemoteTranscribingQualitativeValueFullVOCollection
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.toRemoteTranscribingQualitativeValueFullVOCollection(java.util.Collection)
public final RemoteTranscribingQualitativeValueFullVO[] toRemoteTranscribingQualitativeValueFullVOArray(java.util.Collection entities)
TranscribingQualitativeValueDao
RemoteTranscribingQualitativeValueFullVO
.
toRemoteTranscribingQualitativeValueFullVOArray
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.toRemoteTranscribingQualitativeValueFullVOArray(java.util.Collection)
protected RemoteTranscribingQualitativeValueFullVO toRemoteTranscribingQualitativeValueFullVO(java.lang.Object[] row)
TranscribingQualitativeValueDaoImpl
class if you intend to use reporting queries.
TranscribingQualitativeValueDao.toRemoteTranscribingQualitativeValueFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)
public final void remoteTranscribingQualitativeValueFullVOToEntityCollection(java.util.Collection instances)
TranscribingQualitativeValueDao
RemoteTranscribingQualitativeValueFullVO
to this
DAO's entity.
remoteTranscribingQualitativeValueFullVOToEntityCollection
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.remoteTranscribingQualitativeValueFullVOToEntityCollection(java.util.Collection)
public void toRemoteTranscribingQualitativeValueFullVO(TranscribingQualitativeValue source, RemoteTranscribingQualitativeValueFullVO target)
TranscribingQualitativeValueDao
toRemoteTranscribingQualitativeValueFullVO
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.toRemoteTranscribingQualitativeValueFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO)
public RemoteTranscribingQualitativeValueFullVO toRemoteTranscribingQualitativeValueFullVO(TranscribingQualitativeValue entity)
TranscribingQualitativeValueDao
RemoteTranscribingQualitativeValueFullVO
.
toRemoteTranscribingQualitativeValueFullVO
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.toRemoteTranscribingQualitativeValueFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)
public void remoteTranscribingQualitativeValueFullVOToEntity(RemoteTranscribingQualitativeValueFullVO source, TranscribingQualitativeValue target, boolean copyIfNull)
TranscribingQualitativeValueDao
RemoteTranscribingQualitativeValueFullVO
to the specified entity.
remoteTranscribingQualitativeValueFullVOToEntity
in interface TranscribingQualitativeValueDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValueDao#remoteTranscribingQualitativeValueFullVOToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO, fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)
public final void toRemoteTranscribingQualitativeValueNaturalIdCollection(java.util.Collection entities)
TranscribingQualitativeValueDao
RemoteTranscribingQualitativeValueNaturalId
.
toRemoteTranscribingQualitativeValueNaturalIdCollection
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.toRemoteTranscribingQualitativeValueNaturalIdCollection(java.util.Collection)
public final RemoteTranscribingQualitativeValueNaturalId[] toRemoteTranscribingQualitativeValueNaturalIdArray(java.util.Collection entities)
TranscribingQualitativeValueDao
RemoteTranscribingQualitativeValueNaturalId
.
toRemoteTranscribingQualitativeValueNaturalIdArray
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.toRemoteTranscribingQualitativeValueNaturalIdArray(java.util.Collection)
protected RemoteTranscribingQualitativeValueNaturalId toRemoteTranscribingQualitativeValueNaturalId(java.lang.Object[] row)
TranscribingQualitativeValueDaoImpl
class if you intend to use reporting queries.
TranscribingQualitativeValueDao.toRemoteTranscribingQualitativeValueNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)
public final void remoteTranscribingQualitativeValueNaturalIdToEntityCollection(java.util.Collection instances)
TranscribingQualitativeValueDao
RemoteTranscribingQualitativeValueNaturalId
to this
DAO's entity.
remoteTranscribingQualitativeValueNaturalIdToEntityCollection
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.remoteTranscribingQualitativeValueNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteTranscribingQualitativeValueNaturalId(TranscribingQualitativeValue source, RemoteTranscribingQualitativeValueNaturalId target)
TranscribingQualitativeValueDao
toRemoteTranscribingQualitativeValueNaturalId
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.toRemoteTranscribingQualitativeValueNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueNaturalId)
public RemoteTranscribingQualitativeValueNaturalId toRemoteTranscribingQualitativeValueNaturalId(TranscribingQualitativeValue entity)
TranscribingQualitativeValueDao
RemoteTranscribingQualitativeValueNaturalId
.
toRemoteTranscribingQualitativeValueNaturalId
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.toRemoteTranscribingQualitativeValueNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)
public void remoteTranscribingQualitativeValueNaturalIdToEntity(RemoteTranscribingQualitativeValueNaturalId source, TranscribingQualitativeValue target, boolean copyIfNull)
TranscribingQualitativeValueDao
RemoteTranscribingQualitativeValueNaturalId
to the specified entity.
remoteTranscribingQualitativeValueNaturalIdToEntity
in interface TranscribingQualitativeValueDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValueDao#remoteTranscribingQualitativeValueNaturalIdToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueNaturalId, fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)
public final void toClusterTranscribingQualitativeValueCollection(java.util.Collection entities)
TranscribingQualitativeValueDao
ClusterTranscribingQualitativeValue
.
toClusterTranscribingQualitativeValueCollection
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.toClusterTranscribingQualitativeValueCollection(java.util.Collection)
public final ClusterTranscribingQualitativeValue[] toClusterTranscribingQualitativeValueArray(java.util.Collection entities)
TranscribingQualitativeValueDao
ClusterTranscribingQualitativeValue
.
toClusterTranscribingQualitativeValueArray
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.toClusterTranscribingQualitativeValueArray(java.util.Collection)
protected ClusterTranscribingQualitativeValue toClusterTranscribingQualitativeValue(java.lang.Object[] row)
TranscribingQualitativeValueDaoImpl
class if you intend to use reporting queries.
TranscribingQualitativeValueDao.toClusterTranscribingQualitativeValue(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)
public final void clusterTranscribingQualitativeValueToEntityCollection(java.util.Collection instances)
TranscribingQualitativeValueDao
ClusterTranscribingQualitativeValue
to this
DAO's entity.
clusterTranscribingQualitativeValueToEntityCollection
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.clusterTranscribingQualitativeValueToEntityCollection(java.util.Collection)
public void toClusterTranscribingQualitativeValue(TranscribingQualitativeValue source, ClusterTranscribingQualitativeValue target)
TranscribingQualitativeValueDao
toClusterTranscribingQualitativeValue
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.toClusterTranscribingQualitativeValue(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue, fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingQualitativeValue)
public ClusterTranscribingQualitativeValue toClusterTranscribingQualitativeValue(TranscribingQualitativeValue entity)
TranscribingQualitativeValueDao
ClusterTranscribingQualitativeValue
.
toClusterTranscribingQualitativeValue
in interface TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.toClusterTranscribingQualitativeValue(fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)
public void clusterTranscribingQualitativeValueToEntity(ClusterTranscribingQualitativeValue source, TranscribingQualitativeValue target, boolean copyIfNull)
TranscribingQualitativeValueDao
ClusterTranscribingQualitativeValue
to the specified entity.
clusterTranscribingQualitativeValueToEntity
in interface TranscribingQualitativeValueDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValueDao#clusterTranscribingQualitativeValueToEntity(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingQualitativeValue, fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
TranscribingQualitativeValueDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface TranscribingQualitativeValueDao
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.TranscribingQualitativeValueDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
TranscribingQualitativeValueDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface TranscribingQualitativeValueDao
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.TranscribingQualitativeValueDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
TranscribingQualitativeValueDao
TranscribingQualitativeValueDao.search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
search
in interface TranscribingQualitativeValueDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
TranscribingQualitativeValueDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
TranscribingQualitativeValueDao
search
object.
search
in interface TranscribingQualitativeValueDao
search
- the search object which provides the search parameters and pagination specification.
TranscribingQualitativeValueDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |