fr.ifremer.allegro.data.measure.file
Class MeasurementFileDaoBase

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.data.measure.file.MeasurementFileDaoBase
All Implemented Interfaces:
MeasurementFileDao
Direct Known Subclasses:
MeasurementFileDaoImpl

public abstract class MeasurementFileDaoBase
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements MeasurementFileDao

Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.data.measure.file.MeasurementFile.

See Also:
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 collection.
 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

MeasurementFileDaoBase

public MeasurementFileDaoBase()
Method Detail

setDepartmentDao

public void setDepartmentDao(DepartmentDao departmentDao)
Sets the reference to departmentDao.


getDepartmentDao

protected DepartmentDao getDepartmentDao()
Gets the reference to departmentDao.


setQualityFlagDao

public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
Sets the reference to qualityFlagDao.


getQualityFlagDao

protected QualityFlagDao getQualityFlagDao()
Gets the reference to qualityFlagDao.


setObjectTypeDao

public void setObjectTypeDao(ObjectTypeDao objectTypeDao)
Sets the reference to objectTypeDao.


getObjectTypeDao

protected ObjectTypeDao getObjectTypeDao()
Gets the reference to objectTypeDao.


setAnalysisInstrumentDao

public void setAnalysisInstrumentDao(AnalysisInstrumentDao analysisInstrumentDao)
Sets the reference to analysisInstrumentDao.


getAnalysisInstrumentDao

protected AnalysisInstrumentDao getAnalysisInstrumentDao()
Gets the reference to analysisInstrumentDao.


setPmfmDao

public void setPmfmDao(PmfmDao pmfmDao)
Sets the reference to pmfmDao.


getPmfmDao

protected PmfmDao getPmfmDao()
Gets the reference to pmfmDao.


load

public java.lang.Object load(int transform,
                             java.lang.Integer id)
Description copied from interface: 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.

Specified by:
load in interface MeasurementFileDao
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.
See Also:
MeasurementFileDao.load(int, java.lang.Integer)

load

public MeasurementFile load(java.lang.Integer id)
Description copied from interface: MeasurementFileDao
Loads an instance of fr.ifremer.allegro.data.measure.file.MeasurementFile from the persistent store.

Specified by:
load in interface MeasurementFileDao
See Also:
MeasurementFileDao.load(java.lang.Integer)

loadAll

public java.util.Collection loadAll()
Description copied from interface: MeasurementFileDao
Loads all entities of type MeasurementFile.

Specified by:
loadAll in interface MeasurementFileDao
Returns:
the loaded entities.
See Also:
MeasurementFileDao.loadAll()

loadAll

public java.util.Collection loadAll(int transform)
Description copied from interface: 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.

Specified by:
loadAll in interface MeasurementFileDao
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
MeasurementFileDao.loadAll(int)

loadAll

public java.util.Collection loadAll(int pageNumber,
                                    int pageSize)
Description copied from interface: 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.

Specified by:
loadAll in interface MeasurementFileDao
Parameters:
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.
See Also:
MeasurementFileDao.loadAll(int, int)

loadAll

public java.util.Collection loadAll(int transform,
                                    int pageNumber,
                                    int pageSize)
Description copied from interface: 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.

Specified by:
loadAll in interface MeasurementFileDao
Parameters:
transform - the flag indicating what transformation to use.
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.
See Also:
MeasurementFileDao.loadAll(int, int, int)

create

public MeasurementFile create(MeasurementFile measurementFile)
Description copied from interface: MeasurementFileDao
Creates an instance of fr.ifremer.allegro.data.measure.file.MeasurementFile and adds it to the persistent store.

Specified by:
create in interface MeasurementFileDao
See Also:
MeasurementFileDao.create(fr.ifremer.allegro.data.measure.file.MeasurementFile)

create

public java.lang.Object create(int transform,
                               MeasurementFile measurementFile)
Description copied from interface: 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.

Specified by:
create in interface MeasurementFileDao
See Also:
MeasurementFileDao.create(int transform, fr.ifremer.allegro.data.measure.file.MeasurementFile)

create

public java.util.Collection create(java.util.Collection entities)
Description copied from interface: MeasurementFileDao
Creates a new instance of fr.ifremer.allegro.data.measure.file.MeasurementFile and adds from the passed in entities collection

Specified by:
create in interface MeasurementFileDao
Parameters:
entities - the collection of fr.ifremer.allegro.data.measure.file.MeasurementFile instances to create.
Returns:
the created instances.
See Also:
MeasurementFileDao.create(java.util.Collection)

create

public java.util.Collection create(int transform,
                                   java.util.Collection entities)
Description copied from interface: 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.

Specified by:
create in interface MeasurementFileDao
See Also:
MeasurementFileDao.create(int, java.util.Collection)

create

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)
Description copied from interface: MeasurementFileDao

Creates a new fr.ifremer.allegro.data.measure.file.MeasurementFile instance from all attributes and properties and adds it to the persistent store.

Specified by:
create in interface MeasurementFileDao
See Also:
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)

create

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)
Description copied from interface: 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.

Specified by:
create in interface MeasurementFileDao
See Also:
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)

create

public MeasurementFile create(java.lang.Integer objectId,
                              ObjectType objectType,
                              java.lang.String path,
                              Pmfm pmfm,
                              QualityFlag qualityFlag)
Description copied from interface: 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.

Specified by:
create in interface MeasurementFileDao
See Also:
MeasurementFileDao.create(java.lang.Integer,fr.ifremer.allegro.referential.ObjectType,java.lang.String,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)

create

public java.lang.Object create(int transform,
                               java.lang.Integer objectId,
                               ObjectType objectType,
                               java.lang.String path,
                               Pmfm pmfm,
                               QualityFlag qualityFlag)
Description copied from interface: 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.

Specified by:
create in interface MeasurementFileDao
See Also:
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)

update

public void update(MeasurementFile measurementFile)
Description copied from interface: MeasurementFileDao
Updates the measurementFile instance in the persistent store.

Specified by:
update in interface MeasurementFileDao
See Also:
MeasurementFileDao.update(fr.ifremer.allegro.data.measure.file.MeasurementFile)

update

public void update(java.util.Collection entities)
Description copied from interface: MeasurementFileDao
Updates all instances in the entities collection in the persistent store.

Specified by:
update in interface MeasurementFileDao
See Also:
MeasurementFileDao.update(java.util.Collection)

remove

public void remove(MeasurementFile measurementFile)
Description copied from interface: MeasurementFileDao
Removes the instance of fr.ifremer.allegro.data.measure.file.MeasurementFile from the persistent store.

Specified by:
remove in interface MeasurementFileDao
See Also:
MeasurementFileDao.remove(fr.ifremer.allegro.data.measure.file.MeasurementFile)

remove

public void remove(java.lang.Integer id)
Description copied from interface: MeasurementFileDao
Removes the instance of fr.ifremer.allegro.data.measure.file.MeasurementFile having the given identifier from the persistent store.

Specified by:
remove in interface MeasurementFileDao
See Also:
MeasurementFileDao.remove(java.lang.Integer)

remove

public void remove(java.util.Collection entities)
Description copied from interface: MeasurementFileDao
Removes all entities in the given entities collection.

Specified by:
remove in interface MeasurementFileDao
See Also:
MeasurementFileDao.remove(java.util.Collection)

getAllMeasurementFile

public java.util.Collection getAllMeasurementFile()
Specified by:
getAllMeasurementFile in interface MeasurementFileDao
See Also:
MeasurementFileDao.getAllMeasurementFile()

getAllMeasurementFile

public java.util.Collection getAllMeasurementFile(int transform)
Description copied from interface: 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.

Specified by:
getAllMeasurementFile in interface MeasurementFileDao
See Also:
MeasurementFileDao.getAllMeasurementFile(int)

getAllMeasurementFile

public java.util.Collection getAllMeasurementFile(java.lang.String queryString)
Description copied from interface: 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().

Specified by:
getAllMeasurementFile in interface MeasurementFileDao
See Also:
MeasurementFileDao.getAllMeasurementFile(java.lang.String)

getAllMeasurementFile

public java.util.Collection getAllMeasurementFile(int pageNumber,
                                                  int pageSize)
Description copied from interface: 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.

Specified by:
getAllMeasurementFile in interface MeasurementFileDao
See Also:
MeasurementFileDao.getAllMeasurementFile(int, int)

getAllMeasurementFile

public java.util.Collection getAllMeasurementFile(java.lang.String queryString,
                                                  int pageNumber,
                                                  int pageSize)
Description copied from interface: 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.

Specified by:
getAllMeasurementFile in interface MeasurementFileDao
See Also:
MeasurementFileDao.getAllMeasurementFile(String, int, int)

getAllMeasurementFile

public java.util.Collection getAllMeasurementFile(int transform,
                                                  java.lang.String queryString)
Description copied from interface: 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).

Specified by:
getAllMeasurementFile in interface MeasurementFileDao
See Also:
MeasurementFileDao.getAllMeasurementFile(int, String)

getAllMeasurementFile

public java.util.Collection getAllMeasurementFile(int transform,
                                                  int pageNumber,
                                                  int pageSize)
Description copied from interface: 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.

Specified by:
getAllMeasurementFile in interface MeasurementFileDao
See Also:
MeasurementFileDao.getAllMeasurementFile(int, int, int)

getAllMeasurementFile

public java.util.Collection getAllMeasurementFile(int transform,
                                                  java.lang.String queryString,
                                                  int pageNumber,
                                                  int pageSize)
Description copied from interface: 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.

Specified by:
getAllMeasurementFile in interface MeasurementFileDao
See Also:
MeasurementFileDao.getAllMeasurementFile(int, java.lang.String, int, int)

findMeasurementFileById

public MeasurementFile findMeasurementFileById(java.lang.Integer id)
Specified by:
findMeasurementFileById in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileById(java.lang.Integer)

findMeasurementFileById

public java.lang.Object findMeasurementFileById(int transform,
                                                java.lang.Integer id)
Description copied from interface: 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.

Specified by:
findMeasurementFileById in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileById(int, java.lang.Integer)

findMeasurementFileById

public MeasurementFile findMeasurementFileById(java.lang.String queryString,
                                               java.lang.Integer id)
Description copied from interface: 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).

Specified by:
findMeasurementFileById in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileById(java.lang.String, java.lang.Integer)

findMeasurementFileById

public java.lang.Object findMeasurementFileById(int transform,
                                                java.lang.String queryString,
                                                java.lang.Integer id)
Description copied from interface: 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).

Specified by:
findMeasurementFileById in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileById(int, java.lang.String, java.lang.Integer)

findMeasurementFileByDepartment

public java.util.Collection findMeasurementFileByDepartment(Department department)
Specified by:
findMeasurementFileByDepartment in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByDepartment(fr.ifremer.allegro.administration.user.Department)

findMeasurementFileByDepartment

public java.util.Collection findMeasurementFileByDepartment(int transform,
                                                            Department department)
Description copied from interface: 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.

Specified by:
findMeasurementFileByDepartment in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByDepartment(int, fr.ifremer.allegro.administration.user.Department)

findMeasurementFileByDepartment

public java.util.Collection findMeasurementFileByDepartment(java.lang.String queryString,
                                                            Department department)
Description copied from interface: 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).

Specified by:
findMeasurementFileByDepartment in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)

findMeasurementFileByDepartment

public java.util.Collection findMeasurementFileByDepartment(int pageNumber,
                                                            int pageSize,
                                                            Department department)
Description copied from interface: 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.

Specified by:
findMeasurementFileByDepartment in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByDepartment(int, int, fr.ifremer.allegro.administration.user.Department)

findMeasurementFileByDepartment

public java.util.Collection findMeasurementFileByDepartment(java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Department department)
Description copied from interface: 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.

Specified by:
findMeasurementFileByDepartment in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)

findMeasurementFileByDepartment

public java.util.Collection findMeasurementFileByDepartment(int transform,
                                                            java.lang.String queryString,
                                                            Department department)
Description copied from interface: 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).

Specified by:
findMeasurementFileByDepartment in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)

findMeasurementFileByDepartment

public java.util.Collection findMeasurementFileByDepartment(int transform,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Department department)
Description copied from interface: 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.

Specified by:
findMeasurementFileByDepartment in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)

findMeasurementFileByDepartment

public java.util.Collection findMeasurementFileByDepartment(int transform,
                                                            java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Department department)
Description copied from interface: 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.

Specified by:
findMeasurementFileByDepartment in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)

findMeasurementFileByQualityFlag

public java.util.Collection findMeasurementFileByQualityFlag(QualityFlag qualityFlag)
Specified by:
findMeasurementFileByQualityFlag in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)

findMeasurementFileByQualityFlag

public java.util.Collection findMeasurementFileByQualityFlag(int transform,
                                                             QualityFlag qualityFlag)
Description copied from interface: 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.

Specified by:
findMeasurementFileByQualityFlag in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)

findMeasurementFileByQualityFlag

public java.util.Collection findMeasurementFileByQualityFlag(java.lang.String queryString,
                                                             QualityFlag qualityFlag)
Description copied from interface: 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).

Specified by:
findMeasurementFileByQualityFlag in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)

findMeasurementFileByQualityFlag

public java.util.Collection findMeasurementFileByQualityFlag(int pageNumber,
                                                             int pageSize,
                                                             QualityFlag qualityFlag)
Description copied from interface: 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.

Specified by:
findMeasurementFileByQualityFlag in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)

findMeasurementFileByQualityFlag

public java.util.Collection findMeasurementFileByQualityFlag(java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             QualityFlag qualityFlag)
Description copied from interface: 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.

Specified by:
findMeasurementFileByQualityFlag in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findMeasurementFileByQualityFlag

public java.util.Collection findMeasurementFileByQualityFlag(int transform,
                                                             java.lang.String queryString,
                                                             QualityFlag qualityFlag)
Description copied from interface: 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).

Specified by:
findMeasurementFileByQualityFlag in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)

findMeasurementFileByQualityFlag

public java.util.Collection findMeasurementFileByQualityFlag(int transform,
                                                             int pageNumber,
                                                             int pageSize,
                                                             QualityFlag qualityFlag)
Description copied from interface: 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.

Specified by:
findMeasurementFileByQualityFlag in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)

findMeasurementFileByQualityFlag

public java.util.Collection findMeasurementFileByQualityFlag(int transform,
                                                             java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             QualityFlag qualityFlag)
Description copied from interface: 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.

Specified by:
findMeasurementFileByQualityFlag in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findMeasurementFileByObjectType

public java.util.Collection findMeasurementFileByObjectType(ObjectType objectType)
Specified by:
findMeasurementFileByObjectType in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByObjectType(fr.ifremer.allegro.referential.ObjectType)

findMeasurementFileByObjectType

public java.util.Collection findMeasurementFileByObjectType(int transform,
                                                            ObjectType objectType)
Description copied from interface: 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.

Specified by:
findMeasurementFileByObjectType in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByObjectType(int, fr.ifremer.allegro.referential.ObjectType)

findMeasurementFileByObjectType

public java.util.Collection findMeasurementFileByObjectType(java.lang.String queryString,
                                                            ObjectType objectType)
Description copied from interface: 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).

Specified by:
findMeasurementFileByObjectType in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByObjectType(java.lang.String, fr.ifremer.allegro.referential.ObjectType)

findMeasurementFileByObjectType

public java.util.Collection findMeasurementFileByObjectType(int pageNumber,
                                                            int pageSize,
                                                            ObjectType objectType)
Description copied from interface: 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.

Specified by:
findMeasurementFileByObjectType in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByObjectType(int, int, fr.ifremer.allegro.referential.ObjectType)

findMeasurementFileByObjectType

public java.util.Collection findMeasurementFileByObjectType(java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            ObjectType objectType)
Description copied from interface: 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.

Specified by:
findMeasurementFileByObjectType in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByObjectType(String, int, int, fr.ifremer.allegro.referential.ObjectType)

findMeasurementFileByObjectType

public java.util.Collection findMeasurementFileByObjectType(int transform,
                                                            java.lang.String queryString,
                                                            ObjectType objectType)
Description copied from interface: 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).

Specified by:
findMeasurementFileByObjectType in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByObjectType(int, String, fr.ifremer.allegro.referential.ObjectType)

findMeasurementFileByObjectType

public java.util.Collection findMeasurementFileByObjectType(int transform,
                                                            int pageNumber,
                                                            int pageSize,
                                                            ObjectType objectType)
Description copied from interface: 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.

Specified by:
findMeasurementFileByObjectType in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByObjectType(int, int, int, fr.ifremer.allegro.referential.ObjectType)

findMeasurementFileByObjectType

public java.util.Collection findMeasurementFileByObjectType(int transform,
                                                            java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            ObjectType objectType)
Description copied from interface: 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.

Specified by:
findMeasurementFileByObjectType in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByObjectType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.ObjectType)

findMeasurementFileByAnalysisInstrument

public java.util.Collection findMeasurementFileByAnalysisInstrument(AnalysisInstrument analysisInstrument)
Specified by:
findMeasurementFileByAnalysisInstrument in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementFileByAnalysisInstrument

public java.util.Collection findMeasurementFileByAnalysisInstrument(int transform,
                                                                    AnalysisInstrument analysisInstrument)
Description copied from interface: 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.

Specified by:
findMeasurementFileByAnalysisInstrument in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementFileByAnalysisInstrument

public java.util.Collection findMeasurementFileByAnalysisInstrument(java.lang.String queryString,
                                                                    AnalysisInstrument analysisInstrument)
Description copied from interface: 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).

Specified by:
findMeasurementFileByAnalysisInstrument in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByAnalysisInstrument(java.lang.String, fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementFileByAnalysisInstrument

public java.util.Collection findMeasurementFileByAnalysisInstrument(int pageNumber,
                                                                    int pageSize,
                                                                    AnalysisInstrument analysisInstrument)
Description copied from interface: 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.

Specified by:
findMeasurementFileByAnalysisInstrument in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByAnalysisInstrument(int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementFileByAnalysisInstrument

public java.util.Collection findMeasurementFileByAnalysisInstrument(java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    AnalysisInstrument analysisInstrument)
Description copied from interface: 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.

Specified by:
findMeasurementFileByAnalysisInstrument in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByAnalysisInstrument(String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementFileByAnalysisInstrument

public java.util.Collection findMeasurementFileByAnalysisInstrument(int transform,
                                                                    java.lang.String queryString,
                                                                    AnalysisInstrument analysisInstrument)
Description copied from interface: 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).

Specified by:
findMeasurementFileByAnalysisInstrument in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementFileByAnalysisInstrument

public java.util.Collection findMeasurementFileByAnalysisInstrument(int transform,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    AnalysisInstrument analysisInstrument)
Description copied from interface: 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.

Specified by:
findMeasurementFileByAnalysisInstrument in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByAnalysisInstrument(int, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementFileByAnalysisInstrument

public java.util.Collection findMeasurementFileByAnalysisInstrument(int transform,
                                                                    java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    AnalysisInstrument analysisInstrument)
Description copied from interface: 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.

Specified by:
findMeasurementFileByAnalysisInstrument in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByAnalysisInstrument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementFileByPmfm

public java.util.Collection findMeasurementFileByPmfm(Pmfm pmfm)
Specified by:
findMeasurementFileByPmfm in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementFileByPmfm

public java.util.Collection findMeasurementFileByPmfm(int transform,
                                                      Pmfm pmfm)
Description copied from interface: 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.

Specified by:
findMeasurementFileByPmfm in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementFileByPmfm

public java.util.Collection findMeasurementFileByPmfm(java.lang.String queryString,
                                                      Pmfm pmfm)
Description copied from interface: 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).

Specified by:
findMeasurementFileByPmfm in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByPmfm(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementFileByPmfm

public java.util.Collection findMeasurementFileByPmfm(int pageNumber,
                                                      int pageSize,
                                                      Pmfm pmfm)
Description copied from interface: 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.

Specified by:
findMeasurementFileByPmfm in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementFileByPmfm

public java.util.Collection findMeasurementFileByPmfm(java.lang.String queryString,
                                                      int pageNumber,
                                                      int pageSize,
                                                      Pmfm pmfm)
Description copied from interface: 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.

Specified by:
findMeasurementFileByPmfm in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementFileByPmfm

public java.util.Collection findMeasurementFileByPmfm(int transform,
                                                      java.lang.String queryString,
                                                      Pmfm pmfm)
Description copied from interface: 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).

Specified by:
findMeasurementFileByPmfm in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementFileByPmfm

public java.util.Collection findMeasurementFileByPmfm(int transform,
                                                      int pageNumber,
                                                      int pageSize,
                                                      Pmfm pmfm)
Description copied from interface: 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.

Specified by:
findMeasurementFileByPmfm in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementFileByPmfm

public java.util.Collection findMeasurementFileByPmfm(int transform,
                                                      java.lang.String queryString,
                                                      int pageNumber,
                                                      int pageSize,
                                                      Pmfm pmfm)
Description copied from interface: 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.

Specified by:
findMeasurementFileByPmfm in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementFileByNaturalId

public MeasurementFile findMeasurementFileByNaturalId(java.lang.Integer id)
Specified by:
findMeasurementFileByNaturalId in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByNaturalId(java.lang.Integer)

findMeasurementFileByNaturalId

public java.lang.Object findMeasurementFileByNaturalId(int transform,
                                                       java.lang.Integer id)
Description copied from interface: 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.

Specified by:
findMeasurementFileByNaturalId in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByNaturalId(int, java.lang.Integer)

findMeasurementFileByNaturalId

public MeasurementFile findMeasurementFileByNaturalId(java.lang.String queryString,
                                                      java.lang.Integer id)
Description copied from interface: 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).

Specified by:
findMeasurementFileByNaturalId in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByNaturalId(java.lang.String, java.lang.Integer)

findMeasurementFileByNaturalId

public java.lang.Object findMeasurementFileByNaturalId(int transform,
                                                       java.lang.String queryString,
                                                       java.lang.Integer id)
Description copied from interface: 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).

Specified by:
findMeasurementFileByNaturalId in interface MeasurementFileDao
See Also:
MeasurementFileDao.findMeasurementFileByNaturalId(int, java.lang.String, java.lang.Integer)

getAllMeasurementFileSinceDateSynchro

public java.util.Collection getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp updateDate)
Specified by:
getAllMeasurementFileSinceDateSynchro in interface MeasurementFileDao
See Also:
MeasurementFileDao.getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp)

getAllMeasurementFileSinceDateSynchro

public java.util.Collection getAllMeasurementFileSinceDateSynchro(int transform,
                                                                  java.sql.Timestamp updateDate)
Description copied from interface: 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.

Specified by:
getAllMeasurementFileSinceDateSynchro in interface MeasurementFileDao
See Also:
MeasurementFileDao.getAllMeasurementFileSinceDateSynchro(int, java.sql.Timestamp)

getAllMeasurementFileSinceDateSynchro

public java.util.Collection getAllMeasurementFileSinceDateSynchro(java.lang.String queryString,
                                                                  java.sql.Timestamp updateDate)
Description copied from interface: 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).

Specified by:
getAllMeasurementFileSinceDateSynchro in interface MeasurementFileDao
See Also:
MeasurementFileDao.getAllMeasurementFileSinceDateSynchro(java.lang.String, java.sql.Timestamp)

getAllMeasurementFileSinceDateSynchro

public java.util.Collection getAllMeasurementFileSinceDateSynchro(int pageNumber,
                                                                  int pageSize,
                                                                  java.sql.Timestamp updateDate)
Description copied from interface: 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.

Specified by:
getAllMeasurementFileSinceDateSynchro in interface MeasurementFileDao
See Also:
MeasurementFileDao.getAllMeasurementFileSinceDateSynchro(int, int, java.sql.Timestamp)

getAllMeasurementFileSinceDateSynchro

public java.util.Collection getAllMeasurementFileSinceDateSynchro(java.lang.String queryString,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  java.sql.Timestamp updateDate)
Description copied from interface: 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.

Specified by:
getAllMeasurementFileSinceDateSynchro in interface MeasurementFileDao
See Also:
MeasurementFileDao.getAllMeasurementFileSinceDateSynchro(String, int, int, java.sql.Timestamp)

getAllMeasurementFileSinceDateSynchro

public java.util.Collection getAllMeasurementFileSinceDateSynchro(int transform,
                                                                  java.lang.String queryString,
                                                                  java.sql.Timestamp updateDate)
Description copied from interface: 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).

Specified by:
getAllMeasurementFileSinceDateSynchro in interface MeasurementFileDao
See Also:
MeasurementFileDao.getAllMeasurementFileSinceDateSynchro(int, String, java.sql.Timestamp)

getAllMeasurementFileSinceDateSynchro

public java.util.Collection getAllMeasurementFileSinceDateSynchro(int transform,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  java.sql.Timestamp updateDate)
Description copied from interface: 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.

Specified by:
getAllMeasurementFileSinceDateSynchro in interface MeasurementFileDao
See Also:
MeasurementFileDao.getAllMeasurementFileSinceDateSynchro(int, int, int, java.sql.Timestamp)

getAllMeasurementFileSinceDateSynchro

public java.util.Collection getAllMeasurementFileSinceDateSynchro(int transform,
                                                                  java.lang.String queryString,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  java.sql.Timestamp updateDate)
Description copied from interface: 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.

Specified by:
getAllMeasurementFileSinceDateSynchro in interface MeasurementFileDao
See Also:
MeasurementFileDao.getAllMeasurementFileSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)

createFromClusterMeasurementFile

public MeasurementFile createFromClusterMeasurementFile(ClusterMeasurementFile clusterMeasurementFile)
Specified by:
createFromClusterMeasurementFile in interface MeasurementFileDao
See Also:
MeasurementFileDao.createFromClusterMeasurementFile(fr.ifremer.allegro.data.measure.file.generic.cluster.ClusterMeasurementFile)

handleCreateFromClusterMeasurementFile

protected abstract MeasurementFile handleCreateFromClusterMeasurementFile(ClusterMeasurementFile clusterMeasurementFile)
                                                                   throws java.lang.Exception
Performs the core logic for createFromClusterMeasurementFile(fr.ifremer.allegro.data.measure.file.generic.cluster.ClusterMeasurementFile)

Throws:
java.lang.Exception

getAllClusterMeasurementFileSinceDateSynchro

public ClusterMeasurementFile[] getAllClusterMeasurementFileSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                             java.lang.Integer userId,
                                                                             java.lang.Integer[] registrationLocationIds,
                                                                             java.lang.Integer pageNumber,
                                                                             java.lang.Integer pageSize)
Specified by:
getAllClusterMeasurementFileSinceDateSynchro in interface MeasurementFileDao
See Also:
MeasurementFileDao.getAllClusterMeasurementFileSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetAllClusterMeasurementFileSinceDateSynchro

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
Performs the core logic for getAllClusterMeasurementFileSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

transformEntity

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.

This method will return instances of these types:

If the integer argument value is unknown MeasurementFileDao.TRANSFORM_NONE is assumed.

Parameters:
transform - one of the constants declared in MeasurementFileDao
entity - an entity that was found
Returns:
the transformed entity (i.e. new value object, etc)
See Also:
transformEntities(int,java.util.Collection)

transformEntities

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. This method does not instantiate a new collection.

This method is to be used internally only.

Parameters:
transform - one of the constants declared in fr.ifremer.allegro.data.measure.file.MeasurementFileDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.data.measure.file.MeasurementFile)

toEntity

protected MeasurementFile toEntity(java.lang.Object[] row)

toRemoteMeasurementFileFullVOCollection

public final void toRemoteMeasurementFileFullVOCollection(java.util.Collection entities)
Description copied from interface: MeasurementFileDao
Converts this DAO's entity to a Collection of instances of type RemoteMeasurementFileFullVO.

Specified by:
toRemoteMeasurementFileFullVOCollection in interface MeasurementFileDao
See Also:
MeasurementFileDao.toRemoteMeasurementFileFullVOCollection(java.util.Collection)

toRemoteMeasurementFileFullVOArray

public final RemoteMeasurementFileFullVO[] toRemoteMeasurementFileFullVOArray(java.util.Collection entities)
Description copied from interface: MeasurementFileDao
Converts this DAO's entity to an array of instances of type RemoteMeasurementFileFullVO.

Specified by:
toRemoteMeasurementFileFullVOArray in interface MeasurementFileDao
See Also:
MeasurementFileDao.toRemoteMeasurementFileFullVOArray(java.util.Collection)

toRemoteMeasurementFileFullVO

protected RemoteMeasurementFileFullVO toRemoteMeasurementFileFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the MeasurementFileDaoImpl class if you intend to use reporting queries.

See Also:
MeasurementFileDao.toRemoteMeasurementFileFullVO(fr.ifremer.allegro.data.measure.file.MeasurementFile)

remoteMeasurementFileFullVOToEntityCollection

public final void remoteMeasurementFileFullVOToEntityCollection(java.util.Collection instances)
Description copied from interface: MeasurementFileDao
Converts a Collection of instances of type RemoteMeasurementFileFullVO to this DAO's entity.

Specified by:
remoteMeasurementFileFullVOToEntityCollection in interface MeasurementFileDao
See Also:
MeasurementFileDao.remoteMeasurementFileFullVOToEntityCollection(java.util.Collection)

toRemoteMeasurementFileFullVO

public void toRemoteMeasurementFileFullVO(MeasurementFile source,
                                          RemoteMeasurementFileFullVO target)
Description copied from interface: MeasurementFileDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteMeasurementFileFullVO(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toRemoteMeasurementFileFullVO in interface MeasurementFileDao
See Also:
MeasurementFileDao.toRemoteMeasurementFileFullVO(fr.ifremer.allegro.data.measure.file.MeasurementFile, fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileFullVO)

toRemoteMeasurementFileFullVO

public RemoteMeasurementFileFullVO toRemoteMeasurementFileFullVO(MeasurementFile entity)
Description copied from interface: MeasurementFileDao
Converts this DAO's entity to an object of type RemoteMeasurementFileFullVO.

Specified by:
toRemoteMeasurementFileFullVO in interface MeasurementFileDao
See Also:
MeasurementFileDao.toRemoteMeasurementFileFullVO(fr.ifremer.allegro.data.measure.file.MeasurementFile)

remoteMeasurementFileFullVOToEntity

public void remoteMeasurementFileFullVOToEntity(RemoteMeasurementFileFullVO source,
                                                MeasurementFile target,
                                                boolean copyIfNull)
Description copied from interface: MeasurementFileDao
Copies the fields of RemoteMeasurementFileFullVO to the specified entity.

Specified by:
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.
See Also:
fr.ifremer.allegro.data.measure.file.MeasurementFileDao#remoteMeasurementFileFullVOToEntity(fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileFullVO, fr.ifremer.allegro.data.measure.file.MeasurementFile)

toRemoteMeasurementFileNaturalIdCollection

public final void toRemoteMeasurementFileNaturalIdCollection(java.util.Collection entities)
Description copied from interface: MeasurementFileDao
Converts this DAO's entity to a Collection of instances of type RemoteMeasurementFileNaturalId.

Specified by:
toRemoteMeasurementFileNaturalIdCollection in interface MeasurementFileDao
See Also:
MeasurementFileDao.toRemoteMeasurementFileNaturalIdCollection(java.util.Collection)

toRemoteMeasurementFileNaturalIdArray

public final RemoteMeasurementFileNaturalId[] toRemoteMeasurementFileNaturalIdArray(java.util.Collection entities)
Description copied from interface: MeasurementFileDao
Converts this DAO's entity to an array of instances of type RemoteMeasurementFileNaturalId.

Specified by:
toRemoteMeasurementFileNaturalIdArray in interface MeasurementFileDao
See Also:
MeasurementFileDao.toRemoteMeasurementFileNaturalIdArray(java.util.Collection)

toRemoteMeasurementFileNaturalId

protected RemoteMeasurementFileNaturalId toRemoteMeasurementFileNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the MeasurementFileDaoImpl class if you intend to use reporting queries.

See Also:
MeasurementFileDao.toRemoteMeasurementFileNaturalId(fr.ifremer.allegro.data.measure.file.MeasurementFile)

remoteMeasurementFileNaturalIdToEntityCollection

public final void remoteMeasurementFileNaturalIdToEntityCollection(java.util.Collection instances)
Description copied from interface: MeasurementFileDao
Converts a Collection of instances of type RemoteMeasurementFileNaturalId to this DAO's entity.

Specified by:
remoteMeasurementFileNaturalIdToEntityCollection in interface MeasurementFileDao
See Also:
MeasurementFileDao.remoteMeasurementFileNaturalIdToEntityCollection(java.util.Collection)

toRemoteMeasurementFileNaturalId

public void toRemoteMeasurementFileNaturalId(MeasurementFile source,
                                             RemoteMeasurementFileNaturalId target)
Description copied from interface: MeasurementFileDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteMeasurementFileNaturalId(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toRemoteMeasurementFileNaturalId in interface MeasurementFileDao
See Also:
MeasurementFileDao.toRemoteMeasurementFileNaturalId(fr.ifremer.allegro.data.measure.file.MeasurementFile, fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileNaturalId)

toRemoteMeasurementFileNaturalId

public RemoteMeasurementFileNaturalId toRemoteMeasurementFileNaturalId(MeasurementFile entity)
Description copied from interface: MeasurementFileDao
Converts this DAO's entity to an object of type RemoteMeasurementFileNaturalId.

Specified by:
toRemoteMeasurementFileNaturalId in interface MeasurementFileDao
See Also:
MeasurementFileDao.toRemoteMeasurementFileNaturalId(fr.ifremer.allegro.data.measure.file.MeasurementFile)

remoteMeasurementFileNaturalIdToEntity

public void remoteMeasurementFileNaturalIdToEntity(RemoteMeasurementFileNaturalId source,
                                                   MeasurementFile target,
                                                   boolean copyIfNull)
Description copied from interface: MeasurementFileDao
Copies the fields of RemoteMeasurementFileNaturalId to the specified entity.

Specified by:
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.
See Also:
fr.ifremer.allegro.data.measure.file.MeasurementFileDao#remoteMeasurementFileNaturalIdToEntity(fr.ifremer.allegro.data.measure.file.generic.vo.RemoteMeasurementFileNaturalId, fr.ifremer.allegro.data.measure.file.MeasurementFile)

toClusterMeasurementFileCollection

public final void toClusterMeasurementFileCollection(java.util.Collection entities)
Description copied from interface: MeasurementFileDao
Converts this DAO's entity to a Collection of instances of type ClusterMeasurementFile.

Specified by:
toClusterMeasurementFileCollection in interface MeasurementFileDao
See Also:
MeasurementFileDao.toClusterMeasurementFileCollection(java.util.Collection)

toClusterMeasurementFileArray

public final ClusterMeasurementFile[] toClusterMeasurementFileArray(java.util.Collection entities)
Description copied from interface: MeasurementFileDao
Converts this DAO's entity to an array of instances of type ClusterMeasurementFile.

Specified by:
toClusterMeasurementFileArray in interface MeasurementFileDao
See Also:
MeasurementFileDao.toClusterMeasurementFileArray(java.util.Collection)

toClusterMeasurementFile

protected ClusterMeasurementFile toClusterMeasurementFile(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the MeasurementFileDaoImpl class if you intend to use reporting queries.

See Also:
MeasurementFileDao.toClusterMeasurementFile(fr.ifremer.allegro.data.measure.file.MeasurementFile)

clusterMeasurementFileToEntityCollection

public final void clusterMeasurementFileToEntityCollection(java.util.Collection instances)
Description copied from interface: MeasurementFileDao
Converts a Collection of instances of type ClusterMeasurementFile to this DAO's entity.

Specified by:
clusterMeasurementFileToEntityCollection in interface MeasurementFileDao
See Also:
MeasurementFileDao.clusterMeasurementFileToEntityCollection(java.util.Collection)

toClusterMeasurementFile

public void toClusterMeasurementFile(MeasurementFile source,
                                     ClusterMeasurementFile target)
Description copied from interface: MeasurementFileDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterMeasurementFile(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toClusterMeasurementFile in interface MeasurementFileDao
See Also:
MeasurementFileDao.toClusterMeasurementFile(fr.ifremer.allegro.data.measure.file.MeasurementFile, fr.ifremer.allegro.data.measure.file.generic.cluster.ClusterMeasurementFile)

toClusterMeasurementFile

public ClusterMeasurementFile toClusterMeasurementFile(MeasurementFile entity)
Description copied from interface: MeasurementFileDao
Converts this DAO's entity to an object of type ClusterMeasurementFile.

Specified by:
toClusterMeasurementFile in interface MeasurementFileDao
See Also:
MeasurementFileDao.toClusterMeasurementFile(fr.ifremer.allegro.data.measure.file.MeasurementFile)

clusterMeasurementFileToEntity

public void clusterMeasurementFileToEntity(ClusterMeasurementFile source,
                                           MeasurementFile target,
                                           boolean copyIfNull)
Description copied from interface: MeasurementFileDao
Copies the fields of ClusterMeasurementFile to the specified entity.

Specified by:
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.
See Also:
fr.ifremer.allegro.data.measure.file.MeasurementFileDao#clusterMeasurementFileToEntity(fr.ifremer.allegro.data.measure.file.generic.cluster.ClusterMeasurementFile, fr.ifremer.allegro.data.measure.file.MeasurementFile)

getPrincipal

protected java.security.Principal getPrincipal()
Gets the current principal if one has been set, otherwise returns null.

Returns:
the current principal

search

public PaginationResult search(int transform,
                               int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: MeasurementFileDao
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

Specified by:
search in interface MeasurementFileDao
Parameters:
transform - the transformation flag.
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.
See Also:
MeasurementFileDao.search(int, int, int, fr.ifremer.allegro.Search)

search

public PaginationResult search(int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: MeasurementFileDao
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

Specified by:
search in interface MeasurementFileDao
Parameters:
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.
See Also:
MeasurementFileDao.search(int, int, fr.ifremer.allegro.Search)

search

public java.util.Set search(int transform,
                            Search search)
Description copied from interface: MeasurementFileDao
Does the same thing as 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.

Specified by:
search in interface MeasurementFileDao
Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
MeasurementFileDao.search(int, fr.ifremer.allegro.Search)

search

public java.util.Set search(Search search)
Description copied from interface: MeasurementFileDao
Performs a search using the parameters specified in the given search object.

Specified by:
search in interface MeasurementFileDao
Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
MeasurementFileDao.search(fr.ifremer.allegro.Search)


Copyright © 2008-2010 IFREMER. All Rights Reserved.