|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TranscribingQualitativeValueDao
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 |
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 |
---|
static final int TRANSFORM_NONE
int
parameter called transform
.
This specific flag denotes no transformation will occur.
static final int TRANSFORM_REMOTETRANSCRIBINGQUALITATIVEVALUEFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteTranscribingQualitativeValueFullVO
.
static final int TRANSFORM_REMOTETRANSCRIBINGQUALITATIVEVALUENATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteTranscribingQualitativeValueNaturalId
.
static final int TRANSFORM_CLUSTERTRANSCRIBINGQUALITATIVEVALUE
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterTranscribingQualitativeValue
.
Method Detail |
---|
void toRemoteTranscribingQualitativeValueFullVO(TranscribingQualitativeValue source, RemoteTranscribingQualitativeValueFullVO target)
RemoteTranscribingQualitativeValueFullVO toRemoteTranscribingQualitativeValueFullVO(TranscribingQualitativeValue entity)
RemoteTranscribingQualitativeValueFullVO
.
void toRemoteTranscribingQualitativeValueFullVOCollection(java.util.Collection entities)
RemoteTranscribingQualitativeValueFullVO
.
RemoteTranscribingQualitativeValueFullVO[] toRemoteTranscribingQualitativeValueFullVOArray(java.util.Collection entities)
RemoteTranscribingQualitativeValueFullVO
.
void remoteTranscribingQualitativeValueFullVOToEntity(RemoteTranscribingQualitativeValueFullVO source, TranscribingQualitativeValue target, boolean copyIfNull)
RemoteTranscribingQualitativeValueFullVO
to the specified entity.
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.TranscribingQualitativeValue remoteTranscribingQualitativeValueFullVOToEntity(RemoteTranscribingQualitativeValueFullVO remoteTranscribingQualitativeValueFullVO)
RemoteTranscribingQualitativeValueFullVO
to this DAO's entity.
void remoteTranscribingQualitativeValueFullVOToEntityCollection(java.util.Collection instances)
RemoteTranscribingQualitativeValueFullVO
to this
DAO's entity.
void toRemoteTranscribingQualitativeValueNaturalId(TranscribingQualitativeValue source, RemoteTranscribingQualitativeValueNaturalId target)
RemoteTranscribingQualitativeValueNaturalId toRemoteTranscribingQualitativeValueNaturalId(TranscribingQualitativeValue entity)
RemoteTranscribingQualitativeValueNaturalId
.
void toRemoteTranscribingQualitativeValueNaturalIdCollection(java.util.Collection entities)
RemoteTranscribingQualitativeValueNaturalId
.
RemoteTranscribingQualitativeValueNaturalId[] toRemoteTranscribingQualitativeValueNaturalIdArray(java.util.Collection entities)
RemoteTranscribingQualitativeValueNaturalId
.
void remoteTranscribingQualitativeValueNaturalIdToEntity(RemoteTranscribingQualitativeValueNaturalId source, TranscribingQualitativeValue target, boolean copyIfNull)
RemoteTranscribingQualitativeValueNaturalId
to the specified entity.
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.TranscribingQualitativeValue remoteTranscribingQualitativeValueNaturalIdToEntity(RemoteTranscribingQualitativeValueNaturalId remoteTranscribingQualitativeValueNaturalId)
RemoteTranscribingQualitativeValueNaturalId
to this DAO's entity.
void remoteTranscribingQualitativeValueNaturalIdToEntityCollection(java.util.Collection instances)
RemoteTranscribingQualitativeValueNaturalId
to this
DAO's entity.
void toClusterTranscribingQualitativeValue(TranscribingQualitativeValue source, ClusterTranscribingQualitativeValue target)
ClusterTranscribingQualitativeValue toClusterTranscribingQualitativeValue(TranscribingQualitativeValue entity)
ClusterTranscribingQualitativeValue
.
void toClusterTranscribingQualitativeValueCollection(java.util.Collection entities)
ClusterTranscribingQualitativeValue
.
ClusterTranscribingQualitativeValue[] toClusterTranscribingQualitativeValueArray(java.util.Collection entities)
ClusterTranscribingQualitativeValue
.
void clusterTranscribingQualitativeValueToEntity(ClusterTranscribingQualitativeValue source, TranscribingQualitativeValue target, boolean copyIfNull)
ClusterTranscribingQualitativeValue
to the specified entity.
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.TranscribingQualitativeValue clusterTranscribingQualitativeValueToEntity(ClusterTranscribingQualitativeValue clusterTranscribingQualitativeValue)
ClusterTranscribingQualitativeValue
to this DAO's entity.
void clusterTranscribingQualitativeValueToEntityCollection(java.util.Collection instances)
ClusterTranscribingQualitativeValue
to this
DAO's entity.
TranscribingQualitativeValue load(java.lang.String externalCode, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, Parameter parameter)
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.
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
java.util.Collection loadAll()
TranscribingQualitativeValue
.
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.
transform
- the flag indicating what transformation to use.
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.
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
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.
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.
TranscribingQualitativeValue create(TranscribingQualitativeValue transcribingQualitativeValue)
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.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue
instances to 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.
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.
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.
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.
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.
void update(TranscribingQualitativeValue transcribingQualitativeValue)
transcribingQualitativeValue
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(TranscribingQualitativeValue transcribingQualitativeValue)
void remove(java.lang.String externalCode, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, Parameter parameter)
identifiers
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection 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()
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findTranscribingQualitativeValueByExternalCode(java.lang.String externalCode)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findTranscribingQualitativeValueByTranscribingSystem(TranscribingSystem transcribingSystem)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findTranscribingQualitativeValueByTranscribingSide(TranscribingSide transcribingSide)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findTranscribingQualitativeValueByQualitativeValue(QualitativeValue qualitativeValue)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findTranscribingQualitativeValueByParameter(Parameter parameter)
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)
.
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.
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.
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.
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.
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)
.
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.
TranscribingQualitativeValue findTranscribingQualitativeValueByIdentifiers(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, java.lang.String externalCode, Parameter parameter)
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)
.
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.
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)
.
TranscribingQualitativeValue findTranscribingQualitativeValueByNaturalId(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, QualitativeValue qualitativeValue, java.lang.String externalCode, Parameter parameter)
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)
.
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.
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)
.
java.util.Collection getAllTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp updateDate)
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)
.
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.
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.
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.
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.
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)
.
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.
TranscribingQualitativeValue createFromClusterTranscribingQualitativeValue(ClusterTranscribingQualitativeValue clusterTranscribingQualitativeValue)
ClusterTranscribingQualitativeValue[] getAllClusterTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
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.PaginationResult search(int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
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.java.util.Set search(int transform, Search search)
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.
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
java.util.Set search(Search search)
search
object.
search
- the search object which provides the search parameters and pagination specification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |