fr.ifremer.allegro.data.survey.physicalGear
Class PhysicalGearSurveyDaoBase

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurveyDaoBase
All Implemented Interfaces:
PhysicalGearSurveyDao
Direct Known Subclasses:
PhysicalGearSurveyDaoImpl

public abstract class PhysicalGearSurveyDaoBase
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements PhysicalGearSurveyDao

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

See Also:
PhysicalGearSurvey

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurveyDao
TRANSFORM_CLUSTERPHYSICALGEARSURVEY, TRANSFORM_NONE, TRANSFORM_REMOTEPHYSICALGEARSURVEYFULLVO, TRANSFORM_REMOTEPHYSICALGEARSURVEYNATURALID
 
Constructor Summary
PhysicalGearSurveyDaoBase()
           
 
Method Summary
 void clusterPhysicalGearSurveyToEntity(ClusterPhysicalGearSurvey source, PhysicalGearSurvey target, boolean copyIfNull)
          Copies the fields of ClusterPhysicalGearSurvey to the specified entity.
 void clusterPhysicalGearSurveyToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterPhysicalGearSurvey to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey and adds from the passed in entities collection
 PhysicalGearSurvey create(java.util.Date creationDate, java.lang.Boolean directSurveyInvestigation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel, java.lang.Integer year)
           Creates a new fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey instance from only required properties (attributes and association ends) and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as PhysicalGearSurveyDao.create(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date creationDate, java.lang.Boolean directSurveyInvestigation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel, java.lang.Integer year)
           Does the same thing as PhysicalGearSurveyDao.create(java.util.Date,java.lang.Boolean,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.Vessel,java.lang.Integer) with an additional flag called transform.
 PhysicalGearSurvey create(java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, 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, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, java.util.Collection gearPhysicalFeatures, java.util.Collection vesselPhysicalFeatures, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey instance from all attributes and properties and adds it to the persistent store.
 java.lang.Object create(int transform, java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, 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, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, java.util.Collection gearPhysicalFeatures, java.util.Collection vesselPhysicalFeatures, Vessel vessel)
           Does the same thing as PhysicalGearSurveyDao.create(java.lang.Integer,java.lang.Boolean,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.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object create(int transform, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as PhysicalGearSurveyDao.create(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional flag called transform.
 PhysicalGearSurvey create(PhysicalGearSurvey physicalGearSurvey)
          Creates an instance of fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey and adds it to the persistent store.
 PhysicalGearSurvey createFromClusterPhysicalGearSurvey(ClusterPhysicalGearSurvey clusterPhysicalGearSurvey)
           
 PhysicalGearSurvey findPhysicalGearSurveyById(java.lang.Integer id)
           
 java.lang.Object findPhysicalGearSurveyById(int transform, java.lang.Integer id)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findPhysicalGearSurveyById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyById(int, java.lang.Integer) with an additional argument called queryString.
 PhysicalGearSurvey findPhysicalGearSurveyById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyById(java.lang.Integer) with an additional argument called queryString.
 PhysicalGearSurvey findPhysicalGearSurveyByNaturalId(java.lang.Integer year, Vessel vessel, Program program)
           
 java.lang.Object findPhysicalGearSurveyByNaturalId(int transform, java.lang.Integer year, Vessel vessel, Program program)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object findPhysicalGearSurveyByNaturalId(int transform, java.lang.String queryString, java.lang.Integer year, Vessel vessel, Program program)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByNaturalId(int, java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 PhysicalGearSurvey findPhysicalGearSurveyByNaturalId(java.lang.String queryString, java.lang.Integer year, Vessel vessel, Program program)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findPhysicalGearSurveyByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByProgram(int transform, Program program)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findPhysicalGearSurveyByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findPhysicalGearSurveyByProgram(Program program)
           
 java.util.Collection findPhysicalGearSurveyByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByProgram(java.lang.String queryString, Program program)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findPhysicalGearSurveyByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findPhysicalGearSurveyByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findPhysicalGearSurveyByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findPhysicalGearSurveyByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findPhysicalGearSurveyByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection findPhysicalGearSurveyByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findPhysicalGearSurveyByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findPhysicalGearSurveyByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findPhysicalGearSurveyByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByRecorderPerson(int transform, Person recorderPerson)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional flag called transform.
 java.util.Collection findPhysicalGearSurveyByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an additional argument called queryString.
 java.util.Collection findPhysicalGearSurveyByRecorderPerson(Person recorderPerson)
           
 java.util.Collection findPhysicalGearSurveyByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByRecorderPerson(java.lang.String queryString, Person recorderPerson)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional argument called queryString.
 java.util.Collection findPhysicalGearSurveyByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByVessel(int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByVessel(int transform, java.lang.String queryString, Vessel vessel)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findPhysicalGearSurveyByVessel(int transform, Vessel vessel)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.util.Collection findPhysicalGearSurveyByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByVessel(java.lang.String queryString, Vessel vessel)
           Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findPhysicalGearSurveyByVessel(Vessel vessel)
           
 ClusterPhysicalGearSurvey[] getAllClusterPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllPhysicalGearSurvey()
           
 java.util.Collection getAllPhysicalGearSurvey(int transform)
           Does the same thing as PhysicalGearSurveyDao.getAllPhysicalGearSurvey() with an additional flag called transform.
 java.util.Collection getAllPhysicalGearSurvey(int pageNumber, int pageSize)
           Does the same thing as PhysicalGearSurveyDao.getAllPhysicalGearSurvey() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalGearSurvey(int transform, int pageNumber, int pageSize)
           Does the same thing as PhysicalGearSurveyDao.getAllPhysicalGearSurvey(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalGearSurvey(int transform, java.lang.String queryString)
           Does the same thing as PhysicalGearSurveyDao.getAllPhysicalGearSurvey(int) with an additional argument called queryString.
 java.util.Collection getAllPhysicalGearSurvey(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as PhysicalGearSurveyDao.getAllPhysicalGearSurvey(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalGearSurvey(java.lang.String queryString)
           Does the same thing as PhysicalGearSurveyDao.getAllPhysicalGearSurvey() with an additional argument called queryString.
 java.util.Collection getAllPhysicalGearSurvey(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as PhysicalGearSurveyDao.getAllPhysicalGearSurvey(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as PhysicalGearSurveyDao.getAllPhysicalGearSurveySinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as PhysicalGearSurveyDao.getAllPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as PhysicalGearSurveyDao.getAllPhysicalGearSurveySinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as PhysicalGearSurveyDao.getAllPhysicalGearSurveySinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as PhysicalGearSurveyDao.getAllPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as PhysicalGearSurveyDao.getAllPhysicalGearSurveySinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as PhysicalGearSurveyDao.getAllPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp updateDate)
           
protected  DepartmentDao getDepartmentDao()
          Gets the reference to departmentDao.
protected  GearPhysicalFeaturesDao getGearPhysicalFeaturesDao()
          Gets the reference to gearPhysicalFeaturesDao.
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  VesselPhysicalFeaturesDao getVesselPhysicalFeaturesDao()
          Gets the reference to vesselPhysicalFeaturesDao.
protected abstract  PhysicalGearSurvey handleCreateFromClusterPhysicalGearSurvey(ClusterPhysicalGearSurvey clusterPhysicalGearSurvey)
          Performs the core logic for createFromClusterPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.cluster.ClusterPhysicalGearSurvey)
protected abstract  ClusterPhysicalGearSurvey[] handleGetAllClusterPhysicalGearSurveySinceDateSynchro(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 getAllClusterPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 PhysicalGearSurvey load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey from the persistent store.
 java.lang.Object load(int transform, java.lang.Integer id)
           Does the same thing as PhysicalGearSurveyDao.load(java.lang.Integer) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type PhysicalGearSurvey.
 java.util.Collection loadAll(int transform)
           Does the same thing as PhysicalGearSurveyDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as PhysicalGearSurveyDao.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 PhysicalGearSurveyDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remotePhysicalGearSurveyFullVOToEntity(RemotePhysicalGearSurveyFullVO source, PhysicalGearSurvey target, boolean copyIfNull)
          Copies the fields of RemotePhysicalGearSurveyFullVO to the specified entity.
 void remotePhysicalGearSurveyFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemotePhysicalGearSurveyFullVO to this DAO's entity.
 void remotePhysicalGearSurveyNaturalIdToEntity(RemotePhysicalGearSurveyNaturalId source, PhysicalGearSurvey target, boolean copyIfNull)
          Copies the fields of RemotePhysicalGearSurveyNaturalId to the specified entity.
 void remotePhysicalGearSurveyNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemotePhysicalGearSurveyNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey having the given identifier from the persistent store.
 void remove(PhysicalGearSurvey physicalGearSurvey)
          Removes the instance of fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey 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 PhysicalGearSurveyDao.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 setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
          Sets the reference to gearPhysicalFeaturesDao.
 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 setVesselPhysicalFeaturesDao(VesselPhysicalFeaturesDao vesselPhysicalFeaturesDao)
          Sets the reference to vesselPhysicalFeaturesDao.
protected  ClusterPhysicalGearSurvey toClusterPhysicalGearSurvey(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterPhysicalGearSurvey toClusterPhysicalGearSurvey(PhysicalGearSurvey entity)
          Converts this DAO's entity to an object of type ClusterPhysicalGearSurvey.
 void toClusterPhysicalGearSurvey(PhysicalGearSurvey source, ClusterPhysicalGearSurvey target)
          Copies the fields of the specified entity to the target value object.
 ClusterPhysicalGearSurvey[] toClusterPhysicalGearSurveyArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterPhysicalGearSurvey.
 void toClusterPhysicalGearSurveyCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterPhysicalGearSurvey.
protected  PhysicalGearSurvey toEntity(java.lang.Object[] row)
           
protected  RemotePhysicalGearSurveyFullVO toRemotePhysicalGearSurveyFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemotePhysicalGearSurveyFullVO toRemotePhysicalGearSurveyFullVO(PhysicalGearSurvey entity)
          Converts this DAO's entity to an object of type RemotePhysicalGearSurveyFullVO.
 void toRemotePhysicalGearSurveyFullVO(PhysicalGearSurvey source, RemotePhysicalGearSurveyFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemotePhysicalGearSurveyFullVO[] toRemotePhysicalGearSurveyFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePhysicalGearSurveyFullVO.
 void toRemotePhysicalGearSurveyFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemotePhysicalGearSurveyFullVO.
protected  RemotePhysicalGearSurveyNaturalId toRemotePhysicalGearSurveyNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemotePhysicalGearSurveyNaturalId toRemotePhysicalGearSurveyNaturalId(PhysicalGearSurvey entity)
          Converts this DAO's entity to an object of type RemotePhysicalGearSurveyNaturalId.
 void toRemotePhysicalGearSurveyNaturalId(PhysicalGearSurvey source, RemotePhysicalGearSurveyNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemotePhysicalGearSurveyNaturalId[] toRemotePhysicalGearSurveyNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePhysicalGearSurveyNaturalId.
 void toRemotePhysicalGearSurveyNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemotePhysicalGearSurveyNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) method.
protected  java.lang.Object transformEntity(int transform, PhysicalGearSurvey 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.physicalGear.PhysicalGearSurveyDao, please note that the PhysicalGearSurveyDao.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(PhysicalGearSurvey physicalGearSurvey)
          Updates the physicalGearSurvey 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.physicalGear.PhysicalGearSurveyDao
clusterPhysicalGearSurveyToEntity, remotePhysicalGearSurveyFullVOToEntity, remotePhysicalGearSurveyNaturalIdToEntity
 

Constructor Detail

PhysicalGearSurveyDaoBase

public PhysicalGearSurveyDaoBase()
Method Detail

setVesselDao

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


getVesselDao

protected VesselDao getVesselDao()
Gets the reference to vesselDao.


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.


setQualityFlagDao

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


getQualityFlagDao

protected QualityFlagDao getQualityFlagDao()
Gets the reference to qualityFlagDao.


setPersonDao

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


getPersonDao

protected PersonDao getPersonDao()
Gets the reference to personDao.


setVesselPhysicalFeaturesDao

public void setVesselPhysicalFeaturesDao(VesselPhysicalFeaturesDao vesselPhysicalFeaturesDao)
Sets the reference to vesselPhysicalFeaturesDao.


getVesselPhysicalFeaturesDao

protected VesselPhysicalFeaturesDao getVesselPhysicalFeaturesDao()
Gets the reference to vesselPhysicalFeaturesDao.


setGearPhysicalFeaturesDao

public void setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
Sets the reference to gearPhysicalFeaturesDao.


getGearPhysicalFeaturesDao

protected GearPhysicalFeaturesDao getGearPhysicalFeaturesDao()
Gets the reference to gearPhysicalFeaturesDao.


setSurveyMeasurementDao

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


getSurveyMeasurementDao

protected SurveyMeasurementDao getSurveyMeasurementDao()
Gets the reference to surveyMeasurementDao.


load

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

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

load

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

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

loadAll

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

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

loadAll

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

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

loadAll

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

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

loadAll

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

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

create

public PhysicalGearSurvey create(PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: PhysicalGearSurveyDao
Creates an instance of fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey and adds it to the persistent store.

Specified by:
create in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.create(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

create

public java.lang.Object create(int transform,
                               PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: PhysicalGearSurveyDao

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

create

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

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

create

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

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

create

public PhysicalGearSurvey create(java.lang.Integer year,
                                 java.lang.Boolean directSurveyInvestigation,
                                 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,
                                 Program program,
                                 Department recorderDepartment,
                                 QualityFlag qualityFlag,
                                 Person recorderPerson,
                                 java.util.Collection gearPhysicalFeatures,
                                 java.util.Collection vesselPhysicalFeatures,
                                 Vessel vessel)
Description copied from interface: PhysicalGearSurveyDao

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

Specified by:
create in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.create(java.lang.Integer,java.lang.Boolean,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.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel)

create

public java.lang.Object create(int transform,
                               java.lang.Integer year,
                               java.lang.Boolean directSurveyInvestigation,
                               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,
                               Program program,
                               Department recorderDepartment,
                               QualityFlag qualityFlag,
                               Person recorderPerson,
                               java.util.Collection gearPhysicalFeatures,
                               java.util.Collection vesselPhysicalFeatures,
                               Vessel vessel)
Description copied from interface: PhysicalGearSurveyDao

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

create

public PhysicalGearSurvey create(java.util.Date creationDate,
                                 java.lang.Boolean directSurveyInvestigation,
                                 Program program,
                                 QualityFlag qualityFlag,
                                 Department recorderDepartment,
                                 Vessel vessel,
                                 java.lang.Integer year)
Description copied from interface: PhysicalGearSurveyDao

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

Specified by:
create in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.create(java.util.Date,java.lang.Boolean,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.Vessel,java.lang.Integer)

create

public java.lang.Object create(int transform,
                               java.util.Date creationDate,
                               java.lang.Boolean directSurveyInvestigation,
                               Program program,
                               QualityFlag qualityFlag,
                               Department recorderDepartment,
                               Vessel vessel,
                               java.lang.Integer year)
Description copied from interface: PhysicalGearSurveyDao

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

update

public void update(PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: PhysicalGearSurveyDao
Updates the physicalGearSurvey instance in the persistent store.

Specified by:
update in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.update(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

update

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

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

remove

public void remove(PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: PhysicalGearSurveyDao
Removes the instance of fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey from the persistent store.

Specified by:
remove in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.remove(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

remove

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

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

remove

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

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

getAllPhysicalGearSurvey

public java.util.Collection getAllPhysicalGearSurvey()
Specified by:
getAllPhysicalGearSurvey in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.getAllPhysicalGearSurvey()

getAllPhysicalGearSurvey

public java.util.Collection getAllPhysicalGearSurvey(int transform)
Description copied from interface: PhysicalGearSurveyDao

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

getAllPhysicalGearSurvey

public java.util.Collection getAllPhysicalGearSurvey(java.lang.String queryString)
Description copied from interface: PhysicalGearSurveyDao

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

Specified by:
getAllPhysicalGearSurvey in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.getAllPhysicalGearSurvey(java.lang.String)

getAllPhysicalGearSurvey

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

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

getAllPhysicalGearSurvey

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

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

getAllPhysicalGearSurvey

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

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

Specified by:
getAllPhysicalGearSurvey in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.getAllPhysicalGearSurvey(int, String)

getAllPhysicalGearSurvey

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

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

getAllPhysicalGearSurvey

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

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

findPhysicalGearSurveyById

public PhysicalGearSurvey findPhysicalGearSurveyById(java.lang.Integer id)
Specified by:
findPhysicalGearSurveyById in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.findPhysicalGearSurveyById(java.lang.Integer)

findPhysicalGearSurveyById

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

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

findPhysicalGearSurveyById

public PhysicalGearSurvey findPhysicalGearSurveyById(java.lang.String queryString,
                                                     java.lang.Integer id)
Description copied from interface: PhysicalGearSurveyDao

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

Specified by:
findPhysicalGearSurveyById in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.findPhysicalGearSurveyById(java.lang.String, java.lang.Integer)

findPhysicalGearSurveyById

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

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

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

findPhysicalGearSurveyByVessel

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

findPhysicalGearSurveyByVessel

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

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

findPhysicalGearSurveyByVessel

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

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

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

findPhysicalGearSurveyByVessel

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

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

findPhysicalGearSurveyByVessel

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

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

findPhysicalGearSurveyByVessel

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

Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByVessel(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 PhysicalGearSurveyDao.findPhysicalGearSurveyByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel).

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

findPhysicalGearSurveyByVessel

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

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

findPhysicalGearSurveyByVessel

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

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

findPhysicalGearSurveyByProgram

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

findPhysicalGearSurveyByProgram

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

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

findPhysicalGearSurveyByProgram

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

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

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

findPhysicalGearSurveyByProgram

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

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

findPhysicalGearSurveyByProgram

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

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

findPhysicalGearSurveyByProgram

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

Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByProgram(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 PhysicalGearSurveyDao.findPhysicalGearSurveyByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program).

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

findPhysicalGearSurveyByProgram

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

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

findPhysicalGearSurveyByProgram

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

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

findPhysicalGearSurveyByRecorderDepartment

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

findPhysicalGearSurveyByRecorderDepartment

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

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

findPhysicalGearSurveyByRecorderDepartment

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

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

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

findPhysicalGearSurveyByRecorderDepartment

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

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

findPhysicalGearSurveyByRecorderDepartment

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

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

findPhysicalGearSurveyByRecorderDepartment

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

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

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

findPhysicalGearSurveyByRecorderDepartment

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

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

findPhysicalGearSurveyByRecorderDepartment

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

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

findPhysicalGearSurveyByQualityFlag

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

findPhysicalGearSurveyByQualityFlag

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

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

findPhysicalGearSurveyByQualityFlag

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

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

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

findPhysicalGearSurveyByQualityFlag

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

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

findPhysicalGearSurveyByQualityFlag

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

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

findPhysicalGearSurveyByQualityFlag

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

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

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

findPhysicalGearSurveyByQualityFlag

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

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

findPhysicalGearSurveyByQualityFlag

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

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

findPhysicalGearSurveyByRecorderPerson

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

findPhysicalGearSurveyByRecorderPerson

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

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

findPhysicalGearSurveyByRecorderPerson

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

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

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

findPhysicalGearSurveyByRecorderPerson

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

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

findPhysicalGearSurveyByRecorderPerson

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

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

findPhysicalGearSurveyByRecorderPerson

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

Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(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 PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person recorderPerson).

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

findPhysicalGearSurveyByRecorderPerson

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

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

findPhysicalGearSurveyByRecorderPerson

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

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

findPhysicalGearSurveyByNaturalId

public PhysicalGearSurvey findPhysicalGearSurveyByNaturalId(java.lang.Integer year,
                                                            Vessel vessel,
                                                            Program program)
Specified by:
findPhysicalGearSurveyByNaturalId in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.findPhysicalGearSurveyByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findPhysicalGearSurveyByNaturalId

public java.lang.Object findPhysicalGearSurveyByNaturalId(int transform,
                                                          java.lang.Integer year,
                                                          Vessel vessel,
                                                          Program program)
Description copied from interface: PhysicalGearSurveyDao

Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, 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:
findPhysicalGearSurveyByNaturalId in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.findPhysicalGearSurveyByNaturalId(int, java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findPhysicalGearSurveyByNaturalId

public PhysicalGearSurvey findPhysicalGearSurveyByNaturalId(java.lang.String queryString,
                                                            java.lang.Integer year,
                                                            Vessel vessel,
                                                            Program program)
Description copied from interface: PhysicalGearSurveyDao

Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in PhysicalGearSurveyDao.findPhysicalGearSurveyByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program).

Specified by:
findPhysicalGearSurveyByNaturalId in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.findPhysicalGearSurveyByNaturalId(java.lang.String, java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findPhysicalGearSurveyByNaturalId

public java.lang.Object findPhysicalGearSurveyByNaturalId(int transform,
                                                          java.lang.String queryString,
                                                          java.lang.Integer year,
                                                          Vessel vessel,
                                                          Program program)
Description copied from interface: PhysicalGearSurveyDao

Does the same thing as PhysicalGearSurveyDao.findPhysicalGearSurveyByNaturalId(int, java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in PhysicalGearSurveyDao.findPhysicalGearSurveyByNaturalId(int, java.lang.Integer year, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program).

Specified by:
findPhysicalGearSurveyByNaturalId in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.findPhysicalGearSurveyByNaturalId(int, java.lang.String, java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

getAllPhysicalGearSurveySinceDateSynchro

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

getAllPhysicalGearSurveySinceDateSynchro

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

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

getAllPhysicalGearSurveySinceDateSynchro

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

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

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

getAllPhysicalGearSurveySinceDateSynchro

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

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

getAllPhysicalGearSurveySinceDateSynchro

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

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

getAllPhysicalGearSurveySinceDateSynchro

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

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

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

getAllPhysicalGearSurveySinceDateSynchro

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

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

getAllPhysicalGearSurveySinceDateSynchro

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

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

createFromClusterPhysicalGearSurvey

public PhysicalGearSurvey createFromClusterPhysicalGearSurvey(ClusterPhysicalGearSurvey clusterPhysicalGearSurvey)
Specified by:
createFromClusterPhysicalGearSurvey in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.createFromClusterPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.cluster.ClusterPhysicalGearSurvey)

handleCreateFromClusterPhysicalGearSurvey

protected abstract PhysicalGearSurvey handleCreateFromClusterPhysicalGearSurvey(ClusterPhysicalGearSurvey clusterPhysicalGearSurvey)
                                                                         throws java.lang.Exception
Performs the core logic for createFromClusterPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.cluster.ClusterPhysicalGearSurvey)

Throws:
java.lang.Exception

getAllClusterPhysicalGearSurveySinceDateSynchro

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

handleGetAllClusterPhysicalGearSurveySinceDateSynchro

protected abstract ClusterPhysicalGearSurvey[] handleGetAllClusterPhysicalGearSurveySinceDateSynchro(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 getAllClusterPhysicalGearSurveySinceDateSynchro(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,
                                           PhysicalGearSurvey 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.physicalGear.PhysicalGearSurveyDao, please note that the PhysicalGearSurveyDao.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 PhysicalGearSurveyDao.TRANSFORM_NONE is assumed.

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

toEntity

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

toRemotePhysicalGearSurveyFullVOCollection

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

Specified by:
toRemotePhysicalGearSurveyFullVOCollection in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.toRemotePhysicalGearSurveyFullVOCollection(java.util.Collection)

toRemotePhysicalGearSurveyFullVOArray

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

Specified by:
toRemotePhysicalGearSurveyFullVOArray in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.toRemotePhysicalGearSurveyFullVOArray(java.util.Collection)

toRemotePhysicalGearSurveyFullVO

protected RemotePhysicalGearSurveyFullVO toRemotePhysicalGearSurveyFullVO(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 PhysicalGearSurveyDaoImpl class if you intend to use reporting queries.

See Also:
PhysicalGearSurveyDao.toRemotePhysicalGearSurveyFullVO(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

remotePhysicalGearSurveyFullVOToEntityCollection

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

Specified by:
remotePhysicalGearSurveyFullVOToEntityCollection in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.remotePhysicalGearSurveyFullVOToEntityCollection(java.util.Collection)

toRemotePhysicalGearSurveyFullVO

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

toRemotePhysicalGearSurveyFullVO

public RemotePhysicalGearSurveyFullVO toRemotePhysicalGearSurveyFullVO(PhysicalGearSurvey entity)
Description copied from interface: PhysicalGearSurveyDao
Converts this DAO's entity to an object of type RemotePhysicalGearSurveyFullVO.

Specified by:
toRemotePhysicalGearSurveyFullVO in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.toRemotePhysicalGearSurveyFullVO(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

remotePhysicalGearSurveyFullVOToEntity

public void remotePhysicalGearSurveyFullVOToEntity(RemotePhysicalGearSurveyFullVO source,
                                                   PhysicalGearSurvey target,
                                                   boolean copyIfNull)
Description copied from interface: PhysicalGearSurveyDao
Copies the fields of RemotePhysicalGearSurveyFullVO to the specified entity.

Specified by:
remotePhysicalGearSurveyFullVOToEntity in interface PhysicalGearSurveyDao
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.physicalGear.PhysicalGearSurveyDao#remotePhysicalGearSurveyFullVOToEntity(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

toRemotePhysicalGearSurveyNaturalIdCollection

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

Specified by:
toRemotePhysicalGearSurveyNaturalIdCollection in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.toRemotePhysicalGearSurveyNaturalIdCollection(java.util.Collection)

toRemotePhysicalGearSurveyNaturalIdArray

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

Specified by:
toRemotePhysicalGearSurveyNaturalIdArray in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.toRemotePhysicalGearSurveyNaturalIdArray(java.util.Collection)

toRemotePhysicalGearSurveyNaturalId

protected RemotePhysicalGearSurveyNaturalId toRemotePhysicalGearSurveyNaturalId(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 PhysicalGearSurveyDaoImpl class if you intend to use reporting queries.

See Also:
PhysicalGearSurveyDao.toRemotePhysicalGearSurveyNaturalId(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

remotePhysicalGearSurveyNaturalIdToEntityCollection

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

Specified by:
remotePhysicalGearSurveyNaturalIdToEntityCollection in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.remotePhysicalGearSurveyNaturalIdToEntityCollection(java.util.Collection)

toRemotePhysicalGearSurveyNaturalId

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

toRemotePhysicalGearSurveyNaturalId

public RemotePhysicalGearSurveyNaturalId toRemotePhysicalGearSurveyNaturalId(PhysicalGearSurvey entity)
Description copied from interface: PhysicalGearSurveyDao
Converts this DAO's entity to an object of type RemotePhysicalGearSurveyNaturalId.

Specified by:
toRemotePhysicalGearSurveyNaturalId in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.toRemotePhysicalGearSurveyNaturalId(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

remotePhysicalGearSurveyNaturalIdToEntity

public void remotePhysicalGearSurveyNaturalIdToEntity(RemotePhysicalGearSurveyNaturalId source,
                                                      PhysicalGearSurvey target,
                                                      boolean copyIfNull)
Description copied from interface: PhysicalGearSurveyDao
Copies the fields of RemotePhysicalGearSurveyNaturalId to the specified entity.

Specified by:
remotePhysicalGearSurveyNaturalIdToEntity in interface PhysicalGearSurveyDao
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.physicalGear.PhysicalGearSurveyDao#remotePhysicalGearSurveyNaturalIdToEntity(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyNaturalId, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

toClusterPhysicalGearSurveyCollection

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

Specified by:
toClusterPhysicalGearSurveyCollection in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.toClusterPhysicalGearSurveyCollection(java.util.Collection)

toClusterPhysicalGearSurveyArray

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

Specified by:
toClusterPhysicalGearSurveyArray in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.toClusterPhysicalGearSurveyArray(java.util.Collection)

toClusterPhysicalGearSurvey

protected ClusterPhysicalGearSurvey toClusterPhysicalGearSurvey(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 PhysicalGearSurveyDaoImpl class if you intend to use reporting queries.

See Also:
PhysicalGearSurveyDao.toClusterPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

clusterPhysicalGearSurveyToEntityCollection

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

Specified by:
clusterPhysicalGearSurveyToEntityCollection in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.clusterPhysicalGearSurveyToEntityCollection(java.util.Collection)

toClusterPhysicalGearSurvey

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

toClusterPhysicalGearSurvey

public ClusterPhysicalGearSurvey toClusterPhysicalGearSurvey(PhysicalGearSurvey entity)
Description copied from interface: PhysicalGearSurveyDao
Converts this DAO's entity to an object of type ClusterPhysicalGearSurvey.

Specified by:
toClusterPhysicalGearSurvey in interface PhysicalGearSurveyDao
See Also:
PhysicalGearSurveyDao.toClusterPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

clusterPhysicalGearSurveyToEntity

public void clusterPhysicalGearSurveyToEntity(ClusterPhysicalGearSurvey source,
                                              PhysicalGearSurvey target,
                                              boolean copyIfNull)
Description copied from interface: PhysicalGearSurveyDao
Copies the fields of ClusterPhysicalGearSurvey to the specified entity.

Specified by:
clusterPhysicalGearSurveyToEntity in interface PhysicalGearSurveyDao
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.physicalGear.PhysicalGearSurveyDao#clusterPhysicalGearSurveyToEntity(fr.ifremer.allegro.data.survey.physicalGear.generic.cluster.ClusterPhysicalGearSurvey, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

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

search

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

search

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

search

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.