|
||||||||||
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.fishingEffort.FishingEffortCalendarDaoBase
public abstract class FishingEffortCalendarDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar
.
FishingEffortCalendar
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendarDao |
---|
TRANSFORM_CLUSTERFISHINGEFFORTCALENDAR, TRANSFORM_NONE, TRANSFORM_REMOTEFISHINGEFFORTCALENDARFULLVO, TRANSFORM_REMOTEFISHINGEFFORTCALENDARNATURALID |
Constructor Summary | |
---|---|
FishingEffortCalendarDaoBase()
|
Method Summary | |
---|---|
void |
clusterFishingEffortCalendarToEntity(ClusterFishingEffortCalendar source,
FishingEffortCalendar target,
boolean copyIfNull)
Copies the fields of ClusterFishingEffortCalendar to the specified entity. |
void |
clusterFishingEffortCalendarToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterFishingEffortCalendar to this
DAO's entity. |
FishingEffortCalendar |
create(ActivityCalendar activityCalendar,
java.util.Date creationDate,
java.lang.Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
SurveyQualification surveyQualification,
Vessel vessel,
java.lang.Integer year)
Creates a new fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar and adds from the passed in entities collection |
FishingEffortCalendar |
create(FishingEffortCalendar fishingEffortCalendar)
Creates an instance of fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar and adds it to the persistent store. |
java.lang.Object |
create(int transform,
ActivityCalendar activityCalendar,
java.util.Date creationDate,
java.lang.Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
SurveyQualification surveyQualification,
Vessel vessel,
java.lang.Integer year)
Does the same thing as FishingEffortCalendarDao.create(fr.ifremer.allegro.data.survey.activity.ActivityCalendar,java.util.Date,java.lang.Boolean,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.SurveyQualification,fr.ifremer.allegro.referential.vessel.Vessel,java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as FishingEffortCalendarDao.create(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an
additional flag called transform . |
FishingEffortCalendar |
create(java.lang.Integer year,
java.lang.Boolean directSurveyInvestigation,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
SurveyQualification surveyQualification,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
ActivityCalendar activityCalendar,
java.util.Collection gearUseFeatures,
java.util.Collection vesselUseFeatures)
Creates a new fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar
instance from all attributes and
properties and adds it to the persistent store. |
java.lang.Object |
create(int transform,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as FishingEffortCalendarDao.create(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.Integer year,
java.lang.Boolean directSurveyInvestigation,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
SurveyQualification surveyQualification,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
ActivityCalendar activityCalendar,
java.util.Collection gearUseFeatures,
java.util.Collection vesselUseFeatures)
Does the same thing as FishingEffortCalendarDao.create(java.lang.Integer,java.lang.Boolean,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.SurveyQualification,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,java.util.Collection,java.util.Collection) with an
additional flag called transform . |
FishingEffortCalendar |
createFromClusterFishingEffortCalendar(ClusterFishingEffortCalendar clusterFishingEffortCalendar)
|
FishingEffortCalendar |
findFishingEffortCalendarByActivityCalendar(ActivityCalendar activityCalendar)
|
java.lang.Object |
findFishingEffortCalendarByActivityCalendar(int transform,
ActivityCalendar activityCalendar)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an
additional flag called transform . |
java.lang.Object |
findFishingEffortCalendarByActivityCalendar(int transform,
java.lang.String queryString,
ActivityCalendar activityCalendar)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an
additional argument called queryString . |
FishingEffortCalendar |
findFishingEffortCalendarByActivityCalendar(java.lang.String queryString,
ActivityCalendar activityCalendar)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an
additional argument called queryString . |
FishingEffortCalendar |
findFishingEffortCalendarById(java.lang.Integer id)
|
java.lang.Object |
findFishingEffortCalendarById(int transform,
java.lang.Integer id)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findFishingEffortCalendarById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarById(int, java.lang.Integer) with an
additional argument called queryString . |
FishingEffortCalendar |
findFishingEffortCalendarById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarById(java.lang.Integer) with an
additional argument called queryString . |
FishingEffortCalendar |
findFishingEffortCalendarByNaturalId(java.lang.Integer year,
Vessel vessel,
Program program)
|
java.lang.Object |
findFishingEffortCalendarByNaturalId(int transform,
java.lang.Integer year,
Vessel vessel,
Program program)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
findFishingEffortCalendarByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer year,
Vessel vessel,
Program program)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByNaturalId(int, java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
FishingEffortCalendar |
findFishingEffortCalendarByNaturalId(java.lang.String queryString,
java.lang.Integer year,
Vessel vessel,
Program program)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByProgram(int transform,
Program program)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findFishingEffortCalendarByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarByProgram(Program program)
|
java.util.Collection |
findFishingEffortCalendarByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByProgram(java.lang.String queryString,
Program program)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findFishingEffortCalendarByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findFishingEffortCalendarByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarByRecorderDepartment(Department recorderDepartment)
|
java.util.Collection |
findFishingEffortCalendarByRecorderDepartment(int transform,
Department recorderDepartment)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findFishingEffortCalendarByRecorderDepartment(int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByRecorderDepartment(int transform,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByRecorderDepartment(int transform,
java.lang.String queryString,
Department recorderDepartment)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarByRecorderDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByRecorderDepartment(java.lang.String queryString,
Department recorderDepartment)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarByRecorderDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
findFishingEffortCalendarByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
findFishingEffortCalendarByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarBySurveyQualification(int transform,
int pageNumber,
int pageSize,
SurveyQualification surveyQualification)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarBySurveyQualification(int pageNumber,
int pageSize,
SurveyQualification surveyQualification)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarBySurveyQualification(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
SurveyQualification surveyQualification)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(int, String, fr.ifremer.allegro.referential.SurveyQualification) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarBySurveyQualification(int transform,
java.lang.String queryString,
SurveyQualification surveyQualification)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarBySurveyQualification(int transform,
SurveyQualification surveyQualification)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification) with an
additional flag called transform . |
java.util.Collection |
findFishingEffortCalendarBySurveyQualification(java.lang.String queryString,
int pageNumber,
int pageSize,
SurveyQualification surveyQualification)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(String, fr.ifremer.allegro.referential.SurveyQualification) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarBySurveyQualification(java.lang.String queryString,
SurveyQualification surveyQualification)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarBySurveyQualification(SurveyQualification surveyQualification)
|
java.util.Collection |
findFishingEffortCalendarByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarByVessel(int transform,
Vessel vessel)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findFishingEffortCalendarByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarByVessel(Vessel vessel)
|
protected ActivityCalendarDao |
getActivityCalendarDao()
Gets the reference to activityCalendarDao . |
java.util.Collection |
getAllFishingEffortCalendar()
|
java.util.Collection |
getAllFishingEffortCalendar(int transform)
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendar() with an
additional flag called transform . |
java.util.Collection |
getAllFishingEffortCalendar(int pageNumber,
int pageSize)
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendar() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingEffortCalendar(int transform,
int pageNumber,
int pageSize)
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendar(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingEffortCalendar(int transform,
java.lang.String queryString)
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendar(int) with an
additional argument called queryString . |
java.util.Collection |
getAllFishingEffortCalendar(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendar(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingEffortCalendar(java.lang.String queryString)
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendar() with an
additional argument called queryString . |
java.util.Collection |
getAllFishingEffortCalendar(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendar(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingEffortCalendarSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingEffortCalendarSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingEffortCalendarSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingEffortCalendarSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllFishingEffortCalendarSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllFishingEffortCalendarSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingEffortCalendarSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllFishingEffortCalendarSinceDateSynchro(java.sql.Timestamp updateDate)
|
protected DepartmentDao |
getDepartmentDao()
Gets the reference to departmentDao . |
protected GearUseFeaturesDao |
getGearUseFeaturesDao()
Gets the reference to gearUseFeaturesDao . |
protected MetierUseFeaturesDao |
getMetierUseFeaturesDao()
Gets the reference to metierUseFeaturesDao . |
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 SurveyQualificationDao |
getSurveyQualificationDao()
Gets the reference to surveyQualificationDao . |
protected VesselDao |
getVesselDao()
Gets the reference to vesselDao . |
protected VesselUseFeaturesDao |
getVesselUseFeaturesDao()
Gets the reference to vesselUseFeaturesDao . |
protected abstract FishingEffortCalendar |
handleCreateFromClusterFishingEffortCalendar(ClusterFishingEffortCalendar clusterFishingEffortCalendar)
Performs the core logic for createFromClusterFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.generic.cluster.ClusterFishingEffortCalendar) |
FishingEffortCalendar |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as FishingEffortCalendarDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type FishingEffortCalendar . |
java.util.Collection |
loadAll(int transform)
Does the same thing as FishingEffortCalendarDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as FishingEffortCalendarDao.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 FishingEffortCalendarDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteFishingEffortCalendarFullVOToEntity(RemoteFishingEffortCalendarFullVO source,
FishingEffortCalendar target,
boolean copyIfNull)
Copies the fields of RemoteFishingEffortCalendarFullVO to the specified entity. |
void |
remoteFishingEffortCalendarFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingEffortCalendarFullVO to this
DAO's entity. |
void |
remoteFishingEffortCalendarNaturalIdToEntity(RemoteFishingEffortCalendarNaturalId source,
FishingEffortCalendar target,
boolean copyIfNull)
Copies the fields of RemoteFishingEffortCalendarNaturalId to the specified entity. |
void |
remoteFishingEffortCalendarNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingEffortCalendarNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(FishingEffortCalendar fishingEffortCalendar)
Removes the instance of fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar from the persistent store. |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar 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 FishingEffortCalendarDao.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 |
setActivityCalendarDao(ActivityCalendarDao activityCalendarDao)
Sets the reference to activityCalendarDao . |
void |
setDepartmentDao(DepartmentDao departmentDao)
Sets the reference to departmentDao . |
void |
setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
Sets the reference to gearUseFeaturesDao . |
void |
setMetierUseFeaturesDao(MetierUseFeaturesDao metierUseFeaturesDao)
Sets the reference to metierUseFeaturesDao . |
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 |
setSurveyQualificationDao(SurveyQualificationDao surveyQualificationDao)
Sets the reference to surveyQualificationDao . |
void |
setVesselDao(VesselDao vesselDao)
Sets the reference to vesselDao . |
void |
setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
Sets the reference to vesselUseFeaturesDao . |
ClusterFishingEffortCalendar |
toClusterFishingEffortCalendar(FishingEffortCalendar entity)
Converts this DAO's entity to an object of type ClusterFishingEffortCalendar . |
void |
toClusterFishingEffortCalendar(FishingEffortCalendar source,
ClusterFishingEffortCalendar target)
Copies the fields of the specified entity to the target value object. |
protected ClusterFishingEffortCalendar |
toClusterFishingEffortCalendar(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterFishingEffortCalendar[] |
toClusterFishingEffortCalendarArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterFishingEffortCalendar . |
void |
toClusterFishingEffortCalendarCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterFishingEffortCalendar . |
protected FishingEffortCalendar |
toEntity(java.lang.Object[] row)
|
RemoteFishingEffortCalendarFullVO |
toRemoteFishingEffortCalendarFullVO(FishingEffortCalendar entity)
Converts this DAO's entity to an object of type RemoteFishingEffortCalendarFullVO . |
void |
toRemoteFishingEffortCalendarFullVO(FishingEffortCalendar source,
RemoteFishingEffortCalendarFullVO target)
Copies the fields of the specified entity to the target value object. |
protected RemoteFishingEffortCalendarFullVO |
toRemoteFishingEffortCalendarFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteFishingEffortCalendarFullVO[] |
toRemoteFishingEffortCalendarFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingEffortCalendarFullVO . |
void |
toRemoteFishingEffortCalendarFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingEffortCalendarFullVO . |
RemoteFishingEffortCalendarNaturalId |
toRemoteFishingEffortCalendarNaturalId(FishingEffortCalendar entity)
Converts this DAO's entity to an object of type RemoteFishingEffortCalendarNaturalId . |
void |
toRemoteFishingEffortCalendarNaturalId(FishingEffortCalendar source,
RemoteFishingEffortCalendarNaturalId target)
Copies the fields of the specified entity to the target value object. |
protected RemoteFishingEffortCalendarNaturalId |
toRemoteFishingEffortCalendarNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteFishingEffortCalendarNaturalId[] |
toRemoteFishingEffortCalendarNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingEffortCalendarNaturalId . |
void |
toRemoteFishingEffortCalendarNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingEffortCalendarNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
method. |
protected java.lang.Object |
transformEntity(int transform,
FishingEffortCalendar 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.fishingEffort.FishingEffortCalendarDao , please note
that the FishingEffortCalendarDao.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(FishingEffortCalendar fishingEffortCalendar)
Updates the fishingEffortCalendar 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.fishingEffort.FishingEffortCalendarDao |
---|
clusterFishingEffortCalendarToEntity, remoteFishingEffortCalendarFullVOToEntity, remoteFishingEffortCalendarNaturalIdToEntity |
Constructor Detail |
---|
public FishingEffortCalendarDaoBase()
Method Detail |
---|
public void setVesselDao(VesselDao vesselDao)
vesselDao
.
protected VesselDao getVesselDao()
vesselDao
.
public void setProgramDao(ProgramDao programDao)
programDao
.
protected ProgramDao getProgramDao()
programDao
.
public void setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
vesselUseFeaturesDao
.
protected VesselUseFeaturesDao getVesselUseFeaturesDao()
vesselUseFeaturesDao
.
public void setSurveyQualificationDao(SurveyQualificationDao surveyQualificationDao)
surveyQualificationDao
.
protected SurveyQualificationDao getSurveyQualificationDao()
surveyQualificationDao
.
public void setDepartmentDao(DepartmentDao departmentDao)
departmentDao
.
protected DepartmentDao getDepartmentDao()
departmentDao
.
public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
qualityFlagDao
.
protected QualityFlagDao getQualityFlagDao()
qualityFlagDao
.
public void setActivityCalendarDao(ActivityCalendarDao activityCalendarDao)
activityCalendarDao
.
protected ActivityCalendarDao getActivityCalendarDao()
activityCalendarDao
.
public void setPersonDao(PersonDao personDao)
personDao
.
protected PersonDao getPersonDao()
personDao
.
public void setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
gearUseFeaturesDao
.
protected GearUseFeaturesDao getGearUseFeaturesDao()
gearUseFeaturesDao
.
public void setMetierUseFeaturesDao(MetierUseFeaturesDao metierUseFeaturesDao)
metierUseFeaturesDao
.
protected MetierUseFeaturesDao getMetierUseFeaturesDao()
metierUseFeaturesDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.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 FishingEffortCalendarDao
id
- identifier of the entity to load
FishingEffortCalendarDao.load(int, java.lang.Integer)
public FishingEffortCalendar load(java.lang.Integer id)
FishingEffortCalendarDao
load
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.load(java.lang.Integer)
public java.util.Collection loadAll()
FishingEffortCalendarDao
FishingEffortCalendar
.
loadAll
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.loadAll()
public java.util.Collection loadAll(int transform)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.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 FishingEffortCalendarDao
transform
- the flag indicating what transformation to use.
FishingEffortCalendarDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.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 FishingEffortCalendarDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
FishingEffortCalendarDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.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 FishingEffortCalendarDao
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.
FishingEffortCalendarDao.loadAll(int, int, int)
public FishingEffortCalendar create(FishingEffortCalendar fishingEffortCalendar)
FishingEffortCalendarDao
create
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.create(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public java.lang.Object create(int transform, FishingEffortCalendar fishingEffortCalendar)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.create(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
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 FishingEffortCalendarDao
FishingEffortCalendarDao.create(int transform, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public java.util.Collection create(java.util.Collection entities)
FishingEffortCalendarDao
entities
collection
create
in interface FishingEffortCalendarDao
entities
- the collection of fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar
instances to create.
FishingEffortCalendarDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.create(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
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 FishingEffortCalendarDao
FishingEffortCalendarDao.create(int, java.util.Collection)
public FishingEffortCalendar create(java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, SurveyQualification surveyQualification, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, ActivityCalendar activityCalendar, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures)
FishingEffortCalendarDao
Creates a new fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar
instance from all attributes and
properties and adds it to the persistent store.
create
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.create(java.lang.Integer,java.lang.Boolean,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.SurveyQualification,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,java.util.Collection,java.util.Collection)
public java.lang.Object create(int transform, java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, SurveyQualification surveyQualification, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, ActivityCalendar activityCalendar, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.create(java.lang.Integer,java.lang.Boolean,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.SurveyQualification,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,java.util.Collection,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 FishingEffortCalendarDao
FishingEffortCalendarDao.create(int, java.lang.Integer,java.lang.Boolean,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.SurveyQualification,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,java.util.Collection,java.util.Collection)
public FishingEffortCalendar create(ActivityCalendar activityCalendar, java.util.Date creationDate, java.lang.Boolean directSurveyInvestigation, Program program, QualityFlag qualityFlag, Department recorderDepartment, SurveyQualification surveyQualification, Vessel vessel, java.lang.Integer year)
FishingEffortCalendarDao
Creates a new fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.create(fr.ifremer.allegro.data.survey.activity.ActivityCalendar,java.util.Date,java.lang.Boolean,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.SurveyQualification,fr.ifremer.allegro.referential.vessel.Vessel,java.lang.Integer)
public java.lang.Object create(int transform, ActivityCalendar activityCalendar, java.util.Date creationDate, java.lang.Boolean directSurveyInvestigation, Program program, QualityFlag qualityFlag, Department recorderDepartment, SurveyQualification surveyQualification, Vessel vessel, java.lang.Integer year)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.create(fr.ifremer.allegro.data.survey.activity.ActivityCalendar,java.util.Date,java.lang.Boolean,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.SurveyQualification,fr.ifremer.allegro.referential.vessel.Vessel,java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.create(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar,java.util.Date,java.lang.Boolean,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.SurveyQualification,fr.ifremer.allegro.referential.vessel.Vessel,java.lang.Integer)
public void update(FishingEffortCalendar fishingEffortCalendar)
FishingEffortCalendarDao
fishingEffortCalendar
instance in the persistent store.
update
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.update(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public void update(java.util.Collection entities)
FishingEffortCalendarDao
entities
collection in the persistent store.
update
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.update(java.util.Collection)
public void remove(FishingEffortCalendar fishingEffortCalendar)
FishingEffortCalendarDao
remove
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.remove(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public void remove(java.lang.Integer id)
FishingEffortCalendarDao
identifier
from the persistent store.
remove
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
FishingEffortCalendarDao
entities collection.
- Specified by:
remove
in interface FishingEffortCalendarDao
- See Also:
FishingEffortCalendarDao.remove(java.util.Collection)
public java.util.Collection getAllFishingEffortCalendar()
getAllFishingEffortCalendar
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.getAllFishingEffortCalendar()
public java.util.Collection getAllFishingEffortCalendar(int transform)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendar()
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.
getAllFishingEffortCalendar
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.getAllFishingEffortCalendar(int)
public java.util.Collection getAllFishingEffortCalendar(java.lang.String queryString)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendar()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingEffortCalendarDao.getAllFishingEffortCalendar()
.
getAllFishingEffortCalendar
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.getAllFishingEffortCalendar(java.lang.String)
public java.util.Collection getAllFishingEffortCalendar(int pageNumber, int pageSize)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendar()
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.
getAllFishingEffortCalendar
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.getAllFishingEffortCalendar(int, int)
public java.util.Collection getAllFishingEffortCalendar(java.lang.String queryString, int pageNumber, int pageSize)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendar(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.
getAllFishingEffortCalendar
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.getAllFishingEffortCalendar(String, int, int)
public java.util.Collection getAllFishingEffortCalendar(int transform, java.lang.String queryString)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendar(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingEffortCalendarDao.getAllFishingEffortCalendar(int)
.
getAllFishingEffortCalendar
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.getAllFishingEffortCalendar(int, String)
public java.util.Collection getAllFishingEffortCalendar(int transform, int pageNumber, int pageSize)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendar(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.
getAllFishingEffortCalendar
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.getAllFishingEffortCalendar(int, int, int)
public java.util.Collection getAllFishingEffortCalendar(int transform, java.lang.String queryString, int pageNumber, int pageSize)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendar(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.
getAllFishingEffortCalendar
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.getAllFishingEffortCalendar(int, java.lang.String, int, int)
public FishingEffortCalendar findFishingEffortCalendarById(java.lang.Integer id)
findFishingEffortCalendarById
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarById(java.lang.Integer)
public java.lang.Object findFishingEffortCalendarById(int transform, java.lang.Integer id)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarById(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.
findFishingEffortCalendarById
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarById(int, java.lang.Integer)
public FishingEffortCalendar findFishingEffortCalendarById(java.lang.String queryString, java.lang.Integer id)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingEffortCalendarDao.findFishingEffortCalendarById(java.lang.Integer)
.
findFishingEffortCalendarById
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarById(java.lang.String, java.lang.Integer)
public java.lang.Object findFishingEffortCalendarById(int transform, java.lang.String queryString, java.lang.Integer id)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingEffortCalendarDao.findFishingEffortCalendarById(int, java.lang.Integer id)
.
findFishingEffortCalendarById
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findFishingEffortCalendarBySurveyQualification(SurveyQualification surveyQualification)
findFishingEffortCalendarBySurveyQualification
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification)
public java.util.Collection findFishingEffortCalendarBySurveyQualification(int transform, SurveyQualification surveyQualification)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification)
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.
findFishingEffortCalendarBySurveyQualification
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification)
public java.util.Collection findFishingEffortCalendarBySurveyQualification(java.lang.String queryString, SurveyQualification surveyQualification)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification)
.
findFishingEffortCalendarBySurveyQualification
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(java.lang.String, fr.ifremer.allegro.referential.SurveyQualification)
public java.util.Collection findFishingEffortCalendarBySurveyQualification(int pageNumber, int pageSize, SurveyQualification surveyQualification)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification)
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.
findFishingEffortCalendarBySurveyQualification
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(int, int, fr.ifremer.allegro.referential.SurveyQualification)
public java.util.Collection findFishingEffortCalendarBySurveyQualification(java.lang.String queryString, int pageNumber, int pageSize, SurveyQualification surveyQualification)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(String, fr.ifremer.allegro.referential.SurveyQualification)
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.
findFishingEffortCalendarBySurveyQualification
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(String, int, int, fr.ifremer.allegro.referential.SurveyQualification)
public java.util.Collection findFishingEffortCalendarBySurveyQualification(int transform, java.lang.String queryString, SurveyQualification surveyQualification)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification surveyQualification)
.
findFishingEffortCalendarBySurveyQualification
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(int, String, fr.ifremer.allegro.referential.SurveyQualification)
public java.util.Collection findFishingEffortCalendarBySurveyQualification(int transform, int pageNumber, int pageSize, SurveyQualification surveyQualification)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification)
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.
findFishingEffortCalendarBySurveyQualification
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(int, int, int, fr.ifremer.allegro.referential.SurveyQualification)
public java.util.Collection findFishingEffortCalendarBySurveyQualification(int transform, java.lang.String queryString, int pageNumber, int pageSize, SurveyQualification surveyQualification)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(int, String, fr.ifremer.allegro.referential.SurveyQualification)
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.
findFishingEffortCalendarBySurveyQualification
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarBySurveyQualification(int, java.lang.String, int, int, fr.ifremer.allegro.referential.SurveyQualification)
public java.util.Collection findFishingEffortCalendarByVessel(Vessel vessel)
findFishingEffortCalendarByVessel
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findFishingEffortCalendarByVessel(int transform, Vessel vessel)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByVessel(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.
findFishingEffortCalendarByVessel
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findFishingEffortCalendarByVessel(java.lang.String queryString, Vessel vessel)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingEffortCalendarDao.findFishingEffortCalendarByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
findFishingEffortCalendarByVessel
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findFishingEffortCalendarByVessel(int pageNumber, int pageSize, Vessel vessel)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByVessel(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.
findFishingEffortCalendarByVessel
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findFishingEffortCalendarByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByVessel(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.
findFishingEffortCalendarByVessel
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findFishingEffortCalendarByVessel(int transform, java.lang.String queryString, Vessel vessel)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByVessel(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 FishingEffortCalendarDao.findFishingEffortCalendarByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
findFishingEffortCalendarByVessel
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findFishingEffortCalendarByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByVessel(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.
findFishingEffortCalendarByVessel
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findFishingEffortCalendarByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByVessel(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.
findFishingEffortCalendarByVessel
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findFishingEffortCalendarByProgram(Program program)
findFishingEffortCalendarByProgram
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findFishingEffortCalendarByProgram(int transform, Program program)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByProgram(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.
findFishingEffortCalendarByProgram
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findFishingEffortCalendarByProgram(java.lang.String queryString, Program program)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingEffortCalendarDao.findFishingEffortCalendarByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
findFishingEffortCalendarByProgram
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findFishingEffortCalendarByProgram(int pageNumber, int pageSize, Program program)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByProgram(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.
findFishingEffortCalendarByProgram
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findFishingEffortCalendarByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByProgram(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.
findFishingEffortCalendarByProgram
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findFishingEffortCalendarByProgram(int transform, java.lang.String queryString, Program program)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByProgram(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 FishingEffortCalendarDao.findFishingEffortCalendarByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findFishingEffortCalendarByProgram
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findFishingEffortCalendarByProgram(int transform, int pageNumber, int pageSize, Program program)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByProgram(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.
findFishingEffortCalendarByProgram
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findFishingEffortCalendarByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByProgram(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.
findFishingEffortCalendarByProgram
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findFishingEffortCalendarByRecorderDepartment(Department recorderDepartment)
findFishingEffortCalendarByRecorderDepartment
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findFishingEffortCalendarByRecorderDepartment(int transform, Department recorderDepartment)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(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.
findFishingEffortCalendarByRecorderDepartment
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findFishingEffortCalendarByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
.
findFishingEffortCalendarByRecorderDepartment
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findFishingEffortCalendarByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(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.
findFishingEffortCalendarByRecorderDepartment
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findFishingEffortCalendarByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(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.
findFishingEffortCalendarByRecorderDepartment
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findFishingEffortCalendarByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(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 FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment)
.
findFishingEffortCalendarByRecorderDepartment
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findFishingEffortCalendarByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(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.
findFishingEffortCalendarByRecorderDepartment
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findFishingEffortCalendarByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(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.
findFishingEffortCalendarByRecorderDepartment
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findFishingEffortCalendarByQualityFlag(QualityFlag qualityFlag)
findFishingEffortCalendarByQualityFlag
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findFishingEffortCalendarByQualityFlag(int transform, QualityFlag qualityFlag)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(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.
findFishingEffortCalendarByQualityFlag
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findFishingEffortCalendarByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findFishingEffortCalendarByQualityFlag
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findFishingEffortCalendarByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(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.
findFishingEffortCalendarByQualityFlag
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findFishingEffortCalendarByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(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.
findFishingEffortCalendarByQualityFlag
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findFishingEffortCalendarByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findFishingEffortCalendarByQualityFlag
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findFishingEffortCalendarByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(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.
findFishingEffortCalendarByQualityFlag
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findFishingEffortCalendarByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(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.
findFishingEffortCalendarByQualityFlag
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public FishingEffortCalendar findFishingEffortCalendarByActivityCalendar(ActivityCalendar activityCalendar)
findFishingEffortCalendarByActivityCalendar
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
public java.lang.Object findFishingEffortCalendarByActivityCalendar(int transform, ActivityCalendar activityCalendar)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
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.
findFishingEffortCalendarByActivityCalendar
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
public FishingEffortCalendar findFishingEffortCalendarByActivityCalendar(java.lang.String queryString, ActivityCalendar activityCalendar)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingEffortCalendarDao.findFishingEffortCalendarByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
.
findFishingEffortCalendarByActivityCalendar
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByActivityCalendar(java.lang.String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
public java.lang.Object findFishingEffortCalendarByActivityCalendar(int transform, java.lang.String queryString, ActivityCalendar activityCalendar)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingEffortCalendarDao.findFishingEffortCalendarByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar activityCalendar)
.
findFishingEffortCalendarByActivityCalendar
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByActivityCalendar(int, java.lang.String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
public java.util.Collection findFishingEffortCalendarByRecorderPerson(Person recorderPerson)
findFishingEffortCalendarByRecorderPerson
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findFishingEffortCalendarByRecorderPerson(int transform, Person recorderPerson)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(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.
findFishingEffortCalendarByRecorderPerson
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findFishingEffortCalendarByRecorderPerson(java.lang.String queryString, Person recorderPerson)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
.
findFishingEffortCalendarByRecorderPerson
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(java.lang.String, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findFishingEffortCalendarByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(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.
findFishingEffortCalendarByRecorderPerson
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findFishingEffortCalendarByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(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.
findFishingEffortCalendarByRecorderPerson
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(String, int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findFishingEffortCalendarByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(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 FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person recorderPerson)
.
findFishingEffortCalendarByRecorderPerson
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findFishingEffortCalendarByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(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.
findFishingEffortCalendarByRecorderPerson
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(int, int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findFishingEffortCalendarByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(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.
findFishingEffortCalendarByRecorderPerson
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByRecorderPerson(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Person)
public FishingEffortCalendar findFishingEffortCalendarByNaturalId(java.lang.Integer year, Vessel vessel, Program program)
findFishingEffortCalendarByNaturalId
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findFishingEffortCalendarByNaturalId(int transform, java.lang.Integer year, Vessel vessel, Program program)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findFishingEffortCalendarByNaturalId
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByNaturalId(int, java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public FishingEffortCalendar findFishingEffortCalendarByNaturalId(java.lang.String queryString, java.lang.Integer year, Vessel vessel, Program program)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingEffortCalendarDao.findFishingEffortCalendarByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
.
findFishingEffortCalendarByNaturalId
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByNaturalId(java.lang.String, java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findFishingEffortCalendarByNaturalId(int transform, java.lang.String queryString, java.lang.Integer year, Vessel vessel, Program program)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.findFishingEffortCalendarByNaturalId(int, java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingEffortCalendarDao.findFishingEffortCalendarByNaturalId(int, java.lang.Integer year, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findFishingEffortCalendarByNaturalId
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.findFishingEffortCalendarByNaturalId(int, java.lang.String, java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection getAllFishingEffortCalendarSinceDateSynchro(java.sql.Timestamp updateDate)
getAllFishingEffortCalendarSinceDateSynchro
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllFishingEffortCalendarSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(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.
getAllFishingEffortCalendarSinceDateSynchro
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllFishingEffortCalendarSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(java.sql.Timestamp)
.
getAllFishingEffortCalendarSinceDateSynchro
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllFishingEffortCalendarSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(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.
getAllFishingEffortCalendarSinceDateSynchro
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllFishingEffortCalendarSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(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.
getAllFishingEffortCalendarSinceDateSynchro
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllFishingEffortCalendarSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllFishingEffortCalendarSinceDateSynchro
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllFishingEffortCalendarSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(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.
getAllFishingEffortCalendarSinceDateSynchro
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllFishingEffortCalendarSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
FishingEffortCalendarDao
Does the same thing as FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(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.
getAllFishingEffortCalendarSinceDateSynchro
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.getAllFishingEffortCalendarSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public FishingEffortCalendar createFromClusterFishingEffortCalendar(ClusterFishingEffortCalendar clusterFishingEffortCalendar)
createFromClusterFishingEffortCalendar
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.createFromClusterFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.generic.cluster.ClusterFishingEffortCalendar)
protected abstract FishingEffortCalendar handleCreateFromClusterFishingEffortCalendar(ClusterFishingEffortCalendar clusterFishingEffortCalendar) throws java.lang.Exception
createFromClusterFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.generic.cluster.ClusterFishingEffortCalendar)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, FishingEffortCalendar entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendarDao
, please note
that the FishingEffortCalendarDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
FishingEffortCalendar
- FishingEffortCalendarDao.TRANSFORM_NONE
RemoteFishingEffortCalendarFullVO
- TRANSFORM_REMOTEFISHINGEFFORTCALENDARFULLVO
RemoteFishingEffortCalendarNaturalId
- TRANSFORM_REMOTEFISHINGEFFORTCALENDARNATURALID
ClusterFishingEffortCalendar
- TRANSFORM_CLUSTERFISHINGEFFORTCALENDAR
FishingEffortCalendarDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in FishingEffortCalendarDao
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.fishingEffort.FishingEffortCalendar)
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.fishingEffort.FishingEffortCalendarDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
protected FishingEffortCalendar toEntity(java.lang.Object[] row)
public final void toRemoteFishingEffortCalendarFullVOCollection(java.util.Collection entities)
FishingEffortCalendarDao
RemoteFishingEffortCalendarFullVO
.
toRemoteFishingEffortCalendarFullVOCollection
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.toRemoteFishingEffortCalendarFullVOCollection(java.util.Collection)
public final RemoteFishingEffortCalendarFullVO[] toRemoteFishingEffortCalendarFullVOArray(java.util.Collection entities)
FishingEffortCalendarDao
RemoteFishingEffortCalendarFullVO
.
toRemoteFishingEffortCalendarFullVOArray
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.toRemoteFishingEffortCalendarFullVOArray(java.util.Collection)
protected RemoteFishingEffortCalendarFullVO toRemoteFishingEffortCalendarFullVO(java.lang.Object[] row)
FishingEffortCalendarDaoImpl
class if you intend to use reporting queries.
FishingEffortCalendarDao.toRemoteFishingEffortCalendarFullVO(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public final void remoteFishingEffortCalendarFullVOToEntityCollection(java.util.Collection instances)
FishingEffortCalendarDao
RemoteFishingEffortCalendarFullVO
to this
DAO's entity.
remoteFishingEffortCalendarFullVOToEntityCollection
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.remoteFishingEffortCalendarFullVOToEntityCollection(java.util.Collection)
public void toRemoteFishingEffortCalendarFullVO(FishingEffortCalendar source, RemoteFishingEffortCalendarFullVO target)
FishingEffortCalendarDao
toRemoteFishingEffortCalendarFullVO
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.toRemoteFishingEffortCalendarFullVO(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarFullVO)
public RemoteFishingEffortCalendarFullVO toRemoteFishingEffortCalendarFullVO(FishingEffortCalendar entity)
FishingEffortCalendarDao
RemoteFishingEffortCalendarFullVO
.
toRemoteFishingEffortCalendarFullVO
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.toRemoteFishingEffortCalendarFullVO(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public void remoteFishingEffortCalendarFullVOToEntity(RemoteFishingEffortCalendarFullVO source, FishingEffortCalendar target, boolean copyIfNull)
FishingEffortCalendarDao
RemoteFishingEffortCalendarFullVO
to the specified entity.
remoteFishingEffortCalendarFullVOToEntity
in interface FishingEffortCalendarDao
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.fishingEffort.FishingEffortCalendarDao#remoteFishingEffortCalendarFullVOToEntity(fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarFullVO, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public final void toRemoteFishingEffortCalendarNaturalIdCollection(java.util.Collection entities)
FishingEffortCalendarDao
RemoteFishingEffortCalendarNaturalId
.
toRemoteFishingEffortCalendarNaturalIdCollection
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.toRemoteFishingEffortCalendarNaturalIdCollection(java.util.Collection)
public final RemoteFishingEffortCalendarNaturalId[] toRemoteFishingEffortCalendarNaturalIdArray(java.util.Collection entities)
FishingEffortCalendarDao
RemoteFishingEffortCalendarNaturalId
.
toRemoteFishingEffortCalendarNaturalIdArray
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.toRemoteFishingEffortCalendarNaturalIdArray(java.util.Collection)
protected RemoteFishingEffortCalendarNaturalId toRemoteFishingEffortCalendarNaturalId(java.lang.Object[] row)
FishingEffortCalendarDaoImpl
class if you intend to use reporting queries.
FishingEffortCalendarDao.toRemoteFishingEffortCalendarNaturalId(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public final void remoteFishingEffortCalendarNaturalIdToEntityCollection(java.util.Collection instances)
FishingEffortCalendarDao
RemoteFishingEffortCalendarNaturalId
to this
DAO's entity.
remoteFishingEffortCalendarNaturalIdToEntityCollection
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.remoteFishingEffortCalendarNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteFishingEffortCalendarNaturalId(FishingEffortCalendar source, RemoteFishingEffortCalendarNaturalId target)
FishingEffortCalendarDao
toRemoteFishingEffortCalendarNaturalId
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.toRemoteFishingEffortCalendarNaturalId(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarNaturalId)
public RemoteFishingEffortCalendarNaturalId toRemoteFishingEffortCalendarNaturalId(FishingEffortCalendar entity)
FishingEffortCalendarDao
RemoteFishingEffortCalendarNaturalId
.
toRemoteFishingEffortCalendarNaturalId
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.toRemoteFishingEffortCalendarNaturalId(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public void remoteFishingEffortCalendarNaturalIdToEntity(RemoteFishingEffortCalendarNaturalId source, FishingEffortCalendar target, boolean copyIfNull)
FishingEffortCalendarDao
RemoteFishingEffortCalendarNaturalId
to the specified entity.
remoteFishingEffortCalendarNaturalIdToEntity
in interface FishingEffortCalendarDao
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.fishingEffort.FishingEffortCalendarDao#remoteFishingEffortCalendarNaturalIdToEntity(fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarNaturalId, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public final void toClusterFishingEffortCalendarCollection(java.util.Collection entities)
FishingEffortCalendarDao
ClusterFishingEffortCalendar
.
toClusterFishingEffortCalendarCollection
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.toClusterFishingEffortCalendarCollection(java.util.Collection)
public final ClusterFishingEffortCalendar[] toClusterFishingEffortCalendarArray(java.util.Collection entities)
FishingEffortCalendarDao
ClusterFishingEffortCalendar
.
toClusterFishingEffortCalendarArray
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.toClusterFishingEffortCalendarArray(java.util.Collection)
protected ClusterFishingEffortCalendar toClusterFishingEffortCalendar(java.lang.Object[] row)
FishingEffortCalendarDaoImpl
class if you intend to use reporting queries.
FishingEffortCalendarDao.toClusterFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public final void clusterFishingEffortCalendarToEntityCollection(java.util.Collection instances)
FishingEffortCalendarDao
ClusterFishingEffortCalendar
to this
DAO's entity.
clusterFishingEffortCalendarToEntityCollection
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.clusterFishingEffortCalendarToEntityCollection(java.util.Collection)
public void toClusterFishingEffortCalendar(FishingEffortCalendar source, ClusterFishingEffortCalendar target)
FishingEffortCalendarDao
toClusterFishingEffortCalendar
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.toClusterFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, fr.ifremer.allegro.data.survey.fishingEffort.generic.cluster.ClusterFishingEffortCalendar)
public ClusterFishingEffortCalendar toClusterFishingEffortCalendar(FishingEffortCalendar entity)
FishingEffortCalendarDao
ClusterFishingEffortCalendar
.
toClusterFishingEffortCalendar
in interface FishingEffortCalendarDao
FishingEffortCalendarDao.toClusterFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public void clusterFishingEffortCalendarToEntity(ClusterFishingEffortCalendar source, FishingEffortCalendar target, boolean copyIfNull)
FishingEffortCalendarDao
ClusterFishingEffortCalendar
to the specified entity.
clusterFishingEffortCalendarToEntity
in interface FishingEffortCalendarDao
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.fishingEffort.FishingEffortCalendarDao#clusterFishingEffortCalendarToEntity(fr.ifremer.allegro.data.survey.fishingEffort.generic.cluster.ClusterFishingEffortCalendar, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
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)
FishingEffortCalendarDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface FishingEffortCalendarDao
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.FishingEffortCalendarDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
FishingEffortCalendarDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface FishingEffortCalendarDao
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.FishingEffortCalendarDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
FishingEffortCalendarDao
FishingEffortCalendarDao.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 FishingEffortCalendarDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
FishingEffortCalendarDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
FishingEffortCalendarDao
search
object.
search
in interface FishingEffortCalendarDao
search
- the search object which provides the search parameters and pagination specification.
FishingEffortCalendarDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |