fr.ifremer.allegro.data.measure.file
Interface MeasurementFileDao

All Known Implementing Classes:
MeasurementFileDaoBase, MeasurementFileDaoImpl

public interface MeasurementFileDao

See Also:
MeasurementFile

Field Summary
static int TRANSFORM_CLUSTERMEASUREMENTFILE
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_NONE
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTEMEASUREMENTFILEFULLVO
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTEMEASUREMENTFILENATURALID
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
 
Method Summary
 MeasurementFile clusterMeasurementFileToEntity(ClusterMeasurementFile clusterMeasurementFile)
          Converts an instance of type ClusterMeasurementFile to this DAO's entity.
 void clusterMeasurementFileToEntity(ClusterMeasurementFile source, MeasurementFile target, boolean copyIfNull)
          Copies the fields of ClusterMeasurementFile to the specified entity.
 void clusterMeasurementFileToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterMeasurementFile to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.measure.file.MeasurementFile and adds from the passed in entities collection
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as create(fr.ifremer.allegro.data.measure.file.MeasurementFile) with an additional flag called transform.
 MeasurementFile create(java.lang.Integer objectId, ObjectType objectType, java.lang.String path, Pmfm pmfm, QualityFlag qualityFlag)
           Creates a new fr.ifremer.allegro.data.measure.file.MeasurementFile instance from only required properties (attributes and association ends) and adds it to the persistent store.
 MeasurementFile create(java.lang.Integer objectId, java.lang.String path, java.lang.String name, java.lang.String comments, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Department department, QualityFlag qualityFlag, ObjectType objectType, AnalysisInstrument analysisInstrument, Pmfm pmfm)
           Creates a new fr.ifremer.allegro.data.measure.file.MeasurementFile instance from all attributes and properties and adds it to the persistent store.
 java.lang.Object create(int transform, java.lang.Integer objectId, ObjectType objectType, java.lang.String path, Pmfm pmfm, QualityFlag qualityFlag)
           Does the same thing as create(java.lang.Integer,fr.ifremer.allegro.referential.ObjectType,java.lang.String,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.Integer objectId, java.lang.String path, java.lang.String name, java.lang.String comments, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Department department, QualityFlag qualityFlag, ObjectType objectType, AnalysisInstrument analysisInstrument, Pmfm pmfm)
           Does the same thing as create(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.ObjectType,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform.
 java.lang.Object create(int transform, MeasurementFile measurementFile)
           Does the same thing as create(fr.ifremer.allegro.data.measure.file.MeasurementFile) with an additional flag called transform.
 MeasurementFile create(MeasurementFile measurementFile)
          Creates an instance of fr.ifremer.allegro.data.measure.file.MeasurementFile and adds it to the persistent store.
 MeasurementFile createFromClusterMeasurementFile(ClusterMeasurementFile clusterMeasurementFile)
           
 java.util.Collection findMeasurementFileByAnalysisInstrument(AnalysisInstrument analysisInstrument)
           
 java.util.Collection findMeasurementFileByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
           Does the same thing as findMeasurementFileByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional flag called transform.
 java.util.Collection findMeasurementFileByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findMeasurementFileByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementFileByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findMeasurementFileByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementFileByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as findMeasurementFileByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findMeasurementFileByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findMeasurementFileByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementFileByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as findMeasurementFileByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findMeasurementFileByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findMeasurementFileByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementFileByDepartment(Department department)
           
 java.util.Collection findMeasurementFileByDepartment(int transform, Department department)
           Does the same thing as findMeasurementFileByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findMeasurementFileByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as findMeasurementFileByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementFileByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as findMeasurementFileByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementFileByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as findMeasurementFileByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findMeasurementFileByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as findMeasurementFileByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementFileByDepartment(java.lang.String queryString, Department department)
           Does the same thing as findMeasurementFileByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findMeasurementFileByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as findMeasurementFileByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 MeasurementFile findMeasurementFileById(java.lang.Integer id)
           
 java.lang.Object findMeasurementFileById(int transform, java.lang.Integer id)
           Does the same thing as findMeasurementFileById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findMeasurementFileById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findMeasurementFileById(int, java.lang.Integer) with an additional argument called queryString.
 MeasurementFile findMeasurementFileById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findMeasurementFileById(java.lang.Integer) with an additional argument called queryString.
 MeasurementFile findMeasurementFileByNaturalId(java.lang.Integer id)
           
 java.lang.Object findMeasurementFileByNaturalId(int transform, java.lang.Integer id)
           Does the same thing as findMeasurementFileByNaturalId(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findMeasurementFileByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findMeasurementFileByNaturalId(int, java.lang.Integer) with an additional argument called queryString.
 MeasurementFile findMeasurementFileByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findMeasurementFileByNaturalId(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findMeasurementFileByObjectType(int transform, int pageNumber, int pageSize, ObjectType objectType)
           Does the same thing as findMeasurementFileByObjectType(int, fr.ifremer.allegro.referential.ObjectType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementFileByObjectType(int pageNumber, int pageSize, ObjectType objectType)
           Does the same thing as findMeasurementFileByObjectType(fr.ifremer.allegro.referential.ObjectType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementFileByObjectType(int transform, ObjectType objectType)
           Does the same thing as findMeasurementFileByObjectType(fr.ifremer.allegro.referential.ObjectType) with an additional flag called transform.
 java.util.Collection findMeasurementFileByObjectType(int transform, java.lang.String queryString, int pageNumber, int pageSize, ObjectType objectType)
           Does the same thing as findMeasurementFileByObjectType(int, String, fr.ifremer.allegro.referential.ObjectType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementFileByObjectType(int transform, java.lang.String queryString, ObjectType objectType)
           Does the same thing as findMeasurementFileByObjectType(int, fr.ifremer.allegro.referential.ObjectType) with an additional argument called queryString.
 java.util.Collection findMeasurementFileByObjectType(ObjectType objectType)
           
 java.util.Collection findMeasurementFileByObjectType(java.lang.String queryString, int pageNumber, int pageSize, ObjectType objectType)
           Does the same thing as findMeasurementFileByObjectType(String, fr.ifremer.allegro.referential.ObjectType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementFileByObjectType(java.lang.String queryString, ObjectType objectType)
           Does the same thing as findMeasurementFileByObjectType(fr.ifremer.allegro.referential.ObjectType) with an additional argument called queryString.
 java.util.Collection findMeasurementFileByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findMeasurementFileByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementFileByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findMeasurementFileByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementFileByPmfm(int transform, Pmfm pmfm)
           Does the same thing as findMeasurementFileByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform.
 java.util.Collection findMeasurementFileByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findMeasurementFileByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementFileByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
           Does the same thing as findMeasurementFileByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findMeasurementFileByPmfm(Pmfm pmfm)
           
 java.util.Collection findMeasurementFileByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findMeasurementFileByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementFileByPmfm(java.lang.String queryString, Pmfm pmfm)
           Does the same thing as findMeasurementFileByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findMeasurementFileByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findMeasurementFileByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementFileByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findMeasurementFileByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementFileByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as findMeasurementFileByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findMeasurementFileByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findMeasurementFileByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementFileByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findMeasurementFileByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findMeasurementFileByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findMeasurementFileByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findMeasurementFileByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementFileByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findMeasurementFileByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 ClusterMeasurementFile[] getAllClusterMeasurementFileSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllMeasurementFile()
           
 java.util.Collection getAllMeasurementFile(int transform)
           Does the same thing as getAllMeasurementFile() with an additional flag called transform.
 java.util.Collection getAllMeasurementFile(int pageNumber, int pageSize)
           Does the same thing as getAllMeasurementFile() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMeasurementFile(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllMeasurementFile(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMeasurementFile(int transform, java.lang.String queryString)
           Does the same thing as getAllMeasurementFile(int) with an additional argument called queryString.
 java.util.Collection getAllMeasurementFile(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllMeasurementFile(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMeasurementFile(java.lang.String queryString)
           Does the same thing as getAllMeasurementFile() with an additional argument called queryString.
 java.util.Collection getAllMeasurementFile(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllMeasurementFile(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMeasurementFileSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllMeasurementFileSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMeasurementFileSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMeasurementFileSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllMeasurementFileSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMeasurementFileSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllMeasurementFileSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllMeasurementFileSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllMeasurementFileSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllMeasurementFileSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMeasurementFileSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp updateDate)
           
 MeasurementFile load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.measure.file.MeasurementFile from the persistent store.
 java.lang.Object load(int transform, java.lang.Integer id)
           Does the same thing as load(java.lang.Integer) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type MeasurementFile.
 java.util.Collection loadAll(int transform)
           Does the same thing as loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as loadAll() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
           Does the same thing as loadAll(int) with an additional two arguments called pageNumber and pageSize.
 MeasurementFile remoteMeasurementFileFullVOToEntity(RemoteMeasurementFileFullVO remoteMeasurementFileFullVO)
          Converts an instance of type RemoteMeasurementFileFullVO to this DAO's entity.
 void remoteMeasurementFileFullVOToEntity(RemoteMeasurementFileFullVO source, MeasurementFile target, boolean copyIfNull)
          Copies the fields of RemoteMeasurementFileFullVO to the specified entity.
 void remoteMeasurementFileFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteMeasurementFileFullVO to this DAO's entity.
 MeasurementFile remoteMeasurementFileNaturalIdToEntity(RemoteMeasurementFileNaturalId remoteMeasurementFileNaturalId)
          Converts an instance of type RemoteMeasurementFileNaturalId to this DAO's entity.
 void remoteMeasurementFileNaturalIdToEntity(RemoteMeasurementFileNaturalId source, MeasurementFile target, boolean copyIfNull)
          Copies the fields of RemoteMeasurementFileNaturalId to the specified entity.
 void remoteMeasurementFileNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteMeasurementFileNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities 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 search(fr.ifremer.allegro.Search) but with an additional flag called transform.
 java.util.Set search(Search search)
          Performs a search using the parameters specified in the given search object.
 ClusterMeasurementFile toClusterMeasurementFile(MeasurementFile entity)
          Converts this DAO's entity to an object of type ClusterMeasurementFile.
 void toClusterMeasurementFile(MeasurementFile source, ClusterMeasurementFile target)
          Copies the fields of the specified entity to the target value object.
 ClusterMeasurementFile[] toClusterMeasurementFileArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterMeasurementFile.
 void toClusterMeasurementFileCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterMeasurementFile.
 RemoteMeasurementFileFullVO toRemoteMeasurementFileFullVO(MeasurementFile entity)
          Converts this DAO's entity to an object of type RemoteMeasurementFileFullVO.
 void toRemoteMeasurementFileFullVO(MeasurementFile source, RemoteMeasurementFileFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteMeasurementFileFullVO[] toRemoteMeasurementFileFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteMeasurementFileFullVO.
 void toRemoteMeasurementFileFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteMeasurementFileFullVO.
 RemoteMeasurementFileNaturalId toRemoteMeasurementFileNaturalId(MeasurementFile entity)
          Converts this DAO's entity to an object of type RemoteMeasurementFileNaturalId.
 void toRemoteMeasurementFileNaturalId(MeasurementFile source, RemoteMeasurementFileNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteMeasurementFileNaturalId[] toRemoteMeasurementFileNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteMeasurementFileNaturalId.
 void toRemoteMeasurementFileNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteMeasurementFileNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(MeasurementFile measurementFile)
          Updates the measurementFile instance in the persistent store.
 

Field Detail

TRANSFORM_NONE

static final int TRANSFORM_NONE
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes no transformation will occur.

See Also:
Constant Field Values

TRANSFORM_REMOTEMEASUREMENTFILEFULLVO

static final int TRANSFORM_REMOTEMEASUREMENTFILEFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type RemoteMeasurementFileFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEMEASUREMENTFILENATURALID

static final int TRANSFORM_REMOTEMEASUREMENTFILENATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type RemoteMeasurementFileNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERMEASUREMENTFILE

static final int TRANSFORM_CLUSTERMEASUREMENTFILE
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type ClusterMeasurementFile.

See Also:
Constant Field Values
Method Detail

toRemoteMeasurementFileFullVO

void toRemoteMeasurementFileFullVO(MeasurementFile source,
                                   RemoteMeasurementFileFullVO target)
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).


toRemoteMeasurementFileFullVO

RemoteMeasurementFileFullVO toRemoteMeasurementFileFullVO(MeasurementFile entity)
Converts this DAO's entity to an object of type RemoteMeasurementFileFullVO.


toRemoteMeasurementFileFullVOCollection

void toRemoteMeasurementFileFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteMeasurementFileFullVO.


toRemoteMeasurementFileFullVOArray

RemoteMeasurementFileFullVO[] toRemoteMeasurementFileFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteMeasurementFileFullVO.


remoteMeasurementFileFullVOToEntity

void remoteMeasurementFileFullVOToEntity(RemoteMeasurementFileFullVO source,
                                         MeasurementFile target,
                                         boolean copyIfNull)
Copies the fields of RemoteMeasurementFileFullVO to the specified entity.

Parameters:
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.

remoteMeasurementFileFullVOToEntity

MeasurementFile remoteMeasurementFileFullVOToEntity(RemoteMeasurementFileFullVO remoteMeasurementFileFullVO)
Converts an instance of type RemoteMeasurementFileFullVO to this DAO's entity.


remoteMeasurementFileFullVOToEntityCollection

void remoteMeasurementFileFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteMeasurementFileFullVO to this DAO's entity.


toRemoteMeasurementFileNaturalId

void toRemoteMeasurementFileNaturalId(MeasurementFile source,
                                      RemoteMeasurementFileNaturalId target)
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).


toRemoteMeasurementFileNaturalId

RemoteMeasurementFileNaturalId toRemoteMeasurementFileNaturalId(MeasurementFile entity)
Converts this DAO's entity to an object of type RemoteMeasurementFileNaturalId.


toRemoteMeasurementFileNaturalIdCollection

void toRemoteMeasurementFileNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteMeasurementFileNaturalId.


toRemoteMeasurementFileNaturalIdArray

RemoteMeasurementFileNaturalId[] toRemoteMeasurementFileNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteMeasurementFileNaturalId.


remoteMeasurementFileNaturalIdToEntity

void remoteMeasurementFileNaturalIdToEntity(RemoteMeasurementFileNaturalId source,
                                            MeasurementFile target,
                                            boolean copyIfNull)
Copies the fields of RemoteMeasurementFileNaturalId to the specified entity.

Parameters:
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.

remoteMeasurementFileNaturalIdToEntity

MeasurementFile remoteMeasurementFileNaturalIdToEntity(RemoteMeasurementFileNaturalId remoteMeasurementFileNaturalId)
Converts an instance of type RemoteMeasurementFileNaturalId to this DAO's entity.


remoteMeasurementFileNaturalIdToEntityCollection

void remoteMeasurementFileNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteMeasurementFileNaturalId to this DAO's entity.


toClusterMeasurementFile

void toClusterMeasurementFile(MeasurementFile source,
                              ClusterMeasurementFile target)
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).


toClusterMeasurementFile

ClusterMeasurementFile toClusterMeasurementFile(MeasurementFile entity)
Converts this DAO's entity to an object of type ClusterMeasurementFile.


toClusterMeasurementFileCollection

void toClusterMeasurementFileCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterMeasurementFile.


toClusterMeasurementFileArray

ClusterMeasurementFile[] toClusterMeasurementFileArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterMeasurementFile.


clusterMeasurementFileToEntity

void clusterMeasurementFileToEntity(ClusterMeasurementFile source,
                                    MeasurementFile target,
                                    boolean copyIfNull)
Copies the fields of ClusterMeasurementFile to the specified entity.

Parameters:
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.

clusterMeasurementFileToEntity

MeasurementFile clusterMeasurementFileToEntity(ClusterMeasurementFile clusterMeasurementFile)
Converts an instance of type ClusterMeasurementFile to this DAO's entity.


clusterMeasurementFileToEntityCollection

void clusterMeasurementFileToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterMeasurementFile to this DAO's entity.


load

MeasurementFile load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.measure.file.MeasurementFile from the persistent store.


load

java.lang.Object load(int transform,
                      java.lang.Integer id)

Does the same thing as load(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined in this class then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Parameters:
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.

loadAll

java.util.Collection loadAll()
Loads all entities of type MeasurementFile.

Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int transform)

Does the same thing as loadAll() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int pageNumber,
                             int pageSize)

Does the same thing as loadAll() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

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.

loadAll

java.util.Collection loadAll(int transform,
                             int pageNumber,
                             int pageSize)

Does the same thing as loadAll(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

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.

create

MeasurementFile create(MeasurementFile measurementFile)
Creates an instance of fr.ifremer.allegro.data.measure.file.MeasurementFile and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        MeasurementFile measurementFile)

Does the same thing as create(fr.ifremer.allegro.data.measure.file.MeasurementFile) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.


create

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

Parameters:
entities - the collection of fr.ifremer.allegro.data.measure.file.MeasurementFile instances to create.
Returns:
the created instances.

create

java.util.Collection create(int transform,
                            java.util.Collection entities)

Does the same thing as create(fr.ifremer.allegro.data.measure.file.MeasurementFile) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


create

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.


create

java.lang.Object create(int transform,
                        java.lang.Integer objectId,
                        java.lang.String path,
                        java.lang.String name,
                        java.lang.String comments,
                        java.util.Date controlDate,
                        java.util.Date validationDate,
                        java.util.Date qualificationDate,
                        java.lang.String qualificationComments,
                        java.sql.Timestamp updateDate,
                        Department department,
                        QualityFlag qualityFlag,
                        ObjectType objectType,
                        AnalysisInstrument analysisInstrument,
                        Pmfm pmfm)

Does the same thing as create(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.ObjectType,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.


create

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.


create

java.lang.Object create(int transform,
                        java.lang.Integer objectId,
                        ObjectType objectType,
                        java.lang.String path,
                        Pmfm pmfm,
                        QualityFlag qualityFlag)

Does the same thing as create(java.lang.Integer,fr.ifremer.allegro.referential.ObjectType,java.lang.String,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOTWILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.


update

void update(MeasurementFile measurementFile)
Updates the measurementFile instance in the persistent store.


update

void update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store.


remove

void remove(MeasurementFile measurementFile)
Removes the instance of fr.ifremer.allegro.data.measure.file.MeasurementFile from the persistent store.


remove

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.


remove

void remove(java.util.Collection entities)
Removes all entities in the given entities collection.


getAllMeasurementFile

java.util.Collection getAllMeasurementFile()

getAllMeasurementFile

java.util.Collection getAllMeasurementFile(java.lang.String queryString)

Does the same thing as getAllMeasurementFile() with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllMeasurementFile().


getAllMeasurementFile

java.util.Collection getAllMeasurementFile(int pageNumber,
                                           int pageSize)

Does the same thing as getAllMeasurementFile() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllMeasurementFile

java.util.Collection getAllMeasurementFile(java.lang.String queryString,
                                           int pageNumber,
                                           int pageSize)

Does the same thing as getAllMeasurementFile(String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllMeasurementFile

java.util.Collection getAllMeasurementFile(int transform)

Does the same thing as getAllMeasurementFile() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


getAllMeasurementFile

java.util.Collection getAllMeasurementFile(int transform,
                                           int pageNumber,
                                           int pageSize)

Does the same thing as getAllMeasurementFile(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllMeasurementFile

java.util.Collection getAllMeasurementFile(int transform,
                                           java.lang.String queryString)

Does the same thing as getAllMeasurementFile(int) with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllMeasurementFile(int).


getAllMeasurementFile

java.util.Collection getAllMeasurementFile(int transform,
                                           java.lang.String queryString,
                                           int pageNumber,
                                           int pageSize)

Does the same thing as getAllMeasurementFile(int, String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findMeasurementFileById

MeasurementFile findMeasurementFileById(java.lang.Integer id)

findMeasurementFileById

MeasurementFile findMeasurementFileById(java.lang.String queryString,
                                        java.lang.Integer id)

Does the same thing as findMeasurementFileById(java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findMeasurementFileById(java.lang.Integer).


findMeasurementFileById

java.lang.Object findMeasurementFileById(int transform,
                                         java.lang.Integer id)

Does the same thing as findMeasurementFileById(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findMeasurementFileById

java.lang.Object findMeasurementFileById(int transform,
                                         java.lang.String queryString,
                                         java.lang.Integer id)

Does the same thing as findMeasurementFileById(int, java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findMeasurementFileById(int, java.lang.Integer id).


findMeasurementFileByDepartment

java.util.Collection findMeasurementFileByDepartment(Department department)

findMeasurementFileByDepartment

java.util.Collection findMeasurementFileByDepartment(java.lang.String queryString,
                                                     Department department)

Does the same thing as findMeasurementFileByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findMeasurementFileByDepartment(fr.ifremer.allegro.administration.user.Department).


findMeasurementFileByDepartment

java.util.Collection findMeasurementFileByDepartment(int pageNumber,
                                                     int pageSize,
                                                     Department department)

Does the same thing as findMeasurementFileByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findMeasurementFileByDepartment

java.util.Collection findMeasurementFileByDepartment(java.lang.String queryString,
                                                     int pageNumber,
                                                     int pageSize,
                                                     Department department)

Does the same thing as findMeasurementFileByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findMeasurementFileByDepartment

java.util.Collection findMeasurementFileByDepartment(int transform,
                                                     Department department)

Does the same thing as findMeasurementFileByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findMeasurementFileByDepartment

java.util.Collection findMeasurementFileByDepartment(int transform,
                                                     int pageNumber,
                                                     int pageSize,
                                                     Department department)

Does the same thing as findMeasurementFileByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findMeasurementFileByDepartment

java.util.Collection findMeasurementFileByDepartment(int transform,
                                                     java.lang.String queryString,
                                                     Department department)

Does the same thing as findMeasurementFileByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findMeasurementFileByDepartment(int, fr.ifremer.allegro.administration.user.Department department).


findMeasurementFileByDepartment

java.util.Collection findMeasurementFileByDepartment(int transform,
                                                     java.lang.String queryString,
                                                     int pageNumber,
                                                     int pageSize,
                                                     Department department)

Does the same thing as findMeasurementFileByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findMeasurementFileByQualityFlag

java.util.Collection findMeasurementFileByQualityFlag(QualityFlag qualityFlag)

findMeasurementFileByQualityFlag

java.util.Collection findMeasurementFileByQualityFlag(java.lang.String queryString,
                                                      QualityFlag qualityFlag)

Does the same thing as findMeasurementFileByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findMeasurementFileByQualityFlag(fr.ifremer.allegro.referential.QualityFlag).


findMeasurementFileByQualityFlag

java.util.Collection findMeasurementFileByQualityFlag(int pageNumber,
                                                      int pageSize,
                                                      QualityFlag qualityFlag)

Does the same thing as findMeasurementFileByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findMeasurementFileByQualityFlag

java.util.Collection findMeasurementFileByQualityFlag(java.lang.String queryString,
                                                      int pageNumber,
                                                      int pageSize,
                                                      QualityFlag qualityFlag)

Does the same thing as findMeasurementFileByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findMeasurementFileByQualityFlag

java.util.Collection findMeasurementFileByQualityFlag(int transform,
                                                      QualityFlag qualityFlag)

Does the same thing as findMeasurementFileByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findMeasurementFileByQualityFlag

java.util.Collection findMeasurementFileByQualityFlag(int transform,
                                                      int pageNumber,
                                                      int pageSize,
                                                      QualityFlag qualityFlag)

Does the same thing as findMeasurementFileByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findMeasurementFileByQualityFlag

java.util.Collection findMeasurementFileByQualityFlag(int transform,
                                                      java.lang.String queryString,
                                                      QualityFlag qualityFlag)

Does the same thing as findMeasurementFileByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findMeasurementFileByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag).


findMeasurementFileByQualityFlag

java.util.Collection findMeasurementFileByQualityFlag(int transform,
                                                      java.lang.String queryString,
                                                      int pageNumber,
                                                      int pageSize,
                                                      QualityFlag qualityFlag)

Does the same thing as findMeasurementFileByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findMeasurementFileByObjectType

java.util.Collection findMeasurementFileByObjectType(ObjectType objectType)

findMeasurementFileByObjectType

java.util.Collection findMeasurementFileByObjectType(java.lang.String queryString,
                                                     ObjectType objectType)

Does the same thing as findMeasurementFileByObjectType(fr.ifremer.allegro.referential.ObjectType) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findMeasurementFileByObjectType(fr.ifremer.allegro.referential.ObjectType).


findMeasurementFileByObjectType

java.util.Collection findMeasurementFileByObjectType(int pageNumber,
                                                     int pageSize,
                                                     ObjectType objectType)

Does the same thing as findMeasurementFileByObjectType(fr.ifremer.allegro.referential.ObjectType) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findMeasurementFileByObjectType

java.util.Collection findMeasurementFileByObjectType(java.lang.String queryString,
                                                     int pageNumber,
                                                     int pageSize,
                                                     ObjectType objectType)

Does the same thing as findMeasurementFileByObjectType(String, fr.ifremer.allegro.referential.ObjectType) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findMeasurementFileByObjectType

java.util.Collection findMeasurementFileByObjectType(int transform,
                                                     ObjectType objectType)

Does the same thing as findMeasurementFileByObjectType(fr.ifremer.allegro.referential.ObjectType) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findMeasurementFileByObjectType

java.util.Collection findMeasurementFileByObjectType(int transform,
                                                     int pageNumber,
                                                     int pageSize,
                                                     ObjectType objectType)

Does the same thing as findMeasurementFileByObjectType(int, fr.ifremer.allegro.referential.ObjectType) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findMeasurementFileByObjectType

java.util.Collection findMeasurementFileByObjectType(int transform,
                                                     java.lang.String queryString,
                                                     ObjectType objectType)

Does the same thing as findMeasurementFileByObjectType(int, fr.ifremer.allegro.referential.ObjectType) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findMeasurementFileByObjectType(int, fr.ifremer.allegro.referential.ObjectType objectType).


findMeasurementFileByObjectType

java.util.Collection findMeasurementFileByObjectType(int transform,
                                                     java.lang.String queryString,
                                                     int pageNumber,
                                                     int pageSize,
                                                     ObjectType objectType)

Does the same thing as findMeasurementFileByObjectType(int, String, fr.ifremer.allegro.referential.ObjectType) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findMeasurementFileByAnalysisInstrument

java.util.Collection findMeasurementFileByAnalysisInstrument(AnalysisInstrument analysisInstrument)

findMeasurementFileByAnalysisInstrument

java.util.Collection findMeasurementFileByAnalysisInstrument(java.lang.String queryString,
                                                             AnalysisInstrument analysisInstrument)

Does the same thing as findMeasurementFileByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findMeasurementFileByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument).


findMeasurementFileByAnalysisInstrument

java.util.Collection findMeasurementFileByAnalysisInstrument(int pageNumber,
                                                             int pageSize,
                                                             AnalysisInstrument analysisInstrument)

Does the same thing as findMeasurementFileByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findMeasurementFileByAnalysisInstrument

java.util.Collection findMeasurementFileByAnalysisInstrument(java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             AnalysisInstrument analysisInstrument)

Does the same thing as findMeasurementFileByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findMeasurementFileByAnalysisInstrument

java.util.Collection findMeasurementFileByAnalysisInstrument(int transform,
                                                             AnalysisInstrument analysisInstrument)

Does the same thing as findMeasurementFileByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findMeasurementFileByAnalysisInstrument

java.util.Collection findMeasurementFileByAnalysisInstrument(int transform,
                                                             int pageNumber,
                                                             int pageSize,
                                                             AnalysisInstrument analysisInstrument)

Does the same thing as findMeasurementFileByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findMeasurementFileByAnalysisInstrument

java.util.Collection findMeasurementFileByAnalysisInstrument(int transform,
                                                             java.lang.String queryString,
                                                             AnalysisInstrument analysisInstrument)

Does the same thing as findMeasurementFileByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findMeasurementFileByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument analysisInstrument).


findMeasurementFileByAnalysisInstrument

java.util.Collection findMeasurementFileByAnalysisInstrument(int transform,
                                                             java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             AnalysisInstrument analysisInstrument)

Does the same thing as findMeasurementFileByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findMeasurementFileByPmfm

java.util.Collection findMeasurementFileByPmfm(Pmfm pmfm)

findMeasurementFileByPmfm

java.util.Collection findMeasurementFileByPmfm(java.lang.String queryString,
                                               Pmfm pmfm)

Does the same thing as findMeasurementFileByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findMeasurementFileByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm).


findMeasurementFileByPmfm

java.util.Collection findMeasurementFileByPmfm(int pageNumber,
                                               int pageSize,
                                               Pmfm pmfm)

Does the same thing as findMeasurementFileByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findMeasurementFileByPmfm

java.util.Collection findMeasurementFileByPmfm(java.lang.String queryString,
                                               int pageNumber,
                                               int pageSize,
                                               Pmfm pmfm)

Does the same thing as findMeasurementFileByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findMeasurementFileByPmfm

java.util.Collection findMeasurementFileByPmfm(int transform,
                                               Pmfm pmfm)

Does the same thing as findMeasurementFileByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findMeasurementFileByPmfm

java.util.Collection findMeasurementFileByPmfm(int transform,
                                               int pageNumber,
                                               int pageSize,
                                               Pmfm pmfm)

Does the same thing as findMeasurementFileByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findMeasurementFileByPmfm

java.util.Collection findMeasurementFileByPmfm(int transform,
                                               java.lang.String queryString,
                                               Pmfm pmfm)

Does the same thing as findMeasurementFileByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findMeasurementFileByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm).


findMeasurementFileByPmfm

java.util.Collection findMeasurementFileByPmfm(int transform,
                                               java.lang.String queryString,
                                               int pageNumber,
                                               int pageSize,
                                               Pmfm pmfm)

Does the same thing as findMeasurementFileByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findMeasurementFileByNaturalId

MeasurementFile findMeasurementFileByNaturalId(java.lang.Integer id)

findMeasurementFileByNaturalId

MeasurementFile findMeasurementFileByNaturalId(java.lang.String queryString,
                                               java.lang.Integer id)

Does the same thing as findMeasurementFileByNaturalId(java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findMeasurementFileByNaturalId(java.lang.Integer).


findMeasurementFileByNaturalId

java.lang.Object findMeasurementFileByNaturalId(int transform,
                                                java.lang.Integer id)

Does the same thing as findMeasurementFileByNaturalId(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findMeasurementFileByNaturalId

java.lang.Object findMeasurementFileByNaturalId(int transform,
                                                java.lang.String queryString,
                                                java.lang.Integer id)

Does the same thing as findMeasurementFileByNaturalId(int, java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findMeasurementFileByNaturalId(int, java.lang.Integer id).


getAllMeasurementFileSinceDateSynchro

java.util.Collection getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp updateDate)

getAllMeasurementFileSinceDateSynchro

java.util.Collection getAllMeasurementFileSinceDateSynchro(java.lang.String queryString,
                                                           java.sql.Timestamp updateDate)

Does the same thing as getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp).


getAllMeasurementFileSinceDateSynchro

java.util.Collection getAllMeasurementFileSinceDateSynchro(int pageNumber,
                                                           int pageSize,
                                                           java.sql.Timestamp updateDate)

Does the same thing as getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllMeasurementFileSinceDateSynchro

java.util.Collection getAllMeasurementFileSinceDateSynchro(java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           java.sql.Timestamp updateDate)

Does the same thing as getAllMeasurementFileSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllMeasurementFileSinceDateSynchro

java.util.Collection getAllMeasurementFileSinceDateSynchro(int transform,
                                                           java.sql.Timestamp updateDate)

Does the same thing as getAllMeasurementFileSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


getAllMeasurementFileSinceDateSynchro

java.util.Collection getAllMeasurementFileSinceDateSynchro(int transform,
                                                           int pageNumber,
                                                           int pageSize,
                                                           java.sql.Timestamp updateDate)

Does the same thing as getAllMeasurementFileSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllMeasurementFileSinceDateSynchro

java.util.Collection getAllMeasurementFileSinceDateSynchro(int transform,
                                                           java.lang.String queryString,
                                                           java.sql.Timestamp updateDate)

Does the same thing as getAllMeasurementFileSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllMeasurementFileSinceDateSynchro(int, java.sql.Timestamp updateDate).


getAllMeasurementFileSinceDateSynchro

java.util.Collection getAllMeasurementFileSinceDateSynchro(int transform,
                                                           java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           java.sql.Timestamp updateDate)

Does the same thing as getAllMeasurementFileSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


createFromClusterMeasurementFile

MeasurementFile createFromClusterMeasurementFile(ClusterMeasurementFile clusterMeasurementFile)

getAllClusterMeasurementFileSinceDateSynchro

ClusterMeasurementFile[] getAllClusterMeasurementFileSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                      java.lang.Integer userId,
                                                                      java.lang.Integer[] registrationLocationIds,
                                                                      java.lang.Integer pageNumber,
                                                                      java.lang.Integer pageSize)

search

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. These flags allow you to limit your data to a specified page number and size.

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.

search

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. These flags allow you to limit your data to a specified page number and size.

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.

search

java.util.Set search(int transform,
                     Search search)
Does the same thing as search(fr.ifremer.allegro.Search) but with an additional flag called transform. 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.

Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.

search

java.util.Set search(Search search)
Performs a search using the parameters specified in the given search object.

Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.


Copyright © 2008-2010 IFREMER. All Rights Reserved.