fr.ifremer.allegro.data.survey.economy
Class EconomicalSurveyDaoBase

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.data.survey.economy.EconomicalSurveyDaoBase
All Implemented Interfaces:
EconomicalSurveyDao
Direct Known Subclasses:
EconomicalSurveyDaoImpl

public abstract class EconomicalSurveyDaoBase
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements EconomicalSurveyDao

Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.data.survey.economy.EconomicalSurvey.

See Also:
EconomicalSurvey

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.data.survey.economy.EconomicalSurveyDao
TRANSFORM_CLUSTERECONOMICALSURVEY, TRANSFORM_NONE, TRANSFORM_REMOTEECONOMICALSURVEYFULLVO, TRANSFORM_REMOTEECONOMICALSURVEYNATURALID
 
Constructor Summary
EconomicalSurveyDaoBase()
           
 
Method Summary
 void clusterEconomicalSurveyToEntity(ClusterEconomicalSurvey source, EconomicalSurvey target, boolean copyIfNull)
          Copies the fields of ClusterEconomicalSurvey to the specified entity.
 void clusterEconomicalSurveyToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterEconomicalSurvey to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.survey.economy.EconomicalSurvey and adds from the passed in entities collection
 EconomicalSurvey create(java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.lang.String synchronisationStatus)
           Creates a new fr.ifremer.allegro.data.survey.economy.EconomicalSurvey instance from only required properties (attributes and association ends) and adds it to the persistent store.
 EconomicalSurvey create(EconomicalSurvey economicalSurvey)
          Creates an instance of fr.ifremer.allegro.data.survey.economy.EconomicalSurvey and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as EconomicalSurveyDao.create(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.lang.String synchronisationStatus)
           Does the same thing as EconomicalSurveyDao.create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.lang.String) with an additional flag called transform.
 java.lang.Object create(int transform, EconomicalSurvey economicalSurvey)
           Does the same thing as EconomicalSurveyDao.create(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String synchronisationStatus, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, VesselOwner vesselOwner, Vessel vessel, QualityFlag qualityFlag, Program program, Department recorderDepartment, Person recorderPerson, java.util.Collection vesselUseFeatures)
           Does the same thing as EconomicalSurveyDao.create(java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.vessel.VesselOwner,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.Person,java.util.Collection) with an additional flag called transform.
 EconomicalSurvey create(java.lang.String synchronisationStatus, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, VesselOwner vesselOwner, Vessel vessel, QualityFlag qualityFlag, Program program, Department recorderDepartment, Person recorderPerson, java.util.Collection vesselUseFeatures)
           Creates a new fr.ifremer.allegro.data.survey.economy.EconomicalSurvey instance from all attributes and properties and adds it to the persistent store.
 EconomicalSurvey createFromClusterEconomicalSurvey(ClusterEconomicalSurvey clusterEconomicalSurvey)
           
 EconomicalSurvey findEconomicalSurveyById(java.lang.Integer id)
           
 java.lang.Object findEconomicalSurveyById(int transform, java.lang.Integer id)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findEconomicalSurveyById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyById(int, java.lang.Integer) with an additional argument called queryString.
 EconomicalSurvey findEconomicalSurveyById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyById(java.lang.Integer) with an additional argument called queryString.
 EconomicalSurvey findEconomicalSurveyByNaturalId(java.lang.Integer id)
           
 java.lang.Object findEconomicalSurveyByNaturalId(int transform, java.lang.Integer id)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByNaturalId(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findEconomicalSurveyByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByNaturalId(int, java.lang.Integer) with an additional argument called queryString.
 EconomicalSurvey findEconomicalSurveyByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByNaturalId(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findEconomicalSurveyByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByProgram(int transform, Program program)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findEconomicalSurveyByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findEconomicalSurveyByProgram(Program program)
           
 java.util.Collection findEconomicalSurveyByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByProgram(java.lang.String queryString, Program program)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findEconomicalSurveyByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findEconomicalSurveyByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findEconomicalSurveyByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findEconomicalSurveyByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findEconomicalSurveyByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection findEconomicalSurveyByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findEconomicalSurveyByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findEconomicalSurveyByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findEconomicalSurveyByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByRecorderPerson(int transform, Person recorderPerson)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional flag called transform.
 java.util.Collection findEconomicalSurveyByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an additional argument called queryString.
 java.util.Collection findEconomicalSurveyByRecorderPerson(Person recorderPerson)
           
 java.util.Collection findEconomicalSurveyByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByRecorderPerson(java.lang.String queryString, Person recorderPerson)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional argument called queryString.
 java.util.Collection findEconomicalSurveyByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByVessel(int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByVessel(int transform, java.lang.String queryString, Vessel vessel)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findEconomicalSurveyByVessel(int transform, Vessel vessel)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.util.Collection findEconomicalSurveyByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByVessel(java.lang.String queryString, Vessel vessel)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findEconomicalSurveyByVessel(Vessel vessel)
           
 java.util.Collection findEconomicalSurveyByVesselOwner(int transform, int pageNumber, int pageSize, VesselOwner vesselOwner)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, fr.ifremer.allegro.referential.vessel.VesselOwner) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByVesselOwner(int pageNumber, int pageSize, VesselOwner vesselOwner)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByVesselOwner(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselOwner vesselOwner)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, String, fr.ifremer.allegro.referential.vessel.VesselOwner) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByVesselOwner(int transform, java.lang.String queryString, VesselOwner vesselOwner)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, fr.ifremer.allegro.referential.vessel.VesselOwner) with an additional argument called queryString.
 java.util.Collection findEconomicalSurveyByVesselOwner(int transform, VesselOwner vesselOwner)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner) with an additional flag called transform.
 java.util.Collection findEconomicalSurveyByVesselOwner(java.lang.String queryString, int pageNumber, int pageSize, VesselOwner vesselOwner)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(String, fr.ifremer.allegro.referential.vessel.VesselOwner) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findEconomicalSurveyByVesselOwner(java.lang.String queryString, VesselOwner vesselOwner)
           Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner) with an additional argument called queryString.
 java.util.Collection findEconomicalSurveyByVesselOwner(VesselOwner vesselOwner)
           
 ClusterEconomicalSurvey[] getAllClusterEconomicalSurveySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllEconomicalSurvey()
           
 java.util.Collection getAllEconomicalSurvey(int transform)
           Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey() with an additional flag called transform.
 java.util.Collection getAllEconomicalSurvey(int pageNumber, int pageSize)
           Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllEconomicalSurvey(int transform, int pageNumber, int pageSize)
           Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllEconomicalSurvey(int transform, java.lang.String queryString)
           Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey(int) with an additional argument called queryString.
 java.util.Collection getAllEconomicalSurvey(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllEconomicalSurvey(java.lang.String queryString)
           Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey() with an additional argument called queryString.
 java.util.Collection getAllEconomicalSurvey(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllEconomicalSurveySinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllEconomicalSurveySinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllEconomicalSurveySinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllEconomicalSurveySinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllEconomicalSurveySinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllEconomicalSurveySinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllEconomicalSurveySinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllEconomicalSurveySinceDateSynchro(java.sql.Timestamp updateDate)
           
protected  DepartmentDao getDepartmentDao()
          Gets the reference to departmentDao.
protected  PersonDao getPersonDao()
          Gets the reference to personDao.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected  ProgramDao getProgramDao()
          Gets the reference to programDao.
protected  QualityFlagDao getQualityFlagDao()
          Gets the reference to qualityFlagDao.
protected  SurveyMeasurementDao getSurveyMeasurementDao()
          Gets the reference to surveyMeasurementDao.
protected  VesselDao getVesselDao()
          Gets the reference to vesselDao.
protected  VesselOwnerDao getVesselOwnerDao()
          Gets the reference to vesselOwnerDao.
protected  VesselUseFeaturesDao getVesselUseFeaturesDao()
          Gets the reference to vesselUseFeaturesDao.
protected abstract  EconomicalSurvey handleCreateFromClusterEconomicalSurvey(ClusterEconomicalSurvey clusterEconomicalSurvey)
          Performs the core logic for createFromClusterEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.cluster.ClusterEconomicalSurvey)
protected abstract  ClusterEconomicalSurvey[] handleGetAllClusterEconomicalSurveySinceDateSynchro(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 getAllClusterEconomicalSurveySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 EconomicalSurvey load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.survey.economy.EconomicalSurvey from the persistent store.
 java.lang.Object load(int transform, java.lang.Integer id)
           Does the same thing as EconomicalSurveyDao.load(java.lang.Integer) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type EconomicalSurvey.
 java.util.Collection loadAll(int transform)
           Does the same thing as EconomicalSurveyDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as EconomicalSurveyDao.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 EconomicalSurveyDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remoteEconomicalSurveyFullVOToEntity(RemoteEconomicalSurveyFullVO source, EconomicalSurvey target, boolean copyIfNull)
          Copies the fields of RemoteEconomicalSurveyFullVO to the specified entity.
 void remoteEconomicalSurveyFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteEconomicalSurveyFullVO to this DAO's entity.
 void remoteEconomicalSurveyNaturalIdToEntity(RemoteEconomicalSurveyNaturalId source, EconomicalSurvey target, boolean copyIfNull)
          Copies the fields of RemoteEconomicalSurveyNaturalId to the specified entity.
 void remoteEconomicalSurveyNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteEconomicalSurveyNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(EconomicalSurvey economicalSurvey)
          Removes the instance of fr.ifremer.allegro.data.survey.economy.EconomicalSurvey from the persistent store.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.data.survey.economy.EconomicalSurvey having the given identifier 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 EconomicalSurveyDao.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 setDepartmentDao(DepartmentDao departmentDao)
          Sets the reference to departmentDao.
 void setPersonDao(PersonDao personDao)
          Sets the reference to personDao.
 void setProgramDao(ProgramDao programDao)
          Sets the reference to programDao.
 void setQualityFlagDao(QualityFlagDao qualityFlagDao)
          Sets the reference to qualityFlagDao.
 void setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
          Sets the reference to surveyMeasurementDao.
 void setVesselDao(VesselDao vesselDao)
          Sets the reference to vesselDao.
 void setVesselOwnerDao(VesselOwnerDao vesselOwnerDao)
          Sets the reference to vesselOwnerDao.
 void setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
          Sets the reference to vesselUseFeaturesDao.
 ClusterEconomicalSurvey toClusterEconomicalSurvey(EconomicalSurvey entity)
          Converts this DAO's entity to an object of type ClusterEconomicalSurvey.
 void toClusterEconomicalSurvey(EconomicalSurvey source, ClusterEconomicalSurvey target)
          Copies the fields of the specified entity to the target value object.
protected  ClusterEconomicalSurvey toClusterEconomicalSurvey(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterEconomicalSurvey[] toClusterEconomicalSurveyArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterEconomicalSurvey.
 void toClusterEconomicalSurveyCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterEconomicalSurvey.
protected  EconomicalSurvey toEntity(java.lang.Object[] row)
           
 RemoteEconomicalSurveyFullVO toRemoteEconomicalSurveyFullVO(EconomicalSurvey entity)
          Converts this DAO's entity to an object of type RemoteEconomicalSurveyFullVO.
 void toRemoteEconomicalSurveyFullVO(EconomicalSurvey source, RemoteEconomicalSurveyFullVO target)
          Copies the fields of the specified entity to the target value object.
protected  RemoteEconomicalSurveyFullVO toRemoteEconomicalSurveyFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteEconomicalSurveyFullVO[] toRemoteEconomicalSurveyFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteEconomicalSurveyFullVO.
 void toRemoteEconomicalSurveyFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteEconomicalSurveyFullVO.
 RemoteEconomicalSurveyNaturalId toRemoteEconomicalSurveyNaturalId(EconomicalSurvey entity)
          Converts this DAO's entity to an object of type RemoteEconomicalSurveyNaturalId.
 void toRemoteEconomicalSurveyNaturalId(EconomicalSurvey source, RemoteEconomicalSurveyNaturalId target)
          Copies the fields of the specified entity to the target value object.
protected  RemoteEconomicalSurveyNaturalId toRemoteEconomicalSurveyNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteEconomicalSurveyNaturalId[] toRemoteEconomicalSurveyNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteEconomicalSurveyNaturalId.
 void toRemoteEconomicalSurveyNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteEconomicalSurveyNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) method.
protected  java.lang.Object transformEntity(int transform, EconomicalSurvey 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.survey.economy.EconomicalSurveyDao, please note that the EconomicalSurveyDao.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(EconomicalSurvey economicalSurvey)
          Updates the economicalSurvey 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.survey.economy.EconomicalSurveyDao
clusterEconomicalSurveyToEntity, remoteEconomicalSurveyFullVOToEntity, remoteEconomicalSurveyNaturalIdToEntity
 

Constructor Detail

EconomicalSurveyDaoBase

public EconomicalSurveyDaoBase()
Method Detail

setVesselOwnerDao

public void setVesselOwnerDao(VesselOwnerDao vesselOwnerDao)
Sets the reference to vesselOwnerDao.


getVesselOwnerDao

protected VesselOwnerDao getVesselOwnerDao()
Gets the reference to vesselOwnerDao.


setVesselDao

public void setVesselDao(VesselDao vesselDao)
Sets the reference to vesselDao.


getVesselDao

protected VesselDao getVesselDao()
Gets the reference to vesselDao.


setQualityFlagDao

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


getQualityFlagDao

protected QualityFlagDao getQualityFlagDao()
Gets the reference to qualityFlagDao.


setProgramDao

public void setProgramDao(ProgramDao programDao)
Sets the reference to programDao.


getProgramDao

protected ProgramDao getProgramDao()
Gets the reference to programDao.


setDepartmentDao

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


getDepartmentDao

protected DepartmentDao getDepartmentDao()
Gets the reference to departmentDao.


setPersonDao

public void setPersonDao(PersonDao personDao)
Sets the reference to personDao.


getPersonDao

protected PersonDao getPersonDao()
Gets the reference to personDao.


setSurveyMeasurementDao

public void setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
Sets the reference to surveyMeasurementDao.


getSurveyMeasurementDao

protected SurveyMeasurementDao getSurveyMeasurementDao()
Gets the reference to surveyMeasurementDao.


setVesselUseFeaturesDao

public void setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
Sets the reference to vesselUseFeaturesDao.


getVesselUseFeaturesDao

protected VesselUseFeaturesDao getVesselUseFeaturesDao()
Gets the reference to vesselUseFeaturesDao.


load

public java.lang.Object load(int transform,
                             java.lang.Integer id)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.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 EconomicalSurveyDao
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.
See Also:
EconomicalSurveyDao.load(int, java.lang.Integer)

load

public EconomicalSurvey load(java.lang.Integer id)
Description copied from interface: EconomicalSurveyDao
Loads an instance of fr.ifremer.allegro.data.survey.economy.EconomicalSurvey from the persistent store.

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

loadAll

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

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

loadAll

public java.util.Collection loadAll(int transform)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.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 EconomicalSurveyDao
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
EconomicalSurveyDao.loadAll(int)

loadAll

public java.util.Collection loadAll(int pageNumber,
                                    int pageSize)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.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 EconomicalSurveyDao
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:
EconomicalSurveyDao.loadAll(int, int)

loadAll

public java.util.Collection loadAll(int transform,
                                    int pageNumber,
                                    int pageSize)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.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 EconomicalSurveyDao
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:
EconomicalSurveyDao.loadAll(int, int, int)

create

public EconomicalSurvey create(EconomicalSurvey economicalSurvey)
Description copied from interface: EconomicalSurveyDao
Creates an instance of fr.ifremer.allegro.data.survey.economy.EconomicalSurvey and adds it to the persistent store.

Specified by:
create in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.create(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

create

public java.lang.Object create(int transform,
                               EconomicalSurvey economicalSurvey)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.create(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) 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 EconomicalSurveyDao
See Also:
EconomicalSurveyDao.create(int transform, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

create

public java.util.Collection create(java.util.Collection entities)
Description copied from interface: EconomicalSurveyDao
Creates a new instance of fr.ifremer.allegro.data.survey.economy.EconomicalSurvey and adds from the passed in entities collection

Specified by:
create in interface EconomicalSurveyDao
Parameters:
entities - the collection of fr.ifremer.allegro.data.survey.economy.EconomicalSurvey instances to create.
Returns:
the created instances.
See Also:
EconomicalSurveyDao.create(java.util.Collection)

create

public java.util.Collection create(int transform,
                                   java.util.Collection entities)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.create(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) 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 EconomicalSurveyDao
See Also:
EconomicalSurveyDao.create(int, java.util.Collection)

create

public EconomicalSurvey create(java.lang.String synchronisationStatus,
                               java.lang.String comments,
                               java.util.Date creationDate,
                               java.util.Date controlDate,
                               java.util.Date validationDate,
                               java.util.Date qualificationDate,
                               java.lang.String qualificationComments,
                               java.sql.Timestamp updateDate,
                               java.util.Collection surveyMeasurements,
                               VesselOwner vesselOwner,
                               Vessel vessel,
                               QualityFlag qualityFlag,
                               Program program,
                               Department recorderDepartment,
                               Person recorderPerson,
                               java.util.Collection vesselUseFeatures)
Description copied from interface: EconomicalSurveyDao

Creates a new fr.ifremer.allegro.data.survey.economy.EconomicalSurvey instance from all attributes and properties and adds it to the persistent store.

Specified by:
create in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.create(java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.vessel.VesselOwner,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.Person,java.util.Collection)

create

public java.lang.Object create(int transform,
                               java.lang.String synchronisationStatus,
                               java.lang.String comments,
                               java.util.Date creationDate,
                               java.util.Date controlDate,
                               java.util.Date validationDate,
                               java.util.Date qualificationDate,
                               java.lang.String qualificationComments,
                               java.sql.Timestamp updateDate,
                               java.util.Collection surveyMeasurements,
                               VesselOwner vesselOwner,
                               Vessel vessel,
                               QualityFlag qualityFlag,
                               Program program,
                               Department recorderDepartment,
                               Person recorderPerson,
                               java.util.Collection vesselUseFeatures)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.create(java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.vessel.VesselOwner,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.Person,java.util.Collection) 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 EconomicalSurveyDao
See Also:
EconomicalSurveyDao.create(int, java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.vessel.VesselOwner,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.Person,java.util.Collection)

create

public EconomicalSurvey create(java.util.Date creationDate,
                               Program program,
                               QualityFlag qualityFlag,
                               Department recorderDepartment,
                               java.lang.String synchronisationStatus)
Description copied from interface: EconomicalSurveyDao

Creates a new fr.ifremer.allegro.data.survey.economy.EconomicalSurvey instance from only required properties (attributes and association ends) and adds it to the persistent store.

Specified by:
create in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.lang.String)

create

public java.lang.Object create(int transform,
                               java.util.Date creationDate,
                               Program program,
                               QualityFlag qualityFlag,
                               Department recorderDepartment,
                               java.lang.String synchronisationStatus)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.lang.String) 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 EconomicalSurveyDao
See Also:
EconomicalSurveyDao.create(int, java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.lang.String)

update

public void update(EconomicalSurvey economicalSurvey)
Description copied from interface: EconomicalSurveyDao
Updates the economicalSurvey instance in the persistent store.

Specified by:
update in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.update(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

update

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

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

remove

public void remove(EconomicalSurvey economicalSurvey)
Description copied from interface: EconomicalSurveyDao
Removes the instance of fr.ifremer.allegro.data.survey.economy.EconomicalSurvey from the persistent store.

Specified by:
remove in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.remove(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

remove

public void remove(java.lang.Integer id)
Description copied from interface: EconomicalSurveyDao
Removes the instance of fr.ifremer.allegro.data.survey.economy.EconomicalSurvey having the given identifier from the persistent store.

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

remove

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

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

getAllEconomicalSurvey

public java.util.Collection getAllEconomicalSurvey()
Specified by:
getAllEconomicalSurvey in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.getAllEconomicalSurvey()

getAllEconomicalSurvey

public java.util.Collection getAllEconomicalSurvey(int transform)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey() 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:
getAllEconomicalSurvey in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.getAllEconomicalSurvey(int)

getAllEconomicalSurvey

public java.util.Collection getAllEconomicalSurvey(java.lang.String queryString)
Description copied from interface: EconomicalSurveyDao

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

Specified by:
getAllEconomicalSurvey in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.getAllEconomicalSurvey(java.lang.String)

getAllEconomicalSurvey

public java.util.Collection getAllEconomicalSurvey(int pageNumber,
                                                   int pageSize)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey() 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:
getAllEconomicalSurvey in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.getAllEconomicalSurvey(int, int)

getAllEconomicalSurvey

public java.util.Collection getAllEconomicalSurvey(java.lang.String queryString,
                                                   int pageNumber,
                                                   int pageSize)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey(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:
getAllEconomicalSurvey in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.getAllEconomicalSurvey(String, int, int)

getAllEconomicalSurvey

public java.util.Collection getAllEconomicalSurvey(int transform,
                                                   java.lang.String queryString)
Description copied from interface: EconomicalSurveyDao

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

Specified by:
getAllEconomicalSurvey in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.getAllEconomicalSurvey(int, String)

getAllEconomicalSurvey

public java.util.Collection getAllEconomicalSurvey(int transform,
                                                   int pageNumber,
                                                   int pageSize)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey(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:
getAllEconomicalSurvey in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.getAllEconomicalSurvey(int, int, int)

getAllEconomicalSurvey

public java.util.Collection getAllEconomicalSurvey(int transform,
                                                   java.lang.String queryString,
                                                   int pageNumber,
                                                   int pageSize)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey(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:
getAllEconomicalSurvey in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.getAllEconomicalSurvey(int, java.lang.String, int, int)

findEconomicalSurveyById

public EconomicalSurvey findEconomicalSurveyById(java.lang.Integer id)
Specified by:
findEconomicalSurveyById in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyById(java.lang.Integer)

findEconomicalSurveyById

public java.lang.Object findEconomicalSurveyById(int transform,
                                                 java.lang.Integer id)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyById(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:
findEconomicalSurveyById in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyById(int, java.lang.Integer)

findEconomicalSurveyById

public EconomicalSurvey findEconomicalSurveyById(java.lang.String queryString,
                                                 java.lang.Integer id)
Description copied from interface: EconomicalSurveyDao

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

Specified by:
findEconomicalSurveyById in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyById(java.lang.String, java.lang.Integer)

findEconomicalSurveyById

public java.lang.Object findEconomicalSurveyById(int transform,
                                                 java.lang.String queryString,
                                                 java.lang.Integer id)
Description copied from interface: EconomicalSurveyDao

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

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

findEconomicalSurveyByVesselOwner

public java.util.Collection findEconomicalSurveyByVesselOwner(VesselOwner vesselOwner)
Specified by:
findEconomicalSurveyByVesselOwner in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner)

findEconomicalSurveyByVesselOwner

public java.util.Collection findEconomicalSurveyByVesselOwner(int transform,
                                                              VesselOwner vesselOwner)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner) 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:
findEconomicalSurveyByVesselOwner in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, fr.ifremer.allegro.referential.vessel.VesselOwner)

findEconomicalSurveyByVesselOwner

public java.util.Collection findEconomicalSurveyByVesselOwner(java.lang.String queryString,
                                                              VesselOwner vesselOwner)
Description copied from interface: EconomicalSurveyDao

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

Specified by:
findEconomicalSurveyByVesselOwner in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(java.lang.String, fr.ifremer.allegro.referential.vessel.VesselOwner)

findEconomicalSurveyByVesselOwner

public java.util.Collection findEconomicalSurveyByVesselOwner(int pageNumber,
                                                              int pageSize,
                                                              VesselOwner vesselOwner)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner) 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:
findEconomicalSurveyByVesselOwner in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, int, fr.ifremer.allegro.referential.vessel.VesselOwner)

findEconomicalSurveyByVesselOwner

public java.util.Collection findEconomicalSurveyByVesselOwner(java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              VesselOwner vesselOwner)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(String, fr.ifremer.allegro.referential.vessel.VesselOwner) 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:
findEconomicalSurveyByVesselOwner in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(String, int, int, fr.ifremer.allegro.referential.vessel.VesselOwner)

findEconomicalSurveyByVesselOwner

public java.util.Collection findEconomicalSurveyByVesselOwner(int transform,
                                                              java.lang.String queryString,
                                                              VesselOwner vesselOwner)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, fr.ifremer.allegro.referential.vessel.VesselOwner) with an additional argument called queryString. This queryString argument allows you to override the query string defined in EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, fr.ifremer.allegro.referential.vessel.VesselOwner vesselOwner).

Specified by:
findEconomicalSurveyByVesselOwner in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, String, fr.ifremer.allegro.referential.vessel.VesselOwner)

findEconomicalSurveyByVesselOwner

public java.util.Collection findEconomicalSurveyByVesselOwner(int transform,
                                                              int pageNumber,
                                                              int pageSize,
                                                              VesselOwner vesselOwner)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, fr.ifremer.allegro.referential.vessel.VesselOwner) 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:
findEconomicalSurveyByVesselOwner in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, int, int, fr.ifremer.allegro.referential.vessel.VesselOwner)

findEconomicalSurveyByVesselOwner

public java.util.Collection findEconomicalSurveyByVesselOwner(int transform,
                                                              java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              VesselOwner vesselOwner)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, String, fr.ifremer.allegro.referential.vessel.VesselOwner) 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:
findEconomicalSurveyByVesselOwner in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.VesselOwner)

findEconomicalSurveyByVessel

public java.util.Collection findEconomicalSurveyByVessel(Vessel vessel)
Specified by:
findEconomicalSurveyByVessel in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByVessel(fr.ifremer.allegro.referential.vessel.Vessel)

findEconomicalSurveyByVessel

public java.util.Collection findEconomicalSurveyByVessel(int transform,
                                                         Vessel vessel)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(fr.ifremer.allegro.referential.vessel.Vessel) 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:
findEconomicalSurveyByVessel in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)

findEconomicalSurveyByVessel

public java.util.Collection findEconomicalSurveyByVessel(java.lang.String queryString,
                                                         Vessel vessel)
Description copied from interface: EconomicalSurveyDao

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

Specified by:
findEconomicalSurveyByVessel in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)

findEconomicalSurveyByVessel

public java.util.Collection findEconomicalSurveyByVessel(int pageNumber,
                                                         int pageSize,
                                                         Vessel vessel)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(fr.ifremer.allegro.referential.vessel.Vessel) 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:
findEconomicalSurveyByVessel in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findEconomicalSurveyByVessel

public java.util.Collection findEconomicalSurveyByVessel(java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize,
                                                         Vessel vessel)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) 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:
findEconomicalSurveyByVessel in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findEconomicalSurveyByVessel

public java.util.Collection findEconomicalSurveyByVessel(int transform,
                                                         java.lang.String queryString,
                                                         Vessel vessel)
Description copied from interface: EconomicalSurveyDao

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

Specified by:
findEconomicalSurveyByVessel in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)

findEconomicalSurveyByVessel

public java.util.Collection findEconomicalSurveyByVessel(int transform,
                                                         int pageNumber,
                                                         int pageSize,
                                                         Vessel vessel)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) 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:
findEconomicalSurveyByVessel in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findEconomicalSurveyByVessel

public java.util.Collection findEconomicalSurveyByVessel(int transform,
                                                         java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize,
                                                         Vessel vessel)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) 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:
findEconomicalSurveyByVessel in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findEconomicalSurveyByQualityFlag

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

findEconomicalSurveyByQualityFlag

public java.util.Collection findEconomicalSurveyByQualityFlag(int transform,
                                                              QualityFlag qualityFlag)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(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:
findEconomicalSurveyByQualityFlag in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)

findEconomicalSurveyByQualityFlag

public java.util.Collection findEconomicalSurveyByQualityFlag(java.lang.String queryString,
                                                              QualityFlag qualityFlag)
Description copied from interface: EconomicalSurveyDao

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

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

findEconomicalSurveyByQualityFlag

public java.util.Collection findEconomicalSurveyByQualityFlag(int pageNumber,
                                                              int pageSize,
                                                              QualityFlag qualityFlag)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(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:
findEconomicalSurveyByQualityFlag in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)

findEconomicalSurveyByQualityFlag

public java.util.Collection findEconomicalSurveyByQualityFlag(java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              QualityFlag qualityFlag)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(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:
findEconomicalSurveyByQualityFlag in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findEconomicalSurveyByQualityFlag

public java.util.Collection findEconomicalSurveyByQualityFlag(int transform,
                                                              java.lang.String queryString,
                                                              QualityFlag qualityFlag)
Description copied from interface: EconomicalSurveyDao

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

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

findEconomicalSurveyByQualityFlag

public java.util.Collection findEconomicalSurveyByQualityFlag(int transform,
                                                              int pageNumber,
                                                              int pageSize,
                                                              QualityFlag qualityFlag)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(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:
findEconomicalSurveyByQualityFlag in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)

findEconomicalSurveyByQualityFlag

public java.util.Collection findEconomicalSurveyByQualityFlag(int transform,
                                                              java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              QualityFlag qualityFlag)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(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:
findEconomicalSurveyByQualityFlag in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findEconomicalSurveyByProgram

public java.util.Collection findEconomicalSurveyByProgram(Program program)
Specified by:
findEconomicalSurveyByProgram in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByProgram(fr.ifremer.allegro.administration.programStrategy.Program)

findEconomicalSurveyByProgram

public java.util.Collection findEconomicalSurveyByProgram(int transform,
                                                          Program program)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(fr.ifremer.allegro.administration.programStrategy.Program) 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:
findEconomicalSurveyByProgram in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)

findEconomicalSurveyByProgram

public java.util.Collection findEconomicalSurveyByProgram(java.lang.String queryString,
                                                          Program program)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in EconomicalSurveyDao.findEconomicalSurveyByProgram(fr.ifremer.allegro.administration.programStrategy.Program).

Specified by:
findEconomicalSurveyByProgram in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)

findEconomicalSurveyByProgram

public java.util.Collection findEconomicalSurveyByProgram(int pageNumber,
                                                          int pageSize,
                                                          Program program)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(fr.ifremer.allegro.administration.programStrategy.Program) 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:
findEconomicalSurveyByProgram in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findEconomicalSurveyByProgram

public java.util.Collection findEconomicalSurveyByProgram(java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          Program program)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) 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:
findEconomicalSurveyByProgram in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findEconomicalSurveyByProgram

public java.util.Collection findEconomicalSurveyByProgram(int transform,
                                                          java.lang.String queryString,
                                                          Program program)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in EconomicalSurveyDao.findEconomicalSurveyByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program).

Specified by:
findEconomicalSurveyByProgram in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)

findEconomicalSurveyByProgram

public java.util.Collection findEconomicalSurveyByProgram(int transform,
                                                          int pageNumber,
                                                          int pageSize,
                                                          Program program)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) 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:
findEconomicalSurveyByProgram in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findEconomicalSurveyByProgram

public java.util.Collection findEconomicalSurveyByProgram(int transform,
                                                          java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          Program program)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) 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:
findEconomicalSurveyByProgram in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findEconomicalSurveyByRecorderDepartment

public java.util.Collection findEconomicalSurveyByRecorderDepartment(Department recorderDepartment)
Specified by:
findEconomicalSurveyByRecorderDepartment in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)

findEconomicalSurveyByRecorderDepartment

public java.util.Collection findEconomicalSurveyByRecorderDepartment(int transform,
                                                                     Department recorderDepartment)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(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:
findEconomicalSurveyByRecorderDepartment in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)

findEconomicalSurveyByRecorderDepartment

public java.util.Collection findEconomicalSurveyByRecorderDepartment(java.lang.String queryString,
                                                                     Department recorderDepartment)
Description copied from interface: EconomicalSurveyDao

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

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

findEconomicalSurveyByRecorderDepartment

public java.util.Collection findEconomicalSurveyByRecorderDepartment(int pageNumber,
                                                                     int pageSize,
                                                                     Department recorderDepartment)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(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:
findEconomicalSurveyByRecorderDepartment in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int, int, fr.ifremer.allegro.administration.user.Department)

findEconomicalSurveyByRecorderDepartment

public java.util.Collection findEconomicalSurveyByRecorderDepartment(java.lang.String queryString,
                                                                     int pageNumber,
                                                                     int pageSize,
                                                                     Department recorderDepartment)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(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:
findEconomicalSurveyByRecorderDepartment in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)

findEconomicalSurveyByRecorderDepartment

public java.util.Collection findEconomicalSurveyByRecorderDepartment(int transform,
                                                                     java.lang.String queryString,
                                                                     Department recorderDepartment)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(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 EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment).

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

findEconomicalSurveyByRecorderDepartment

public java.util.Collection findEconomicalSurveyByRecorderDepartment(int transform,
                                                                     int pageNumber,
                                                                     int pageSize,
                                                                     Department recorderDepartment)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(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:
findEconomicalSurveyByRecorderDepartment in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)

findEconomicalSurveyByRecorderDepartment

public java.util.Collection findEconomicalSurveyByRecorderDepartment(int transform,
                                                                     java.lang.String queryString,
                                                                     int pageNumber,
                                                                     int pageSize,
                                                                     Department recorderDepartment)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(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:
findEconomicalSurveyByRecorderDepartment in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)

findEconomicalSurveyByRecorderPerson

public java.util.Collection findEconomicalSurveyByRecorderPerson(Person recorderPerson)
Specified by:
findEconomicalSurveyByRecorderPerson in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person)

findEconomicalSurveyByRecorderPerson

public java.util.Collection findEconomicalSurveyByRecorderPerson(int transform,
                                                                 Person recorderPerson)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person) 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:
findEconomicalSurveyByRecorderPerson in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)

findEconomicalSurveyByRecorderPerson

public java.util.Collection findEconomicalSurveyByRecorderPerson(java.lang.String queryString,
                                                                 Person recorderPerson)
Description copied from interface: EconomicalSurveyDao

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

Specified by:
findEconomicalSurveyByRecorderPerson in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(java.lang.String, fr.ifremer.allegro.administration.user.Person)

findEconomicalSurveyByRecorderPerson

public java.util.Collection findEconomicalSurveyByRecorderPerson(int pageNumber,
                                                                 int pageSize,
                                                                 Person recorderPerson)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person) 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:
findEconomicalSurveyByRecorderPerson in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, int, fr.ifremer.allegro.administration.user.Person)

findEconomicalSurveyByRecorderPerson

public java.util.Collection findEconomicalSurveyByRecorderPerson(java.lang.String queryString,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 Person recorderPerson)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) 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:
findEconomicalSurveyByRecorderPerson in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(String, int, int, fr.ifremer.allegro.administration.user.Person)

findEconomicalSurveyByRecorderPerson

public java.util.Collection findEconomicalSurveyByRecorderPerson(int transform,
                                                                 java.lang.String queryString,
                                                                 Person recorderPerson)
Description copied from interface: EconomicalSurveyDao

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

Specified by:
findEconomicalSurveyByRecorderPerson in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person)

findEconomicalSurveyByRecorderPerson

public java.util.Collection findEconomicalSurveyByRecorderPerson(int transform,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 Person recorderPerson)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) 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:
findEconomicalSurveyByRecorderPerson in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, int, int, fr.ifremer.allegro.administration.user.Person)

findEconomicalSurveyByRecorderPerson

public java.util.Collection findEconomicalSurveyByRecorderPerson(int transform,
                                                                 java.lang.String queryString,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 Person recorderPerson)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) 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:
findEconomicalSurveyByRecorderPerson in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Person)

findEconomicalSurveyByNaturalId

public EconomicalSurvey findEconomicalSurveyByNaturalId(java.lang.Integer id)
Specified by:
findEconomicalSurveyByNaturalId in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByNaturalId(java.lang.Integer)

findEconomicalSurveyByNaturalId

public java.lang.Object findEconomicalSurveyByNaturalId(int transform,
                                                        java.lang.Integer id)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByNaturalId(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:
findEconomicalSurveyByNaturalId in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByNaturalId(int, java.lang.Integer)

findEconomicalSurveyByNaturalId

public EconomicalSurvey findEconomicalSurveyByNaturalId(java.lang.String queryString,
                                                        java.lang.Integer id)
Description copied from interface: EconomicalSurveyDao

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

Specified by:
findEconomicalSurveyByNaturalId in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.findEconomicalSurveyByNaturalId(java.lang.String, java.lang.Integer)

findEconomicalSurveyByNaturalId

public java.lang.Object findEconomicalSurveyByNaturalId(int transform,
                                                        java.lang.String queryString,
                                                        java.lang.Integer id)
Description copied from interface: EconomicalSurveyDao

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

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

getAllEconomicalSurveySinceDateSynchro

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

getAllEconomicalSurveySinceDateSynchro

public java.util.Collection getAllEconomicalSurveySinceDateSynchro(int transform,
                                                                   java.sql.Timestamp updateDate)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(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:
getAllEconomicalSurveySinceDateSynchro in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(int, java.sql.Timestamp)

getAllEconomicalSurveySinceDateSynchro

public java.util.Collection getAllEconomicalSurveySinceDateSynchro(java.lang.String queryString,
                                                                   java.sql.Timestamp updateDate)
Description copied from interface: EconomicalSurveyDao

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

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

getAllEconomicalSurveySinceDateSynchro

public java.util.Collection getAllEconomicalSurveySinceDateSynchro(int pageNumber,
                                                                   int pageSize,
                                                                   java.sql.Timestamp updateDate)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(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:
getAllEconomicalSurveySinceDateSynchro in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(int, int, java.sql.Timestamp)

getAllEconomicalSurveySinceDateSynchro

public java.util.Collection getAllEconomicalSurveySinceDateSynchro(java.lang.String queryString,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   java.sql.Timestamp updateDate)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(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:
getAllEconomicalSurveySinceDateSynchro in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(String, int, int, java.sql.Timestamp)

getAllEconomicalSurveySinceDateSynchro

public java.util.Collection getAllEconomicalSurveySinceDateSynchro(int transform,
                                                                   java.lang.String queryString,
                                                                   java.sql.Timestamp updateDate)
Description copied from interface: EconomicalSurveyDao

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

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

getAllEconomicalSurveySinceDateSynchro

public java.util.Collection getAllEconomicalSurveySinceDateSynchro(int transform,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   java.sql.Timestamp updateDate)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(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:
getAllEconomicalSurveySinceDateSynchro in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(int, int, int, java.sql.Timestamp)

getAllEconomicalSurveySinceDateSynchro

public java.util.Collection getAllEconomicalSurveySinceDateSynchro(int transform,
                                                                   java.lang.String queryString,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   java.sql.Timestamp updateDate)
Description copied from interface: EconomicalSurveyDao

Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(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:
getAllEconomicalSurveySinceDateSynchro in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)

createFromClusterEconomicalSurvey

public EconomicalSurvey createFromClusterEconomicalSurvey(ClusterEconomicalSurvey clusterEconomicalSurvey)
Specified by:
createFromClusterEconomicalSurvey in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.createFromClusterEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.cluster.ClusterEconomicalSurvey)

handleCreateFromClusterEconomicalSurvey

protected abstract EconomicalSurvey handleCreateFromClusterEconomicalSurvey(ClusterEconomicalSurvey clusterEconomicalSurvey)
                                                                     throws java.lang.Exception
Performs the core logic for createFromClusterEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.cluster.ClusterEconomicalSurvey)

Throws:
java.lang.Exception

getAllClusterEconomicalSurveySinceDateSynchro

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

handleGetAllClusterEconomicalSurveySinceDateSynchro

protected abstract ClusterEconomicalSurvey[] handleGetAllClusterEconomicalSurveySinceDateSynchro(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 getAllClusterEconomicalSurveySinceDateSynchro(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,
                                           EconomicalSurvey 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.survey.economy.EconomicalSurveyDao, please note that the EconomicalSurveyDao.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 EconomicalSurveyDao.TRANSFORM_NONE is assumed.

Parameters:
transform - one of the constants declared in EconomicalSurveyDao
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.survey.economy.EconomicalSurvey) 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.survey.economy.EconomicalSurveyDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

toEntity

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

toRemoteEconomicalSurveyFullVOCollection

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

Specified by:
toRemoteEconomicalSurveyFullVOCollection in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.toRemoteEconomicalSurveyFullVOCollection(java.util.Collection)

toRemoteEconomicalSurveyFullVOArray

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

Specified by:
toRemoteEconomicalSurveyFullVOArray in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.toRemoteEconomicalSurveyFullVOArray(java.util.Collection)

toRemoteEconomicalSurveyFullVO

protected RemoteEconomicalSurveyFullVO toRemoteEconomicalSurveyFullVO(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 EconomicalSurveyDaoImpl class if you intend to use reporting queries.

See Also:
EconomicalSurveyDao.toRemoteEconomicalSurveyFullVO(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

remoteEconomicalSurveyFullVOToEntityCollection

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

Specified by:
remoteEconomicalSurveyFullVOToEntityCollection in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.remoteEconomicalSurveyFullVOToEntityCollection(java.util.Collection)

toRemoteEconomicalSurveyFullVO

public void toRemoteEconomicalSurveyFullVO(EconomicalSurvey source,
                                           RemoteEconomicalSurveyFullVO target)
Description copied from interface: EconomicalSurveyDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteEconomicalSurveyFullVO(), 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:
toRemoteEconomicalSurveyFullVO in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.toRemoteEconomicalSurveyFullVO(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey, fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)

toRemoteEconomicalSurveyFullVO

public RemoteEconomicalSurveyFullVO toRemoteEconomicalSurveyFullVO(EconomicalSurvey entity)
Description copied from interface: EconomicalSurveyDao
Converts this DAO's entity to an object of type RemoteEconomicalSurveyFullVO.

Specified by:
toRemoteEconomicalSurveyFullVO in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.toRemoteEconomicalSurveyFullVO(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

remoteEconomicalSurveyFullVOToEntity

public void remoteEconomicalSurveyFullVOToEntity(RemoteEconomicalSurveyFullVO source,
                                                 EconomicalSurvey target,
                                                 boolean copyIfNull)
Description copied from interface: EconomicalSurveyDao
Copies the fields of RemoteEconomicalSurveyFullVO to the specified entity.

Specified by:
remoteEconomicalSurveyFullVOToEntity in interface EconomicalSurveyDao
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.survey.economy.EconomicalSurveyDao#remoteEconomicalSurveyFullVOToEntity(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

toRemoteEconomicalSurveyNaturalIdCollection

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

Specified by:
toRemoteEconomicalSurveyNaturalIdCollection in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.toRemoteEconomicalSurveyNaturalIdCollection(java.util.Collection)

toRemoteEconomicalSurveyNaturalIdArray

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

Specified by:
toRemoteEconomicalSurveyNaturalIdArray in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.toRemoteEconomicalSurveyNaturalIdArray(java.util.Collection)

toRemoteEconomicalSurveyNaturalId

protected RemoteEconomicalSurveyNaturalId toRemoteEconomicalSurveyNaturalId(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 EconomicalSurveyDaoImpl class if you intend to use reporting queries.

See Also:
EconomicalSurveyDao.toRemoteEconomicalSurveyNaturalId(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

remoteEconomicalSurveyNaturalIdToEntityCollection

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

Specified by:
remoteEconomicalSurveyNaturalIdToEntityCollection in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.remoteEconomicalSurveyNaturalIdToEntityCollection(java.util.Collection)

toRemoteEconomicalSurveyNaturalId

public void toRemoteEconomicalSurveyNaturalId(EconomicalSurvey source,
                                              RemoteEconomicalSurveyNaturalId target)
Description copied from interface: EconomicalSurveyDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteEconomicalSurveyNaturalId(), 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:
toRemoteEconomicalSurveyNaturalId in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.toRemoteEconomicalSurveyNaturalId(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey, fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyNaturalId)

toRemoteEconomicalSurveyNaturalId

public RemoteEconomicalSurveyNaturalId toRemoteEconomicalSurveyNaturalId(EconomicalSurvey entity)
Description copied from interface: EconomicalSurveyDao
Converts this DAO's entity to an object of type RemoteEconomicalSurveyNaturalId.

Specified by:
toRemoteEconomicalSurveyNaturalId in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.toRemoteEconomicalSurveyNaturalId(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

remoteEconomicalSurveyNaturalIdToEntity

public void remoteEconomicalSurveyNaturalIdToEntity(RemoteEconomicalSurveyNaturalId source,
                                                    EconomicalSurvey target,
                                                    boolean copyIfNull)
Description copied from interface: EconomicalSurveyDao
Copies the fields of RemoteEconomicalSurveyNaturalId to the specified entity.

Specified by:
remoteEconomicalSurveyNaturalIdToEntity in interface EconomicalSurveyDao
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.survey.economy.EconomicalSurveyDao#remoteEconomicalSurveyNaturalIdToEntity(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyNaturalId, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

toClusterEconomicalSurveyCollection

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

Specified by:
toClusterEconomicalSurveyCollection in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.toClusterEconomicalSurveyCollection(java.util.Collection)

toClusterEconomicalSurveyArray

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

Specified by:
toClusterEconomicalSurveyArray in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.toClusterEconomicalSurveyArray(java.util.Collection)

toClusterEconomicalSurvey

protected ClusterEconomicalSurvey toClusterEconomicalSurvey(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 EconomicalSurveyDaoImpl class if you intend to use reporting queries.

See Also:
EconomicalSurveyDao.toClusterEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

clusterEconomicalSurveyToEntityCollection

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

Specified by:
clusterEconomicalSurveyToEntityCollection in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.clusterEconomicalSurveyToEntityCollection(java.util.Collection)

toClusterEconomicalSurvey

public void toClusterEconomicalSurvey(EconomicalSurvey source,
                                      ClusterEconomicalSurvey target)
Description copied from interface: EconomicalSurveyDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterEconomicalSurvey(), 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:
toClusterEconomicalSurvey in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.toClusterEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey, fr.ifremer.allegro.data.survey.economy.generic.cluster.ClusterEconomicalSurvey)

toClusterEconomicalSurvey

public ClusterEconomicalSurvey toClusterEconomicalSurvey(EconomicalSurvey entity)
Description copied from interface: EconomicalSurveyDao
Converts this DAO's entity to an object of type ClusterEconomicalSurvey.

Specified by:
toClusterEconomicalSurvey in interface EconomicalSurveyDao
See Also:
EconomicalSurveyDao.toClusterEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

clusterEconomicalSurveyToEntity

public void clusterEconomicalSurveyToEntity(ClusterEconomicalSurvey source,
                                            EconomicalSurvey target,
                                            boolean copyIfNull)
Description copied from interface: EconomicalSurveyDao
Copies the fields of ClusterEconomicalSurvey to the specified entity.

Specified by:
clusterEconomicalSurveyToEntity in interface EconomicalSurveyDao
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.survey.economy.EconomicalSurveyDao#clusterEconomicalSurveyToEntity(fr.ifremer.allegro.data.survey.economy.generic.cluster.ClusterEconomicalSurvey, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

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: EconomicalSurveyDao
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 EconomicalSurveyDao
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:
EconomicalSurveyDao.search(int, int, int, fr.ifremer.allegro.Search)

search

public PaginationResult search(int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: EconomicalSurveyDao
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 EconomicalSurveyDao
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:
EconomicalSurveyDao.search(int, int, fr.ifremer.allegro.Search)

search

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

search

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.