fr.ifremer.allegro.data.survey.fishingEffort
Interface FishingEffortCalendarDao

All Known Implementing Classes:
FishingEffortCalendarDaoBase, FishingEffortCalendarDaoImpl

public interface FishingEffortCalendarDao

See Also:
FishingEffortCalendar

Field Summary
static int TRANSFORM_CLUSTERFISHINGEFFORTCALENDAR
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_NONE
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTEFISHINGEFFORTCALENDARFULLVO
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTEFISHINGEFFORTCALENDARNATURALID
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
 
Method Summary
 FishingEffortCalendar clusterFishingEffortCalendarToEntity(ClusterFishingEffortCalendar clusterFishingEffortCalendar)
          Converts an instance of type ClusterFishingEffortCalendar to this DAO's entity.
 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 findFishingEffortCalendarByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findFishingEffortCalendarByVessel(Vessel vessel)
           
 java.util.Collection getAllFishingEffortCalendar()
           
 java.util.Collection getAllFishingEffortCalendar(int transform)
           Does the same thing as getAllFishingEffortCalendar() with an additional flag called transform.
 java.util.Collection getAllFishingEffortCalendar(int pageNumber, int pageSize)
           Does the same thing as 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 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 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 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 getAllFishingEffortCalendar() with an additional argument called queryString.
 java.util.Collection getAllFishingEffortCalendar(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as 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 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 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 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 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 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 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 getAllFishingEffortCalendarSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllFishingEffortCalendarSinceDateSynchro(java.sql.Timestamp updateDate)
           
 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 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 loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as 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 loadAll(int) with an additional two arguments called pageNumber and pageSize.
 FishingEffortCalendar remoteFishingEffortCalendarFullVOToEntity(RemoteFishingEffortCalendarFullVO remoteFishingEffortCalendarFullVO)
          Converts an instance of type RemoteFishingEffortCalendarFullVO to this DAO's entity.
 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.
 FishingEffortCalendar remoteFishingEffortCalendarNaturalIdToEntity(RemoteFishingEffortCalendarNaturalId remoteFishingEffortCalendarNaturalId)
          Converts an instance of type RemoteFishingEffortCalendarNaturalId 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 collection.
 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 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.
 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.
 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.
 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.
 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.
 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.
 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.
 

Field Detail

TRANSFORM_NONE

static final int TRANSFORM_NONE
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes no transformation will occur.

See Also:
Constant Field Values

TRANSFORM_REMOTEFISHINGEFFORTCALENDARFULLVO

static final int TRANSFORM_REMOTEFISHINGEFFORTCALENDARFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type RemoteFishingEffortCalendarFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEFISHINGEFFORTCALENDARNATURALID

static final int TRANSFORM_REMOTEFISHINGEFFORTCALENDARNATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type RemoteFishingEffortCalendarNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERFISHINGEFFORTCALENDAR

static final int TRANSFORM_CLUSTERFISHINGEFFORTCALENDAR
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type ClusterFishingEffortCalendar.

See Also:
Constant Field Values
Method Detail

toRemoteFishingEffortCalendarFullVO

void toRemoteFishingEffortCalendarFullVO(FishingEffortCalendar source,
                                         RemoteFishingEffortCalendarFullVO target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteFishingEffortCalendarFullVO(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemoteFishingEffortCalendarFullVO

RemoteFishingEffortCalendarFullVO toRemoteFishingEffortCalendarFullVO(FishingEffortCalendar entity)
Converts this DAO's entity to an object of type RemoteFishingEffortCalendarFullVO.


toRemoteFishingEffortCalendarFullVOCollection

void toRemoteFishingEffortCalendarFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingEffortCalendarFullVO.


toRemoteFishingEffortCalendarFullVOArray

RemoteFishingEffortCalendarFullVO[] toRemoteFishingEffortCalendarFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingEffortCalendarFullVO.


remoteFishingEffortCalendarFullVOToEntity

void remoteFishingEffortCalendarFullVOToEntity(RemoteFishingEffortCalendarFullVO source,
                                               FishingEffortCalendar target,
                                               boolean copyIfNull)
Copies the fields of RemoteFishingEffortCalendarFullVO to the specified entity.

Parameters:
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.

remoteFishingEffortCalendarFullVOToEntity

FishingEffortCalendar remoteFishingEffortCalendarFullVOToEntity(RemoteFishingEffortCalendarFullVO remoteFishingEffortCalendarFullVO)
Converts an instance of type RemoteFishingEffortCalendarFullVO to this DAO's entity.


remoteFishingEffortCalendarFullVOToEntityCollection

void remoteFishingEffortCalendarFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingEffortCalendarFullVO to this DAO's entity.


toRemoteFishingEffortCalendarNaturalId

void toRemoteFishingEffortCalendarNaturalId(FishingEffortCalendar source,
                                            RemoteFishingEffortCalendarNaturalId target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteFishingEffortCalendarNaturalId(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemoteFishingEffortCalendarNaturalId

RemoteFishingEffortCalendarNaturalId toRemoteFishingEffortCalendarNaturalId(FishingEffortCalendar entity)
Converts this DAO's entity to an object of type RemoteFishingEffortCalendarNaturalId.


toRemoteFishingEffortCalendarNaturalIdCollection

void toRemoteFishingEffortCalendarNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingEffortCalendarNaturalId.


toRemoteFishingEffortCalendarNaturalIdArray

RemoteFishingEffortCalendarNaturalId[] toRemoteFishingEffortCalendarNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingEffortCalendarNaturalId.


remoteFishingEffortCalendarNaturalIdToEntity

void remoteFishingEffortCalendarNaturalIdToEntity(RemoteFishingEffortCalendarNaturalId source,
                                                  FishingEffortCalendar target,
                                                  boolean copyIfNull)
Copies the fields of RemoteFishingEffortCalendarNaturalId to the specified entity.

Parameters:
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.

remoteFishingEffortCalendarNaturalIdToEntity

FishingEffortCalendar remoteFishingEffortCalendarNaturalIdToEntity(RemoteFishingEffortCalendarNaturalId remoteFishingEffortCalendarNaturalId)
Converts an instance of type RemoteFishingEffortCalendarNaturalId to this DAO's entity.


remoteFishingEffortCalendarNaturalIdToEntityCollection

void remoteFishingEffortCalendarNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingEffortCalendarNaturalId to this DAO's entity.


toClusterFishingEffortCalendar

void toClusterFishingEffortCalendar(FishingEffortCalendar source,
                                    ClusterFishingEffortCalendar target)
Copies the fields of the specified entity to the target value object. This method is similar to toClusterFishingEffortCalendar(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toClusterFishingEffortCalendar

ClusterFishingEffortCalendar toClusterFishingEffortCalendar(FishingEffortCalendar entity)
Converts this DAO's entity to an object of type ClusterFishingEffortCalendar.


toClusterFishingEffortCalendarCollection

void toClusterFishingEffortCalendarCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterFishingEffortCalendar.


toClusterFishingEffortCalendarArray

ClusterFishingEffortCalendar[] toClusterFishingEffortCalendarArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterFishingEffortCalendar.


clusterFishingEffortCalendarToEntity

void clusterFishingEffortCalendarToEntity(ClusterFishingEffortCalendar source,
                                          FishingEffortCalendar target,
                                          boolean copyIfNull)
Copies the fields of ClusterFishingEffortCalendar to the specified entity.

Parameters:
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.

clusterFishingEffortCalendarToEntity

FishingEffortCalendar clusterFishingEffortCalendarToEntity(ClusterFishingEffortCalendar clusterFishingEffortCalendar)
Converts an instance of type ClusterFishingEffortCalendar to this DAO's entity.


clusterFishingEffortCalendarToEntityCollection

void clusterFishingEffortCalendarToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterFishingEffortCalendar to this DAO's entity.


load

FishingEffortCalendar load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar from the persistent store.


load

java.lang.Object load(int transform,
                      java.lang.Integer id)

Does the same thing as 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.

Parameters:
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.

loadAll

java.util.Collection loadAll()
Loads all entities of type FishingEffortCalendar.

Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int transform)

Does the same thing as 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.

Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int pageNumber,
                             int pageSize)

Does the same thing as 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.

Parameters:
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int transform,
                             int pageNumber,
                             int pageSize)

Does the same thing as 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.

Parameters:
transform - the flag indicating what transformation to use.
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.

create

FishingEffortCalendar create(FishingEffortCalendar fishingEffortCalendar)
Creates an instance of fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        FishingEffortCalendar fishingEffortCalendar)

Does the same thing as 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

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

Parameters:
entities - the collection of fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar instances to create.
Returns:
the created instances.

create

java.util.Collection create(int transform,
                            java.util.Collection entities)

Does the same thing as 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

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.


create

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 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

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.


create

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 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.


update

void update(FishingEffortCalendar fishingEffortCalendar)
Updates the fishingEffortCalendar instance in the persistent store.


update

void update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store.


remove

void remove(FishingEffortCalendar fishingEffortCalendar)
Removes the instance of fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar from the persistent store.


remove

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.


remove

void remove(java.util.Collection entities)
Removes all entities in the given entities collection.


getAllFishingEffortCalendar

java.util.Collection getAllFishingEffortCalendar()

getAllFishingEffortCalendar

java.util.Collection getAllFishingEffortCalendar(java.lang.String queryString)

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


getAllFishingEffortCalendar

java.util.Collection getAllFishingEffortCalendar(int pageNumber,
                                                 int pageSize)

Does the same thing as 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

java.util.Collection getAllFishingEffortCalendar(java.lang.String queryString,
                                                 int pageNumber,
                                                 int pageSize)

Does the same thing as 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

java.util.Collection getAllFishingEffortCalendar(int transform)

Does the same thing as 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

java.util.Collection getAllFishingEffortCalendar(int transform,
                                                 int pageNumber,
                                                 int pageSize)

Does the same thing as 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

java.util.Collection getAllFishingEffortCalendar(int transform,
                                                 java.lang.String queryString)

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


getAllFishingEffortCalendar

java.util.Collection getAllFishingEffortCalendar(int transform,
                                                 java.lang.String queryString,
                                                 int pageNumber,
                                                 int pageSize)

Does the same thing as 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.


findFishingEffortCalendarById

FishingEffortCalendar findFishingEffortCalendarById(java.lang.Integer id)

findFishingEffortCalendarById

FishingEffortCalendar findFishingEffortCalendarById(java.lang.String queryString,
                                                    java.lang.Integer id)

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


findFishingEffortCalendarById

java.lang.Object findFishingEffortCalendarById(int transform,
                                               java.lang.Integer id)

Does the same thing as 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

java.lang.Object findFishingEffortCalendarById(int transform,
                                               java.lang.String queryString,
                                               java.lang.Integer id)

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


findFishingEffortCalendarBySurveyQualification

java.util.Collection findFishingEffortCalendarBySurveyQualification(SurveyQualification surveyQualification)

findFishingEffortCalendarBySurveyQualification

java.util.Collection findFishingEffortCalendarBySurveyQualification(java.lang.String queryString,
                                                                    SurveyQualification surveyQualification)

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


findFishingEffortCalendarBySurveyQualification

java.util.Collection findFishingEffortCalendarBySurveyQualification(int pageNumber,
                                                                    int pageSize,
                                                                    SurveyQualification surveyQualification)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarBySurveyQualification(java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    SurveyQualification surveyQualification)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarBySurveyQualification(int transform,
                                                                    SurveyQualification surveyQualification)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarBySurveyQualification(int transform,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    SurveyQualification surveyQualification)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarBySurveyQualification(int transform,
                                                                    java.lang.String queryString,
                                                                    SurveyQualification surveyQualification)

Does the same thing as 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 findFishingEffortCalendarBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification surveyQualification).


findFishingEffortCalendarBySurveyQualification

java.util.Collection findFishingEffortCalendarBySurveyQualification(int transform,
                                                                    java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    SurveyQualification surveyQualification)

Does the same thing as 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.


findFishingEffortCalendarByVessel

java.util.Collection findFishingEffortCalendarByVessel(Vessel vessel)

findFishingEffortCalendarByVessel

java.util.Collection findFishingEffortCalendarByVessel(java.lang.String queryString,
                                                       Vessel vessel)

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


findFishingEffortCalendarByVessel

java.util.Collection findFishingEffortCalendarByVessel(int pageNumber,
                                                       int pageSize,
                                                       Vessel vessel)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarByVessel(java.lang.String queryString,
                                                       int pageNumber,
                                                       int pageSize,
                                                       Vessel vessel)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarByVessel(int transform,
                                                       Vessel vessel)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarByVessel(int transform,
                                                       int pageNumber,
                                                       int pageSize,
                                                       Vessel vessel)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarByVessel(int transform,
                                                       java.lang.String queryString,
                                                       Vessel vessel)

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


findFishingEffortCalendarByVessel

java.util.Collection findFishingEffortCalendarByVessel(int transform,
                                                       java.lang.String queryString,
                                                       int pageNumber,
                                                       int pageSize,
                                                       Vessel vessel)

Does the same thing as 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.


findFishingEffortCalendarByProgram

java.util.Collection findFishingEffortCalendarByProgram(Program program)

findFishingEffortCalendarByProgram

java.util.Collection findFishingEffortCalendarByProgram(java.lang.String queryString,
                                                        Program program)

Does the same thing as 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 findFishingEffortCalendarByProgram(fr.ifremer.allegro.administration.programStrategy.Program).


findFishingEffortCalendarByProgram

java.util.Collection findFishingEffortCalendarByProgram(int pageNumber,
                                                        int pageSize,
                                                        Program program)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarByProgram(java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize,
                                                        Program program)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarByProgram(int transform,
                                                        Program program)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarByProgram(int transform,
                                                        int pageNumber,
                                                        int pageSize,
                                                        Program program)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarByProgram(int transform,
                                                        java.lang.String queryString,
                                                        Program program)

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


findFishingEffortCalendarByProgram

java.util.Collection findFishingEffortCalendarByProgram(int transform,
                                                        java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize,
                                                        Program program)

Does the same thing as 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.


findFishingEffortCalendarByRecorderDepartment

java.util.Collection findFishingEffortCalendarByRecorderDepartment(Department recorderDepartment)

findFishingEffortCalendarByRecorderDepartment

java.util.Collection findFishingEffortCalendarByRecorderDepartment(java.lang.String queryString,
                                                                   Department recorderDepartment)

Does the same thing as 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 findFishingEffortCalendarByRecorderDepartment(fr.ifremer.allegro.administration.user.Department).


findFishingEffortCalendarByRecorderDepartment

java.util.Collection findFishingEffortCalendarByRecorderDepartment(int pageNumber,
                                                                   int pageSize,
                                                                   Department recorderDepartment)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarByRecorderDepartment(java.lang.String queryString,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   Department recorderDepartment)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarByRecorderDepartment(int transform,
                                                                   Department recorderDepartment)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarByRecorderDepartment(int transform,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   Department recorderDepartment)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarByRecorderDepartment(int transform,
                                                                   java.lang.String queryString,
                                                                   Department recorderDepartment)

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


findFishingEffortCalendarByRecorderDepartment

java.util.Collection findFishingEffortCalendarByRecorderDepartment(int transform,
                                                                   java.lang.String queryString,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   Department recorderDepartment)

Does the same thing as 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.


findFishingEffortCalendarByQualityFlag

java.util.Collection findFishingEffortCalendarByQualityFlag(QualityFlag qualityFlag)

findFishingEffortCalendarByQualityFlag

java.util.Collection findFishingEffortCalendarByQualityFlag(java.lang.String queryString,
                                                            QualityFlag qualityFlag)

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


findFishingEffortCalendarByQualityFlag

java.util.Collection findFishingEffortCalendarByQualityFlag(int pageNumber,
                                                            int pageSize,
                                                            QualityFlag qualityFlag)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarByQualityFlag(java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            QualityFlag qualityFlag)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarByQualityFlag(int transform,
                                                            QualityFlag qualityFlag)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarByQualityFlag(int transform,
                                                            int pageNumber,
                                                            int pageSize,
                                                            QualityFlag qualityFlag)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarByQualityFlag(int transform,
                                                            java.lang.String queryString,
                                                            QualityFlag qualityFlag)

Does the same thing as 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 findFishingEffortCalendarByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag).


findFishingEffortCalendarByQualityFlag

java.util.Collection findFishingEffortCalendarByQualityFlag(int transform,
                                                            java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            QualityFlag qualityFlag)

Does the same thing as 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.


findFishingEffortCalendarByActivityCalendar

FishingEffortCalendar findFishingEffortCalendarByActivityCalendar(ActivityCalendar activityCalendar)

findFishingEffortCalendarByActivityCalendar

FishingEffortCalendar findFishingEffortCalendarByActivityCalendar(java.lang.String queryString,
                                                                  ActivityCalendar activityCalendar)

Does the same thing as 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 findFishingEffortCalendarByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar).


findFishingEffortCalendarByActivityCalendar

java.lang.Object findFishingEffortCalendarByActivityCalendar(int transform,
                                                             ActivityCalendar activityCalendar)

Does the same thing as 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

java.lang.Object findFishingEffortCalendarByActivityCalendar(int transform,
                                                             java.lang.String queryString,
                                                             ActivityCalendar activityCalendar)

Does the same thing as 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 findFishingEffortCalendarByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar activityCalendar).


findFishingEffortCalendarByRecorderPerson

java.util.Collection findFishingEffortCalendarByRecorderPerson(Person recorderPerson)

findFishingEffortCalendarByRecorderPerson

java.util.Collection findFishingEffortCalendarByRecorderPerson(java.lang.String queryString,
                                                               Person recorderPerson)

Does the same thing as 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 findFishingEffortCalendarByRecorderPerson(fr.ifremer.allegro.administration.user.Person).


findFishingEffortCalendarByRecorderPerson

java.util.Collection findFishingEffortCalendarByRecorderPerson(int pageNumber,
                                                               int pageSize,
                                                               Person recorderPerson)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarByRecorderPerson(java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               Person recorderPerson)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarByRecorderPerson(int transform,
                                                               Person recorderPerson)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarByRecorderPerson(int transform,
                                                               int pageNumber,
                                                               int pageSize,
                                                               Person recorderPerson)

Does the same thing as 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

java.util.Collection findFishingEffortCalendarByRecorderPerson(int transform,
                                                               java.lang.String queryString,
                                                               Person recorderPerson)

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


findFishingEffortCalendarByRecorderPerson

java.util.Collection findFishingEffortCalendarByRecorderPerson(int transform,
                                                               java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               Person recorderPerson)

Does the same thing as 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.


findFishingEffortCalendarByNaturalId

FishingEffortCalendar findFishingEffortCalendarByNaturalId(java.lang.Integer year,
                                                           Vessel vessel,
                                                           Program program)

findFishingEffortCalendarByNaturalId

FishingEffortCalendar findFishingEffortCalendarByNaturalId(java.lang.String queryString,
                                                           java.lang.Integer year,
                                                           Vessel vessel,
                                                           Program program)

Does the same thing as 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 findFishingEffortCalendarByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program).


findFishingEffortCalendarByNaturalId

java.lang.Object findFishingEffortCalendarByNaturalId(int transform,
                                                      java.lang.Integer year,
                                                      Vessel vessel,
                                                      Program program)

Does the same thing as 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

java.lang.Object findFishingEffortCalendarByNaturalId(int transform,
                                                      java.lang.String queryString,
                                                      java.lang.Integer year,
                                                      Vessel vessel,
                                                      Program program)

Does the same thing as 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 findFishingEffortCalendarByNaturalId(int, java.lang.Integer year, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program).


getAllFishingEffortCalendarSinceDateSynchro

java.util.Collection getAllFishingEffortCalendarSinceDateSynchro(java.sql.Timestamp updateDate)

getAllFishingEffortCalendarSinceDateSynchro

java.util.Collection getAllFishingEffortCalendarSinceDateSynchro(java.lang.String queryString,
                                                                 java.sql.Timestamp updateDate)

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


getAllFishingEffortCalendarSinceDateSynchro

java.util.Collection getAllFishingEffortCalendarSinceDateSynchro(int pageNumber,
                                                                 int pageSize,
                                                                 java.sql.Timestamp updateDate)

Does the same thing as 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

java.util.Collection getAllFishingEffortCalendarSinceDateSynchro(java.lang.String queryString,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 java.sql.Timestamp updateDate)

Does the same thing as 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

java.util.Collection getAllFishingEffortCalendarSinceDateSynchro(int transform,
                                                                 java.sql.Timestamp updateDate)

Does the same thing as 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

java.util.Collection getAllFishingEffortCalendarSinceDateSynchro(int transform,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 java.sql.Timestamp updateDate)

Does the same thing as 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

java.util.Collection getAllFishingEffortCalendarSinceDateSynchro(int transform,
                                                                 java.lang.String queryString,
                                                                 java.sql.Timestamp updateDate)

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


getAllFishingEffortCalendarSinceDateSynchro

java.util.Collection getAllFishingEffortCalendarSinceDateSynchro(int transform,
                                                                 java.lang.String queryString,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 java.sql.Timestamp updateDate)

Does the same thing as 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.


createFromClusterFishingEffortCalendar

FishingEffortCalendar createFromClusterFishingEffortCalendar(ClusterFishingEffortCalendar clusterFishingEffortCalendar)

search

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. These flags allow you to limit your data to a specified page number and size.

Parameters:
transform - the transformation flag.
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.

search

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. These flags allow you to limit your data to a specified page number and size.

Parameters:
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.

search

java.util.Set search(int transform,
                     Search search)
Does the same thing as 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.

Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.

search

java.util.Set search(Search search)
Performs a search using the parameters specified in the given search object.

Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.


Copyright © 2008-2010 IFREMER. All Rights Reserved.