|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurveyDaoBase
public abstract class PhysicalGearSurveyDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey
.
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 |
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 |
---|
public PhysicalGearSurveyDaoBase()
Method Detail |
---|
public void setVesselDao(VesselDao vesselDao)
vesselDao
.
protected VesselDao getVesselDao()
vesselDao
.
public void setProgramDao(ProgramDao programDao)
programDao
.
protected ProgramDao getProgramDao()
programDao
.
public void setDepartmentDao(DepartmentDao departmentDao)
departmentDao
.
protected DepartmentDao getDepartmentDao()
departmentDao
.
public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
qualityFlagDao
.
protected QualityFlagDao getQualityFlagDao()
qualityFlagDao
.
public void setPersonDao(PersonDao personDao)
personDao
.
protected PersonDao getPersonDao()
personDao
.
public void setVesselPhysicalFeaturesDao(VesselPhysicalFeaturesDao vesselPhysicalFeaturesDao)
vesselPhysicalFeaturesDao
.
protected VesselPhysicalFeaturesDao getVesselPhysicalFeaturesDao()
vesselPhysicalFeaturesDao
.
public void setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
gearPhysicalFeaturesDao
.
protected GearPhysicalFeaturesDao getGearPhysicalFeaturesDao()
gearPhysicalFeaturesDao
.
public void setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
surveyMeasurementDao
.
protected SurveyMeasurementDao getSurveyMeasurementDao()
surveyMeasurementDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
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.
load
in interface PhysicalGearSurveyDao
id
- identifier of the entity to load
PhysicalGearSurveyDao.load(int, java.lang.Integer)
public PhysicalGearSurvey load(java.lang.Integer id)
PhysicalGearSurveyDao
load
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.load(java.lang.Integer)
public java.util.Collection loadAll()
PhysicalGearSurveyDao
PhysicalGearSurvey
.
loadAll
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.loadAll()
public java.util.Collection loadAll(int transform)
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.
loadAll
in interface PhysicalGearSurveyDao
transform
- the flag indicating what transformation to use.
PhysicalGearSurveyDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
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.
loadAll
in interface PhysicalGearSurveyDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
PhysicalGearSurveyDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
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.
loadAll
in interface PhysicalGearSurveyDao
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.
PhysicalGearSurveyDao.loadAll(int, int, int)
public PhysicalGearSurvey create(PhysicalGearSurvey physicalGearSurvey)
PhysicalGearSurveyDao
create
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.create(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.lang.Object create(int transform, PhysicalGearSurvey physicalGearSurvey)
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.
create
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.create(int transform, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection create(java.util.Collection entities)
PhysicalGearSurveyDao
entities
collection
create
in interface PhysicalGearSurveyDao
entities
- the collection of fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey
instances to create.
PhysicalGearSurveyDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
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.
create
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.create(int, java.util.Collection)
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)
PhysicalGearSurveyDao
Creates a new fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey
instance from all attributes and
properties and adds it to the persistent store.
create
in interface PhysicalGearSurveyDao
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)
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)
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.
create
in interface PhysicalGearSurveyDao
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)
public PhysicalGearSurvey create(java.util.Date creationDate, java.lang.Boolean directSurveyInvestigation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel, java.lang.Integer year)
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.
create
in interface PhysicalGearSurveyDao
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)
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)
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.
create
in interface PhysicalGearSurveyDao
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)
public void update(PhysicalGearSurvey physicalGearSurvey)
PhysicalGearSurveyDao
physicalGearSurvey
instance in the persistent store.
update
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.update(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public void update(java.util.Collection entities)
PhysicalGearSurveyDao
entities
collection in the persistent store.
update
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.update(java.util.Collection)
public void remove(PhysicalGearSurvey physicalGearSurvey)
PhysicalGearSurveyDao
remove
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.remove(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public void remove(java.lang.Integer id)
PhysicalGearSurveyDao
identifier
from the persistent store.
remove
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
PhysicalGearSurveyDao
entities collection.
- Specified by:
remove
in interface PhysicalGearSurveyDao
- See Also:
PhysicalGearSurveyDao.remove(java.util.Collection)
public java.util.Collection getAllPhysicalGearSurvey()
getAllPhysicalGearSurvey
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.getAllPhysicalGearSurvey()
public java.util.Collection getAllPhysicalGearSurvey(int transform)
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.
getAllPhysicalGearSurvey
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.getAllPhysicalGearSurvey(int)
public java.util.Collection getAllPhysicalGearSurvey(java.lang.String queryString)
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()
.
getAllPhysicalGearSurvey
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.getAllPhysicalGearSurvey(java.lang.String)
public java.util.Collection getAllPhysicalGearSurvey(int pageNumber, int pageSize)
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.
getAllPhysicalGearSurvey
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.getAllPhysicalGearSurvey(int, int)
public java.util.Collection getAllPhysicalGearSurvey(java.lang.String queryString, int pageNumber, int pageSize)
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.
getAllPhysicalGearSurvey
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.getAllPhysicalGearSurvey(String, int, int)
public java.util.Collection getAllPhysicalGearSurvey(int transform, java.lang.String queryString)
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)
.
getAllPhysicalGearSurvey
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.getAllPhysicalGearSurvey(int, String)
public java.util.Collection getAllPhysicalGearSurvey(int transform, int pageNumber, int pageSize)
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.
getAllPhysicalGearSurvey
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.getAllPhysicalGearSurvey(int, int, int)
public java.util.Collection getAllPhysicalGearSurvey(int transform, java.lang.String queryString, int pageNumber, int pageSize)
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.
getAllPhysicalGearSurvey
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.getAllPhysicalGearSurvey(int, java.lang.String, int, int)
public PhysicalGearSurvey findPhysicalGearSurveyById(java.lang.Integer id)
findPhysicalGearSurveyById
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyById(java.lang.Integer)
public java.lang.Object findPhysicalGearSurveyById(int transform, java.lang.Integer id)
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.
findPhysicalGearSurveyById
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyById(int, java.lang.Integer)
public PhysicalGearSurvey findPhysicalGearSurveyById(java.lang.String queryString, java.lang.Integer id)
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)
.
findPhysicalGearSurveyById
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyById(java.lang.String, java.lang.Integer)
public java.lang.Object findPhysicalGearSurveyById(int transform, java.lang.String queryString, java.lang.Integer id)
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)
.
findPhysicalGearSurveyById
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findPhysicalGearSurveyByVessel(Vessel vessel)
findPhysicalGearSurveyByVessel
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalGearSurveyByVessel(int transform, Vessel vessel)
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.
findPhysicalGearSurveyByVessel
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalGearSurveyByVessel(java.lang.String queryString, Vessel vessel)
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)
.
findPhysicalGearSurveyByVessel
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalGearSurveyByVessel(int pageNumber, int pageSize, Vessel vessel)
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.
findPhysicalGearSurveyByVessel
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalGearSurveyByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
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.
findPhysicalGearSurveyByVessel
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalGearSurveyByVessel(int transform, java.lang.String queryString, Vessel vessel)
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)
.
findPhysicalGearSurveyByVessel
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalGearSurveyByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
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.
findPhysicalGearSurveyByVessel
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalGearSurveyByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
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.
findPhysicalGearSurveyByVessel
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalGearSurveyByProgram(Program program)
findPhysicalGearSurveyByProgram
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalGearSurveyByProgram(int transform, Program program)
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.
findPhysicalGearSurveyByProgram
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalGearSurveyByProgram(java.lang.String queryString, Program program)
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)
.
findPhysicalGearSurveyByProgram
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalGearSurveyByProgram(int pageNumber, int pageSize, Program program)
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.
findPhysicalGearSurveyByProgram
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalGearSurveyByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
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.
findPhysicalGearSurveyByProgram
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalGearSurveyByProgram(int transform, java.lang.String queryString, Program program)
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)
.
findPhysicalGearSurveyByProgram
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalGearSurveyByProgram(int transform, int pageNumber, int pageSize, Program program)
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.
findPhysicalGearSurveyByProgram
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalGearSurveyByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
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.
findPhysicalGearSurveyByProgram
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalGearSurveyByRecorderDepartment(Department recorderDepartment)
findPhysicalGearSurveyByRecorderDepartment
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findPhysicalGearSurveyByRecorderDepartment(int transform, Department recorderDepartment)
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.
findPhysicalGearSurveyByRecorderDepartment
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findPhysicalGearSurveyByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
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)
.
findPhysicalGearSurveyByRecorderDepartment
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findPhysicalGearSurveyByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
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.
findPhysicalGearSurveyByRecorderDepartment
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findPhysicalGearSurveyByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
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.
findPhysicalGearSurveyByRecorderDepartment
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findPhysicalGearSurveyByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
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)
.
findPhysicalGearSurveyByRecorderDepartment
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findPhysicalGearSurveyByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
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.
findPhysicalGearSurveyByRecorderDepartment
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findPhysicalGearSurveyByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
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.
findPhysicalGearSurveyByRecorderDepartment
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findPhysicalGearSurveyByQualityFlag(QualityFlag qualityFlag)
findPhysicalGearSurveyByQualityFlag
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalGearSurveyByQualityFlag(int transform, QualityFlag qualityFlag)
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.
findPhysicalGearSurveyByQualityFlag
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalGearSurveyByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
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)
.
findPhysicalGearSurveyByQualityFlag
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalGearSurveyByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
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.
findPhysicalGearSurveyByQualityFlag
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalGearSurveyByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
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.
findPhysicalGearSurveyByQualityFlag
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalGearSurveyByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
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)
.
findPhysicalGearSurveyByQualityFlag
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalGearSurveyByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
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.
findPhysicalGearSurveyByQualityFlag
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalGearSurveyByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
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.
findPhysicalGearSurveyByQualityFlag
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalGearSurveyByRecorderPerson(Person recorderPerson)
findPhysicalGearSurveyByRecorderPerson
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findPhysicalGearSurveyByRecorderPerson(int transform, Person recorderPerson)
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.
findPhysicalGearSurveyByRecorderPerson
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findPhysicalGearSurveyByRecorderPerson(java.lang.String queryString, Person recorderPerson)
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)
.
findPhysicalGearSurveyByRecorderPerson
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(java.lang.String, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findPhysicalGearSurveyByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
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.
findPhysicalGearSurveyByRecorderPerson
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findPhysicalGearSurveyByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
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.
findPhysicalGearSurveyByRecorderPerson
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(String, int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findPhysicalGearSurveyByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
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)
.
findPhysicalGearSurveyByRecorderPerson
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findPhysicalGearSurveyByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
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.
findPhysicalGearSurveyByRecorderPerson
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(int, int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findPhysicalGearSurveyByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
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.
findPhysicalGearSurveyByRecorderPerson
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByRecorderPerson(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Person)
public PhysicalGearSurvey findPhysicalGearSurveyByNaturalId(java.lang.Integer year, Vessel vessel, Program program)
findPhysicalGearSurveyByNaturalId
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findPhysicalGearSurveyByNaturalId(int transform, java.lang.Integer year, Vessel vessel, Program program)
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.
findPhysicalGearSurveyByNaturalId
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByNaturalId(int, java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public PhysicalGearSurvey findPhysicalGearSurveyByNaturalId(java.lang.String queryString, java.lang.Integer year, Vessel vessel, Program program)
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)
.
findPhysicalGearSurveyByNaturalId
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByNaturalId(java.lang.String, java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findPhysicalGearSurveyByNaturalId(int transform, java.lang.String queryString, java.lang.Integer year, Vessel vessel, Program program)
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)
.
findPhysicalGearSurveyByNaturalId
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.findPhysicalGearSurveyByNaturalId(int, java.lang.String, java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp updateDate)
getAllPhysicalGearSurveySinceDateSynchro
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.getAllPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(int transform, java.sql.Timestamp updateDate)
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.
getAllPhysicalGearSurveySinceDateSynchro
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.getAllPhysicalGearSurveySinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
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)
.
getAllPhysicalGearSurveySinceDateSynchro
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.getAllPhysicalGearSurveySinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
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.
getAllPhysicalGearSurveySinceDateSynchro
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.getAllPhysicalGearSurveySinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
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.
getAllPhysicalGearSurveySinceDateSynchro
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.getAllPhysicalGearSurveySinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
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)
.
getAllPhysicalGearSurveySinceDateSynchro
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.getAllPhysicalGearSurveySinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
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.
getAllPhysicalGearSurveySinceDateSynchro
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.getAllPhysicalGearSurveySinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
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.
getAllPhysicalGearSurveySinceDateSynchro
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.getAllPhysicalGearSurveySinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public PhysicalGearSurvey createFromClusterPhysicalGearSurvey(ClusterPhysicalGearSurvey clusterPhysicalGearSurvey)
createFromClusterPhysicalGearSurvey
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.createFromClusterPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.cluster.ClusterPhysicalGearSurvey)
protected abstract PhysicalGearSurvey handleCreateFromClusterPhysicalGearSurvey(ClusterPhysicalGearSurvey clusterPhysicalGearSurvey) throws java.lang.Exception
createFromClusterPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.cluster.ClusterPhysicalGearSurvey)
java.lang.Exception
public ClusterPhysicalGearSurvey[] getAllClusterPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterPhysicalGearSurveySinceDateSynchro
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.getAllClusterPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
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
getAllClusterPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, PhysicalGearSurvey entity)
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:
PhysicalGearSurvey
- PhysicalGearSurveyDao.TRANSFORM_NONE
RemotePhysicalGearSurveyFullVO
- TRANSFORM_REMOTEPHYSICALGEARSURVEYFULLVO
RemotePhysicalGearSurveyNaturalId
- TRANSFORM_REMOTEPHYSICALGEARSURVEYNATURALID
ClusterPhysicalGearSurvey
- TRANSFORM_CLUSTERPHYSICALGEARSURVEY
PhysicalGearSurveyDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in PhysicalGearSurveyDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
transformEntity(int,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transform
- one of the constants declared in fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurveyDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
protected PhysicalGearSurvey toEntity(java.lang.Object[] row)
public final void toRemotePhysicalGearSurveyFullVOCollection(java.util.Collection entities)
PhysicalGearSurveyDao
RemotePhysicalGearSurveyFullVO
.
toRemotePhysicalGearSurveyFullVOCollection
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.toRemotePhysicalGearSurveyFullVOCollection(java.util.Collection)
public final RemotePhysicalGearSurveyFullVO[] toRemotePhysicalGearSurveyFullVOArray(java.util.Collection entities)
PhysicalGearSurveyDao
RemotePhysicalGearSurveyFullVO
.
toRemotePhysicalGearSurveyFullVOArray
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.toRemotePhysicalGearSurveyFullVOArray(java.util.Collection)
protected RemotePhysicalGearSurveyFullVO toRemotePhysicalGearSurveyFullVO(java.lang.Object[] row)
PhysicalGearSurveyDaoImpl
class if you intend to use reporting queries.
PhysicalGearSurveyDao.toRemotePhysicalGearSurveyFullVO(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public final void remotePhysicalGearSurveyFullVOToEntityCollection(java.util.Collection instances)
PhysicalGearSurveyDao
RemotePhysicalGearSurveyFullVO
to this
DAO's entity.
remotePhysicalGearSurveyFullVOToEntityCollection
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.remotePhysicalGearSurveyFullVOToEntityCollection(java.util.Collection)
public void toRemotePhysicalGearSurveyFullVO(PhysicalGearSurvey source, RemotePhysicalGearSurveyFullVO target)
PhysicalGearSurveyDao
toRemotePhysicalGearSurveyFullVO
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.toRemotePhysicalGearSurveyFullVO(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)
public RemotePhysicalGearSurveyFullVO toRemotePhysicalGearSurveyFullVO(PhysicalGearSurvey entity)
PhysicalGearSurveyDao
RemotePhysicalGearSurveyFullVO
.
toRemotePhysicalGearSurveyFullVO
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.toRemotePhysicalGearSurveyFullVO(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public void remotePhysicalGearSurveyFullVOToEntity(RemotePhysicalGearSurveyFullVO source, PhysicalGearSurvey target, boolean copyIfNull)
PhysicalGearSurveyDao
RemotePhysicalGearSurveyFullVO
to the specified entity.
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.fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurveyDao#remotePhysicalGearSurveyFullVOToEntity(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public final void toRemotePhysicalGearSurveyNaturalIdCollection(java.util.Collection entities)
PhysicalGearSurveyDao
RemotePhysicalGearSurveyNaturalId
.
toRemotePhysicalGearSurveyNaturalIdCollection
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.toRemotePhysicalGearSurveyNaturalIdCollection(java.util.Collection)
public final RemotePhysicalGearSurveyNaturalId[] toRemotePhysicalGearSurveyNaturalIdArray(java.util.Collection entities)
PhysicalGearSurveyDao
RemotePhysicalGearSurveyNaturalId
.
toRemotePhysicalGearSurveyNaturalIdArray
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.toRemotePhysicalGearSurveyNaturalIdArray(java.util.Collection)
protected RemotePhysicalGearSurveyNaturalId toRemotePhysicalGearSurveyNaturalId(java.lang.Object[] row)
PhysicalGearSurveyDaoImpl
class if you intend to use reporting queries.
PhysicalGearSurveyDao.toRemotePhysicalGearSurveyNaturalId(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public final void remotePhysicalGearSurveyNaturalIdToEntityCollection(java.util.Collection instances)
PhysicalGearSurveyDao
RemotePhysicalGearSurveyNaturalId
to this
DAO's entity.
remotePhysicalGearSurveyNaturalIdToEntityCollection
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.remotePhysicalGearSurveyNaturalIdToEntityCollection(java.util.Collection)
public void toRemotePhysicalGearSurveyNaturalId(PhysicalGearSurvey source, RemotePhysicalGearSurveyNaturalId target)
PhysicalGearSurveyDao
toRemotePhysicalGearSurveyNaturalId
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.toRemotePhysicalGearSurveyNaturalId(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyNaturalId)
public RemotePhysicalGearSurveyNaturalId toRemotePhysicalGearSurveyNaturalId(PhysicalGearSurvey entity)
PhysicalGearSurveyDao
RemotePhysicalGearSurveyNaturalId
.
toRemotePhysicalGearSurveyNaturalId
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.toRemotePhysicalGearSurveyNaturalId(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public void remotePhysicalGearSurveyNaturalIdToEntity(RemotePhysicalGearSurveyNaturalId source, PhysicalGearSurvey target, boolean copyIfNull)
PhysicalGearSurveyDao
RemotePhysicalGearSurveyNaturalId
to the specified entity.
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.fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurveyDao#remotePhysicalGearSurveyNaturalIdToEntity(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyNaturalId, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public final void toClusterPhysicalGearSurveyCollection(java.util.Collection entities)
PhysicalGearSurveyDao
ClusterPhysicalGearSurvey
.
toClusterPhysicalGearSurveyCollection
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.toClusterPhysicalGearSurveyCollection(java.util.Collection)
public final ClusterPhysicalGearSurvey[] toClusterPhysicalGearSurveyArray(java.util.Collection entities)
PhysicalGearSurveyDao
ClusterPhysicalGearSurvey
.
toClusterPhysicalGearSurveyArray
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.toClusterPhysicalGearSurveyArray(java.util.Collection)
protected ClusterPhysicalGearSurvey toClusterPhysicalGearSurvey(java.lang.Object[] row)
PhysicalGearSurveyDaoImpl
class if you intend to use reporting queries.
PhysicalGearSurveyDao.toClusterPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public final void clusterPhysicalGearSurveyToEntityCollection(java.util.Collection instances)
PhysicalGearSurveyDao
ClusterPhysicalGearSurvey
to this
DAO's entity.
clusterPhysicalGearSurveyToEntityCollection
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.clusterPhysicalGearSurveyToEntityCollection(java.util.Collection)
public void toClusterPhysicalGearSurvey(PhysicalGearSurvey source, ClusterPhysicalGearSurvey target)
PhysicalGearSurveyDao
toClusterPhysicalGearSurvey
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.toClusterPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.physicalGear.generic.cluster.ClusterPhysicalGearSurvey)
public ClusterPhysicalGearSurvey toClusterPhysicalGearSurvey(PhysicalGearSurvey entity)
PhysicalGearSurveyDao
ClusterPhysicalGearSurvey
.
toClusterPhysicalGearSurvey
in interface PhysicalGearSurveyDao
PhysicalGearSurveyDao.toClusterPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public void clusterPhysicalGearSurveyToEntity(ClusterPhysicalGearSurvey source, PhysicalGearSurvey target, boolean copyIfNull)
PhysicalGearSurveyDao
ClusterPhysicalGearSurvey
to the specified entity.
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.fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurveyDao#clusterPhysicalGearSurveyToEntity(fr.ifremer.allegro.data.survey.physicalGear.generic.cluster.ClusterPhysicalGearSurvey, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
PhysicalGearSurveyDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PhysicalGearSurveyDao
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.PhysicalGearSurveyDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
PhysicalGearSurveyDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PhysicalGearSurveyDao
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.PhysicalGearSurveyDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
PhysicalGearSurveyDao
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.
search
in interface PhysicalGearSurveyDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
PhysicalGearSurveyDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
PhysicalGearSurveyDao
search
object.
search
in interface PhysicalGearSurveyDao
search
- the search object which provides the search parameters and pagination specification.
PhysicalGearSurveyDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |