|
||||||||||
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.economy.EconomicalSurveyDaoBase
public abstract class EconomicalSurveyDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.survey.economy.EconomicalSurvey
.
EconomicalSurvey
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.survey.economy.EconomicalSurveyDao |
---|
TRANSFORM_CLUSTERECONOMICALSURVEY, TRANSFORM_NONE, TRANSFORM_REMOTEECONOMICALSURVEYFULLVO, TRANSFORM_REMOTEECONOMICALSURVEYNATURALID |
Constructor Summary | |
---|---|
EconomicalSurveyDaoBase()
|
Method Summary | |
---|---|
void |
clusterEconomicalSurveyToEntity(ClusterEconomicalSurvey source,
EconomicalSurvey target,
boolean copyIfNull)
Copies the fields of ClusterEconomicalSurvey to the specified entity. |
void |
clusterEconomicalSurveyToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterEconomicalSurvey to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.survey.economy.EconomicalSurvey and adds from the passed in entities collection |
EconomicalSurvey |
create(java.util.Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
java.lang.String synchronisationStatus)
Creates a new fr.ifremer.allegro.data.survey.economy.EconomicalSurvey
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
EconomicalSurvey |
create(EconomicalSurvey economicalSurvey)
Creates an instance of fr.ifremer.allegro.data.survey.economy.EconomicalSurvey and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as EconomicalSurveyDao.create(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
java.lang.String synchronisationStatus)
Does the same thing as EconomicalSurveyDao.create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.lang.String) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
EconomicalSurvey economicalSurvey)
Does the same thing as EconomicalSurveyDao.create(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String synchronisationStatus,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
VesselOwner vesselOwner,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Department recorderDepartment,
Person recorderPerson,
java.util.Collection vesselUseFeatures)
Does the same thing as EconomicalSurveyDao.create(java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.vessel.VesselOwner,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.Person,java.util.Collection) with an
additional flag called transform . |
EconomicalSurvey |
create(java.lang.String synchronisationStatus,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
VesselOwner vesselOwner,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Department recorderDepartment,
Person recorderPerson,
java.util.Collection vesselUseFeatures)
Creates a new fr.ifremer.allegro.data.survey.economy.EconomicalSurvey
instance from all attributes and
properties and adds it to the persistent store. |
EconomicalSurvey |
createFromClusterEconomicalSurvey(ClusterEconomicalSurvey clusterEconomicalSurvey)
|
EconomicalSurvey |
findEconomicalSurveyById(java.lang.Integer id)
|
java.lang.Object |
findEconomicalSurveyById(int transform,
java.lang.Integer id)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findEconomicalSurveyById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyById(int, java.lang.Integer) with an
additional argument called queryString . |
EconomicalSurvey |
findEconomicalSurveyById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyById(java.lang.Integer) with an
additional argument called queryString . |
EconomicalSurvey |
findEconomicalSurveyByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findEconomicalSurveyByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findEconomicalSurveyByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
EconomicalSurvey |
findEconomicalSurveyByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findEconomicalSurveyByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByProgram(int transform,
Program program)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findEconomicalSurveyByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findEconomicalSurveyByProgram(Program program)
|
java.util.Collection |
findEconomicalSurveyByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByProgram(java.lang.String queryString,
Program program)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findEconomicalSurveyByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findEconomicalSurveyByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findEconomicalSurveyByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findEconomicalSurveyByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findEconomicalSurveyByRecorderDepartment(Department recorderDepartment)
|
java.util.Collection |
findEconomicalSurveyByRecorderDepartment(int transform,
Department recorderDepartment)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findEconomicalSurveyByRecorderDepartment(int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByRecorderDepartment(int transform,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByRecorderDepartment(int transform,
java.lang.String queryString,
Department recorderDepartment)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findEconomicalSurveyByRecorderDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByRecorderDepartment(java.lang.String queryString,
Department recorderDepartment)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findEconomicalSurveyByRecorderDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
findEconomicalSurveyByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findEconomicalSurveyByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
findEconomicalSurveyByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findEconomicalSurveyByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findEconomicalSurveyByVessel(int transform,
Vessel vessel)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findEconomicalSurveyByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findEconomicalSurveyByVessel(Vessel vessel)
|
java.util.Collection |
findEconomicalSurveyByVesselOwner(int transform,
int pageNumber,
int pageSize,
VesselOwner vesselOwner)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, fr.ifremer.allegro.referential.vessel.VesselOwner) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByVesselOwner(int pageNumber,
int pageSize,
VesselOwner vesselOwner)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByVesselOwner(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
VesselOwner vesselOwner)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, String, fr.ifremer.allegro.referential.vessel.VesselOwner) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByVesselOwner(int transform,
java.lang.String queryString,
VesselOwner vesselOwner)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, fr.ifremer.allegro.referential.vessel.VesselOwner) with an
additional argument called queryString . |
java.util.Collection |
findEconomicalSurveyByVesselOwner(int transform,
VesselOwner vesselOwner)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner) with an
additional flag called transform . |
java.util.Collection |
findEconomicalSurveyByVesselOwner(java.lang.String queryString,
int pageNumber,
int pageSize,
VesselOwner vesselOwner)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(String, fr.ifremer.allegro.referential.vessel.VesselOwner) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findEconomicalSurveyByVesselOwner(java.lang.String queryString,
VesselOwner vesselOwner)
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner) with an
additional argument called queryString . |
java.util.Collection |
findEconomicalSurveyByVesselOwner(VesselOwner vesselOwner)
|
ClusterEconomicalSurvey[] |
getAllClusterEconomicalSurveySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllEconomicalSurvey()
|
java.util.Collection |
getAllEconomicalSurvey(int transform)
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey() with an
additional flag called transform . |
java.util.Collection |
getAllEconomicalSurvey(int pageNumber,
int pageSize)
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllEconomicalSurvey(int transform,
int pageNumber,
int pageSize)
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllEconomicalSurvey(int transform,
java.lang.String queryString)
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey(int) with an
additional argument called queryString . |
java.util.Collection |
getAllEconomicalSurvey(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllEconomicalSurvey(java.lang.String queryString)
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey() with an
additional argument called queryString . |
java.util.Collection |
getAllEconomicalSurvey(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllEconomicalSurveySinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllEconomicalSurveySinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllEconomicalSurveySinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllEconomicalSurveySinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllEconomicalSurveySinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllEconomicalSurveySinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllEconomicalSurveySinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllEconomicalSurveySinceDateSynchro(java.sql.Timestamp updateDate)
|
protected DepartmentDao |
getDepartmentDao()
Gets the reference to departmentDao . |
protected PersonDao |
getPersonDao()
Gets the reference to personDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected ProgramDao |
getProgramDao()
Gets the reference to programDao . |
protected QualityFlagDao |
getQualityFlagDao()
Gets the reference to qualityFlagDao . |
protected SurveyMeasurementDao |
getSurveyMeasurementDao()
Gets the reference to surveyMeasurementDao . |
protected VesselDao |
getVesselDao()
Gets the reference to vesselDao . |
protected VesselOwnerDao |
getVesselOwnerDao()
Gets the reference to vesselOwnerDao . |
protected VesselUseFeaturesDao |
getVesselUseFeaturesDao()
Gets the reference to vesselUseFeaturesDao . |
protected abstract EconomicalSurvey |
handleCreateFromClusterEconomicalSurvey(ClusterEconomicalSurvey clusterEconomicalSurvey)
Performs the core logic for createFromClusterEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.cluster.ClusterEconomicalSurvey) |
protected abstract ClusterEconomicalSurvey[] |
handleGetAllClusterEconomicalSurveySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterEconomicalSurveySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
EconomicalSurvey |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.survey.economy.EconomicalSurvey from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as EconomicalSurveyDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type EconomicalSurvey . |
java.util.Collection |
loadAll(int transform)
Does the same thing as EconomicalSurveyDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as EconomicalSurveyDao.loadAll() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
loadAll(int transform,
int pageNumber,
int pageSize)
Does the same thing as EconomicalSurveyDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteEconomicalSurveyFullVOToEntity(RemoteEconomicalSurveyFullVO source,
EconomicalSurvey target,
boolean copyIfNull)
Copies the fields of RemoteEconomicalSurveyFullVO to the specified entity. |
void |
remoteEconomicalSurveyFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteEconomicalSurveyFullVO to this
DAO's entity. |
void |
remoteEconomicalSurveyNaturalIdToEntity(RemoteEconomicalSurveyNaturalId source,
EconomicalSurvey target,
boolean copyIfNull)
Copies the fields of RemoteEconomicalSurveyNaturalId to the specified entity. |
void |
remoteEconomicalSurveyNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteEconomicalSurveyNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(EconomicalSurvey economicalSurvey)
Removes the instance of fr.ifremer.allegro.data.survey.economy.EconomicalSurvey from the persistent store. |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.survey.economy.EconomicalSurvey having the given identifier from the persistent store. |
PaginationResult |
search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
PaginationResult |
search(int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
java.util.Set |
search(int transform,
Search search)
Does the same thing as EconomicalSurveyDao.search(fr.ifremer.allegro.Search) but with an
additional flag called transform . |
java.util.Set |
search(Search search)
Performs a search using the parameters specified in the given search object. |
void |
setDepartmentDao(DepartmentDao departmentDao)
Sets the reference to departmentDao . |
void |
setPersonDao(PersonDao personDao)
Sets the reference to personDao . |
void |
setProgramDao(ProgramDao programDao)
Sets the reference to programDao . |
void |
setQualityFlagDao(QualityFlagDao qualityFlagDao)
Sets the reference to qualityFlagDao . |
void |
setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
Sets the reference to surveyMeasurementDao . |
void |
setVesselDao(VesselDao vesselDao)
Sets the reference to vesselDao . |
void |
setVesselOwnerDao(VesselOwnerDao vesselOwnerDao)
Sets the reference to vesselOwnerDao . |
void |
setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
Sets the reference to vesselUseFeaturesDao . |
ClusterEconomicalSurvey |
toClusterEconomicalSurvey(EconomicalSurvey entity)
Converts this DAO's entity to an object of type ClusterEconomicalSurvey . |
void |
toClusterEconomicalSurvey(EconomicalSurvey source,
ClusterEconomicalSurvey target)
Copies the fields of the specified entity to the target value object. |
protected ClusterEconomicalSurvey |
toClusterEconomicalSurvey(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterEconomicalSurvey[] |
toClusterEconomicalSurveyArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterEconomicalSurvey . |
void |
toClusterEconomicalSurveyCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterEconomicalSurvey . |
protected EconomicalSurvey |
toEntity(java.lang.Object[] row)
|
RemoteEconomicalSurveyFullVO |
toRemoteEconomicalSurveyFullVO(EconomicalSurvey entity)
Converts this DAO's entity to an object of type RemoteEconomicalSurveyFullVO . |
void |
toRemoteEconomicalSurveyFullVO(EconomicalSurvey source,
RemoteEconomicalSurveyFullVO target)
Copies the fields of the specified entity to the target value object. |
protected RemoteEconomicalSurveyFullVO |
toRemoteEconomicalSurveyFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteEconomicalSurveyFullVO[] |
toRemoteEconomicalSurveyFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteEconomicalSurveyFullVO . |
void |
toRemoteEconomicalSurveyFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteEconomicalSurveyFullVO . |
RemoteEconomicalSurveyNaturalId |
toRemoteEconomicalSurveyNaturalId(EconomicalSurvey entity)
Converts this DAO's entity to an object of type RemoteEconomicalSurveyNaturalId . |
void |
toRemoteEconomicalSurveyNaturalId(EconomicalSurvey source,
RemoteEconomicalSurveyNaturalId target)
Copies the fields of the specified entity to the target value object. |
protected RemoteEconomicalSurveyNaturalId |
toRemoteEconomicalSurveyNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteEconomicalSurveyNaturalId[] |
toRemoteEconomicalSurveyNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteEconomicalSurveyNaturalId . |
void |
toRemoteEconomicalSurveyNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteEconomicalSurveyNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
method. |
protected java.lang.Object |
transformEntity(int transform,
EconomicalSurvey entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.survey.economy.EconomicalSurveyDao , please note
that the EconomicalSurveyDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(EconomicalSurvey economicalSurvey)
Updates the economicalSurvey instance in the persistent store. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.data.survey.economy.EconomicalSurveyDao |
---|
clusterEconomicalSurveyToEntity, remoteEconomicalSurveyFullVOToEntity, remoteEconomicalSurveyNaturalIdToEntity |
Constructor Detail |
---|
public EconomicalSurveyDaoBase()
Method Detail |
---|
public void setVesselOwnerDao(VesselOwnerDao vesselOwnerDao)
vesselOwnerDao
.
protected VesselOwnerDao getVesselOwnerDao()
vesselOwnerDao
.
public void setVesselDao(VesselDao vesselDao)
vesselDao
.
protected VesselDao getVesselDao()
vesselDao
.
public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
qualityFlagDao
.
protected QualityFlagDao getQualityFlagDao()
qualityFlagDao
.
public void setProgramDao(ProgramDao programDao)
programDao
.
protected ProgramDao getProgramDao()
programDao
.
public void setDepartmentDao(DepartmentDao departmentDao)
departmentDao
.
protected DepartmentDao getDepartmentDao()
departmentDao
.
public void setPersonDao(PersonDao personDao)
personDao
.
protected PersonDao getPersonDao()
personDao
.
public void setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
surveyMeasurementDao
.
protected SurveyMeasurementDao getSurveyMeasurementDao()
surveyMeasurementDao
.
public void setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
vesselUseFeaturesDao
.
protected VesselUseFeaturesDao getVesselUseFeaturesDao()
vesselUseFeaturesDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.load(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
load
in interface EconomicalSurveyDao
id
- identifier of the entity to load
EconomicalSurveyDao.load(int, java.lang.Integer)
public EconomicalSurvey load(java.lang.Integer id)
EconomicalSurveyDao
load
in interface EconomicalSurveyDao
EconomicalSurveyDao.load(java.lang.Integer)
public java.util.Collection loadAll()
EconomicalSurveyDao
EconomicalSurvey
.
loadAll
in interface EconomicalSurveyDao
EconomicalSurveyDao.loadAll()
public java.util.Collection loadAll(int transform)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.loadAll()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
loadAll
in interface EconomicalSurveyDao
transform
- the flag indicating what transformation to use.
EconomicalSurveyDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.loadAll()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface EconomicalSurveyDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
EconomicalSurveyDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.loadAll(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface EconomicalSurveyDao
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.
EconomicalSurveyDao.loadAll(int, int, int)
public EconomicalSurvey create(EconomicalSurvey economicalSurvey)
EconomicalSurveyDao
create
in interface EconomicalSurveyDao
EconomicalSurveyDao.create(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public java.lang.Object create(int transform, EconomicalSurvey economicalSurvey)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.create(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface EconomicalSurveyDao
EconomicalSurveyDao.create(int transform, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public java.util.Collection create(java.util.Collection entities)
EconomicalSurveyDao
entities
collection
create
in interface EconomicalSurveyDao
entities
- the collection of fr.ifremer.allegro.data.survey.economy.EconomicalSurvey
instances to create.
EconomicalSurveyDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.create(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
create
in interface EconomicalSurveyDao
EconomicalSurveyDao.create(int, java.util.Collection)
public EconomicalSurvey create(java.lang.String synchronisationStatus, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, VesselOwner vesselOwner, Vessel vessel, QualityFlag qualityFlag, Program program, Department recorderDepartment, Person recorderPerson, java.util.Collection vesselUseFeatures)
EconomicalSurveyDao
Creates a new fr.ifremer.allegro.data.survey.economy.EconomicalSurvey
instance from all attributes and
properties and adds it to the persistent store.
create
in interface EconomicalSurveyDao
EconomicalSurveyDao.create(java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.vessel.VesselOwner,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.Person,java.util.Collection)
public java.lang.Object create(int transform, java.lang.String synchronisationStatus, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, VesselOwner vesselOwner, Vessel vessel, QualityFlag qualityFlag, Program program, Department recorderDepartment, Person recorderPerson, java.util.Collection vesselUseFeatures)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.create(java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.vessel.VesselOwner,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.Person,java.util.Collection)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface EconomicalSurveyDao
EconomicalSurveyDao.create(int, java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.vessel.VesselOwner,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.Person,java.util.Collection)
public EconomicalSurvey create(java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.lang.String synchronisationStatus)
EconomicalSurveyDao
Creates a new fr.ifremer.allegro.data.survey.economy.EconomicalSurvey
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface EconomicalSurveyDao
EconomicalSurveyDao.create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.lang.String)
public java.lang.Object create(int transform, java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.lang.String synchronisationStatus)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.lang.String)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface EconomicalSurveyDao
EconomicalSurveyDao.create(int, java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.lang.String)
public void update(EconomicalSurvey economicalSurvey)
EconomicalSurveyDao
economicalSurvey
instance in the persistent store.
update
in interface EconomicalSurveyDao
EconomicalSurveyDao.update(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public void update(java.util.Collection entities)
EconomicalSurveyDao
entities
collection in the persistent store.
update
in interface EconomicalSurveyDao
EconomicalSurveyDao.update(java.util.Collection)
public void remove(EconomicalSurvey economicalSurvey)
EconomicalSurveyDao
remove
in interface EconomicalSurveyDao
EconomicalSurveyDao.remove(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public void remove(java.lang.Integer id)
EconomicalSurveyDao
identifier
from the persistent store.
remove
in interface EconomicalSurveyDao
EconomicalSurveyDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
EconomicalSurveyDao
entities collection.
- Specified by:
remove
in interface EconomicalSurveyDao
- See Also:
EconomicalSurveyDao.remove(java.util.Collection)
public java.util.Collection getAllEconomicalSurvey()
getAllEconomicalSurvey
in interface EconomicalSurveyDao
EconomicalSurveyDao.getAllEconomicalSurvey()
public java.util.Collection getAllEconomicalSurvey(int transform)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
getAllEconomicalSurvey
in interface EconomicalSurveyDao
EconomicalSurveyDao.getAllEconomicalSurvey(int)
public java.util.Collection getAllEconomicalSurvey(java.lang.String queryString)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in EconomicalSurveyDao.getAllEconomicalSurvey()
.
getAllEconomicalSurvey
in interface EconomicalSurveyDao
EconomicalSurveyDao.getAllEconomicalSurvey(java.lang.String)
public java.util.Collection getAllEconomicalSurvey(int pageNumber, int pageSize)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllEconomicalSurvey
in interface EconomicalSurveyDao
EconomicalSurveyDao.getAllEconomicalSurvey(int, int)
public java.util.Collection getAllEconomicalSurvey(java.lang.String queryString, int pageNumber, int pageSize)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey(String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllEconomicalSurvey
in interface EconomicalSurveyDao
EconomicalSurveyDao.getAllEconomicalSurvey(String, int, int)
public java.util.Collection getAllEconomicalSurvey(int transform, java.lang.String queryString)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in EconomicalSurveyDao.getAllEconomicalSurvey(int)
.
getAllEconomicalSurvey
in interface EconomicalSurveyDao
EconomicalSurveyDao.getAllEconomicalSurvey(int, String)
public java.util.Collection getAllEconomicalSurvey(int transform, int pageNumber, int pageSize)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllEconomicalSurvey
in interface EconomicalSurveyDao
EconomicalSurveyDao.getAllEconomicalSurvey(int, int, int)
public java.util.Collection getAllEconomicalSurvey(int transform, java.lang.String queryString, int pageNumber, int pageSize)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurvey(int, String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllEconomicalSurvey
in interface EconomicalSurveyDao
EconomicalSurveyDao.getAllEconomicalSurvey(int, java.lang.String, int, int)
public EconomicalSurvey findEconomicalSurveyById(java.lang.Integer id)
findEconomicalSurveyById
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyById(java.lang.Integer)
public java.lang.Object findEconomicalSurveyById(int transform, java.lang.Integer id)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyById(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findEconomicalSurveyById
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyById(int, java.lang.Integer)
public EconomicalSurvey findEconomicalSurveyById(java.lang.String queryString, java.lang.Integer id)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in EconomicalSurveyDao.findEconomicalSurveyById(java.lang.Integer)
.
findEconomicalSurveyById
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyById(java.lang.String, java.lang.Integer)
public java.lang.Object findEconomicalSurveyById(int transform, java.lang.String queryString, java.lang.Integer id)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in EconomicalSurveyDao.findEconomicalSurveyById(int, java.lang.Integer id)
.
findEconomicalSurveyById
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findEconomicalSurveyByVesselOwner(VesselOwner vesselOwner)
findEconomicalSurveyByVesselOwner
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner)
public java.util.Collection findEconomicalSurveyByVesselOwner(int transform, VesselOwner vesselOwner)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findEconomicalSurveyByVesselOwner
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, fr.ifremer.allegro.referential.vessel.VesselOwner)
public java.util.Collection findEconomicalSurveyByVesselOwner(java.lang.String queryString, VesselOwner vesselOwner)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner)
.
findEconomicalSurveyByVesselOwner
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(java.lang.String, fr.ifremer.allegro.referential.vessel.VesselOwner)
public java.util.Collection findEconomicalSurveyByVesselOwner(int pageNumber, int pageSize, VesselOwner vesselOwner)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(fr.ifremer.allegro.referential.vessel.VesselOwner)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByVesselOwner
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, int, fr.ifremer.allegro.referential.vessel.VesselOwner)
public java.util.Collection findEconomicalSurveyByVesselOwner(java.lang.String queryString, int pageNumber, int pageSize, VesselOwner vesselOwner)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(String, fr.ifremer.allegro.referential.vessel.VesselOwner)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByVesselOwner
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(String, int, int, fr.ifremer.allegro.referential.vessel.VesselOwner)
public java.util.Collection findEconomicalSurveyByVesselOwner(int transform, java.lang.String queryString, VesselOwner vesselOwner)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, fr.ifremer.allegro.referential.vessel.VesselOwner)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, fr.ifremer.allegro.referential.vessel.VesselOwner vesselOwner)
.
findEconomicalSurveyByVesselOwner
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, String, fr.ifremer.allegro.referential.vessel.VesselOwner)
public java.util.Collection findEconomicalSurveyByVesselOwner(int transform, int pageNumber, int pageSize, VesselOwner vesselOwner)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, fr.ifremer.allegro.referential.vessel.VesselOwner)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByVesselOwner
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, int, int, fr.ifremer.allegro.referential.vessel.VesselOwner)
public java.util.Collection findEconomicalSurveyByVesselOwner(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselOwner vesselOwner)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, String, fr.ifremer.allegro.referential.vessel.VesselOwner)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByVesselOwner
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByVesselOwner(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.VesselOwner)
public java.util.Collection findEconomicalSurveyByVessel(Vessel vessel)
findEconomicalSurveyByVessel
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findEconomicalSurveyByVessel(int transform, Vessel vessel)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findEconomicalSurveyByVessel
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findEconomicalSurveyByVessel(java.lang.String queryString, Vessel vessel)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in EconomicalSurveyDao.findEconomicalSurveyByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
findEconomicalSurveyByVessel
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findEconomicalSurveyByVessel(int pageNumber, int pageSize, Vessel vessel)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByVessel
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findEconomicalSurveyByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByVessel
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findEconomicalSurveyByVessel(int transform, java.lang.String queryString, Vessel vessel)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in EconomicalSurveyDao.findEconomicalSurveyByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
findEconomicalSurveyByVessel
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findEconomicalSurveyByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByVessel
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findEconomicalSurveyByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByVessel
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findEconomicalSurveyByQualityFlag(QualityFlag qualityFlag)
findEconomicalSurveyByQualityFlag
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findEconomicalSurveyByQualityFlag(int transform, QualityFlag qualityFlag)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findEconomicalSurveyByQualityFlag
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findEconomicalSurveyByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findEconomicalSurveyByQualityFlag
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findEconomicalSurveyByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByQualityFlag
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findEconomicalSurveyByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByQualityFlag
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findEconomicalSurveyByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findEconomicalSurveyByQualityFlag
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findEconomicalSurveyByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByQualityFlag
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findEconomicalSurveyByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByQualityFlag
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findEconomicalSurveyByProgram(Program program)
findEconomicalSurveyByProgram
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findEconomicalSurveyByProgram(int transform, Program program)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findEconomicalSurveyByProgram
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findEconomicalSurveyByProgram(java.lang.String queryString, Program program)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in EconomicalSurveyDao.findEconomicalSurveyByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
findEconomicalSurveyByProgram
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findEconomicalSurveyByProgram(int pageNumber, int pageSize, Program program)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByProgram
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findEconomicalSurveyByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByProgram
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findEconomicalSurveyByProgram(int transform, java.lang.String queryString, Program program)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in EconomicalSurveyDao.findEconomicalSurveyByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findEconomicalSurveyByProgram
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findEconomicalSurveyByProgram(int transform, int pageNumber, int pageSize, Program program)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByProgram
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findEconomicalSurveyByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByProgram
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findEconomicalSurveyByRecorderDepartment(Department recorderDepartment)
findEconomicalSurveyByRecorderDepartment
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findEconomicalSurveyByRecorderDepartment(int transform, Department recorderDepartment)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findEconomicalSurveyByRecorderDepartment
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findEconomicalSurveyByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
.
findEconomicalSurveyByRecorderDepartment
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findEconomicalSurveyByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByRecorderDepartment
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findEconomicalSurveyByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByRecorderDepartment
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findEconomicalSurveyByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment)
.
findEconomicalSurveyByRecorderDepartment
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findEconomicalSurveyByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByRecorderDepartment
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findEconomicalSurveyByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByRecorderDepartment
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByRecorderDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findEconomicalSurveyByRecorderPerson(Person recorderPerson)
findEconomicalSurveyByRecorderPerson
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findEconomicalSurveyByRecorderPerson(int transform, Person recorderPerson)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findEconomicalSurveyByRecorderPerson
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findEconomicalSurveyByRecorderPerson(java.lang.String queryString, Person recorderPerson)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
.
findEconomicalSurveyByRecorderPerson
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(java.lang.String, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findEconomicalSurveyByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByRecorderPerson
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findEconomicalSurveyByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByRecorderPerson
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(String, int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findEconomicalSurveyByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person recorderPerson)
.
findEconomicalSurveyByRecorderPerson
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findEconomicalSurveyByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByRecorderPerson
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findEconomicalSurveyByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findEconomicalSurveyByRecorderPerson
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByRecorderPerson(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Person)
public EconomicalSurvey findEconomicalSurveyByNaturalId(java.lang.Integer id)
findEconomicalSurveyByNaturalId
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByNaturalId(java.lang.Integer)
public java.lang.Object findEconomicalSurveyByNaturalId(int transform, java.lang.Integer id)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByNaturalId(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findEconomicalSurveyByNaturalId
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByNaturalId(int, java.lang.Integer)
public EconomicalSurvey findEconomicalSurveyByNaturalId(java.lang.String queryString, java.lang.Integer id)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in EconomicalSurveyDao.findEconomicalSurveyByNaturalId(java.lang.Integer)
.
findEconomicalSurveyByNaturalId
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findEconomicalSurveyByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.findEconomicalSurveyByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in EconomicalSurveyDao.findEconomicalSurveyByNaturalId(int, java.lang.Integer id)
.
findEconomicalSurveyByNaturalId
in interface EconomicalSurveyDao
EconomicalSurveyDao.findEconomicalSurveyByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllEconomicalSurveySinceDateSynchro(java.sql.Timestamp updateDate)
getAllEconomicalSurveySinceDateSynchro
in interface EconomicalSurveyDao
EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllEconomicalSurveySinceDateSynchro(int transform, java.sql.Timestamp updateDate)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(java.sql.Timestamp)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
getAllEconomicalSurveySinceDateSynchro
in interface EconomicalSurveyDao
EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllEconomicalSurveySinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(java.sql.Timestamp)
.
getAllEconomicalSurveySinceDateSynchro
in interface EconomicalSurveyDao
EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllEconomicalSurveySinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllEconomicalSurveySinceDateSynchro
in interface EconomicalSurveyDao
EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllEconomicalSurveySinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllEconomicalSurveySinceDateSynchro
in interface EconomicalSurveyDao
EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllEconomicalSurveySinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllEconomicalSurveySinceDateSynchro
in interface EconomicalSurveyDao
EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllEconomicalSurveySinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(int, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllEconomicalSurveySinceDateSynchro
in interface EconomicalSurveyDao
EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllEconomicalSurveySinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
EconomicalSurveyDao
Does the same thing as EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(int, String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllEconomicalSurveySinceDateSynchro
in interface EconomicalSurveyDao
EconomicalSurveyDao.getAllEconomicalSurveySinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public EconomicalSurvey createFromClusterEconomicalSurvey(ClusterEconomicalSurvey clusterEconomicalSurvey)
createFromClusterEconomicalSurvey
in interface EconomicalSurveyDao
EconomicalSurveyDao.createFromClusterEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.cluster.ClusterEconomicalSurvey)
protected abstract EconomicalSurvey handleCreateFromClusterEconomicalSurvey(ClusterEconomicalSurvey clusterEconomicalSurvey) throws java.lang.Exception
createFromClusterEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.cluster.ClusterEconomicalSurvey)
java.lang.Exception
public ClusterEconomicalSurvey[] getAllClusterEconomicalSurveySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterEconomicalSurveySinceDateSynchro
in interface EconomicalSurveyDao
EconomicalSurveyDao.getAllClusterEconomicalSurveySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterEconomicalSurvey[] handleGetAllClusterEconomicalSurveySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterEconomicalSurveySinceDateSynchro(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, EconomicalSurvey entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.survey.economy.EconomicalSurveyDao
, please note
that the EconomicalSurveyDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
EconomicalSurvey
- EconomicalSurveyDao.TRANSFORM_NONE
RemoteEconomicalSurveyFullVO
- TRANSFORM_REMOTEECONOMICALSURVEYFULLVO
RemoteEconomicalSurveyNaturalId
- TRANSFORM_REMOTEECONOMICALSURVEYNATURALID
ClusterEconomicalSurvey
- TRANSFORM_CLUSTERECONOMICALSURVEY
EconomicalSurveyDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in EconomicalSurveyDao
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.economy.EconomicalSurvey)
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.economy.EconomicalSurveyDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
protected EconomicalSurvey toEntity(java.lang.Object[] row)
public final void toRemoteEconomicalSurveyFullVOCollection(java.util.Collection entities)
EconomicalSurveyDao
RemoteEconomicalSurveyFullVO
.
toRemoteEconomicalSurveyFullVOCollection
in interface EconomicalSurveyDao
EconomicalSurveyDao.toRemoteEconomicalSurveyFullVOCollection(java.util.Collection)
public final RemoteEconomicalSurveyFullVO[] toRemoteEconomicalSurveyFullVOArray(java.util.Collection entities)
EconomicalSurveyDao
RemoteEconomicalSurveyFullVO
.
toRemoteEconomicalSurveyFullVOArray
in interface EconomicalSurveyDao
EconomicalSurveyDao.toRemoteEconomicalSurveyFullVOArray(java.util.Collection)
protected RemoteEconomicalSurveyFullVO toRemoteEconomicalSurveyFullVO(java.lang.Object[] row)
EconomicalSurveyDaoImpl
class if you intend to use reporting queries.
EconomicalSurveyDao.toRemoteEconomicalSurveyFullVO(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public final void remoteEconomicalSurveyFullVOToEntityCollection(java.util.Collection instances)
EconomicalSurveyDao
RemoteEconomicalSurveyFullVO
to this
DAO's entity.
remoteEconomicalSurveyFullVOToEntityCollection
in interface EconomicalSurveyDao
EconomicalSurveyDao.remoteEconomicalSurveyFullVOToEntityCollection(java.util.Collection)
public void toRemoteEconomicalSurveyFullVO(EconomicalSurvey source, RemoteEconomicalSurveyFullVO target)
EconomicalSurveyDao
toRemoteEconomicalSurveyFullVO
in interface EconomicalSurveyDao
EconomicalSurveyDao.toRemoteEconomicalSurveyFullVO(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey, fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
public RemoteEconomicalSurveyFullVO toRemoteEconomicalSurveyFullVO(EconomicalSurvey entity)
EconomicalSurveyDao
RemoteEconomicalSurveyFullVO
.
toRemoteEconomicalSurveyFullVO
in interface EconomicalSurveyDao
EconomicalSurveyDao.toRemoteEconomicalSurveyFullVO(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public void remoteEconomicalSurveyFullVOToEntity(RemoteEconomicalSurveyFullVO source, EconomicalSurvey target, boolean copyIfNull)
EconomicalSurveyDao
RemoteEconomicalSurveyFullVO
to the specified entity.
remoteEconomicalSurveyFullVOToEntity
in interface EconomicalSurveyDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.survey.economy.EconomicalSurveyDao#remoteEconomicalSurveyFullVOToEntity(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public final void toRemoteEconomicalSurveyNaturalIdCollection(java.util.Collection entities)
EconomicalSurveyDao
RemoteEconomicalSurveyNaturalId
.
toRemoteEconomicalSurveyNaturalIdCollection
in interface EconomicalSurveyDao
EconomicalSurveyDao.toRemoteEconomicalSurveyNaturalIdCollection(java.util.Collection)
public final RemoteEconomicalSurveyNaturalId[] toRemoteEconomicalSurveyNaturalIdArray(java.util.Collection entities)
EconomicalSurveyDao
RemoteEconomicalSurveyNaturalId
.
toRemoteEconomicalSurveyNaturalIdArray
in interface EconomicalSurveyDao
EconomicalSurveyDao.toRemoteEconomicalSurveyNaturalIdArray(java.util.Collection)
protected RemoteEconomicalSurveyNaturalId toRemoteEconomicalSurveyNaturalId(java.lang.Object[] row)
EconomicalSurveyDaoImpl
class if you intend to use reporting queries.
EconomicalSurveyDao.toRemoteEconomicalSurveyNaturalId(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public final void remoteEconomicalSurveyNaturalIdToEntityCollection(java.util.Collection instances)
EconomicalSurveyDao
RemoteEconomicalSurveyNaturalId
to this
DAO's entity.
remoteEconomicalSurveyNaturalIdToEntityCollection
in interface EconomicalSurveyDao
EconomicalSurveyDao.remoteEconomicalSurveyNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteEconomicalSurveyNaturalId(EconomicalSurvey source, RemoteEconomicalSurveyNaturalId target)
EconomicalSurveyDao
toRemoteEconomicalSurveyNaturalId
in interface EconomicalSurveyDao
EconomicalSurveyDao.toRemoteEconomicalSurveyNaturalId(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey, fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyNaturalId)
public RemoteEconomicalSurveyNaturalId toRemoteEconomicalSurveyNaturalId(EconomicalSurvey entity)
EconomicalSurveyDao
RemoteEconomicalSurveyNaturalId
.
toRemoteEconomicalSurveyNaturalId
in interface EconomicalSurveyDao
EconomicalSurveyDao.toRemoteEconomicalSurveyNaturalId(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public void remoteEconomicalSurveyNaturalIdToEntity(RemoteEconomicalSurveyNaturalId source, EconomicalSurvey target, boolean copyIfNull)
EconomicalSurveyDao
RemoteEconomicalSurveyNaturalId
to the specified entity.
remoteEconomicalSurveyNaturalIdToEntity
in interface EconomicalSurveyDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.survey.economy.EconomicalSurveyDao#remoteEconomicalSurveyNaturalIdToEntity(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyNaturalId, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public final void toClusterEconomicalSurveyCollection(java.util.Collection entities)
EconomicalSurveyDao
ClusterEconomicalSurvey
.
toClusterEconomicalSurveyCollection
in interface EconomicalSurveyDao
EconomicalSurveyDao.toClusterEconomicalSurveyCollection(java.util.Collection)
public final ClusterEconomicalSurvey[] toClusterEconomicalSurveyArray(java.util.Collection entities)
EconomicalSurveyDao
ClusterEconomicalSurvey
.
toClusterEconomicalSurveyArray
in interface EconomicalSurveyDao
EconomicalSurveyDao.toClusterEconomicalSurveyArray(java.util.Collection)
protected ClusterEconomicalSurvey toClusterEconomicalSurvey(java.lang.Object[] row)
EconomicalSurveyDaoImpl
class if you intend to use reporting queries.
EconomicalSurveyDao.toClusterEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public final void clusterEconomicalSurveyToEntityCollection(java.util.Collection instances)
EconomicalSurveyDao
ClusterEconomicalSurvey
to this
DAO's entity.
clusterEconomicalSurveyToEntityCollection
in interface EconomicalSurveyDao
EconomicalSurveyDao.clusterEconomicalSurveyToEntityCollection(java.util.Collection)
public void toClusterEconomicalSurvey(EconomicalSurvey source, ClusterEconomicalSurvey target)
EconomicalSurveyDao
toClusterEconomicalSurvey
in interface EconomicalSurveyDao
EconomicalSurveyDao.toClusterEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey, fr.ifremer.allegro.data.survey.economy.generic.cluster.ClusterEconomicalSurvey)
public ClusterEconomicalSurvey toClusterEconomicalSurvey(EconomicalSurvey entity)
EconomicalSurveyDao
ClusterEconomicalSurvey
.
toClusterEconomicalSurvey
in interface EconomicalSurveyDao
EconomicalSurveyDao.toClusterEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public void clusterEconomicalSurveyToEntity(ClusterEconomicalSurvey source, EconomicalSurvey target, boolean copyIfNull)
EconomicalSurveyDao
ClusterEconomicalSurvey
to the specified entity.
clusterEconomicalSurveyToEntity
in interface EconomicalSurveyDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.survey.economy.EconomicalSurveyDao#clusterEconomicalSurveyToEntity(fr.ifremer.allegro.data.survey.economy.generic.cluster.ClusterEconomicalSurvey, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
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)
EconomicalSurveyDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface EconomicalSurveyDao
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.EconomicalSurveyDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
EconomicalSurveyDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface EconomicalSurveyDao
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.EconomicalSurveyDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
EconomicalSurveyDao
EconomicalSurveyDao.search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
search
in interface EconomicalSurveyDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
EconomicalSurveyDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
EconomicalSurveyDao
search
object.
search
in interface EconomicalSurveyDao
search
- the search object which provides the search parameters and pagination specification.
EconomicalSurveyDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |