|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.data.measure.file.MeasurementFileDaoBase
public abstract class MeasurementFileDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.measure.file.MeasurementFile
.
MeasurementFile
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.measure.file.MeasurementFileDao |
---|
TRANSFORM_CLUSTERMEASUREMENTFILE, TRANSFORM_NONE, TRANSFORM_REMOTEMEASUREMENTFILEFULLVO, TRANSFORM_REMOTEMEASUREMENTFILENATURALID |
Constructor Summary | |
---|---|
MeasurementFileDaoBase()
|
Method Summary | |
---|---|
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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.getAllMeasurementFile() with an
additional flag called transform . |
java.util.Collection |
getAllMeasurementFile(int pageNumber,
int pageSize)
Does the same thing as MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.getAllMeasurementFile() with an
additional argument called queryString . |
java.util.Collection |
getAllMeasurementFile(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.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 MeasurementFileDao.getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp updateDate)
|
protected AnalysisInstrumentDao |
getAnalysisInstrumentDao()
Gets the reference to analysisInstrumentDao . |
protected DepartmentDao |
getDepartmentDao()
Gets the reference to departmentDao . |
protected ObjectTypeDao |
getObjectTypeDao()
Gets the reference to objectTypeDao . |
protected PmfmDao |
getPmfmDao()
Gets the reference to pmfmDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected QualityFlagDao |
getQualityFlagDao()
Gets the reference to qualityFlagDao . |
protected abstract MeasurementFile |
handleCreateFromClusterMeasurementFile(ClusterMeasurementFile clusterMeasurementFile)
Performs the core logic for createFromClusterMeasurementFile(fr.ifremer.allegro.data.measure.file.generic.cluster.ClusterMeasurementFile) |
protected abstract ClusterMeasurementFile[] |
handleGetAllClusterMeasurementFileSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterMeasurementFileSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
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 MeasurementFileDao.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 MeasurementFileDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as MeasurementFileDao.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 MeasurementFileDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
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. |
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 MeasurementFileDao.search(fr.ifremer.allegro.Search) but with an
additional flag called transform . |
java.util.Set |
search(Search search)
Performs a search using the parameters specified in the given search object. |
void |
setAnalysisInstrumentDao(AnalysisInstrumentDao analysisInstrumentDao)
Sets the reference to analysisInstrumentDao . |
void |
setDepartmentDao(DepartmentDao departmentDao)
Sets the reference to departmentDao . |
void |
setObjectTypeDao(ObjectTypeDao objectTypeDao)
Sets the reference to objectTypeDao . |
void |
setPmfmDao(PmfmDao pmfmDao)
Sets the reference to pmfmDao . |
void |
setQualityFlagDao(QualityFlagDao qualityFlagDao)
Sets the reference to qualityFlagDao . |
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. |
protected ClusterMeasurementFile |
toClusterMeasurementFile(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a 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 . |
protected MeasurementFile |
toEntity(java.lang.Object[] row)
|
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. |
protected RemoteMeasurementFileFullVO |
toRemoteMeasurementFileFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a 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. |
protected RemoteMeasurementFileNaturalId |
toRemoteMeasurementFileNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a 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 . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.measure.file.MeasurementFile)
method. |
protected java.lang.Object |
transformEntity(int transform,
MeasurementFile entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.measure.file.MeasurementFileDao , please note
that the MeasurementFileDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(MeasurementFile measurementFile)
Updates the measurementFile instance in the persistent store. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.data.measure.file.MeasurementFileDao |
---|
clusterMeasurementFileToEntity, remoteMeasurementFileFullVOToEntity, remoteMeasurementFileNaturalIdToEntity |
Constructor Detail |
---|
public MeasurementFileDaoBase()
Method Detail |
---|
public void setDepartmentDao(DepartmentDao departmentDao)
departmentDao
.
protected DepartmentDao getDepartmentDao()
departmentDao
.
public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
qualityFlagDao
.
protected QualityFlagDao getQualityFlagDao()
qualityFlagDao
.
public void setObjectTypeDao(ObjectTypeDao objectTypeDao)
objectTypeDao
.
protected ObjectTypeDao getObjectTypeDao()
objectTypeDao
.
public void setAnalysisInstrumentDao(AnalysisInstrumentDao analysisInstrumentDao)
analysisInstrumentDao
.
protected AnalysisInstrumentDao getAnalysisInstrumentDao()
analysisInstrumentDao
.
public void setPmfmDao(PmfmDao pmfmDao)
pmfmDao
.
protected PmfmDao getPmfmDao()
pmfmDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
load
in interface MeasurementFileDao
id
- identifier of the entity to load
MeasurementFileDao.load(int, java.lang.Integer)
public MeasurementFile load(java.lang.Integer id)
MeasurementFileDao
load
in interface MeasurementFileDao
MeasurementFileDao.load(java.lang.Integer)
public java.util.Collection loadAll()
MeasurementFileDao
MeasurementFile
.
loadAll
in interface MeasurementFileDao
MeasurementFileDao.loadAll()
public java.util.Collection loadAll(int transform)
MeasurementFileDao
Does the same thing as MeasurementFileDao.loadAll()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
loadAll
in interface MeasurementFileDao
transform
- the flag indicating what transformation to use.
MeasurementFileDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
MeasurementFileDao
Does the same thing as MeasurementFileDao.loadAll()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface MeasurementFileDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
MeasurementFileDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
MeasurementFileDao
Does the same thing as MeasurementFileDao.loadAll(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface MeasurementFileDao
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.
MeasurementFileDao.loadAll(int, int, int)
public MeasurementFile create(MeasurementFile measurementFile)
MeasurementFileDao
create
in interface MeasurementFileDao
MeasurementFileDao.create(fr.ifremer.allegro.data.measure.file.MeasurementFile)
public java.lang.Object create(int transform, MeasurementFile measurementFile)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
create
in interface MeasurementFileDao
MeasurementFileDao.create(int transform, fr.ifremer.allegro.data.measure.file.MeasurementFile)
public java.util.Collection create(java.util.Collection entities)
MeasurementFileDao
entities
collection
create
in interface MeasurementFileDao
entities
- the collection of fr.ifremer.allegro.data.measure.file.MeasurementFile
instances to create.
MeasurementFileDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
create
in interface MeasurementFileDao
MeasurementFileDao.create(int, java.util.Collection)
public 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)
MeasurementFileDao
Creates a new fr.ifremer.allegro.data.measure.file.MeasurementFile
instance from all attributes and
properties and adds it to the persistent store.
create
in interface MeasurementFileDao
MeasurementFileDao.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)
public 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)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
create
in interface MeasurementFileDao
MeasurementFileDao.create(int, 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)
public MeasurementFile create(java.lang.Integer objectId, ObjectType objectType, java.lang.String path, Pmfm pmfm, QualityFlag qualityFlag)
MeasurementFileDao
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.
create
in interface MeasurementFileDao
MeasurementFileDao.create(java.lang.Integer,fr.ifremer.allegro.referential.ObjectType,java.lang.String,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)
public java.lang.Object create(int transform, java.lang.Integer objectId, ObjectType objectType, java.lang.String path, Pmfm pmfm, QualityFlag qualityFlag)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
create
in interface MeasurementFileDao
MeasurementFileDao.create(int, java.lang.Integer,fr.ifremer.allegro.referential.ObjectType,java.lang.String,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)
public void update(MeasurementFile measurementFile)
MeasurementFileDao
measurementFile
instance in the persistent store.
update
in interface MeasurementFileDao
MeasurementFileDao.update(fr.ifremer.allegro.data.measure.file.MeasurementFile)
public void update(java.util.Collection entities)
MeasurementFileDao
entities
collection in the persistent store.
update
in interface MeasurementFileDao
MeasurementFileDao.update(java.util.Collection)
public void remove(MeasurementFile measurementFile)
MeasurementFileDao
remove
in interface MeasurementFileDao
MeasurementFileDao.remove(fr.ifremer.allegro.data.measure.file.MeasurementFile)
public void remove(java.lang.Integer id)
MeasurementFileDao
identifier
from the persistent store.
remove
in interface MeasurementFileDao
MeasurementFileDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
MeasurementFileDao
entities collection.
- Specified by:
remove
in interface MeasurementFileDao
- See Also:
MeasurementFileDao.remove(java.util.Collection)
public java.util.Collection getAllMeasurementFile()
getAllMeasurementFile
in interface MeasurementFileDao
MeasurementFileDao.getAllMeasurementFile()
public java.util.Collection getAllMeasurementFile(int transform)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
getAllMeasurementFile
in interface MeasurementFileDao
MeasurementFileDao.getAllMeasurementFile(int)
public java.util.Collection getAllMeasurementFile(java.lang.String queryString)
MeasurementFileDao
Does the same thing as MeasurementFileDao.getAllMeasurementFile()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementFileDao.getAllMeasurementFile()
.
getAllMeasurementFile
in interface MeasurementFileDao
MeasurementFileDao.getAllMeasurementFile(java.lang.String)
public java.util.Collection getAllMeasurementFile(int pageNumber, int pageSize)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
getAllMeasurementFile
in interface MeasurementFileDao
MeasurementFileDao.getAllMeasurementFile(int, int)
public java.util.Collection getAllMeasurementFile(java.lang.String queryString, int pageNumber, int pageSize)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
getAllMeasurementFile
in interface MeasurementFileDao
MeasurementFileDao.getAllMeasurementFile(String, int, int)
public java.util.Collection getAllMeasurementFile(int transform, java.lang.String queryString)
MeasurementFileDao
Does the same thing as MeasurementFileDao.getAllMeasurementFile(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementFileDao.getAllMeasurementFile(int)
.
getAllMeasurementFile
in interface MeasurementFileDao
MeasurementFileDao.getAllMeasurementFile(int, String)
public java.util.Collection getAllMeasurementFile(int transform, int pageNumber, int pageSize)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
getAllMeasurementFile
in interface MeasurementFileDao
MeasurementFileDao.getAllMeasurementFile(int, int, int)
public java.util.Collection getAllMeasurementFile(int transform, java.lang.String queryString, int pageNumber, int pageSize)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
getAllMeasurementFile
in interface MeasurementFileDao
MeasurementFileDao.getAllMeasurementFile(int, java.lang.String, int, int)
public MeasurementFile findMeasurementFileById(java.lang.Integer id)
findMeasurementFileById
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileById(java.lang.Integer)
public java.lang.Object findMeasurementFileById(int transform, java.lang.Integer id)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileById
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileById(int, java.lang.Integer)
public MeasurementFile findMeasurementFileById(java.lang.String queryString, java.lang.Integer id)
MeasurementFileDao
Does the same thing as MeasurementFileDao.findMeasurementFileById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementFileDao.findMeasurementFileById(java.lang.Integer)
.
findMeasurementFileById
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileById(java.lang.String, java.lang.Integer)
public java.lang.Object findMeasurementFileById(int transform, java.lang.String queryString, java.lang.Integer id)
MeasurementFileDao
Does the same thing as MeasurementFileDao.findMeasurementFileById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementFileDao.findMeasurementFileById(int, java.lang.Integer id)
.
findMeasurementFileById
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findMeasurementFileByDepartment(Department department)
findMeasurementFileByDepartment
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementFileByDepartment(int transform, Department department)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByDepartment
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementFileByDepartment(java.lang.String queryString, Department department)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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 MeasurementFileDao.findMeasurementFileByDepartment(fr.ifremer.allegro.administration.user.Department)
.
findMeasurementFileByDepartment
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementFileByDepartment(int pageNumber, int pageSize, Department department)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByDepartment
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementFileByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByDepartment
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementFileByDepartment(int transform, java.lang.String queryString, Department department)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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 MeasurementFileDao.findMeasurementFileByDepartment(int, fr.ifremer.allegro.administration.user.Department department)
.
findMeasurementFileByDepartment
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementFileByDepartment(int transform, int pageNumber, int pageSize, Department department)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByDepartment
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementFileByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByDepartment
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementFileByQualityFlag(QualityFlag qualityFlag)
findMeasurementFileByQualityFlag
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementFileByQualityFlag(int transform, QualityFlag qualityFlag)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByQualityFlag
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementFileByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
MeasurementFileDao
Does the same thing as MeasurementFileDao.findMeasurementFileByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementFileDao.findMeasurementFileByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findMeasurementFileByQualityFlag
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementFileByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByQualityFlag
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementFileByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByQualityFlag
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementFileByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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 MeasurementFileDao.findMeasurementFileByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findMeasurementFileByQualityFlag
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementFileByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByQualityFlag
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementFileByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByQualityFlag
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementFileByObjectType(ObjectType objectType)
findMeasurementFileByObjectType
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByObjectType(fr.ifremer.allegro.referential.ObjectType)
public java.util.Collection findMeasurementFileByObjectType(int transform, ObjectType objectType)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByObjectType
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByObjectType(int, fr.ifremer.allegro.referential.ObjectType)
public java.util.Collection findMeasurementFileByObjectType(java.lang.String queryString, ObjectType objectType)
MeasurementFileDao
Does the same thing as MeasurementFileDao.findMeasurementFileByObjectType(fr.ifremer.allegro.referential.ObjectType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementFileDao.findMeasurementFileByObjectType(fr.ifremer.allegro.referential.ObjectType)
.
findMeasurementFileByObjectType
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByObjectType(java.lang.String, fr.ifremer.allegro.referential.ObjectType)
public java.util.Collection findMeasurementFileByObjectType(int pageNumber, int pageSize, ObjectType objectType)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByObjectType
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByObjectType(int, int, fr.ifremer.allegro.referential.ObjectType)
public java.util.Collection findMeasurementFileByObjectType(java.lang.String queryString, int pageNumber, int pageSize, ObjectType objectType)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByObjectType
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByObjectType(String, int, int, fr.ifremer.allegro.referential.ObjectType)
public java.util.Collection findMeasurementFileByObjectType(int transform, java.lang.String queryString, ObjectType objectType)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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 MeasurementFileDao.findMeasurementFileByObjectType(int, fr.ifremer.allegro.referential.ObjectType objectType)
.
findMeasurementFileByObjectType
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByObjectType(int, String, fr.ifremer.allegro.referential.ObjectType)
public java.util.Collection findMeasurementFileByObjectType(int transform, int pageNumber, int pageSize, ObjectType objectType)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByObjectType
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByObjectType(int, int, int, fr.ifremer.allegro.referential.ObjectType)
public java.util.Collection findMeasurementFileByObjectType(int transform, java.lang.String queryString, int pageNumber, int pageSize, ObjectType objectType)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByObjectType
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByObjectType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.ObjectType)
public java.util.Collection findMeasurementFileByAnalysisInstrument(AnalysisInstrument analysisInstrument)
findMeasurementFileByAnalysisInstrument
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementFileByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByAnalysisInstrument
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementFileByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
MeasurementFileDao
Does the same thing as MeasurementFileDao.findMeasurementFileByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementFileDao.findMeasurementFileByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
.
findMeasurementFileByAnalysisInstrument
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByAnalysisInstrument(java.lang.String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementFileByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByAnalysisInstrument
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByAnalysisInstrument(int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementFileByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByAnalysisInstrument
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByAnalysisInstrument(String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementFileByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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 MeasurementFileDao.findMeasurementFileByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument analysisInstrument)
.
findMeasurementFileByAnalysisInstrument
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementFileByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByAnalysisInstrument
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByAnalysisInstrument(int, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementFileByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByAnalysisInstrument
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByAnalysisInstrument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementFileByPmfm(Pmfm pmfm)
findMeasurementFileByPmfm
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementFileByPmfm(int transform, Pmfm pmfm)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByPmfm
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementFileByPmfm(java.lang.String queryString, Pmfm pmfm)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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 MeasurementFileDao.findMeasurementFileByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
.
findMeasurementFileByPmfm
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByPmfm(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementFileByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByPmfm
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementFileByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByPmfm
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementFileByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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 MeasurementFileDao.findMeasurementFileByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm)
.
findMeasurementFileByPmfm
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementFileByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByPmfm
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementFileByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByPmfm
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public MeasurementFile findMeasurementFileByNaturalId(java.lang.Integer id)
findMeasurementFileByNaturalId
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByNaturalId(java.lang.Integer)
public java.lang.Object findMeasurementFileByNaturalId(int transform, java.lang.Integer id)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
findMeasurementFileByNaturalId
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByNaturalId(int, java.lang.Integer)
public MeasurementFile findMeasurementFileByNaturalId(java.lang.String queryString, java.lang.Integer id)
MeasurementFileDao
Does the same thing as MeasurementFileDao.findMeasurementFileByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementFileDao.findMeasurementFileByNaturalId(java.lang.Integer)
.
findMeasurementFileByNaturalId
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findMeasurementFileByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
MeasurementFileDao
Does the same thing as MeasurementFileDao.findMeasurementFileByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementFileDao.findMeasurementFileByNaturalId(int, java.lang.Integer id)
.
findMeasurementFileByNaturalId
in interface MeasurementFileDao
MeasurementFileDao.findMeasurementFileByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp updateDate)
getAllMeasurementFileSinceDateSynchro
in interface MeasurementFileDao
MeasurementFileDao.getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllMeasurementFileSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
getAllMeasurementFileSinceDateSynchro
in interface MeasurementFileDao
MeasurementFileDao.getAllMeasurementFileSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllMeasurementFileSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
MeasurementFileDao
Does the same thing as MeasurementFileDao.getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementFileDao.getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp)
.
getAllMeasurementFileSinceDateSynchro
in interface MeasurementFileDao
MeasurementFileDao.getAllMeasurementFileSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllMeasurementFileSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
getAllMeasurementFileSinceDateSynchro
in interface MeasurementFileDao
MeasurementFileDao.getAllMeasurementFileSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllMeasurementFileSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
getAllMeasurementFileSinceDateSynchro
in interface MeasurementFileDao
MeasurementFileDao.getAllMeasurementFileSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllMeasurementFileSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
MeasurementFileDao
Does the same thing as MeasurementFileDao.getAllMeasurementFileSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementFileDao.getAllMeasurementFileSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllMeasurementFileSinceDateSynchro
in interface MeasurementFileDao
MeasurementFileDao.getAllMeasurementFileSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllMeasurementFileSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
getAllMeasurementFileSinceDateSynchro
in interface MeasurementFileDao
MeasurementFileDao.getAllMeasurementFileSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllMeasurementFileSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
MeasurementFileDao
Does the same thing as MeasurementFileDao.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.
getAllMeasurementFileSinceDateSynchro
in interface MeasurementFileDao
MeasurementFileDao.getAllMeasurementFileSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public MeasurementFile createFromClusterMeasurementFile(ClusterMeasurementFile clusterMeasurementFile)
createFromClusterMeasurementFile
in interface MeasurementFileDao
MeasurementFileDao.createFromClusterMeasurementFile(fr.ifremer.allegro.data.measure.file.generic.cluster.ClusterMeasurementFile)
protected abstract MeasurementFile handleCreateFromClusterMeasurementFile(ClusterMeasurementFile clusterMeasurementFile) throws java.lang.Exception
createFromClusterMeasurementFile(fr.ifremer.allegro.data.measure.file.generic.cluster.ClusterMeasurementFile)
java.lang.Exception
public ClusterMeasurementFile[] getAllClusterMeasurementFileSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterMeasurementFileSinceDateSynchro
in interface MeasurementFileDao
MeasurementFileDao.getAllClusterMeasurementFileSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterMeasurementFile[] handleGetAllClusterMeasurementFileSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterMeasurementFileSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, MeasurementFile entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.measure.file.MeasurementFileDao
, please note
that the MeasurementFileDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
MeasurementFile
- MeasurementFileDao.TRANSFORM_NONE
RemoteMeasurementFileFullVO
- TRANSFORM_REMOTEMEASUREMENTFILEFULLVO
RemoteMeasurementFileNaturalId
- TRANSFORM_REMOTEMEASUREMENTFILENATURALID
ClusterMeasurementFile
- TRANSFORM_CLUSTERMEASUREMENTFILE
MeasurementFileDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in MeasurementFileDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
transformEntity(int,fr.ifremer.allegro.data.measure.file.MeasurementFile)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transform
- one of the constants declared in fr.ifremer.allegro.data.measure.file.MeasurementFileDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.measure.file.MeasurementFile)
protected MeasurementFile toEntity(java.lang.Object[] row)
public final void toRemoteMeasurementFileFullVOCollection(java.util.Collection entities)
MeasurementFileDao
RemoteMeasurementFileFullVO
.
toRemoteMeasurementFileFullVOCollection
in interface MeasurementFileDao
MeasurementFileDao.toRemoteMeasurementFileFullVOCollection(java.util.Collection)
public final RemoteMeasurementFileFullVO[] toRemoteMeasurementFileFullVOArray(java.util.Collection entities)
MeasurementFileDao
RemoteMeasurementFileFullVO
.
toRemoteMeasurementFileFullVOArray
in interface MeasurementFileDao
MeasurementFileDao.toRemoteMeasurementFileFullVOArray(java.util.Collection)
protected RemoteMeasurementFileFullVO toRemoteMeasurementFileFullVO(java.lang.Object[] row)
MeasurementFileDaoImpl
class if you intend to use reporting queries.
MeasurementFileDao.toRemoteMeasurementFileFullVO(fr.ifremer.allegro.data.measure.file.MeasurementFile)
public final void remoteMeasurementFileFullVOToEntityCollection(java.util.Collection instances)
MeasurementFileDao
RemoteMeasurementFileFullVO
to this
DAO's entity.
remoteMeasurementFileFullVOToEntityCollection
in interface MeasurementFileDao
MeasurementFileDao.remoteMeasurementFileFullVOToEntityCollection(java.util.Collection)
public void toRemoteMeasurementFileFullVO(MeasurementFile source, RemoteMeasurementFileFullVO target)
MeasurementFileDao
toRemoteMeasurementFileFullVO
in interface MeasurementFileDao
MeasurementFileDao.toRemoteMeasurementFileFullVO(fr.ifremer.allegro.data.measure.file.MeasurementFile, fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileFullVO)
public RemoteMeasurementFileFullVO toRemoteMeasurementFileFullVO(MeasurementFile entity)
MeasurementFileDao
RemoteMeasurementFileFullVO
.
toRemoteMeasurementFileFullVO
in interface MeasurementFileDao
MeasurementFileDao.toRemoteMeasurementFileFullVO(fr.ifremer.allegro.data.measure.file.MeasurementFile)
public void remoteMeasurementFileFullVOToEntity(RemoteMeasurementFileFullVO source, MeasurementFile target, boolean copyIfNull)
MeasurementFileDao
RemoteMeasurementFileFullVO
to the specified entity.
remoteMeasurementFileFullVOToEntity
in interface MeasurementFileDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.measure.file.MeasurementFileDao#remoteMeasurementFileFullVOToEntity(fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileFullVO, fr.ifremer.allegro.data.measure.file.MeasurementFile)
public final void toRemoteMeasurementFileNaturalIdCollection(java.util.Collection entities)
MeasurementFileDao
RemoteMeasurementFileNaturalId
.
toRemoteMeasurementFileNaturalIdCollection
in interface MeasurementFileDao
MeasurementFileDao.toRemoteMeasurementFileNaturalIdCollection(java.util.Collection)
public final RemoteMeasurementFileNaturalId[] toRemoteMeasurementFileNaturalIdArray(java.util.Collection entities)
MeasurementFileDao
RemoteMeasurementFileNaturalId
.
toRemoteMeasurementFileNaturalIdArray
in interface MeasurementFileDao
MeasurementFileDao.toRemoteMeasurementFileNaturalIdArray(java.util.Collection)
protected RemoteMeasurementFileNaturalId toRemoteMeasurementFileNaturalId(java.lang.Object[] row)
MeasurementFileDaoImpl
class if you intend to use reporting queries.
MeasurementFileDao.toRemoteMeasurementFileNaturalId(fr.ifremer.allegro.data.measure.file.MeasurementFile)
public final void remoteMeasurementFileNaturalIdToEntityCollection(java.util.Collection instances)
MeasurementFileDao
RemoteMeasurementFileNaturalId
to this
DAO's entity.
remoteMeasurementFileNaturalIdToEntityCollection
in interface MeasurementFileDao
MeasurementFileDao.remoteMeasurementFileNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteMeasurementFileNaturalId(MeasurementFile source, RemoteMeasurementFileNaturalId target)
MeasurementFileDao
toRemoteMeasurementFileNaturalId
in interface MeasurementFileDao
MeasurementFileDao.toRemoteMeasurementFileNaturalId(fr.ifremer.allegro.data.measure.file.MeasurementFile, fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileNaturalId)
public RemoteMeasurementFileNaturalId toRemoteMeasurementFileNaturalId(MeasurementFile entity)
MeasurementFileDao
RemoteMeasurementFileNaturalId
.
toRemoteMeasurementFileNaturalId
in interface MeasurementFileDao
MeasurementFileDao.toRemoteMeasurementFileNaturalId(fr.ifremer.allegro.data.measure.file.MeasurementFile)
public void remoteMeasurementFileNaturalIdToEntity(RemoteMeasurementFileNaturalId source, MeasurementFile target, boolean copyIfNull)
MeasurementFileDao
RemoteMeasurementFileNaturalId
to the specified entity.
remoteMeasurementFileNaturalIdToEntity
in interface MeasurementFileDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.measure.file.MeasurementFileDao#remoteMeasurementFileNaturalIdToEntity(fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileNaturalId, fr.ifremer.allegro.data.measure.file.MeasurementFile)
public final void toClusterMeasurementFileCollection(java.util.Collection entities)
MeasurementFileDao
ClusterMeasurementFile
.
toClusterMeasurementFileCollection
in interface MeasurementFileDao
MeasurementFileDao.toClusterMeasurementFileCollection(java.util.Collection)
public final ClusterMeasurementFile[] toClusterMeasurementFileArray(java.util.Collection entities)
MeasurementFileDao
ClusterMeasurementFile
.
toClusterMeasurementFileArray
in interface MeasurementFileDao
MeasurementFileDao.toClusterMeasurementFileArray(java.util.Collection)
protected ClusterMeasurementFile toClusterMeasurementFile(java.lang.Object[] row)
MeasurementFileDaoImpl
class if you intend to use reporting queries.
MeasurementFileDao.toClusterMeasurementFile(fr.ifremer.allegro.data.measure.file.MeasurementFile)
public final void clusterMeasurementFileToEntityCollection(java.util.Collection instances)
MeasurementFileDao
ClusterMeasurementFile
to this
DAO's entity.
clusterMeasurementFileToEntityCollection
in interface MeasurementFileDao
MeasurementFileDao.clusterMeasurementFileToEntityCollection(java.util.Collection)
public void toClusterMeasurementFile(MeasurementFile source, ClusterMeasurementFile target)
MeasurementFileDao
toClusterMeasurementFile
in interface MeasurementFileDao
MeasurementFileDao.toClusterMeasurementFile(fr.ifremer.allegro.data.measure.file.MeasurementFile, fr.ifremer.allegro.data.measure.file.generic.cluster.ClusterMeasurementFile)
public ClusterMeasurementFile toClusterMeasurementFile(MeasurementFile entity)
MeasurementFileDao
ClusterMeasurementFile
.
toClusterMeasurementFile
in interface MeasurementFileDao
MeasurementFileDao.toClusterMeasurementFile(fr.ifremer.allegro.data.measure.file.MeasurementFile)
public void clusterMeasurementFileToEntity(ClusterMeasurementFile source, MeasurementFile target, boolean copyIfNull)
MeasurementFileDao
ClusterMeasurementFile
to the specified entity.
clusterMeasurementFileToEntity
in interface MeasurementFileDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.measure.file.MeasurementFileDao#clusterMeasurementFileToEntity(fr.ifremer.allegro.data.measure.file.generic.cluster.ClusterMeasurementFile, fr.ifremer.allegro.data.measure.file.MeasurementFile)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
MeasurementFileDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface MeasurementFileDao
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.MeasurementFileDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
MeasurementFileDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface MeasurementFileDao
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.MeasurementFileDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
MeasurementFileDao
MeasurementFileDao.search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
search
in interface MeasurementFileDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
MeasurementFileDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
MeasurementFileDao
search
object.
search
in interface MeasurementFileDao
search
- the search object which provides the search parameters and pagination specification.
MeasurementFileDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |