|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MeasurementFileDao
MeasurementFile
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERMEASUREMENTFILE
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_REMOTEMEASUREMENTFILEFULLVO
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_REMOTEMEASUREMENTFILENATURALID
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 | |
---|---|
MeasurementFile |
clusterMeasurementFileToEntity(ClusterMeasurementFile clusterMeasurementFile)
Converts an instance of type ClusterMeasurementFile to this DAO's entity. |
void |
clusterMeasurementFileToEntity(ClusterMeasurementFile source,
MeasurementFile target,
boolean copyIfNull)
Copies the fields of ClusterMeasurementFile to the specified entity. |
void |
clusterMeasurementFileToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterMeasurementFile to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.measure.file.MeasurementFile 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.data.measure.file.MeasurementFile) with an
additional flag called transform . |
MeasurementFile |
create(java.lang.Integer objectId,
ObjectType objectType,
java.lang.String path,
Pmfm pmfm,
QualityFlag qualityFlag)
Creates a new fr.ifremer.allegro.data.measure.file.MeasurementFile
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
MeasurementFile |
create(java.lang.Integer objectId,
java.lang.String path,
java.lang.String name,
java.lang.String comments,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
Department department,
QualityFlag qualityFlag,
ObjectType objectType,
AnalysisInstrument analysisInstrument,
Pmfm pmfm)
Creates a new fr.ifremer.allegro.data.measure.file.MeasurementFile
instance from all attributes and
properties and adds it to the persistent store. |
java.lang.Object |
create(int transform,
java.lang.Integer objectId,
ObjectType objectType,
java.lang.String path,
Pmfm pmfm,
QualityFlag qualityFlag)
Does the same thing as create(java.lang.Integer,fr.ifremer.allegro.referential.ObjectType,java.lang.String,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.Integer objectId,
java.lang.String path,
java.lang.String name,
java.lang.String comments,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
Department department,
QualityFlag qualityFlag,
ObjectType objectType,
AnalysisInstrument analysisInstrument,
Pmfm pmfm)
Does the same thing as create(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.ObjectType,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
MeasurementFile measurementFile)
Does the same thing as create(fr.ifremer.allegro.data.measure.file.MeasurementFile) with an
additional flag called transform . |
MeasurementFile |
create(MeasurementFile measurementFile)
Creates an instance of fr.ifremer.allegro.data.measure.file.MeasurementFile and adds it to the persistent store. |
MeasurementFile |
createFromClusterMeasurementFile(ClusterMeasurementFile clusterMeasurementFile)
|
java.util.Collection |
findMeasurementFileByAnalysisInstrument(AnalysisInstrument analysisInstrument)
|
java.util.Collection |
findMeasurementFileByAnalysisInstrument(int transform,
AnalysisInstrument analysisInstrument)
Does the same thing as findMeasurementFileByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional flag called transform . |
java.util.Collection |
findMeasurementFileByAnalysisInstrument(int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as findMeasurementFileByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementFileByAnalysisInstrument(int transform,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as findMeasurementFileByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementFileByAnalysisInstrument(int transform,
java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as findMeasurementFileByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementFileByAnalysisInstrument(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as findMeasurementFileByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementFileByAnalysisInstrument(java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as findMeasurementFileByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementFileByAnalysisInstrument(java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as findMeasurementFileByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementFileByDepartment(Department department)
|
java.util.Collection |
findMeasurementFileByDepartment(int transform,
Department department)
Does the same thing as findMeasurementFileByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findMeasurementFileByDepartment(int pageNumber,
int pageSize,
Department department)
Does the same thing as findMeasurementFileByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementFileByDepartment(int transform,
int pageNumber,
int pageSize,
Department department)
Does the same thing as findMeasurementFileByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementFileByDepartment(int transform,
java.lang.String queryString,
Department department)
Does the same thing as findMeasurementFileByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementFileByDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as findMeasurementFileByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementFileByDepartment(java.lang.String queryString,
Department department)
Does the same thing as findMeasurementFileByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementFileByDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as findMeasurementFileByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
MeasurementFile |
findMeasurementFileById(java.lang.Integer id)
|
java.lang.Object |
findMeasurementFileById(int transform,
java.lang.Integer id)
Does the same thing as findMeasurementFileById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findMeasurementFileById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findMeasurementFileById(int, java.lang.Integer) with an
additional argument called queryString . |
MeasurementFile |
findMeasurementFileById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findMeasurementFileById(java.lang.Integer) with an
additional argument called queryString . |
MeasurementFile |
findMeasurementFileByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findMeasurementFileByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as findMeasurementFileByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findMeasurementFileByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findMeasurementFileByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
MeasurementFile |
findMeasurementFileByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findMeasurementFileByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementFileByObjectType(int transform,
int pageNumber,
int pageSize,
ObjectType objectType)
Does the same thing as findMeasurementFileByObjectType(int, fr.ifremer.allegro.referential.ObjectType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementFileByObjectType(int pageNumber,
int pageSize,
ObjectType objectType)
Does the same thing as findMeasurementFileByObjectType(fr.ifremer.allegro.referential.ObjectType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementFileByObjectType(int transform,
ObjectType objectType)
Does the same thing as findMeasurementFileByObjectType(fr.ifremer.allegro.referential.ObjectType) with an
additional flag called transform . |
java.util.Collection |
findMeasurementFileByObjectType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ObjectType objectType)
Does the same thing as findMeasurementFileByObjectType(int, String, fr.ifremer.allegro.referential.ObjectType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementFileByObjectType(int transform,
java.lang.String queryString,
ObjectType objectType)
Does the same thing as findMeasurementFileByObjectType(int, fr.ifremer.allegro.referential.ObjectType) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementFileByObjectType(ObjectType objectType)
|
java.util.Collection |
findMeasurementFileByObjectType(java.lang.String queryString,
int pageNumber,
int pageSize,
ObjectType objectType)
Does the same thing as findMeasurementFileByObjectType(String, fr.ifremer.allegro.referential.ObjectType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementFileByObjectType(java.lang.String queryString,
ObjectType objectType)
Does the same thing as findMeasurementFileByObjectType(fr.ifremer.allegro.referential.ObjectType) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementFileByPmfm(int transform,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findMeasurementFileByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementFileByPmfm(int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findMeasurementFileByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementFileByPmfm(int transform,
Pmfm pmfm)
Does the same thing as findMeasurementFileByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional flag called transform . |
java.util.Collection |
findMeasurementFileByPmfm(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findMeasurementFileByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementFileByPmfm(int transform,
java.lang.String queryString,
Pmfm pmfm)
Does the same thing as findMeasurementFileByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementFileByPmfm(Pmfm pmfm)
|
java.util.Collection |
findMeasurementFileByPmfm(java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findMeasurementFileByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementFileByPmfm(java.lang.String queryString,
Pmfm pmfm)
Does the same thing as findMeasurementFileByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementFileByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findMeasurementFileByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementFileByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findMeasurementFileByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementFileByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as findMeasurementFileByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findMeasurementFileByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findMeasurementFileByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementFileByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findMeasurementFileByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementFileByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findMeasurementFileByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findMeasurementFileByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementFileByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findMeasurementFileByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
ClusterMeasurementFile[] |
getAllClusterMeasurementFileSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllMeasurementFile()
|
java.util.Collection |
getAllMeasurementFile(int transform)
Does the same thing as getAllMeasurementFile() with an
additional flag called transform . |
java.util.Collection |
getAllMeasurementFile(int pageNumber,
int pageSize)
Does the same thing as getAllMeasurementFile() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurementFile(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllMeasurementFile(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurementFile(int transform,
java.lang.String queryString)
Does the same thing as getAllMeasurementFile(int) with an
additional argument called queryString . |
java.util.Collection |
getAllMeasurementFile(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllMeasurementFile(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurementFile(java.lang.String queryString)
Does the same thing as getAllMeasurementFile() with an
additional argument called queryString . |
java.util.Collection |
getAllMeasurementFile(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllMeasurementFile(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurementFileSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllMeasurementFileSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurementFileSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurementFileSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllMeasurementFileSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurementFileSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllMeasurementFileSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllMeasurementFileSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllMeasurementFileSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllMeasurementFileSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurementFileSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp updateDate)
|
MeasurementFile |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.measure.file.MeasurementFile from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type MeasurementFile . |
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 . |
MeasurementFile |
remoteMeasurementFileFullVOToEntity(RemoteMeasurementFileFullVO remoteMeasurementFileFullVO)
Converts an instance of type RemoteMeasurementFileFullVO to this DAO's entity. |
void |
remoteMeasurementFileFullVOToEntity(RemoteMeasurementFileFullVO source,
MeasurementFile target,
boolean copyIfNull)
Copies the fields of RemoteMeasurementFileFullVO to the specified entity. |
void |
remoteMeasurementFileFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteMeasurementFileFullVO to this
DAO's entity. |
MeasurementFile |
remoteMeasurementFileNaturalIdToEntity(RemoteMeasurementFileNaturalId remoteMeasurementFileNaturalId)
Converts an instance of type RemoteMeasurementFileNaturalId to this DAO's entity. |
void |
remoteMeasurementFileNaturalIdToEntity(RemoteMeasurementFileNaturalId source,
MeasurementFile target,
boolean copyIfNull)
Copies the fields of RemoteMeasurementFileNaturalId to the specified entity. |
void |
remoteMeasurementFileNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteMeasurementFileNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.measure.file.MeasurementFile having the given identifier from the persistent store. |
void |
remove(MeasurementFile measurementFile)
Removes the instance of fr.ifremer.allegro.data.measure.file.MeasurementFile 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. |
ClusterMeasurementFile |
toClusterMeasurementFile(MeasurementFile entity)
Converts this DAO's entity to an object of type ClusterMeasurementFile . |
void |
toClusterMeasurementFile(MeasurementFile source,
ClusterMeasurementFile target)
Copies the fields of the specified entity to the target value object. |
ClusterMeasurementFile[] |
toClusterMeasurementFileArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterMeasurementFile . |
void |
toClusterMeasurementFileCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterMeasurementFile . |
RemoteMeasurementFileFullVO |
toRemoteMeasurementFileFullVO(MeasurementFile entity)
Converts this DAO's entity to an object of type RemoteMeasurementFileFullVO . |
void |
toRemoteMeasurementFileFullVO(MeasurementFile source,
RemoteMeasurementFileFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteMeasurementFileFullVO[] |
toRemoteMeasurementFileFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteMeasurementFileFullVO . |
void |
toRemoteMeasurementFileFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteMeasurementFileFullVO . |
RemoteMeasurementFileNaturalId |
toRemoteMeasurementFileNaturalId(MeasurementFile entity)
Converts this DAO's entity to an object of type RemoteMeasurementFileNaturalId . |
void |
toRemoteMeasurementFileNaturalId(MeasurementFile source,
RemoteMeasurementFileNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteMeasurementFileNaturalId[] |
toRemoteMeasurementFileNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteMeasurementFileNaturalId . |
void |
toRemoteMeasurementFileNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteMeasurementFileNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(MeasurementFile measurementFile)
Updates the measurementFile 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_REMOTEMEASUREMENTFILEFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteMeasurementFileFullVO
.
static final int TRANSFORM_REMOTEMEASUREMENTFILENATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteMeasurementFileNaturalId
.
static final int TRANSFORM_CLUSTERMEASUREMENTFILE
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterMeasurementFile
.
Method Detail |
---|
void toRemoteMeasurementFileFullVO(MeasurementFile source, RemoteMeasurementFileFullVO target)
RemoteMeasurementFileFullVO toRemoteMeasurementFileFullVO(MeasurementFile entity)
RemoteMeasurementFileFullVO
.
void toRemoteMeasurementFileFullVOCollection(java.util.Collection entities)
RemoteMeasurementFileFullVO
.
RemoteMeasurementFileFullVO[] toRemoteMeasurementFileFullVOArray(java.util.Collection entities)
RemoteMeasurementFileFullVO
.
void remoteMeasurementFileFullVOToEntity(RemoteMeasurementFileFullVO source, MeasurementFile target, boolean copyIfNull)
RemoteMeasurementFileFullVO
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.MeasurementFile remoteMeasurementFileFullVOToEntity(RemoteMeasurementFileFullVO remoteMeasurementFileFullVO)
RemoteMeasurementFileFullVO
to this DAO's entity.
void remoteMeasurementFileFullVOToEntityCollection(java.util.Collection instances)
RemoteMeasurementFileFullVO
to this
DAO's entity.
void toRemoteMeasurementFileNaturalId(MeasurementFile source, RemoteMeasurementFileNaturalId target)
RemoteMeasurementFileNaturalId toRemoteMeasurementFileNaturalId(MeasurementFile entity)
RemoteMeasurementFileNaturalId
.
void toRemoteMeasurementFileNaturalIdCollection(java.util.Collection entities)
RemoteMeasurementFileNaturalId
.
RemoteMeasurementFileNaturalId[] toRemoteMeasurementFileNaturalIdArray(java.util.Collection entities)
RemoteMeasurementFileNaturalId
.
void remoteMeasurementFileNaturalIdToEntity(RemoteMeasurementFileNaturalId source, MeasurementFile target, boolean copyIfNull)
RemoteMeasurementFileNaturalId
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.MeasurementFile remoteMeasurementFileNaturalIdToEntity(RemoteMeasurementFileNaturalId remoteMeasurementFileNaturalId)
RemoteMeasurementFileNaturalId
to this DAO's entity.
void remoteMeasurementFileNaturalIdToEntityCollection(java.util.Collection instances)
RemoteMeasurementFileNaturalId
to this
DAO's entity.
void toClusterMeasurementFile(MeasurementFile source, ClusterMeasurementFile target)
ClusterMeasurementFile toClusterMeasurementFile(MeasurementFile entity)
ClusterMeasurementFile
.
void toClusterMeasurementFileCollection(java.util.Collection entities)
ClusterMeasurementFile
.
ClusterMeasurementFile[] toClusterMeasurementFileArray(java.util.Collection entities)
ClusterMeasurementFile
.
void clusterMeasurementFileToEntity(ClusterMeasurementFile source, MeasurementFile target, boolean copyIfNull)
ClusterMeasurementFile
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.MeasurementFile clusterMeasurementFileToEntity(ClusterMeasurementFile clusterMeasurementFile)
ClusterMeasurementFile
to this DAO's entity.
void clusterMeasurementFileToEntityCollection(java.util.Collection instances)
ClusterMeasurementFile
to this
DAO's entity.
MeasurementFile load(java.lang.Integer id)
java.lang.Object load(int transform, java.lang.Integer id)
Does the same thing as load(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
id
- identifier of the entity to load
java.util.Collection loadAll()
MeasurementFile
.
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.
MeasurementFile create(MeasurementFile measurementFile)
java.lang.Object create(int transform, MeasurementFile measurementFile)
Does the same thing as create(fr.ifremer.allegro.data.measure.file.MeasurementFile)
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.data.measure.file.MeasurementFile
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.measure.file.MeasurementFile)
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.
MeasurementFile create(java.lang.Integer objectId, java.lang.String path, java.lang.String name, java.lang.String comments, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Department department, QualityFlag qualityFlag, ObjectType objectType, AnalysisInstrument analysisInstrument, Pmfm pmfm)
Creates a new fr.ifremer.allegro.data.measure.file.MeasurementFile
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, java.lang.Integer objectId, java.lang.String path, java.lang.String name, java.lang.String comments, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Department department, QualityFlag qualityFlag, ObjectType objectType, AnalysisInstrument analysisInstrument, Pmfm pmfm)
Does the same thing as create(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.ObjectType,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.pmfm.Pmfm)
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.
MeasurementFile create(java.lang.Integer objectId, ObjectType objectType, java.lang.String path, Pmfm pmfm, QualityFlag qualityFlag)
Creates a new fr.ifremer.allegro.data.measure.file.MeasurementFile
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, java.lang.Integer objectId, ObjectType objectType, java.lang.String path, Pmfm pmfm, QualityFlag qualityFlag)
Does the same thing as create(java.lang.Integer,fr.ifremer.allegro.referential.ObjectType,java.lang.String,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)
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(MeasurementFile measurementFile)
measurementFile
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(MeasurementFile measurementFile)
void remove(java.lang.Integer id)
identifier
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllMeasurementFile()
java.util.Collection getAllMeasurementFile(java.lang.String queryString)
Does the same thing as getAllMeasurementFile()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllMeasurementFile()
.
java.util.Collection getAllMeasurementFile(int pageNumber, int pageSize)
Does the same thing as getAllMeasurementFile()
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 getAllMeasurementFile(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllMeasurementFile(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 getAllMeasurementFile(int transform)
Does the same thing as getAllMeasurementFile()
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 getAllMeasurementFile(int transform, int pageNumber, int pageSize)
Does the same thing as getAllMeasurementFile(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 getAllMeasurementFile(int transform, java.lang.String queryString)
Does the same thing as getAllMeasurementFile(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllMeasurementFile(int)
.
java.util.Collection getAllMeasurementFile(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllMeasurementFile(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.
MeasurementFile findMeasurementFileById(java.lang.Integer id)
MeasurementFile findMeasurementFileById(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findMeasurementFileById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMeasurementFileById(java.lang.Integer)
.
java.lang.Object findMeasurementFileById(int transform, java.lang.Integer id)
Does the same thing as findMeasurementFileById(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.lang.Object findMeasurementFileById(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findMeasurementFileById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMeasurementFileById(int, java.lang.Integer id)
.
java.util.Collection findMeasurementFileByDepartment(Department department)
java.util.Collection findMeasurementFileByDepartment(java.lang.String queryString, Department department)
Does the same thing as findMeasurementFileByDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMeasurementFileByDepartment(fr.ifremer.allegro.administration.user.Department)
.
java.util.Collection findMeasurementFileByDepartment(int pageNumber, int pageSize, Department department)
Does the same thing as findMeasurementFileByDepartment(fr.ifremer.allegro.administration.user.Department)
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 findMeasurementFileByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
Does the same thing as findMeasurementFileByDepartment(String, fr.ifremer.allegro.administration.user.Department)
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 findMeasurementFileByDepartment(int transform, Department department)
Does the same thing as findMeasurementFileByDepartment(fr.ifremer.allegro.administration.user.Department)
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 findMeasurementFileByDepartment(int transform, int pageNumber, int pageSize, Department department)
Does the same thing as findMeasurementFileByDepartment(int, fr.ifremer.allegro.administration.user.Department)
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 findMeasurementFileByDepartment(int transform, java.lang.String queryString, Department department)
Does the same thing as findMeasurementFileByDepartment(int, fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMeasurementFileByDepartment(int, fr.ifremer.allegro.administration.user.Department department)
.
java.util.Collection findMeasurementFileByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
Does the same thing as findMeasurementFileByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
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 findMeasurementFileByQualityFlag(QualityFlag qualityFlag)
java.util.Collection findMeasurementFileByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findMeasurementFileByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMeasurementFileByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
java.util.Collection findMeasurementFileByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findMeasurementFileByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
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 findMeasurementFileByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findMeasurementFileByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag)
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 findMeasurementFileByQualityFlag(int transform, QualityFlag qualityFlag)
Does the same thing as findMeasurementFileByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
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 findMeasurementFileByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findMeasurementFileByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
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 findMeasurementFileByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findMeasurementFileByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMeasurementFileByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
java.util.Collection findMeasurementFileByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findMeasurementFileByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
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 findMeasurementFileByObjectType(ObjectType objectType)
java.util.Collection findMeasurementFileByObjectType(java.lang.String queryString, ObjectType objectType)
Does the same thing as findMeasurementFileByObjectType(fr.ifremer.allegro.referential.ObjectType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMeasurementFileByObjectType(fr.ifremer.allegro.referential.ObjectType)
.
java.util.Collection findMeasurementFileByObjectType(int pageNumber, int pageSize, ObjectType objectType)
Does the same thing as findMeasurementFileByObjectType(fr.ifremer.allegro.referential.ObjectType)
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 findMeasurementFileByObjectType(java.lang.String queryString, int pageNumber, int pageSize, ObjectType objectType)
Does the same thing as findMeasurementFileByObjectType(String, fr.ifremer.allegro.referential.ObjectType)
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 findMeasurementFileByObjectType(int transform, ObjectType objectType)
Does the same thing as findMeasurementFileByObjectType(fr.ifremer.allegro.referential.ObjectType)
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 findMeasurementFileByObjectType(int transform, int pageNumber, int pageSize, ObjectType objectType)
Does the same thing as findMeasurementFileByObjectType(int, fr.ifremer.allegro.referential.ObjectType)
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 findMeasurementFileByObjectType(int transform, java.lang.String queryString, ObjectType objectType)
Does the same thing as findMeasurementFileByObjectType(int, fr.ifremer.allegro.referential.ObjectType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMeasurementFileByObjectType(int, fr.ifremer.allegro.referential.ObjectType objectType)
.
java.util.Collection findMeasurementFileByObjectType(int transform, java.lang.String queryString, int pageNumber, int pageSize, ObjectType objectType)
Does the same thing as findMeasurementFileByObjectType(int, String, fr.ifremer.allegro.referential.ObjectType)
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 findMeasurementFileByAnalysisInstrument(AnalysisInstrument analysisInstrument)
java.util.Collection findMeasurementFileByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
Does the same thing as findMeasurementFileByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMeasurementFileByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
.
java.util.Collection findMeasurementFileByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as findMeasurementFileByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
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 findMeasurementFileByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as findMeasurementFileByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument)
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 findMeasurementFileByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
Does the same thing as findMeasurementFileByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
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 findMeasurementFileByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as findMeasurementFileByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
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 findMeasurementFileByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
Does the same thing as findMeasurementFileByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMeasurementFileByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument analysisInstrument)
.
java.util.Collection findMeasurementFileByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as findMeasurementFileByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)
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 findMeasurementFileByPmfm(Pmfm pmfm)
java.util.Collection findMeasurementFileByPmfm(java.lang.String queryString, Pmfm pmfm)
Does the same thing as findMeasurementFileByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMeasurementFileByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
.
java.util.Collection findMeasurementFileByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as findMeasurementFileByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
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 findMeasurementFileByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as findMeasurementFileByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm)
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 findMeasurementFileByPmfm(int transform, Pmfm pmfm)
Does the same thing as findMeasurementFileByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
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 findMeasurementFileByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as findMeasurementFileByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
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 findMeasurementFileByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
Does the same thing as findMeasurementFileByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMeasurementFileByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm)
.
java.util.Collection findMeasurementFileByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as findMeasurementFileByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
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.
MeasurementFile findMeasurementFileByNaturalId(java.lang.Integer id)
MeasurementFile findMeasurementFileByNaturalId(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findMeasurementFileByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMeasurementFileByNaturalId(java.lang.Integer)
.
java.lang.Object findMeasurementFileByNaturalId(int transform, java.lang.Integer id)
Does the same thing as findMeasurementFileByNaturalId(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.lang.Object findMeasurementFileByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findMeasurementFileByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findMeasurementFileByNaturalId(int, java.lang.Integer id)
.
java.util.Collection getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp updateDate)
java.util.Collection getAllMeasurementFileSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp)
.
java.util.Collection getAllMeasurementFileSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllMeasurementFileSinceDateSynchro(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 getAllMeasurementFileSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllMeasurementFileSinceDateSynchro(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 getAllMeasurementFileSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
Does the same thing as getAllMeasurementFileSinceDateSynchro(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 getAllMeasurementFileSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllMeasurementFileSinceDateSynchro(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 getAllMeasurementFileSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllMeasurementFileSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllMeasurementFileSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
java.util.Collection getAllMeasurementFileSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllMeasurementFileSinceDateSynchro(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.
MeasurementFile createFromClusterMeasurementFile(ClusterMeasurementFile clusterMeasurementFile)
ClusterMeasurementFile[] getAllClusterMeasurementFileSinceDateSynchro(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 |