fr.ifremer.allegro.data.vessel.feature.use
Class MetierUseFeaturesDaoBase

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.data.vessel.feature.use.UseFeaturesDaoBase
          extended by fr.ifremer.allegro.data.vessel.feature.use.UseFeaturesDaoImpl
              extended by fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesDaoBase
                  extended by fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesDaoImpl
                      extended by fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeaturesDaoBase
All Implemented Interfaces:
GearUseFeaturesDao, MetierUseFeaturesDao, UseFeaturesDao
Direct Known Subclasses:
MetierUseFeaturesDaoImpl

public abstract class MetierUseFeaturesDaoBase
extends GearUseFeaturesDaoImpl
implements MetierUseFeaturesDao

Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures.

See Also:
MetierUseFeatures

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeaturesDao
TRANSFORM_CLUSTERMETIERUSEFEATURES, TRANSFORM_REMOTEMETIERUSEFEATURESFULLVO, TRANSFORM_REMOTEMETIERUSEFEATURESNATURALID
 
Fields inherited from interface fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesDao
TRANSFORM_CLUSTERGEARUSEFEATURES, TRANSFORM_REMOTEGEARUSEFEATURESFULLVO, TRANSFORM_REMOTEGEARUSEFEATURESNATURALID
 
Fields inherited from interface fr.ifremer.allegro.data.vessel.feature.use.UseFeaturesDao
TRANSFORM_CLUSTERUSEFEATURES, TRANSFORM_NONE, TRANSFORM_REMOTEUSEFEATURESFULLVO, TRANSFORM_REMOTEUSEFEATURESNATURALID
 
Constructor Summary
MetierUseFeaturesDaoBase()
           
 
Method Summary
 void clusterMetierUseFeaturesToEntity(ClusterMetierUseFeatures source, MetierUseFeatures target, boolean copyIfNull)
          Copies the fields of ClusterMetierUseFeatures to the specified entity.
 void clusterMetierUseFeaturesToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterMetierUseFeatures to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures and adds from the passed in entities collection
 MetierUseFeatures create(java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, QualityFlag qualityFlag, Vessel vessel, Program program, java.util.Collection gearUseMeasurements, FishingEffortCalendar fishingEffortCalendar, Operation operation, Gear gear, java.util.Collection gearUseFeaturesOrigins, java.util.Collection fishingAreas, ActivityCalendar activityCalendar, Metier metier)
           Creates a new fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures instance from all attributes and properties and adds it to the persistent store.
 MetierUseFeatures create(java.util.Date creationDate, Metier metier, Program program, QualityFlag qualityFlag, java.util.Date startDate, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures instance from only required properties (attributes and association ends) and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as GearUseFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, QualityFlag qualityFlag, Vessel vessel, Program program, java.util.Collection gearUseMeasurements, FishingEffortCalendar fishingEffortCalendar, Operation operation, Gear gear, java.util.Collection gearUseFeaturesOrigins, java.util.Collection fishingAreas, ActivityCalendar activityCalendar, Metier metier)
           Does the same thing as MetierUseFeaturesDao.create(java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,java.util.Collection,fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar,fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.referential.gear.Gear,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,fr.ifremer.allegro.referential.metier.Metier) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date creationDate, Metier metier, Program program, QualityFlag qualityFlag, java.util.Date startDate, Vessel vessel)
           Does the same thing as MetierUseFeaturesDao.create(java.util.Date,fr.ifremer.allegro.referential.metier.Metier,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,java.util.Date,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object create(int transform, MetierUseFeatures metierUseFeatures)
           Does the same thing as MetierUseFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures) with an additional flag called transform.
 MetierUseFeatures create(MetierUseFeatures metierUseFeatures)
          Creates an instance of fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures and adds it to the persistent store.
 MetierUseFeatures createFromClusterMetierUseFeatures(ClusterMetierUseFeatures clusterMetierUseFeatures)
           
 java.util.Collection findGearUseFeaturesByFishingEffortCalendar(FishingEffortCalendar fishingEffortCalendar)
           
 java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int transform, FishingEffortCalendar fishingEffortCalendar)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional flag called transform.
 java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int pageNumber, int pageSize, FishingEffortCalendar fishingEffortCalendar)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int transform, int pageNumber, int pageSize, FishingEffortCalendar fishingEffortCalendar)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int transform, java.lang.String queryString, FishingEffortCalendar fishingEffortCalendar)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingEffortCalendar fishingEffortCalendar)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(int, String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByFishingEffortCalendar(java.lang.String queryString, FishingEffortCalendar fishingEffortCalendar)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByFishingEffortCalendar(java.lang.String queryString, int pageNumber, int pageSize, FishingEffortCalendar fishingEffortCalendar)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByGear(Gear gear)
           
 java.util.Collection findGearUseFeaturesByGear(int transform, Gear gear)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional flag called transform.
 java.util.Collection findGearUseFeaturesByGear(int pageNumber, int pageSize, Gear gear)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByGear(int transform, int pageNumber, int pageSize, Gear gear)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByGear(int transform, java.lang.String queryString, Gear gear)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByGear(java.lang.String queryString, Gear gear)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByGear(java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 GearUseFeatures findGearUseFeaturesById(java.lang.Integer id)
           
 java.lang.Object findGearUseFeaturesById(int transform, java.lang.Integer id)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findGearUseFeaturesById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesById(int, java.lang.Integer) with an additional argument called queryString.
 GearUseFeatures findGearUseFeaturesById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesById(java.lang.Integer) with an additional argument called queryString.
 GearUseFeatures findGearUseFeaturesByNaturalId(Gear gear, Operation operation, FishingEffortCalendar fishingEffortCalendar, java.util.Date startDate, Vessel vessel, Program program)
           
 java.lang.Object findGearUseFeaturesByNaturalId(int transform, Gear gear, Operation operation, FishingEffortCalendar fishingEffortCalendar, java.util.Date startDate, Vessel vessel, Program program)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object findGearUseFeaturesByNaturalId(int transform, java.lang.String queryString, Gear gear, Operation operation, FishingEffortCalendar fishingEffortCalendar, java.util.Date startDate, Vessel vessel, Program program)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByNaturalId(int, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 GearUseFeatures findGearUseFeaturesByNaturalId(java.lang.String queryString, Gear gear, Operation operation, FishingEffortCalendar fishingEffortCalendar, java.util.Date startDate, Vessel vessel, Program program)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByOperation(int transform, int pageNumber, int pageSize, Operation operation)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByOperation(int pageNumber, int pageSize, Operation operation)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByOperation(int transform, Operation operation)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) with an additional flag called transform.
 java.util.Collection findGearUseFeaturesByOperation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Operation operation)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(int, String, fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByOperation(int transform, java.lang.String queryString, Operation operation)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByOperation(Operation operation)
           
 java.util.Collection findGearUseFeaturesByOperation(java.lang.String queryString, int pageNumber, int pageSize, Operation operation)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(String, fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByOperation(java.lang.String queryString, Operation operation)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByProgram(int transform, Program program)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findGearUseFeaturesByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByProgram(Program program)
           
 java.util.Collection findGearUseFeaturesByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByProgram(java.lang.String queryString, Program program)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findGearUseFeaturesByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findGearUseFeaturesByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByVessel(int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByVessel(int transform, java.lang.String queryString, Vessel vessel)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByVessel(int transform, Vessel vessel)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.util.Collection findGearUseFeaturesByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseFeaturesByVessel(java.lang.String queryString, Vessel vessel)
           Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findGearUseFeaturesByVessel(Vessel vessel)
           
 java.util.Collection findMetierUseFeaturesByActivityCalendar(ActivityCalendar activityCalendar)
           
 java.util.Collection findMetierUseFeaturesByActivityCalendar(int transform, ActivityCalendar activityCalendar)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional flag called transform.
 java.util.Collection findMetierUseFeaturesByActivityCalendar(int pageNumber, int pageSize, ActivityCalendar activityCalendar)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByActivityCalendar(int transform, int pageNumber, int pageSize, ActivityCalendar activityCalendar)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByActivityCalendar(int transform, java.lang.String queryString, ActivityCalendar activityCalendar)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional argument called queryString.
 java.util.Collection findMetierUseFeaturesByActivityCalendar(int transform, java.lang.String queryString, int pageNumber, int pageSize, ActivityCalendar activityCalendar)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByActivityCalendar(int, String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByActivityCalendar(java.lang.String queryString, ActivityCalendar activityCalendar)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional argument called queryString.
 java.util.Collection findMetierUseFeaturesByActivityCalendar(java.lang.String queryString, int pageNumber, int pageSize, ActivityCalendar activityCalendar)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByActivityCalendar(String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByFishingEffortCalendar(FishingEffortCalendar fishingEffortCalendar)
           
 java.util.Collection findMetierUseFeaturesByFishingEffortCalendar(int transform, FishingEffortCalendar fishingEffortCalendar)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional flag called transform.
 java.util.Collection findMetierUseFeaturesByFishingEffortCalendar(int pageNumber, int pageSize, FishingEffortCalendar fishingEffortCalendar)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByFishingEffortCalendar(int transform, int pageNumber, int pageSize, FishingEffortCalendar fishingEffortCalendar)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByFishingEffortCalendar(int transform, java.lang.String queryString, FishingEffortCalendar fishingEffortCalendar)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional argument called queryString.
 java.util.Collection findMetierUseFeaturesByFishingEffortCalendar(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingEffortCalendar fishingEffortCalendar)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(int, String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByFishingEffortCalendar(java.lang.String queryString, FishingEffortCalendar fishingEffortCalendar)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional argument called queryString.
 java.util.Collection findMetierUseFeaturesByFishingEffortCalendar(java.lang.String queryString, int pageNumber, int pageSize, FishingEffortCalendar fishingEffortCalendar)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByGear(Gear gear)
           
 java.util.Collection findMetierUseFeaturesByGear(int transform, Gear gear)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional flag called transform.
 java.util.Collection findMetierUseFeaturesByGear(int pageNumber, int pageSize, Gear gear)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByGear(int transform, int pageNumber, int pageSize, Gear gear)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByGear(int transform, java.lang.String queryString, Gear gear)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 java.util.Collection findMetierUseFeaturesByGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByGear(java.lang.String queryString, Gear gear)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 java.util.Collection findMetierUseFeaturesByGear(java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 MetierUseFeatures findMetierUseFeaturesById(java.lang.Integer id)
           
 java.lang.Object findMetierUseFeaturesById(int transform, java.lang.Integer id)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findMetierUseFeaturesById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesById(int, java.lang.Integer) with an additional argument called queryString.
 MetierUseFeatures findMetierUseFeaturesById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesById(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findMetierUseFeaturesByMetier(int transform, int pageNumber, int pageSize, Metier metier)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByMetier(int, fr.ifremer.allegro.referential.metier.Metier) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByMetier(int pageNumber, int pageSize, Metier metier)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByMetier(fr.ifremer.allegro.referential.metier.Metier) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByMetier(int transform, Metier metier)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByMetier(fr.ifremer.allegro.referential.metier.Metier) with an additional flag called transform.
 java.util.Collection findMetierUseFeaturesByMetier(int transform, java.lang.String queryString, int pageNumber, int pageSize, Metier metier)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByMetier(int, String, fr.ifremer.allegro.referential.metier.Metier) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByMetier(int transform, java.lang.String queryString, Metier metier)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByMetier(int, fr.ifremer.allegro.referential.metier.Metier) with an additional argument called queryString.
 java.util.Collection findMetierUseFeaturesByMetier(Metier metier)
           
 java.util.Collection findMetierUseFeaturesByMetier(java.lang.String queryString, int pageNumber, int pageSize, Metier metier)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByMetier(String, fr.ifremer.allegro.referential.metier.Metier) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByMetier(java.lang.String queryString, Metier metier)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByMetier(fr.ifremer.allegro.referential.metier.Metier) with an additional argument called queryString.
 java.lang.Object findMetierUseFeaturesByNaturalId(int transform, Metier metier, ActivityCalendar activityCalendar, Gear gear, Operation operation, FishingEffortCalendar fishingEffortCalendar, java.util.Date startDate, Vessel vessel, Program program)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByNaturalId(fr.ifremer.allegro.referential.metier.Metier, fr.ifremer.allegro.data.survey.activity.ActivityCalendar, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object findMetierUseFeaturesByNaturalId(int transform, java.lang.String queryString, Metier metier, ActivityCalendar activityCalendar, Gear gear, Operation operation, FishingEffortCalendar fishingEffortCalendar, java.util.Date startDate, Vessel vessel, Program program)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByNaturalId(int, fr.ifremer.allegro.referential.metier.Metier, fr.ifremer.allegro.data.survey.activity.ActivityCalendar, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 MetierUseFeatures findMetierUseFeaturesByNaturalId(Metier metier, ActivityCalendar activityCalendar, Gear gear, Operation operation, FishingEffortCalendar fishingEffortCalendar, java.util.Date startDate, Vessel vessel, Program program)
           
 MetierUseFeatures findMetierUseFeaturesByNaturalId(java.lang.String queryString, Metier metier, ActivityCalendar activityCalendar, Gear gear, Operation operation, FishingEffortCalendar fishingEffortCalendar, java.util.Date startDate, Vessel vessel, Program program)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByNaturalId(fr.ifremer.allegro.referential.metier.Metier, fr.ifremer.allegro.data.survey.activity.ActivityCalendar, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findMetierUseFeaturesByOperation(int transform, int pageNumber, int pageSize, Operation operation)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByOperation(int pageNumber, int pageSize, Operation operation)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByOperation(int transform, Operation operation)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) with an additional flag called transform.
 java.util.Collection findMetierUseFeaturesByOperation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Operation operation)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByOperation(int, String, fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByOperation(int transform, java.lang.String queryString, Operation operation)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation) with an additional argument called queryString.
 java.util.Collection findMetierUseFeaturesByOperation(Operation operation)
           
 java.util.Collection findMetierUseFeaturesByOperation(java.lang.String queryString, int pageNumber, int pageSize, Operation operation)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByOperation(String, fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByOperation(java.lang.String queryString, Operation operation)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) with an additional argument called queryString.
 java.util.Collection findMetierUseFeaturesByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByProgram(int transform, Program program)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findMetierUseFeaturesByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findMetierUseFeaturesByProgram(Program program)
           
 java.util.Collection findMetierUseFeaturesByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByProgram(java.lang.String queryString, Program program)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findMetierUseFeaturesByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findMetierUseFeaturesByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findMetierUseFeaturesByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findMetierUseFeaturesByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findMetierUseFeaturesByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByVessel(int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByVessel(int transform, java.lang.String queryString, Vessel vessel)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findMetierUseFeaturesByVessel(int transform, Vessel vessel)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.util.Collection findMetierUseFeaturesByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMetierUseFeaturesByVessel(java.lang.String queryString, Vessel vessel)
           Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findMetierUseFeaturesByVessel(Vessel vessel)
           
 UseFeatures findUseFeaturesById(java.lang.Integer id)
           
 java.lang.Object findUseFeaturesById(int transform, java.lang.Integer id)
           Does the same thing as UseFeaturesDao.findUseFeaturesById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findUseFeaturesById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as UseFeaturesDao.findUseFeaturesById(int, java.lang.Integer) with an additional argument called queryString.
 UseFeatures findUseFeaturesById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as UseFeaturesDao.findUseFeaturesById(java.lang.Integer) with an additional argument called queryString.
 UseFeatures findUseFeaturesByNaturalId(java.util.Date startDate, Vessel vessel, Program program)
           
 java.lang.Object findUseFeaturesByNaturalId(int transform, java.util.Date startDate, Vessel vessel, Program program)
           Does the same thing as UseFeaturesDao.findUseFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object findUseFeaturesByNaturalId(int transform, java.lang.String queryString, java.util.Date startDate, Vessel vessel, Program program)
           Does the same thing as UseFeaturesDao.findUseFeaturesByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 UseFeatures findUseFeaturesByNaturalId(java.lang.String queryString, java.util.Date startDate, Vessel vessel, Program program)
           Does the same thing as UseFeaturesDao.findUseFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findUseFeaturesByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findUseFeaturesByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findUseFeaturesByProgram(int transform, Program program)
           Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findUseFeaturesByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findUseFeaturesByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findUseFeaturesByProgram(Program program)
           
 java.util.Collection findUseFeaturesByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findUseFeaturesByProgram(java.lang.String queryString, Program program)
           Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findUseFeaturesByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findUseFeaturesByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findUseFeaturesByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findUseFeaturesByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findUseFeaturesByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findUseFeaturesByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findUseFeaturesByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findUseFeaturesByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findUseFeaturesByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findUseFeaturesByVessel(int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findUseFeaturesByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findUseFeaturesByVessel(int transform, java.lang.String queryString, Vessel vessel)
           Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findUseFeaturesByVessel(int transform, Vessel vessel)
           Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.util.Collection findUseFeaturesByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findUseFeaturesByVessel(java.lang.String queryString, Vessel vessel)
           Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findUseFeaturesByVessel(Vessel vessel)
           
protected  ActivityCalendarDao getActivityCalendarDao()
          Gets the reference to activityCalendarDao.
 ClusterMetierUseFeatures[] getAllClusterMetierUseFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllGearUseFeatures()
           
 java.util.Collection getAllGearUseFeatures(int transform)
           Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures() with an additional flag called transform.
 java.util.Collection getAllGearUseFeatures(int pageNumber, int pageSize)
           Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseFeatures(int transform, int pageNumber, int pageSize)
           Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseFeatures(int transform, java.lang.String queryString)
           Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures(int) with an additional argument called queryString.
 java.util.Collection getAllGearUseFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseFeatures(java.lang.String queryString)
           Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures() with an additional argument called queryString.
 java.util.Collection getAllGearUseFeatures(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseFeaturesSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseFeaturesSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseFeaturesSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseFeaturesSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllGearUseFeaturesSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllGearUseFeaturesSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseFeaturesSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllGearUseFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
           
 java.util.Collection getAllMetierUseFeatures()
           
 java.util.Collection getAllMetierUseFeatures(int transform)
           Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeatures() with an additional flag called transform.
 java.util.Collection getAllMetierUseFeatures(int pageNumber, int pageSize)
           Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeatures() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMetierUseFeatures(int transform, int pageNumber, int pageSize)
           Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeatures(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMetierUseFeatures(int transform, java.lang.String queryString)
           Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeatures(int) with an additional argument called queryString.
 java.util.Collection getAllMetierUseFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeatures(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMetierUseFeatures(java.lang.String queryString)
           Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeatures() with an additional argument called queryString.
 java.util.Collection getAllMetierUseFeatures(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeatures(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMetierUseFeaturesSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMetierUseFeaturesSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMetierUseFeaturesSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeaturesSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMetierUseFeaturesSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllMetierUseFeaturesSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllMetierUseFeaturesSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeaturesSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMetierUseFeaturesSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllMetierUseFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
           
 java.util.Collection getAllUseFeatures()
           
 java.util.Collection getAllUseFeatures(int transform)
           Does the same thing as UseFeaturesDao.getAllUseFeatures() with an additional flag called transform.
 java.util.Collection getAllUseFeatures(int pageNumber, int pageSize)
           Does the same thing as UseFeaturesDao.getAllUseFeatures() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllUseFeatures(int transform, int pageNumber, int pageSize)
           Does the same thing as UseFeaturesDao.getAllUseFeatures(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllUseFeatures(int transform, java.lang.String queryString)
           Does the same thing as UseFeaturesDao.getAllUseFeatures(int) with an additional argument called queryString.
 java.util.Collection getAllUseFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as UseFeaturesDao.getAllUseFeatures(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllUseFeatures(java.lang.String queryString)
           Does the same thing as UseFeaturesDao.getAllUseFeatures() with an additional argument called queryString.
 java.util.Collection getAllUseFeatures(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as UseFeaturesDao.getAllUseFeatures(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllUseFeaturesSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllUseFeaturesSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllUseFeaturesSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllUseFeaturesSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllUseFeaturesSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllUseFeaturesSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllUseFeaturesSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllUseFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
           
protected  MetierDao getMetierDao()
          Gets the reference to metierDao.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected abstract  MetierUseFeatures handleCreateFromClusterMetierUseFeatures(ClusterMetierUseFeatures clusterMetierUseFeatures)
          Performs the core logic for createFromClusterMetierUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterMetierUseFeatures)
protected abstract  ClusterMetierUseFeatures[] handleGetAllClusterMetierUseFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for getAllClusterMetierUseFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 MetierUseFeatures load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.vessel.feature.use.UseFeatures from the persistent store.
 java.lang.Object load(int transform, java.lang.Integer id)
           Does the same thing as UseFeaturesDao.load(java.lang.Integer) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type UseFeatures.
 java.util.Collection loadAll(int transform)
           Does the same thing as UseFeaturesDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as UseFeaturesDao.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 UseFeaturesDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remoteMetierUseFeaturesFullVOToEntity(RemoteMetierUseFeaturesFullVO source, MetierUseFeatures target, boolean copyIfNull)
          Copies the fields of RemoteMetierUseFeaturesFullVO to the specified entity.
 void remoteMetierUseFeaturesFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteMetierUseFeaturesFullVO to this DAO's entity.
 void remoteMetierUseFeaturesNaturalIdToEntity(RemoteMetierUseFeaturesNaturalId source, MetierUseFeatures target, boolean copyIfNull)
          Copies the fields of RemoteMetierUseFeaturesNaturalId to the specified entity.
 void remoteMetierUseFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteMetierUseFeaturesNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.use.UseFeatures having the given identifier from the persistent store.
 void remove(MetierUseFeatures metierUseFeatures)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures 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 UseFeaturesDao.search(fr.ifremer.allegro.Search) but with an additional flag called transform.
 java.util.Set search(Search search)
          Performs a search using the parameters specified in the given search object.
 void setActivityCalendarDao(ActivityCalendarDao activityCalendarDao)
          Sets the reference to activityCalendarDao.
 void setMetierDao(MetierDao metierDao)
          Sets the reference to metierDao.
 ClusterMetierUseFeatures toClusterMetierUseFeatures(MetierUseFeatures entity)
          Converts this DAO's entity to an object of type ClusterMetierUseFeatures.
 void toClusterMetierUseFeatures(MetierUseFeatures source, ClusterMetierUseFeatures target)
          Copies the fields of the specified entity to the target value object.
protected  ClusterMetierUseFeatures toClusterMetierUseFeatures(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterMetierUseFeatures[] toClusterMetierUseFeaturesArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterMetierUseFeatures.
 void toClusterMetierUseFeaturesCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterMetierUseFeatures.
protected  MetierUseFeatures toEntity(java.lang.Object[] row)
           
 RemoteMetierUseFeaturesFullVO toRemoteMetierUseFeaturesFullVO(MetierUseFeatures entity)
          Converts this DAO's entity to an object of type RemoteMetierUseFeaturesFullVO.
 void toRemoteMetierUseFeaturesFullVO(MetierUseFeatures source, RemoteMetierUseFeaturesFullVO target)
          Copies the fields of the specified entity to the target value object.
protected  RemoteMetierUseFeaturesFullVO toRemoteMetierUseFeaturesFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteMetierUseFeaturesFullVO[] toRemoteMetierUseFeaturesFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteMetierUseFeaturesFullVO.
 void toRemoteMetierUseFeaturesFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteMetierUseFeaturesFullVO.
 RemoteMetierUseFeaturesNaturalId toRemoteMetierUseFeaturesNaturalId(MetierUseFeatures entity)
          Converts this DAO's entity to an object of type RemoteMetierUseFeaturesNaturalId.
 void toRemoteMetierUseFeaturesNaturalId(MetierUseFeatures source, RemoteMetierUseFeaturesNaturalId target)
          Copies the fields of the specified entity to the target value object.
protected  RemoteMetierUseFeaturesNaturalId toRemoteMetierUseFeaturesNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteMetierUseFeaturesNaturalId[] toRemoteMetierUseFeaturesNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteMetierUseFeaturesNaturalId.
 void toRemoteMetierUseFeaturesNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteMetierUseFeaturesNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures) method.
protected  java.lang.Object transformEntity(int transform, MetierUseFeatures entity)
          Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeaturesDao, please note that the UseFeaturesDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(MetierUseFeatures metierUseFeatures)
          Updates the metierUseFeatures instance in the persistent store.
 
Methods inherited from class fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesDaoImpl
clusterGearUseFeaturesToEntity, clusterGearUseFeaturesToEntity, handleCreateFromClusterGearUseFeatures, handleGetAllClusterGearUseFeaturesSinceDateSynchro, remoteGearUseFeaturesFullVOToEntity, remoteGearUseFeaturesFullVOToEntity, remoteGearUseFeaturesNaturalIdToEntity, remoteGearUseFeaturesNaturalIdToEntity, toClusterGearUseFeatures, toClusterGearUseFeatures, toRemoteGearUseFeaturesFullVO, toRemoteGearUseFeaturesFullVO, toRemoteGearUseFeaturesNaturalId, toRemoteGearUseFeaturesNaturalId
 
Methods inherited from class fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesDaoBase
clusterGearUseFeaturesToEntityCollection, create, create, create, create, create, create, createFromClusterGearUseFeatures, getAllClusterGearUseFeaturesSinceDateSynchro, getFishingAreaDao, getFishingEffortCalendarDao, getGearDao, getGearUseFeaturesOriginDao, getGearUseMeasurementDao, getOperationDao, remoteGearUseFeaturesFullVOToEntityCollection, remoteGearUseFeaturesNaturalIdToEntityCollection, remove, setFishingAreaDao, setFishingEffortCalendarDao, setGearDao, setGearUseFeaturesOriginDao, setGearUseMeasurementDao, setOperationDao, toClusterGearUseFeatures, toClusterGearUseFeaturesArray, toClusterGearUseFeaturesCollection, toRemoteGearUseFeaturesFullVO, toRemoteGearUseFeaturesFullVOArray, toRemoteGearUseFeaturesFullVOCollection, toRemoteGearUseFeaturesNaturalId, toRemoteGearUseFeaturesNaturalIdArray, toRemoteGearUseFeaturesNaturalIdCollection, transformEntity, update
 
Methods inherited from class fr.ifremer.allegro.data.vessel.feature.use.UseFeaturesDaoImpl
clusterUseFeaturesToEntity, clusterUseFeaturesToEntity, remoteUseFeaturesFullVOToEntity, remoteUseFeaturesFullVOToEntity, remoteUseFeaturesNaturalIdToEntity, remoteUseFeaturesNaturalIdToEntity, toClusterUseFeatures, toClusterUseFeatures, toRemoteUseFeaturesFullVO, toRemoteUseFeaturesFullVO, toRemoteUseFeaturesNaturalId, toRemoteUseFeaturesNaturalId
 
Methods inherited from class fr.ifremer.allegro.data.vessel.feature.use.UseFeaturesDaoBase
clusterUseFeaturesToEntityCollection, getProgramDao, getQualityFlagDao, getVesselDao, remoteUseFeaturesFullVOToEntityCollection, remoteUseFeaturesNaturalIdToEntityCollection, remove, setProgramDao, setQualityFlagDao, setVesselDao, toClusterUseFeatures, toClusterUseFeaturesArray, toClusterUseFeaturesCollection, toRemoteUseFeaturesFullVO, toRemoteUseFeaturesFullVOArray, toRemoteUseFeaturesFullVOCollection, toRemoteUseFeaturesNaturalId, toRemoteUseFeaturesNaturalIdArray, toRemoteUseFeaturesNaturalIdCollection, transformEntity, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeaturesDao
clusterMetierUseFeaturesToEntity, remoteMetierUseFeaturesFullVOToEntity, remoteMetierUseFeaturesNaturalIdToEntity
 
Methods inherited from interface fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesDao
clusterGearUseFeaturesToEntity, clusterGearUseFeaturesToEntity, clusterGearUseFeaturesToEntityCollection, create, create, create, create, create, create, createFromClusterGearUseFeatures, getAllClusterGearUseFeaturesSinceDateSynchro, remoteGearUseFeaturesFullVOToEntity, remoteGearUseFeaturesFullVOToEntity, remoteGearUseFeaturesFullVOToEntityCollection, remoteGearUseFeaturesNaturalIdToEntity, remoteGearUseFeaturesNaturalIdToEntity, remoteGearUseFeaturesNaturalIdToEntityCollection, remove, toClusterGearUseFeatures, toClusterGearUseFeatures, toClusterGearUseFeaturesArray, toClusterGearUseFeaturesCollection, toRemoteGearUseFeaturesFullVO, toRemoteGearUseFeaturesFullVO, toRemoteGearUseFeaturesFullVOArray, toRemoteGearUseFeaturesFullVOCollection, toRemoteGearUseFeaturesNaturalId, toRemoteGearUseFeaturesNaturalId, toRemoteGearUseFeaturesNaturalIdArray, toRemoteGearUseFeaturesNaturalIdCollection, update
 
Methods inherited from interface fr.ifremer.allegro.data.vessel.feature.use.UseFeaturesDao
clusterUseFeaturesToEntity, clusterUseFeaturesToEntity, clusterUseFeaturesToEntityCollection, remoteUseFeaturesFullVOToEntity, remoteUseFeaturesFullVOToEntity, remoteUseFeaturesFullVOToEntityCollection, remoteUseFeaturesNaturalIdToEntity, remoteUseFeaturesNaturalIdToEntity, remoteUseFeaturesNaturalIdToEntityCollection, remove, toClusterUseFeatures, toClusterUseFeatures, toClusterUseFeaturesArray, toClusterUseFeaturesCollection, toRemoteUseFeaturesFullVO, toRemoteUseFeaturesFullVO, toRemoteUseFeaturesFullVOArray, toRemoteUseFeaturesFullVOCollection, toRemoteUseFeaturesNaturalId, toRemoteUseFeaturesNaturalId, toRemoteUseFeaturesNaturalIdArray, toRemoteUseFeaturesNaturalIdCollection, update
 

Constructor Detail

MetierUseFeaturesDaoBase

public MetierUseFeaturesDaoBase()
Method Detail

setMetierDao

public void setMetierDao(MetierDao metierDao)
Sets the reference to metierDao.


getMetierDao

protected MetierDao getMetierDao()
Gets the reference to metierDao.


setActivityCalendarDao

public void setActivityCalendarDao(ActivityCalendarDao activityCalendarDao)
Sets the reference to activityCalendarDao.


getActivityCalendarDao

protected ActivityCalendarDao getActivityCalendarDao()
Gets the reference to activityCalendarDao.


load

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

Does the same thing as UseFeaturesDao.load(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined in this class then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
load in interface GearUseFeaturesDao
Specified by:
load in interface MetierUseFeaturesDao
Specified by:
load in interface UseFeaturesDao
Overrides:
load in class GearUseFeaturesDaoBase
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.
See Also:
MetierUseFeaturesDao.load(int, java.lang.Integer)

load

public MetierUseFeatures load(java.lang.Integer id)
Description copied from interface: UseFeaturesDao
Loads an instance of fr.ifremer.allegro.data.vessel.feature.use.UseFeatures from the persistent store.

Specified by:
load in interface GearUseFeaturesDao
Specified by:
load in interface MetierUseFeaturesDao
Specified by:
load in interface UseFeaturesDao
Overrides:
load in class GearUseFeaturesDaoBase
See Also:
MetierUseFeaturesDao.load(java.lang.Integer)

loadAll

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

Specified by:
loadAll in interface GearUseFeaturesDao
Specified by:
loadAll in interface MetierUseFeaturesDao
Specified by:
loadAll in interface UseFeaturesDao
Overrides:
loadAll in class GearUseFeaturesDaoBase
Returns:
the loaded entities.
See Also:
MetierUseFeaturesDao.loadAll()

loadAll

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

Does the same thing as UseFeaturesDao.loadAll() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
loadAll in interface GearUseFeaturesDao
Specified by:
loadAll in interface MetierUseFeaturesDao
Specified by:
loadAll in interface UseFeaturesDao
Overrides:
loadAll in class GearUseFeaturesDaoBase
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
MetierUseFeaturesDao.loadAll(int)

loadAll

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

Does the same thing as UseFeaturesDao.loadAll() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
loadAll in interface GearUseFeaturesDao
Specified by:
loadAll in interface MetierUseFeaturesDao
Specified by:
loadAll in interface UseFeaturesDao
Overrides:
loadAll in class GearUseFeaturesDaoBase
Parameters:
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.
See Also:
MetierUseFeaturesDao.loadAll(int, int)

loadAll

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

Does the same thing as UseFeaturesDao.loadAll(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
loadAll in interface GearUseFeaturesDao
Specified by:
loadAll in interface MetierUseFeaturesDao
Specified by:
loadAll in interface UseFeaturesDao
Overrides:
loadAll in class GearUseFeaturesDaoBase
Parameters:
transform - the flag indicating what transformation to use.
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.
See Also:
MetierUseFeaturesDao.loadAll(int, int, int)

create

public MetierUseFeatures create(MetierUseFeatures metierUseFeatures)
Description copied from interface: MetierUseFeaturesDao
Creates an instance of fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures and adds it to the persistent store.

Specified by:
create in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures)

create

public java.lang.Object create(int transform,
                               MetierUseFeatures metierUseFeatures)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
create in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.create(int transform, fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures)

create

public java.util.Collection create(java.util.Collection entities)
Description copied from interface: GearUseFeaturesDao
Creates a new instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures and adds from the passed in entities collection

Specified by:
create in interface GearUseFeaturesDao
Specified by:
create in interface MetierUseFeaturesDao
Overrides:
create in class GearUseFeaturesDaoBase
Parameters:
entities - the collection of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures instances to create.
Returns:
the created instances.
See Also:
MetierUseFeaturesDao.create(java.util.Collection)

create

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

Does the same thing as GearUseFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
create in interface GearUseFeaturesDao
Specified by:
create in interface MetierUseFeaturesDao
Overrides:
create in class GearUseFeaturesDaoBase
See Also:
MetierUseFeaturesDao.create(int, java.util.Collection)

create

public MetierUseFeatures create(java.util.Date startDate,
                                java.util.Date endDate,
                                java.util.Date creationDate,
                                java.util.Date controlDate,
                                java.util.Date validationDate,
                                java.util.Date qualificationDate,
                                java.lang.String qualificationComments,
                                java.sql.Timestamp updateDate,
                                QualityFlag qualityFlag,
                                Vessel vessel,
                                Program program,
                                java.util.Collection gearUseMeasurements,
                                FishingEffortCalendar fishingEffortCalendar,
                                Operation operation,
                                Gear gear,
                                java.util.Collection gearUseFeaturesOrigins,
                                java.util.Collection fishingAreas,
                                ActivityCalendar activityCalendar,
                                Metier metier)
Description copied from interface: MetierUseFeaturesDao

Creates a new fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures instance from all attributes and properties and adds it to the persistent store.

Specified by:
create in interface MetierUseFeaturesDao
See Also:
fr.ifremer.allegro.data.vessel.feature.use.UseFeaturesDao#create(java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,java.util.Collection,fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar,fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.referential.gear.Gear,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,fr.ifremer.allegro.referential.metier.Metier)

create

public java.lang.Object create(int transform,
                               java.util.Date startDate,
                               java.util.Date endDate,
                               java.util.Date creationDate,
                               java.util.Date controlDate,
                               java.util.Date validationDate,
                               java.util.Date qualificationDate,
                               java.lang.String qualificationComments,
                               java.sql.Timestamp updateDate,
                               QualityFlag qualityFlag,
                               Vessel vessel,
                               Program program,
                               java.util.Collection gearUseMeasurements,
                               FishingEffortCalendar fishingEffortCalendar,
                               Operation operation,
                               Gear gear,
                               java.util.Collection gearUseFeaturesOrigins,
                               java.util.Collection fishingAreas,
                               ActivityCalendar activityCalendar,
                               Metier metier)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.create(java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,java.util.Collection,fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar,fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.referential.gear.Gear,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,fr.ifremer.allegro.referential.metier.Metier) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
create in interface MetierUseFeaturesDao
See Also:
fr.ifremer.allegro.data.vessel.feature.use.UseFeaturesDao#create(int, java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,java.util.Collection,fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar,fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.referential.gear.Gear,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,fr.ifremer.allegro.referential.metier.Metier)

create

public MetierUseFeatures create(java.util.Date creationDate,
                                Metier metier,
                                Program program,
                                QualityFlag qualityFlag,
                                java.util.Date startDate,
                                Vessel vessel)
Description copied from interface: MetierUseFeaturesDao

Creates a new fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures instance from only required properties (attributes and association ends) and adds it to the persistent store.

Specified by:
create in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.create(java.util.Date,fr.ifremer.allegro.referential.metier.Metier,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,java.util.Date,fr.ifremer.allegro.referential.vessel.Vessel)

create

public java.lang.Object create(int transform,
                               java.util.Date creationDate,
                               Metier metier,
                               Program program,
                               QualityFlag qualityFlag,
                               java.util.Date startDate,
                               Vessel vessel)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.create(java.util.Date,fr.ifremer.allegro.referential.metier.Metier,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,java.util.Date,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOTWILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
create in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.create(int, java.util.Date,fr.ifremer.allegro.referential.metier.Metier,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,java.util.Date,fr.ifremer.allegro.referential.vessel.Vessel)

update

public void update(MetierUseFeatures metierUseFeatures)
Description copied from interface: MetierUseFeaturesDao
Updates the metierUseFeatures instance in the persistent store.

Specified by:
update in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.update(fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures)

update

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

Specified by:
update in interface GearUseFeaturesDao
Specified by:
update in interface MetierUseFeaturesDao
Specified by:
update in interface UseFeaturesDao
Overrides:
update in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.update(java.util.Collection)

remove

public void remove(MetierUseFeatures metierUseFeatures)
Description copied from interface: MetierUseFeaturesDao
Removes the instance of fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures from the persistent store.

Specified by:
remove in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.remove(fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures)

remove

public void remove(java.lang.Integer id)
Description copied from interface: UseFeaturesDao
Removes the instance of fr.ifremer.allegro.data.vessel.feature.use.UseFeatures having the given identifier from the persistent store.

Specified by:
remove in interface GearUseFeaturesDao
Specified by:
remove in interface MetierUseFeaturesDao
Specified by:
remove in interface UseFeaturesDao
Overrides:
remove in class GearUseFeaturesDaoBase
See Also:
MetierUseFeaturesDao.remove(java.lang.Integer)

remove

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

Specified by:
remove in interface GearUseFeaturesDao
Specified by:
remove in interface MetierUseFeaturesDao
Specified by:
remove in interface UseFeaturesDao
Overrides:
remove in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.remove(java.util.Collection)

getAllMetierUseFeatures

public java.util.Collection getAllMetierUseFeatures()
Specified by:
getAllMetierUseFeatures in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.getAllMetierUseFeatures()

getAllMetierUseFeatures

public java.util.Collection getAllMetierUseFeatures(int transform)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeatures() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
getAllMetierUseFeatures in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.getAllMetierUseFeatures(int)

getAllMetierUseFeatures

public java.util.Collection getAllMetierUseFeatures(java.lang.String queryString)
Description copied from interface: MetierUseFeaturesDao

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

Specified by:
getAllMetierUseFeatures in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.getAllMetierUseFeatures(java.lang.String)

getAllMetierUseFeatures

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

Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeatures() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllMetierUseFeatures in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.getAllMetierUseFeatures(int, int)

getAllMetierUseFeatures

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

Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeatures(String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllMetierUseFeatures in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.getAllMetierUseFeatures(String, int, int)

getAllMetierUseFeatures

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

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

Specified by:
getAllMetierUseFeatures in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.getAllMetierUseFeatures(int, String)

getAllMetierUseFeatures

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

Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeatures(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllMetierUseFeatures in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.getAllMetierUseFeatures(int, int, int)

getAllMetierUseFeatures

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

Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeatures(int, String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllMetierUseFeatures in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.getAllMetierUseFeatures(int, java.lang.String, int, int)

findMetierUseFeaturesById

public MetierUseFeatures findMetierUseFeaturesById(java.lang.Integer id)
Specified by:
findMetierUseFeaturesById in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesById(java.lang.Integer)

findMetierUseFeaturesById

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

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesById(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findMetierUseFeaturesById in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesById(int, java.lang.Integer)

findMetierUseFeaturesById

public MetierUseFeatures findMetierUseFeaturesById(java.lang.String queryString,
                                                   java.lang.Integer id)
Description copied from interface: MetierUseFeaturesDao

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

Specified by:
findMetierUseFeaturesById in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesById(java.lang.String, java.lang.Integer)

findMetierUseFeaturesById

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

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

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

findMetierUseFeaturesByMetier

public java.util.Collection findMetierUseFeaturesByMetier(Metier metier)
Specified by:
findMetierUseFeaturesByMetier in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByMetier(fr.ifremer.allegro.referential.metier.Metier)

findMetierUseFeaturesByMetier

public java.util.Collection findMetierUseFeaturesByMetier(int transform,
                                                          Metier metier)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByMetier(fr.ifremer.allegro.referential.metier.Metier) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findMetierUseFeaturesByMetier in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByMetier(int, fr.ifremer.allegro.referential.metier.Metier)

findMetierUseFeaturesByMetier

public java.util.Collection findMetierUseFeaturesByMetier(java.lang.String queryString,
                                                          Metier metier)
Description copied from interface: MetierUseFeaturesDao

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

Specified by:
findMetierUseFeaturesByMetier in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByMetier(java.lang.String, fr.ifremer.allegro.referential.metier.Metier)

findMetierUseFeaturesByMetier

public java.util.Collection findMetierUseFeaturesByMetier(int pageNumber,
                                                          int pageSize,
                                                          Metier metier)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByMetier(fr.ifremer.allegro.referential.metier.Metier) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByMetier in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByMetier(int, int, fr.ifremer.allegro.referential.metier.Metier)

findMetierUseFeaturesByMetier

public java.util.Collection findMetierUseFeaturesByMetier(java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          Metier metier)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByMetier(String, fr.ifremer.allegro.referential.metier.Metier) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByMetier in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByMetier(String, int, int, fr.ifremer.allegro.referential.metier.Metier)

findMetierUseFeaturesByMetier

public java.util.Collection findMetierUseFeaturesByMetier(int transform,
                                                          java.lang.String queryString,
                                                          Metier metier)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByMetier(int, fr.ifremer.allegro.referential.metier.Metier) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MetierUseFeaturesDao.findMetierUseFeaturesByMetier(int, fr.ifremer.allegro.referential.metier.Metier metier).

Specified by:
findMetierUseFeaturesByMetier in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByMetier(int, String, fr.ifremer.allegro.referential.metier.Metier)

findMetierUseFeaturesByMetier

public java.util.Collection findMetierUseFeaturesByMetier(int transform,
                                                          int pageNumber,
                                                          int pageSize,
                                                          Metier metier)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByMetier(int, fr.ifremer.allegro.referential.metier.Metier) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByMetier in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByMetier(int, int, int, fr.ifremer.allegro.referential.metier.Metier)

findMetierUseFeaturesByMetier

public java.util.Collection findMetierUseFeaturesByMetier(int transform,
                                                          java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          Metier metier)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByMetier(int, String, fr.ifremer.allegro.referential.metier.Metier) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByMetier in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByMetier(int, java.lang.String, int, int, fr.ifremer.allegro.referential.metier.Metier)

findMetierUseFeaturesByActivityCalendar

public java.util.Collection findMetierUseFeaturesByActivityCalendar(ActivityCalendar activityCalendar)
Specified by:
findMetierUseFeaturesByActivityCalendar in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar)

findMetierUseFeaturesByActivityCalendar

public java.util.Collection findMetierUseFeaturesByActivityCalendar(int transform,
                                                                    ActivityCalendar activityCalendar)
Description copied from interface: MetierUseFeaturesDao

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

Specified by:
findMetierUseFeaturesByActivityCalendar in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)

findMetierUseFeaturesByActivityCalendar

public java.util.Collection findMetierUseFeaturesByActivityCalendar(java.lang.String queryString,
                                                                    ActivityCalendar activityCalendar)
Description copied from interface: MetierUseFeaturesDao

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

Specified by:
findMetierUseFeaturesByActivityCalendar in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByActivityCalendar(java.lang.String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)

findMetierUseFeaturesByActivityCalendar

public java.util.Collection findMetierUseFeaturesByActivityCalendar(int pageNumber,
                                                                    int pageSize,
                                                                    ActivityCalendar activityCalendar)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByActivityCalendar in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByActivityCalendar(int, int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)

findMetierUseFeaturesByActivityCalendar

public java.util.Collection findMetierUseFeaturesByActivityCalendar(java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    ActivityCalendar activityCalendar)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByActivityCalendar(String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByActivityCalendar in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByActivityCalendar(String, int, int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)

findMetierUseFeaturesByActivityCalendar

public java.util.Collection findMetierUseFeaturesByActivityCalendar(int transform,
                                                                    java.lang.String queryString,
                                                                    ActivityCalendar activityCalendar)
Description copied from interface: MetierUseFeaturesDao

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

Specified by:
findMetierUseFeaturesByActivityCalendar in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByActivityCalendar(int, String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)

findMetierUseFeaturesByActivityCalendar

public java.util.Collection findMetierUseFeaturesByActivityCalendar(int transform,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    ActivityCalendar activityCalendar)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByActivityCalendar in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByActivityCalendar(int, int, int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)

findMetierUseFeaturesByActivityCalendar

public java.util.Collection findMetierUseFeaturesByActivityCalendar(int transform,
                                                                    java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    ActivityCalendar activityCalendar)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByActivityCalendar(int, String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByActivityCalendar in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByActivityCalendar(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)

findMetierUseFeaturesByGear

public java.util.Collection findMetierUseFeaturesByGear(Gear gear)
Specified by:
findMetierUseFeaturesByGear in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear)

findMetierUseFeaturesByGear

public java.util.Collection findMetierUseFeaturesByGear(int transform,
                                                        Gear gear)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findMetierUseFeaturesByGear in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear)

findMetierUseFeaturesByGear

public java.util.Collection findMetierUseFeaturesByGear(java.lang.String queryString,
                                                        Gear gear)
Description copied from interface: MetierUseFeaturesDao

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

Specified by:
findMetierUseFeaturesByGear in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByGear(java.lang.String, fr.ifremer.allegro.referential.gear.Gear)

findMetierUseFeaturesByGear

public java.util.Collection findMetierUseFeaturesByGear(int pageNumber,
                                                        int pageSize,
                                                        Gear gear)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByGear in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByGear(int, int, fr.ifremer.allegro.referential.gear.Gear)

findMetierUseFeaturesByGear

public java.util.Collection findMetierUseFeaturesByGear(java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize,
                                                        Gear gear)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByGear in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByGear(String, int, int, fr.ifremer.allegro.referential.gear.Gear)

findMetierUseFeaturesByGear

public java.util.Collection findMetierUseFeaturesByGear(int transform,
                                                        java.lang.String queryString,
                                                        Gear gear)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MetierUseFeaturesDao.findMetierUseFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear gear).

Specified by:
findMetierUseFeaturesByGear in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByGear(int, String, fr.ifremer.allegro.referential.gear.Gear)

findMetierUseFeaturesByGear

public java.util.Collection findMetierUseFeaturesByGear(int transform,
                                                        int pageNumber,
                                                        int pageSize,
                                                        Gear gear)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByGear in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByGear(int, int, int, fr.ifremer.allegro.referential.gear.Gear)

findMetierUseFeaturesByGear

public java.util.Collection findMetierUseFeaturesByGear(int transform,
                                                        java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize,
                                                        Gear gear)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByGear in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByGear(int, java.lang.String, int, int, fr.ifremer.allegro.referential.gear.Gear)

findMetierUseFeaturesByOperation

public java.util.Collection findMetierUseFeaturesByOperation(Operation operation)
Specified by:
findMetierUseFeaturesByOperation in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation)

findMetierUseFeaturesByOperation

public java.util.Collection findMetierUseFeaturesByOperation(int transform,
                                                             Operation operation)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findMetierUseFeaturesByOperation in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation)

findMetierUseFeaturesByOperation

public java.util.Collection findMetierUseFeaturesByOperation(java.lang.String queryString,
                                                             Operation operation)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MetierUseFeaturesDao.findMetierUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation).

Specified by:
findMetierUseFeaturesByOperation in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByOperation(java.lang.String, fr.ifremer.allegro.data.operation.Operation)

findMetierUseFeaturesByOperation

public java.util.Collection findMetierUseFeaturesByOperation(int pageNumber,
                                                             int pageSize,
                                                             Operation operation)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByOperation in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByOperation(int, int, fr.ifremer.allegro.data.operation.Operation)

findMetierUseFeaturesByOperation

public java.util.Collection findMetierUseFeaturesByOperation(java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Operation operation)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByOperation(String, fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByOperation in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByOperation(String, int, int, fr.ifremer.allegro.data.operation.Operation)

findMetierUseFeaturesByOperation

public java.util.Collection findMetierUseFeaturesByOperation(int transform,
                                                             java.lang.String queryString,
                                                             Operation operation)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MetierUseFeaturesDao.findMetierUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation operation).

Specified by:
findMetierUseFeaturesByOperation in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByOperation(int, String, fr.ifremer.allegro.data.operation.Operation)

findMetierUseFeaturesByOperation

public java.util.Collection findMetierUseFeaturesByOperation(int transform,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Operation operation)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByOperation in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByOperation(int, int, int, fr.ifremer.allegro.data.operation.Operation)

findMetierUseFeaturesByOperation

public java.util.Collection findMetierUseFeaturesByOperation(int transform,
                                                             java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Operation operation)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByOperation(int, String, fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByOperation in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByOperation(int, java.lang.String, int, int, fr.ifremer.allegro.data.operation.Operation)

findMetierUseFeaturesByFishingEffortCalendar

public java.util.Collection findMetierUseFeaturesByFishingEffortCalendar(FishingEffortCalendar fishingEffortCalendar)
Specified by:
findMetierUseFeaturesByFishingEffortCalendar in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)

findMetierUseFeaturesByFishingEffortCalendar

public java.util.Collection findMetierUseFeaturesByFishingEffortCalendar(int transform,
                                                                         FishingEffortCalendar fishingEffortCalendar)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findMetierUseFeaturesByFishingEffortCalendar in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)

findMetierUseFeaturesByFishingEffortCalendar

public java.util.Collection findMetierUseFeaturesByFishingEffortCalendar(java.lang.String queryString,
                                                                         FishingEffortCalendar fishingEffortCalendar)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar).

Specified by:
findMetierUseFeaturesByFishingEffortCalendar in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(java.lang.String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)

findMetierUseFeaturesByFishingEffortCalendar

public java.util.Collection findMetierUseFeaturesByFishingEffortCalendar(int pageNumber,
                                                                         int pageSize,
                                                                         FishingEffortCalendar fishingEffortCalendar)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByFishingEffortCalendar in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(int, int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)

findMetierUseFeaturesByFishingEffortCalendar

public java.util.Collection findMetierUseFeaturesByFishingEffortCalendar(java.lang.String queryString,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         FishingEffortCalendar fishingEffortCalendar)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByFishingEffortCalendar in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(String, int, int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)

findMetierUseFeaturesByFishingEffortCalendar

public java.util.Collection findMetierUseFeaturesByFishingEffortCalendar(int transform,
                                                                         java.lang.String queryString,
                                                                         FishingEffortCalendar fishingEffortCalendar)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar fishingEffortCalendar).

Specified by:
findMetierUseFeaturesByFishingEffortCalendar in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(int, String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)

findMetierUseFeaturesByFishingEffortCalendar

public java.util.Collection findMetierUseFeaturesByFishingEffortCalendar(int transform,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         FishingEffortCalendar fishingEffortCalendar)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByFishingEffortCalendar in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(int, int, int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)

findMetierUseFeaturesByFishingEffortCalendar

public java.util.Collection findMetierUseFeaturesByFishingEffortCalendar(int transform,
                                                                         java.lang.String queryString,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         FishingEffortCalendar fishingEffortCalendar)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(int, String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByFishingEffortCalendar in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByFishingEffortCalendar(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)

findMetierUseFeaturesByQualityFlag

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

findMetierUseFeaturesByQualityFlag

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

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findMetierUseFeaturesByQualityFlag in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)

findMetierUseFeaturesByQualityFlag

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

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

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

findMetierUseFeaturesByQualityFlag

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

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByQualityFlag in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)

findMetierUseFeaturesByQualityFlag

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

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

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

findMetierUseFeaturesByQualityFlag

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

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

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

findMetierUseFeaturesByQualityFlag

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

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByQualityFlag in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)

findMetierUseFeaturesByQualityFlag

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

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByQualityFlag in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findMetierUseFeaturesByVessel

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

findMetierUseFeaturesByVessel

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

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findMetierUseFeaturesByVessel in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)

findMetierUseFeaturesByVessel

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

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

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

findMetierUseFeaturesByVessel

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

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByVessel in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findMetierUseFeaturesByVessel

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

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

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

findMetierUseFeaturesByVessel

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

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

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

findMetierUseFeaturesByVessel

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

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByVessel in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findMetierUseFeaturesByVessel

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

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

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

findMetierUseFeaturesByProgram

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

findMetierUseFeaturesByProgram

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

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findMetierUseFeaturesByProgram in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)

findMetierUseFeaturesByProgram

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

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

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

findMetierUseFeaturesByProgram

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

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByProgram in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findMetierUseFeaturesByProgram

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

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

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

findMetierUseFeaturesByProgram

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

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

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

findMetierUseFeaturesByProgram

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

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMetierUseFeaturesByProgram in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findMetierUseFeaturesByProgram

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

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

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

findMetierUseFeaturesByNaturalId

public MetierUseFeatures findMetierUseFeaturesByNaturalId(Metier metier,
                                                          ActivityCalendar activityCalendar,
                                                          Gear gear,
                                                          Operation operation,
                                                          FishingEffortCalendar fishingEffortCalendar,
                                                          java.util.Date startDate,
                                                          Vessel vessel,
                                                          Program program)
Specified by:
findMetierUseFeaturesByNaturalId in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByNaturalId(fr.ifremer.allegro.referential.metier.Metier, fr.ifremer.allegro.data.survey.activity.ActivityCalendar, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findMetierUseFeaturesByNaturalId

public java.lang.Object findMetierUseFeaturesByNaturalId(int transform,
                                                         Metier metier,
                                                         ActivityCalendar activityCalendar,
                                                         Gear gear,
                                                         Operation operation,
                                                         FishingEffortCalendar fishingEffortCalendar,
                                                         java.util.Date startDate,
                                                         Vessel vessel,
                                                         Program program)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByNaturalId(fr.ifremer.allegro.referential.metier.Metier, fr.ifremer.allegro.data.survey.activity.ActivityCalendar, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findMetierUseFeaturesByNaturalId in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByNaturalId(int, fr.ifremer.allegro.referential.metier.Metier, fr.ifremer.allegro.data.survey.activity.ActivityCalendar, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findMetierUseFeaturesByNaturalId

public MetierUseFeatures findMetierUseFeaturesByNaturalId(java.lang.String queryString,
                                                          Metier metier,
                                                          ActivityCalendar activityCalendar,
                                                          Gear gear,
                                                          Operation operation,
                                                          FishingEffortCalendar fishingEffortCalendar,
                                                          java.util.Date startDate,
                                                          Vessel vessel,
                                                          Program program)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByNaturalId(fr.ifremer.allegro.referential.metier.Metier, fr.ifremer.allegro.data.survey.activity.ActivityCalendar, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, 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 MetierUseFeaturesDao.findMetierUseFeaturesByNaturalId(fr.ifremer.allegro.referential.metier.Metier, fr.ifremer.allegro.data.survey.activity.ActivityCalendar, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program).

Specified by:
findMetierUseFeaturesByNaturalId in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByNaturalId(java.lang.String, fr.ifremer.allegro.referential.metier.Metier, fr.ifremer.allegro.data.survey.activity.ActivityCalendar, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findMetierUseFeaturesByNaturalId

public java.lang.Object findMetierUseFeaturesByNaturalId(int transform,
                                                         java.lang.String queryString,
                                                         Metier metier,
                                                         ActivityCalendar activityCalendar,
                                                         Gear gear,
                                                         Operation operation,
                                                         FishingEffortCalendar fishingEffortCalendar,
                                                         java.util.Date startDate,
                                                         Vessel vessel,
                                                         Program program)
Description copied from interface: MetierUseFeaturesDao

Does the same thing as MetierUseFeaturesDao.findMetierUseFeaturesByNaturalId(int, fr.ifremer.allegro.referential.metier.Metier, fr.ifremer.allegro.data.survey.activity.ActivityCalendar, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, 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 MetierUseFeaturesDao.findMetierUseFeaturesByNaturalId(int, fr.ifremer.allegro.referential.metier.Metier metier, fr.ifremer.allegro.data.survey.activity.ActivityCalendar activityCalendar, fr.ifremer.allegro.referential.gear.Gear gear, fr.ifremer.allegro.data.operation.Operation operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar fishingEffortCalendar, java.util.Date startDate, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program).

Specified by:
findMetierUseFeaturesByNaturalId in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.findMetierUseFeaturesByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.metier.Metier, fr.ifremer.allegro.data.survey.activity.ActivityCalendar, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

getAllMetierUseFeaturesSinceDateSynchro

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

getAllMetierUseFeaturesSinceDateSynchro

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

Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
getAllMetierUseFeaturesSinceDateSynchro in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.getAllMetierUseFeaturesSinceDateSynchro(int, java.sql.Timestamp)

getAllMetierUseFeaturesSinceDateSynchro

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

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

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

getAllMetierUseFeaturesSinceDateSynchro

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

Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllMetierUseFeaturesSinceDateSynchro in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.getAllMetierUseFeaturesSinceDateSynchro(int, int, java.sql.Timestamp)

getAllMetierUseFeaturesSinceDateSynchro

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

Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeaturesSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

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

getAllMetierUseFeaturesSinceDateSynchro

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

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

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

getAllMetierUseFeaturesSinceDateSynchro

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

Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllMetierUseFeaturesSinceDateSynchro in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.getAllMetierUseFeaturesSinceDateSynchro(int, int, int, java.sql.Timestamp)

getAllMetierUseFeaturesSinceDateSynchro

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

Does the same thing as MetierUseFeaturesDao.getAllMetierUseFeaturesSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllMetierUseFeaturesSinceDateSynchro in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.getAllMetierUseFeaturesSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)

getAllGearUseFeatures

public java.util.Collection getAllGearUseFeatures()
Specified by:
getAllGearUseFeatures in interface GearUseFeaturesDao
Overrides:
getAllGearUseFeatures in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.getAllGearUseFeatures()

getAllGearUseFeatures

public java.util.Collection getAllGearUseFeatures(int transform)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
getAllGearUseFeatures in interface GearUseFeaturesDao
Overrides:
getAllGearUseFeatures in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.getAllGearUseFeatures(int)

getAllGearUseFeatures

public java.util.Collection getAllGearUseFeatures(java.lang.String queryString)
Description copied from interface: GearUseFeaturesDao

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

Specified by:
getAllGearUseFeatures in interface GearUseFeaturesDao
Overrides:
getAllGearUseFeatures in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.getAllGearUseFeatures(java.lang.String)

getAllGearUseFeatures

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

Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllGearUseFeatures in interface GearUseFeaturesDao
Overrides:
getAllGearUseFeatures in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.getAllGearUseFeatures(int, int)

getAllGearUseFeatures

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

Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures(String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllGearUseFeatures in interface GearUseFeaturesDao
Overrides:
getAllGearUseFeatures in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.getAllGearUseFeatures(String, int, int)

getAllGearUseFeatures

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

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

Specified by:
getAllGearUseFeatures in interface GearUseFeaturesDao
Overrides:
getAllGearUseFeatures in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.getAllGearUseFeatures(int, String)

getAllGearUseFeatures

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

Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllGearUseFeatures in interface GearUseFeaturesDao
Overrides:
getAllGearUseFeatures in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.getAllGearUseFeatures(int, int, int)

getAllGearUseFeatures

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

Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures(int, String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllGearUseFeatures in interface GearUseFeaturesDao
Overrides:
getAllGearUseFeatures in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.getAllGearUseFeatures(int, java.lang.String, int, int)

findGearUseFeaturesById

public GearUseFeatures findGearUseFeaturesById(java.lang.Integer id)
Specified by:
findGearUseFeaturesById in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesById in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesById(java.lang.Integer)

findGearUseFeaturesById

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

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesById(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findGearUseFeaturesById in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesById in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesById(int, java.lang.Integer)

findGearUseFeaturesById

public GearUseFeatures findGearUseFeaturesById(java.lang.String queryString,
                                               java.lang.Integer id)
Description copied from interface: GearUseFeaturesDao

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

Specified by:
findGearUseFeaturesById in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesById in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesById(java.lang.String, java.lang.Integer)

findGearUseFeaturesById

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

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

Specified by:
findGearUseFeaturesById in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesById in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesById(int, java.lang.String, java.lang.Integer)

findGearUseFeaturesByGear

public java.util.Collection findGearUseFeaturesByGear(Gear gear)
Specified by:
findGearUseFeaturesByGear in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByGear in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear)

findGearUseFeaturesByGear

public java.util.Collection findGearUseFeaturesByGear(int transform,
                                                      Gear gear)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findGearUseFeaturesByGear in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByGear in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear)

findGearUseFeaturesByGear

public java.util.Collection findGearUseFeaturesByGear(java.lang.String queryString,
                                                      Gear gear)
Description copied from interface: GearUseFeaturesDao

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

Specified by:
findGearUseFeaturesByGear in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByGear in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByGear(java.lang.String, fr.ifremer.allegro.referential.gear.Gear)

findGearUseFeaturesByGear

public java.util.Collection findGearUseFeaturesByGear(int pageNumber,
                                                      int pageSize,
                                                      Gear gear)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByGear in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByGear in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByGear(int, int, fr.ifremer.allegro.referential.gear.Gear)

findGearUseFeaturesByGear

public java.util.Collection findGearUseFeaturesByGear(java.lang.String queryString,
                                                      int pageNumber,
                                                      int pageSize,
                                                      Gear gear)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByGear in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByGear in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByGear(String, int, int, fr.ifremer.allegro.referential.gear.Gear)

findGearUseFeaturesByGear

public java.util.Collection findGearUseFeaturesByGear(int transform,
                                                      java.lang.String queryString,
                                                      Gear gear)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString. This queryString argument allows you to override the query string defined in GearUseFeaturesDao.findGearUseFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear gear).

Specified by:
findGearUseFeaturesByGear in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByGear in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByGear(int, String, fr.ifremer.allegro.referential.gear.Gear)

findGearUseFeaturesByGear

public java.util.Collection findGearUseFeaturesByGear(int transform,
                                                      int pageNumber,
                                                      int pageSize,
                                                      Gear gear)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByGear in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByGear in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByGear(int, int, int, fr.ifremer.allegro.referential.gear.Gear)

findGearUseFeaturesByGear

public java.util.Collection findGearUseFeaturesByGear(int transform,
                                                      java.lang.String queryString,
                                                      int pageNumber,
                                                      int pageSize,
                                                      Gear gear)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByGear in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByGear in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByGear(int, java.lang.String, int, int, fr.ifremer.allegro.referential.gear.Gear)

findGearUseFeaturesByOperation

public java.util.Collection findGearUseFeaturesByOperation(Operation operation)
Specified by:
findGearUseFeaturesByOperation in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByOperation in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation)

findGearUseFeaturesByOperation

public java.util.Collection findGearUseFeaturesByOperation(int transform,
                                                           Operation operation)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findGearUseFeaturesByOperation in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByOperation in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation)

findGearUseFeaturesByOperation

public java.util.Collection findGearUseFeaturesByOperation(java.lang.String queryString,
                                                           Operation operation)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) with an additional argument called queryString. This queryString argument allows you to override the query string defined in GearUseFeaturesDao.findGearUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation).

Specified by:
findGearUseFeaturesByOperation in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByOperation in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByOperation(java.lang.String, fr.ifremer.allegro.data.operation.Operation)

findGearUseFeaturesByOperation

public java.util.Collection findGearUseFeaturesByOperation(int pageNumber,
                                                           int pageSize,
                                                           Operation operation)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByOperation in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByOperation in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByOperation(int, int, fr.ifremer.allegro.data.operation.Operation)

findGearUseFeaturesByOperation

public java.util.Collection findGearUseFeaturesByOperation(java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           Operation operation)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(String, fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByOperation in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByOperation in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByOperation(String, int, int, fr.ifremer.allegro.data.operation.Operation)

findGearUseFeaturesByOperation

public java.util.Collection findGearUseFeaturesByOperation(int transform,
                                                           java.lang.String queryString,
                                                           Operation operation)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation) with an additional argument called queryString. This queryString argument allows you to override the query string defined in GearUseFeaturesDao.findGearUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation operation).

Specified by:
findGearUseFeaturesByOperation in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByOperation in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByOperation(int, String, fr.ifremer.allegro.data.operation.Operation)

findGearUseFeaturesByOperation

public java.util.Collection findGearUseFeaturesByOperation(int transform,
                                                           int pageNumber,
                                                           int pageSize,
                                                           Operation operation)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByOperation in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByOperation in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByOperation(int, int, int, fr.ifremer.allegro.data.operation.Operation)

findGearUseFeaturesByOperation

public java.util.Collection findGearUseFeaturesByOperation(int transform,
                                                           java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           Operation operation)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(int, String, fr.ifremer.allegro.data.operation.Operation) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByOperation in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByOperation in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByOperation(int, java.lang.String, int, int, fr.ifremer.allegro.data.operation.Operation)

findGearUseFeaturesByFishingEffortCalendar

public java.util.Collection findGearUseFeaturesByFishingEffortCalendar(FishingEffortCalendar fishingEffortCalendar)
Specified by:
findGearUseFeaturesByFishingEffortCalendar in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByFishingEffortCalendar in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)

findGearUseFeaturesByFishingEffortCalendar

public java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int transform,
                                                                       FishingEffortCalendar fishingEffortCalendar)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findGearUseFeaturesByFishingEffortCalendar in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByFishingEffortCalendar in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)

findGearUseFeaturesByFishingEffortCalendar

public java.util.Collection findGearUseFeaturesByFishingEffortCalendar(java.lang.String queryString,
                                                                       FishingEffortCalendar fishingEffortCalendar)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional argument called queryString. This queryString argument allows you to override the query string defined in GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar).

Specified by:
findGearUseFeaturesByFishingEffortCalendar in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByFishingEffortCalendar in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(java.lang.String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)

findGearUseFeaturesByFishingEffortCalendar

public java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int pageNumber,
                                                                       int pageSize,
                                                                       FishingEffortCalendar fishingEffortCalendar)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByFishingEffortCalendar in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByFishingEffortCalendar in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(int, int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)

findGearUseFeaturesByFishingEffortCalendar

public java.util.Collection findGearUseFeaturesByFishingEffortCalendar(java.lang.String queryString,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       FishingEffortCalendar fishingEffortCalendar)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByFishingEffortCalendar in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByFishingEffortCalendar in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(String, int, int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)

findGearUseFeaturesByFishingEffortCalendar

public java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int transform,
                                                                       java.lang.String queryString,
                                                                       FishingEffortCalendar fishingEffortCalendar)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional argument called queryString. This queryString argument allows you to override the query string defined in GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar fishingEffortCalendar).

Specified by:
findGearUseFeaturesByFishingEffortCalendar in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByFishingEffortCalendar in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(int, String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)

findGearUseFeaturesByFishingEffortCalendar

public java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int transform,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       FishingEffortCalendar fishingEffortCalendar)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByFishingEffortCalendar in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByFishingEffortCalendar in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(int, int, int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)

findGearUseFeaturesByFishingEffortCalendar

public java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int transform,
                                                                       java.lang.String queryString,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       FishingEffortCalendar fishingEffortCalendar)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(int, String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByFishingEffortCalendar in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByFishingEffortCalendar in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)

findGearUseFeaturesByQualityFlag

public java.util.Collection findGearUseFeaturesByQualityFlag(QualityFlag qualityFlag)
Specified by:
findGearUseFeaturesByQualityFlag in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByQualityFlag in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)

findGearUseFeaturesByQualityFlag

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

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findGearUseFeaturesByQualityFlag in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByQualityFlag in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)

findGearUseFeaturesByQualityFlag

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

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

Specified by:
findGearUseFeaturesByQualityFlag in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByQualityFlag in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)

findGearUseFeaturesByQualityFlag

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

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByQualityFlag in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByQualityFlag in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)

findGearUseFeaturesByQualityFlag

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

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByQualityFlag in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByQualityFlag in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findGearUseFeaturesByQualityFlag

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

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

Specified by:
findGearUseFeaturesByQualityFlag in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByQualityFlag in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)

findGearUseFeaturesByQualityFlag

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

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByQualityFlag in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByQualityFlag in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)

findGearUseFeaturesByQualityFlag

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

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByQualityFlag in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByQualityFlag in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findGearUseFeaturesByVessel

public java.util.Collection findGearUseFeaturesByVessel(Vessel vessel)
Specified by:
findGearUseFeaturesByVessel in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByVessel in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)

findGearUseFeaturesByVessel

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

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findGearUseFeaturesByVessel in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByVessel in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)

findGearUseFeaturesByVessel

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

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

Specified by:
findGearUseFeaturesByVessel in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByVessel in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)

findGearUseFeaturesByVessel

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

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByVessel in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByVessel in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findGearUseFeaturesByVessel

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

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByVessel in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByVessel in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findGearUseFeaturesByVessel

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

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

Specified by:
findGearUseFeaturesByVessel in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByVessel in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)

findGearUseFeaturesByVessel

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

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByVessel in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByVessel in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findGearUseFeaturesByVessel

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

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByVessel in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByVessel in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findGearUseFeaturesByProgram

public java.util.Collection findGearUseFeaturesByProgram(Program program)
Specified by:
findGearUseFeaturesByProgram in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByProgram in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)

findGearUseFeaturesByProgram

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

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findGearUseFeaturesByProgram in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByProgram in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)

findGearUseFeaturesByProgram

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

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

Specified by:
findGearUseFeaturesByProgram in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByProgram in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)

findGearUseFeaturesByProgram

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

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByProgram in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByProgram in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findGearUseFeaturesByProgram

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

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByProgram in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByProgram in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findGearUseFeaturesByProgram

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

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

Specified by:
findGearUseFeaturesByProgram in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByProgram in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)

findGearUseFeaturesByProgram

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

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByProgram in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByProgram in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findGearUseFeaturesByProgram

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

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearUseFeaturesByProgram in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByProgram in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findGearUseFeaturesByNaturalId

public GearUseFeatures findGearUseFeaturesByNaturalId(Gear gear,
                                                      Operation operation,
                                                      FishingEffortCalendar fishingEffortCalendar,
                                                      java.util.Date startDate,
                                                      Vessel vessel,
                                                      Program program)
Specified by:
findGearUseFeaturesByNaturalId in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByNaturalId in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findGearUseFeaturesByNaturalId

public java.lang.Object findGearUseFeaturesByNaturalId(int transform,
                                                       Gear gear,
                                                       Operation operation,
                                                       FishingEffortCalendar fishingEffortCalendar,
                                                       java.util.Date startDate,
                                                       Vessel vessel,
                                                       Program program)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findGearUseFeaturesByNaturalId in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByNaturalId in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByNaturalId(int, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findGearUseFeaturesByNaturalId

public GearUseFeatures findGearUseFeaturesByNaturalId(java.lang.String queryString,
                                                      Gear gear,
                                                      Operation operation,
                                                      FishingEffortCalendar fishingEffortCalendar,
                                                      java.util.Date startDate,
                                                      Vessel vessel,
                                                      Program program)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, 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 GearUseFeaturesDao.findGearUseFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program).

Specified by:
findGearUseFeaturesByNaturalId in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByNaturalId in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByNaturalId(java.lang.String, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findGearUseFeaturesByNaturalId

public java.lang.Object findGearUseFeaturesByNaturalId(int transform,
                                                       java.lang.String queryString,
                                                       Gear gear,
                                                       Operation operation,
                                                       FishingEffortCalendar fishingEffortCalendar,
                                                       java.util.Date startDate,
                                                       Vessel vessel,
                                                       Program program)
Description copied from interface: GearUseFeaturesDao

Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByNaturalId(int, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, 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 GearUseFeaturesDao.findGearUseFeaturesByNaturalId(int, fr.ifremer.allegro.referential.gear.Gear gear, fr.ifremer.allegro.data.operation.Operation operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar fishingEffortCalendar, java.util.Date startDate, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program).

Specified by:
findGearUseFeaturesByNaturalId in interface GearUseFeaturesDao
Overrides:
findGearUseFeaturesByNaturalId in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.findGearUseFeaturesByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

getAllGearUseFeaturesSinceDateSynchro

public java.util.Collection getAllGearUseFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
Specified by:
getAllGearUseFeaturesSinceDateSynchro in interface GearUseFeaturesDao
Overrides:
getAllGearUseFeaturesSinceDateSynchro in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(java.sql.Timestamp)

getAllGearUseFeaturesSinceDateSynchro

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

Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
getAllGearUseFeaturesSinceDateSynchro in interface GearUseFeaturesDao
Overrides:
getAllGearUseFeaturesSinceDateSynchro in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(int, java.sql.Timestamp)

getAllGearUseFeaturesSinceDateSynchro

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

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

Specified by:
getAllGearUseFeaturesSinceDateSynchro in interface GearUseFeaturesDao
Overrides:
getAllGearUseFeaturesSinceDateSynchro in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(java.lang.String, java.sql.Timestamp)

getAllGearUseFeaturesSinceDateSynchro

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

Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllGearUseFeaturesSinceDateSynchro in interface GearUseFeaturesDao
Overrides:
getAllGearUseFeaturesSinceDateSynchro in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(int, int, java.sql.Timestamp)

getAllGearUseFeaturesSinceDateSynchro

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

Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllGearUseFeaturesSinceDateSynchro in interface GearUseFeaturesDao
Overrides:
getAllGearUseFeaturesSinceDateSynchro in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(String, int, int, java.sql.Timestamp)

getAllGearUseFeaturesSinceDateSynchro

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

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

Specified by:
getAllGearUseFeaturesSinceDateSynchro in interface GearUseFeaturesDao
Overrides:
getAllGearUseFeaturesSinceDateSynchro in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(int, String, java.sql.Timestamp)

getAllGearUseFeaturesSinceDateSynchro

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

Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllGearUseFeaturesSinceDateSynchro in interface GearUseFeaturesDao
Overrides:
getAllGearUseFeaturesSinceDateSynchro in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(int, int, int, java.sql.Timestamp)

getAllGearUseFeaturesSinceDateSynchro

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

Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllGearUseFeaturesSinceDateSynchro in interface GearUseFeaturesDao
Overrides:
getAllGearUseFeaturesSinceDateSynchro in class GearUseFeaturesDaoBase
See Also:
GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)

getAllUseFeatures

public java.util.Collection getAllUseFeatures()
Specified by:
getAllUseFeatures in interface UseFeaturesDao
Overrides:
getAllUseFeatures in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.getAllUseFeatures()

getAllUseFeatures

public java.util.Collection getAllUseFeatures(int transform)
Description copied from interface: UseFeaturesDao

Does the same thing as UseFeaturesDao.getAllUseFeatures() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
getAllUseFeatures in interface UseFeaturesDao
Overrides:
getAllUseFeatures in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.getAllUseFeatures(int)

getAllUseFeatures

public java.util.Collection getAllUseFeatures(java.lang.String queryString)
Description copied from interface: UseFeaturesDao

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

Specified by:
getAllUseFeatures in interface UseFeaturesDao
Overrides:
getAllUseFeatures in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.getAllUseFeatures(java.lang.String)

getAllUseFeatures

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

Does the same thing as UseFeaturesDao.getAllUseFeatures() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllUseFeatures in interface UseFeaturesDao
Overrides:
getAllUseFeatures in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.getAllUseFeatures(int, int)

getAllUseFeatures

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

Does the same thing as UseFeaturesDao.getAllUseFeatures(String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllUseFeatures in interface UseFeaturesDao
Overrides:
getAllUseFeatures in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.getAllUseFeatures(String, int, int)

getAllUseFeatures

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

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

Specified by:
getAllUseFeatures in interface UseFeaturesDao
Overrides:
getAllUseFeatures in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.getAllUseFeatures(int, String)

getAllUseFeatures

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

Does the same thing as UseFeaturesDao.getAllUseFeatures(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllUseFeatures in interface UseFeaturesDao
Overrides:
getAllUseFeatures in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.getAllUseFeatures(int, int, int)

getAllUseFeatures

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

Does the same thing as UseFeaturesDao.getAllUseFeatures(int, String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllUseFeatures in interface UseFeaturesDao
Overrides:
getAllUseFeatures in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.getAllUseFeatures(int, java.lang.String, int, int)

findUseFeaturesById

public UseFeatures findUseFeaturesById(java.lang.Integer id)
Specified by:
findUseFeaturesById in interface UseFeaturesDao
Overrides:
findUseFeaturesById in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesById(java.lang.Integer)

findUseFeaturesById

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

Does the same thing as UseFeaturesDao.findUseFeaturesById(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findUseFeaturesById in interface UseFeaturesDao
Overrides:
findUseFeaturesById in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesById(int, java.lang.Integer)

findUseFeaturesById

public UseFeatures findUseFeaturesById(java.lang.String queryString,
                                       java.lang.Integer id)
Description copied from interface: UseFeaturesDao

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

Specified by:
findUseFeaturesById in interface UseFeaturesDao
Overrides:
findUseFeaturesById in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesById(java.lang.String, java.lang.Integer)

findUseFeaturesById

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

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

Specified by:
findUseFeaturesById in interface UseFeaturesDao
Overrides:
findUseFeaturesById in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesById(int, java.lang.String, java.lang.Integer)

findUseFeaturesByQualityFlag

public java.util.Collection findUseFeaturesByQualityFlag(QualityFlag qualityFlag)
Specified by:
findUseFeaturesByQualityFlag in interface UseFeaturesDao
Overrides:
findUseFeaturesByQualityFlag in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)

findUseFeaturesByQualityFlag

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

Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findUseFeaturesByQualityFlag in interface UseFeaturesDao
Overrides:
findUseFeaturesByQualityFlag in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)

findUseFeaturesByQualityFlag

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

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

Specified by:
findUseFeaturesByQualityFlag in interface UseFeaturesDao
Overrides:
findUseFeaturesByQualityFlag in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)

findUseFeaturesByQualityFlag

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

Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findUseFeaturesByQualityFlag in interface UseFeaturesDao
Overrides:
findUseFeaturesByQualityFlag in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)

findUseFeaturesByQualityFlag

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

Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findUseFeaturesByQualityFlag in interface UseFeaturesDao
Overrides:
findUseFeaturesByQualityFlag in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findUseFeaturesByQualityFlag

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

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

Specified by:
findUseFeaturesByQualityFlag in interface UseFeaturesDao
Overrides:
findUseFeaturesByQualityFlag in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)

findUseFeaturesByQualityFlag

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

Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findUseFeaturesByQualityFlag in interface UseFeaturesDao
Overrides:
findUseFeaturesByQualityFlag in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)

findUseFeaturesByQualityFlag

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

Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findUseFeaturesByQualityFlag in interface UseFeaturesDao
Overrides:
findUseFeaturesByQualityFlag in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findUseFeaturesByVessel

public java.util.Collection findUseFeaturesByVessel(Vessel vessel)
Specified by:
findUseFeaturesByVessel in interface UseFeaturesDao
Overrides:
findUseFeaturesByVessel in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)

findUseFeaturesByVessel

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

Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findUseFeaturesByVessel in interface UseFeaturesDao
Overrides:
findUseFeaturesByVessel in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)

findUseFeaturesByVessel

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

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

Specified by:
findUseFeaturesByVessel in interface UseFeaturesDao
Overrides:
findUseFeaturesByVessel in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)

findUseFeaturesByVessel

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

Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findUseFeaturesByVessel in interface UseFeaturesDao
Overrides:
findUseFeaturesByVessel in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findUseFeaturesByVessel

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

Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findUseFeaturesByVessel in interface UseFeaturesDao
Overrides:
findUseFeaturesByVessel in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findUseFeaturesByVessel

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

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

Specified by:
findUseFeaturesByVessel in interface UseFeaturesDao
Overrides:
findUseFeaturesByVessel in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)

findUseFeaturesByVessel

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

Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findUseFeaturesByVessel in interface UseFeaturesDao
Overrides:
findUseFeaturesByVessel in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findUseFeaturesByVessel

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

Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findUseFeaturesByVessel in interface UseFeaturesDao
Overrides:
findUseFeaturesByVessel in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findUseFeaturesByProgram

public java.util.Collection findUseFeaturesByProgram(Program program)
Specified by:
findUseFeaturesByProgram in interface UseFeaturesDao
Overrides:
findUseFeaturesByProgram in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)

findUseFeaturesByProgram

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

Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findUseFeaturesByProgram in interface UseFeaturesDao
Overrides:
findUseFeaturesByProgram in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)

findUseFeaturesByProgram

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

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

Specified by:
findUseFeaturesByProgram in interface UseFeaturesDao
Overrides:
findUseFeaturesByProgram in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)

findUseFeaturesByProgram

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

Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findUseFeaturesByProgram in interface UseFeaturesDao
Overrides:
findUseFeaturesByProgram in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findUseFeaturesByProgram

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

Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findUseFeaturesByProgram in interface UseFeaturesDao
Overrides:
findUseFeaturesByProgram in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findUseFeaturesByProgram

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

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

Specified by:
findUseFeaturesByProgram in interface UseFeaturesDao
Overrides:
findUseFeaturesByProgram in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)

findUseFeaturesByProgram

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

Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findUseFeaturesByProgram in interface UseFeaturesDao
Overrides:
findUseFeaturesByProgram in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findUseFeaturesByProgram

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

Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findUseFeaturesByProgram in interface UseFeaturesDao
Overrides:
findUseFeaturesByProgram in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findUseFeaturesByNaturalId

public UseFeatures findUseFeaturesByNaturalId(java.util.Date startDate,
                                              Vessel vessel,
                                              Program program)
Specified by:
findUseFeaturesByNaturalId in interface UseFeaturesDao
Overrides:
findUseFeaturesByNaturalId in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findUseFeaturesByNaturalId

public java.lang.Object findUseFeaturesByNaturalId(int transform,
                                                   java.util.Date startDate,
                                                   Vessel vessel,
                                                   Program program)
Description copied from interface: UseFeaturesDao

Does the same thing as UseFeaturesDao.findUseFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findUseFeaturesByNaturalId in interface UseFeaturesDao
Overrides:
findUseFeaturesByNaturalId in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findUseFeaturesByNaturalId

public UseFeatures findUseFeaturesByNaturalId(java.lang.String queryString,
                                              java.util.Date startDate,
                                              Vessel vessel,
                                              Program program)
Description copied from interface: UseFeaturesDao

Does the same thing as UseFeaturesDao.findUseFeaturesByNaturalId(java.util.Date, 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 UseFeaturesDao.findUseFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program).

Specified by:
findUseFeaturesByNaturalId in interface UseFeaturesDao
Overrides:
findUseFeaturesByNaturalId in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByNaturalId(java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findUseFeaturesByNaturalId

public java.lang.Object findUseFeaturesByNaturalId(int transform,
                                                   java.lang.String queryString,
                                                   java.util.Date startDate,
                                                   Vessel vessel,
                                                   Program program)
Description copied from interface: UseFeaturesDao

Does the same thing as UseFeaturesDao.findUseFeaturesByNaturalId(int, java.util.Date, 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 UseFeaturesDao.findUseFeaturesByNaturalId(int, java.util.Date startDate, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program).

Specified by:
findUseFeaturesByNaturalId in interface UseFeaturesDao
Overrides:
findUseFeaturesByNaturalId in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.findUseFeaturesByNaturalId(int, java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

getAllUseFeaturesSinceDateSynchro

public java.util.Collection getAllUseFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
Specified by:
getAllUseFeaturesSinceDateSynchro in interface UseFeaturesDao
Overrides:
getAllUseFeaturesSinceDateSynchro in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(java.sql.Timestamp)

getAllUseFeaturesSinceDateSynchro

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

Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
getAllUseFeaturesSinceDateSynchro in interface UseFeaturesDao
Overrides:
getAllUseFeaturesSinceDateSynchro in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(int, java.sql.Timestamp)

getAllUseFeaturesSinceDateSynchro

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

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

Specified by:
getAllUseFeaturesSinceDateSynchro in interface UseFeaturesDao
Overrides:
getAllUseFeaturesSinceDateSynchro in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(java.lang.String, java.sql.Timestamp)

getAllUseFeaturesSinceDateSynchro

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

Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllUseFeaturesSinceDateSynchro in interface UseFeaturesDao
Overrides:
getAllUseFeaturesSinceDateSynchro in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(int, int, java.sql.Timestamp)

getAllUseFeaturesSinceDateSynchro

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

Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllUseFeaturesSinceDateSynchro in interface UseFeaturesDao
Overrides:
getAllUseFeaturesSinceDateSynchro in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(String, int, int, java.sql.Timestamp)

getAllUseFeaturesSinceDateSynchro

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

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

Specified by:
getAllUseFeaturesSinceDateSynchro in interface UseFeaturesDao
Overrides:
getAllUseFeaturesSinceDateSynchro in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(int, String, java.sql.Timestamp)

getAllUseFeaturesSinceDateSynchro

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

Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllUseFeaturesSinceDateSynchro in interface UseFeaturesDao
Overrides:
getAllUseFeaturesSinceDateSynchro in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(int, int, int, java.sql.Timestamp)

getAllUseFeaturesSinceDateSynchro

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

Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllUseFeaturesSinceDateSynchro in interface UseFeaturesDao
Overrides:
getAllUseFeaturesSinceDateSynchro in class GearUseFeaturesDaoBase
See Also:
UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)

createFromClusterMetierUseFeatures

public MetierUseFeatures createFromClusterMetierUseFeatures(ClusterMetierUseFeatures clusterMetierUseFeatures)
Specified by:
createFromClusterMetierUseFeatures in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.createFromClusterMetierUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterMetierUseFeatures)

handleCreateFromClusterMetierUseFeatures

protected abstract MetierUseFeatures handleCreateFromClusterMetierUseFeatures(ClusterMetierUseFeatures clusterMetierUseFeatures)
                                                                       throws java.lang.Exception
Performs the core logic for createFromClusterMetierUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterMetierUseFeatures)

Throws:
java.lang.Exception

getAllClusterMetierUseFeaturesSinceDateSynchro

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

handleGetAllClusterMetierUseFeaturesSinceDateSynchro

protected abstract ClusterMetierUseFeatures[] handleGetAllClusterMetierUseFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                                   java.lang.Integer userId,
                                                                                                   java.lang.Integer[] registrationLocationIds,
                                                                                                   java.lang.Integer pageNumber,
                                                                                                   java.lang.Integer pageSize)
                                                                                            throws java.lang.Exception
Performs the core logic for getAllClusterMetierUseFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

transformEntity

protected java.lang.Object transformEntity(int transform,
                                           MetierUseFeatures entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeaturesDao, please note that the UseFeaturesDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.

This method will return instances of these types:

If the integer argument value is unknown UseFeaturesDao.TRANSFORM_NONE is assumed.

Parameters:
transform - one of the constants declared in MetierUseFeaturesDao
entity - an entity that was found
Returns:
the transformed entity (i.e. new value object, etc)
See Also:
transformEntities(int,java.util.Collection)

transformEntities

protected void transformEntities(int transform,
                                 java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures) method. This method does not instantiate a new collection.

This method is to be used internally only.

Overrides:
transformEntities in class GearUseFeaturesDaoBase
Parameters:
transform - one of the constants declared in fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeaturesDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures)

toEntity

protected MetierUseFeatures toEntity(java.lang.Object[] row)
Overrides:
toEntity in class GearUseFeaturesDaoBase

toRemoteMetierUseFeaturesFullVOCollection

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

Specified by:
toRemoteMetierUseFeaturesFullVOCollection in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.toRemoteMetierUseFeaturesFullVOCollection(java.util.Collection)

toRemoteMetierUseFeaturesFullVOArray

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

Specified by:
toRemoteMetierUseFeaturesFullVOArray in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.toRemoteMetierUseFeaturesFullVOArray(java.util.Collection)

toRemoteMetierUseFeaturesFullVO

protected RemoteMetierUseFeaturesFullVO toRemoteMetierUseFeaturesFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the MetierUseFeaturesDaoImpl class if you intend to use reporting queries.

See Also:
MetierUseFeaturesDao.toRemoteMetierUseFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures)

remoteMetierUseFeaturesFullVOToEntityCollection

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

Specified by:
remoteMetierUseFeaturesFullVOToEntityCollection in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.remoteMetierUseFeaturesFullVOToEntityCollection(java.util.Collection)

toRemoteMetierUseFeaturesFullVO

public void toRemoteMetierUseFeaturesFullVO(MetierUseFeatures source,
                                            RemoteMetierUseFeaturesFullVO target)
Description copied from interface: MetierUseFeaturesDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteMetierUseFeaturesFullVO(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toRemoteMetierUseFeaturesFullVO in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.toRemoteMetierUseFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteMetierUseFeaturesFullVO)

toRemoteMetierUseFeaturesFullVO

public RemoteMetierUseFeaturesFullVO toRemoteMetierUseFeaturesFullVO(MetierUseFeatures entity)
Description copied from interface: MetierUseFeaturesDao
Converts this DAO's entity to an object of type RemoteMetierUseFeaturesFullVO.

Specified by:
toRemoteMetierUseFeaturesFullVO in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.toRemoteMetierUseFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures)

remoteMetierUseFeaturesFullVOToEntity

public void remoteMetierUseFeaturesFullVOToEntity(RemoteMetierUseFeaturesFullVO source,
                                                  MetierUseFeatures target,
                                                  boolean copyIfNull)
Description copied from interface: MetierUseFeaturesDao
Copies the fields of RemoteMetierUseFeaturesFullVO to the specified entity.

Specified by:
remoteMetierUseFeaturesFullVOToEntity in interface MetierUseFeaturesDao
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.
See Also:
fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeaturesDao#remoteMetierUseFeaturesFullVOToEntity(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteMetierUseFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures)

toRemoteMetierUseFeaturesNaturalIdCollection

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

Specified by:
toRemoteMetierUseFeaturesNaturalIdCollection in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.toRemoteMetierUseFeaturesNaturalIdCollection(java.util.Collection)

toRemoteMetierUseFeaturesNaturalIdArray

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

Specified by:
toRemoteMetierUseFeaturesNaturalIdArray in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.toRemoteMetierUseFeaturesNaturalIdArray(java.util.Collection)

toRemoteMetierUseFeaturesNaturalId

protected RemoteMetierUseFeaturesNaturalId toRemoteMetierUseFeaturesNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the MetierUseFeaturesDaoImpl class if you intend to use reporting queries.

See Also:
MetierUseFeaturesDao.toRemoteMetierUseFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures)

remoteMetierUseFeaturesNaturalIdToEntityCollection

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

Specified by:
remoteMetierUseFeaturesNaturalIdToEntityCollection in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.remoteMetierUseFeaturesNaturalIdToEntityCollection(java.util.Collection)

toRemoteMetierUseFeaturesNaturalId

public void toRemoteMetierUseFeaturesNaturalId(MetierUseFeatures source,
                                               RemoteMetierUseFeaturesNaturalId target)
Description copied from interface: MetierUseFeaturesDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteMetierUseFeaturesNaturalId(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toRemoteMetierUseFeaturesNaturalId in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.toRemoteMetierUseFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteMetierUseFeaturesNaturalId)

toRemoteMetierUseFeaturesNaturalId

public RemoteMetierUseFeaturesNaturalId toRemoteMetierUseFeaturesNaturalId(MetierUseFeatures entity)
Description copied from interface: MetierUseFeaturesDao
Converts this DAO's entity to an object of type RemoteMetierUseFeaturesNaturalId.

Specified by:
toRemoteMetierUseFeaturesNaturalId in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.toRemoteMetierUseFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures)

remoteMetierUseFeaturesNaturalIdToEntity

public void remoteMetierUseFeaturesNaturalIdToEntity(RemoteMetierUseFeaturesNaturalId source,
                                                     MetierUseFeatures target,
                                                     boolean copyIfNull)
Description copied from interface: MetierUseFeaturesDao
Copies the fields of RemoteMetierUseFeaturesNaturalId to the specified entity.

Specified by:
remoteMetierUseFeaturesNaturalIdToEntity in interface MetierUseFeaturesDao
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.
See Also:
fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeaturesDao#remoteMetierUseFeaturesNaturalIdToEntity(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteMetierUseFeaturesNaturalId, fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures)

toClusterMetierUseFeaturesCollection

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

Specified by:
toClusterMetierUseFeaturesCollection in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.toClusterMetierUseFeaturesCollection(java.util.Collection)

toClusterMetierUseFeaturesArray

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

Specified by:
toClusterMetierUseFeaturesArray in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.toClusterMetierUseFeaturesArray(java.util.Collection)

toClusterMetierUseFeatures

protected ClusterMetierUseFeatures toClusterMetierUseFeatures(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the MetierUseFeaturesDaoImpl class if you intend to use reporting queries.

See Also:
MetierUseFeaturesDao.toClusterMetierUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures)

clusterMetierUseFeaturesToEntityCollection

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

Specified by:
clusterMetierUseFeaturesToEntityCollection in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.clusterMetierUseFeaturesToEntityCollection(java.util.Collection)

toClusterMetierUseFeatures

public void toClusterMetierUseFeatures(MetierUseFeatures source,
                                       ClusterMetierUseFeatures target)
Description copied from interface: MetierUseFeaturesDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterMetierUseFeatures(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toClusterMetierUseFeatures in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.toClusterMetierUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterMetierUseFeatures)

toClusterMetierUseFeatures

public ClusterMetierUseFeatures toClusterMetierUseFeatures(MetierUseFeatures entity)
Description copied from interface: MetierUseFeaturesDao
Converts this DAO's entity to an object of type ClusterMetierUseFeatures.

Specified by:
toClusterMetierUseFeatures in interface MetierUseFeaturesDao
See Also:
MetierUseFeaturesDao.toClusterMetierUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures)

clusterMetierUseFeaturesToEntity

public void clusterMetierUseFeaturesToEntity(ClusterMetierUseFeatures source,
                                             MetierUseFeatures target,
                                             boolean copyIfNull)
Description copied from interface: MetierUseFeaturesDao
Copies the fields of ClusterMetierUseFeatures to the specified entity.

Specified by:
clusterMetierUseFeaturesToEntity in interface MetierUseFeaturesDao
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.
See Also:
fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeaturesDao#clusterMetierUseFeaturesToEntity(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterMetierUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures)

getPrincipal

protected java.security.Principal getPrincipal()
Gets the current principal if one has been set, otherwise returns null.

Overrides:
getPrincipal in class GearUseFeaturesDaoBase
Returns:
the current principal

search

public PaginationResult search(int transform,
                               int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: UseFeaturesDao
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

Specified by:
search in interface GearUseFeaturesDao
Specified by:
search in interface MetierUseFeaturesDao
Specified by:
search in interface UseFeaturesDao
Overrides:
search in class GearUseFeaturesDaoBase
Parameters:
transform - the transformation flag.
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.
See Also:
MetierUseFeaturesDao.search(int, int, int, fr.ifremer.allegro.Search)

search

public PaginationResult search(int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: UseFeaturesDao
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

Specified by:
search in interface GearUseFeaturesDao
Specified by:
search in interface MetierUseFeaturesDao
Specified by:
search in interface UseFeaturesDao
Overrides:
search in class GearUseFeaturesDaoBase
Parameters:
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.
See Also:
MetierUseFeaturesDao.search(int, int, fr.ifremer.allegro.Search)

search

public java.util.Set search(int transform,
                            Search search)
Description copied from interface: UseFeaturesDao
Does the same thing as UseFeaturesDao.search(fr.ifremer.allegro.Search) but with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
search in interface GearUseFeaturesDao
Specified by:
search in interface MetierUseFeaturesDao
Specified by:
search in interface UseFeaturesDao
Overrides:
search in class GearUseFeaturesDaoBase
Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
MetierUseFeaturesDao.search(int, fr.ifremer.allegro.Search)

search

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.