fr.ifremer.allegro.data.vessel.feature.physical
Interface GearPhysicalFeaturesDao

All Superinterfaces:
PhysicalFeaturesDao
All Known Implementing Classes:
GearPhysicalFeaturesDaoBase, GearPhysicalFeaturesDaoImpl

public interface GearPhysicalFeaturesDao
extends PhysicalFeaturesDao

See Also:
GearPhysicalFeatures

Field Summary
static int TRANSFORM_CLUSTERGEARPHYSICALFEATURES
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTEGEARPHYSICALFEATURESFULLVO
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTEGEARPHYSICALFEATURESNATURALID
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
 
Fields inherited from interface fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesDao
TRANSFORM_CLUSTERPHYSICALFEATURES, TRANSFORM_NONE, TRANSFORM_REMOTEPHYSICALFEATURESFULLVO, TRANSFORM_REMOTEPHYSICALFEATURESNATURALID
 
Method Summary
 GearPhysicalFeatures clusterGearPhysicalFeaturesToEntity(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
          Converts an instance of type ClusterGearPhysicalFeatures to this DAO's entity.
 void clusterGearPhysicalFeaturesToEntity(ClusterGearPhysicalFeatures source, GearPhysicalFeatures target, boolean copyIfNull)
          Copies the fields of ClusterGearPhysicalFeatures to the specified entity.
 void clusterGearPhysicalFeaturesToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterGearPhysicalFeatures to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures and adds from the passed in entities collection
 PhysicalFeatures 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, Vessel vessel, QualityFlag qualityFlag, Program program, java.util.Collection gearPhysicalMeasurements, PhysicalGearSurvey physicalGearSurvey, FishingTrip fishingTrip, java.util.Collection operations, Gear gear, java.util.Collection gearPhysicalFeaturesOrigins)
           Creates a new fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures instance from all attributes and properties and adds it to the persistent store.
 PhysicalFeatures create(java.util.Date creationDate, Gear gear, Program program, QualityFlag qualityFlag, java.util.Date startDate, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures instance from only required properties (attributes and association ends) and adds it to the persistent store.
 PhysicalFeatures create(GearPhysicalFeatures gearPhysicalFeatures)
          Creates an instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) 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, Vessel vessel, QualityFlag qualityFlag, Program program, java.util.Collection gearPhysicalMeasurements, PhysicalGearSurvey physicalGearSurvey, FishingTrip fishingTrip, java.util.Collection operations, Gear gear, java.util.Collection gearPhysicalFeaturesOrigins)
           Does the same thing as 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.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,java.util.Collection,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,java.util.Collection,fr.ifremer.allegro.referential.gear.Gear,java.util.Collection) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date creationDate, Gear gear, Program program, QualityFlag qualityFlag, java.util.Date startDate, Vessel vessel)
           Does the same thing as create(java.util.Date,fr.ifremer.allegro.referential.gear.Gear,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, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional flag called transform.
 GearPhysicalFeatures createFromClusterGearPhysicalFeatures(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
           
 java.util.Collection findGearPhysicalFeaturesByFishingTrip(FishingTrip fishingTrip)
           
 java.util.Collection findGearPhysicalFeaturesByFishingTrip(int transform, FishingTrip fishingTrip)
           Does the same thing as findGearPhysicalFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional flag called transform.
 java.util.Collection findGearPhysicalFeaturesByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findGearPhysicalFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findGearPhysicalFeaturesByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
           Does the same thing as findGearPhysicalFeaturesByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 java.util.Collection findGearPhysicalFeaturesByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findGearPhysicalFeaturesByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
           Does the same thing as findGearPhysicalFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 java.util.Collection findGearPhysicalFeaturesByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findGearPhysicalFeaturesByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesByGear(Gear gear)
           
 java.util.Collection findGearPhysicalFeaturesByGear(int transform, Gear gear)
           Does the same thing as findGearPhysicalFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional flag called transform.
 java.util.Collection findGearPhysicalFeaturesByGear(int pageNumber, int pageSize, Gear gear)
           Does the same thing as findGearPhysicalFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesByGear(int transform, int pageNumber, int pageSize, Gear gear)
           Does the same thing as findGearPhysicalFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesByGear(int transform, java.lang.String queryString, Gear gear)
           Does the same thing as findGearPhysicalFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 java.util.Collection findGearPhysicalFeaturesByGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
           Does the same thing as findGearPhysicalFeaturesByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesByGear(java.lang.String queryString, Gear gear)
           Does the same thing as findGearPhysicalFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 java.util.Collection findGearPhysicalFeaturesByGear(java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
           Does the same thing as findGearPhysicalFeaturesByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 GearPhysicalFeatures findGearPhysicalFeaturesById(java.lang.Integer id)
           
 java.lang.Object findGearPhysicalFeaturesById(int transform, java.lang.Integer id)
           Does the same thing as findGearPhysicalFeaturesById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findGearPhysicalFeaturesById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findGearPhysicalFeaturesById(int, java.lang.Integer) with an additional argument called queryString.
 GearPhysicalFeatures findGearPhysicalFeaturesById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findGearPhysicalFeaturesById(java.lang.Integer) with an additional argument called queryString.
 GearPhysicalFeatures findGearPhysicalFeaturesByNaturalId(Gear gear, PhysicalGearSurvey physicalGearSurvey, FishingTrip fishingTrip, java.util.Date startDate, Vessel vessel, Program program)
           
 java.lang.Object findGearPhysicalFeaturesByNaturalId(int transform, Gear gear, PhysicalGearSurvey physicalGearSurvey, FishingTrip fishingTrip, java.util.Date startDate, Vessel vessel, Program program)
           Does the same thing as findGearPhysicalFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object findGearPhysicalFeaturesByNaturalId(int transform, java.lang.String queryString, Gear gear, PhysicalGearSurvey physicalGearSurvey, FishingTrip fishingTrip, java.util.Date startDate, Vessel vessel, Program program)
           Does the same thing as findGearPhysicalFeaturesByNaturalId(int, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 GearPhysicalFeatures findGearPhysicalFeaturesByNaturalId(java.lang.String queryString, Gear gear, PhysicalGearSurvey physicalGearSurvey, FishingTrip fishingTrip, java.util.Date startDate, Vessel vessel, Program program)
           Does the same thing as findGearPhysicalFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(int transform, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as findGearPhysicalFeaturesByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as findGearPhysicalFeaturesByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(int transform, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as findGearPhysicalFeaturesByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional flag called transform.
 java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(int transform, java.lang.String queryString, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as findGearPhysicalFeaturesByPhysicalGearSurvey(int, String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(int transform, java.lang.String queryString, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as findGearPhysicalFeaturesByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional argument called queryString.
 java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(PhysicalGearSurvey physicalGearSurvey)
           
 java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(java.lang.String queryString, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as findGearPhysicalFeaturesByPhysicalGearSurvey(String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(java.lang.String queryString, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as findGearPhysicalFeaturesByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional argument called queryString.
 java.util.Collection findGearPhysicalFeaturesByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as findGearPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as findGearPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesByProgram(int transform, Program program)
           Does the same thing as findGearPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findGearPhysicalFeaturesByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findGearPhysicalFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as findGearPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findGearPhysicalFeaturesByProgram(Program program)
           
 java.util.Collection findGearPhysicalFeaturesByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findGearPhysicalFeaturesByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesByProgram(java.lang.String queryString, Program program)
           Does the same thing as findGearPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findGearPhysicalFeaturesByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findGearPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findGearPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as findGearPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findGearPhysicalFeaturesByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findGearPhysicalFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findGearPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findGearPhysicalFeaturesByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findGearPhysicalFeaturesByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findGearPhysicalFeaturesByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findGearPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findGearPhysicalFeaturesByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findGearPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesByVessel(int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findGearPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findGearPhysicalFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesByVessel(int transform, java.lang.String queryString, Vessel vessel)
           Does the same thing as findGearPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findGearPhysicalFeaturesByVessel(int transform, Vessel vessel)
           Does the same thing as findGearPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.util.Collection findGearPhysicalFeaturesByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findGearPhysicalFeaturesByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesByVessel(java.lang.String queryString, Vessel vessel)
           Does the same thing as findGearPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findGearPhysicalFeaturesByVessel(Vessel vessel)
           
 ClusterGearPhysicalFeatures[] getAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllGearPhysicalFeatures()
           
 java.util.Collection getAllGearPhysicalFeatures(int transform)
           Does the same thing as getAllGearPhysicalFeatures() with an additional flag called transform.
 java.util.Collection getAllGearPhysicalFeatures(int pageNumber, int pageSize)
           Does the same thing as getAllGearPhysicalFeatures() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearPhysicalFeatures(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllGearPhysicalFeatures(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearPhysicalFeatures(int transform, java.lang.String queryString)
           Does the same thing as getAllGearPhysicalFeatures(int) with an additional argument called queryString.
 java.util.Collection getAllGearPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllGearPhysicalFeatures(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearPhysicalFeatures(java.lang.String queryString)
           Does the same thing as getAllGearPhysicalFeatures() with an additional argument called queryString.
 java.util.Collection getAllGearPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllGearPhysicalFeatures(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllGearPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllGearPhysicalFeaturesSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllGearPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as getAllGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllGearPhysicalFeaturesSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
           
 PhysicalFeatures load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures from the persistent store.
 java.lang.Object load(int transform, java.lang.Integer id)
           Does the same thing as load(java.lang.Integer) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type GearPhysicalFeatures.
 java.util.Collection loadAll(int transform)
           Does the same thing as loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as loadAll() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
           Does the same thing as loadAll(int) with an additional two arguments called pageNumber and pageSize.
 GearPhysicalFeatures remoteGearPhysicalFeaturesFullVOToEntity(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVO)
          Converts an instance of type RemoteGearPhysicalFeaturesFullVO to this DAO's entity.
 void remoteGearPhysicalFeaturesFullVOToEntity(RemoteGearPhysicalFeaturesFullVO source, GearPhysicalFeatures target, boolean copyIfNull)
          Copies the fields of RemoteGearPhysicalFeaturesFullVO to the specified entity.
 void remoteGearPhysicalFeaturesFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteGearPhysicalFeaturesFullVO to this DAO's entity.
 GearPhysicalFeatures remoteGearPhysicalFeaturesNaturalIdToEntity(RemoteGearPhysicalFeaturesNaturalId remoteGearPhysicalFeaturesNaturalId)
          Converts an instance of type RemoteGearPhysicalFeaturesNaturalId to this DAO's entity.
 void remoteGearPhysicalFeaturesNaturalIdToEntity(RemoteGearPhysicalFeaturesNaturalId source, GearPhysicalFeatures target, boolean copyIfNull)
          Copies the fields of RemoteGearPhysicalFeaturesNaturalId to the specified entity.
 void remoteGearPhysicalFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteGearPhysicalFeaturesNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(GearPhysicalFeatures gearPhysicalFeatures)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures from the persistent store.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures having the given identifier from the persistent store.
 PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 PaginationResult search(int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 java.util.Set search(int transform, Search search)
          Does the same thing as search(fr.ifremer.allegro.Search) but with an additional flag called transform.
 java.util.Set search(Search search)
          Performs a search using the parameters specified in the given search object.
 ClusterGearPhysicalFeatures toClusterGearPhysicalFeatures(GearPhysicalFeatures entity)
          Converts this DAO's entity to an object of type ClusterGearPhysicalFeatures.
 void toClusterGearPhysicalFeatures(GearPhysicalFeatures source, ClusterGearPhysicalFeatures target)
          Copies the fields of the specified entity to the target value object.
 ClusterGearPhysicalFeatures[] toClusterGearPhysicalFeaturesArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterGearPhysicalFeatures.
 void toClusterGearPhysicalFeaturesCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterGearPhysicalFeatures.
 RemoteGearPhysicalFeaturesFullVO toRemoteGearPhysicalFeaturesFullVO(GearPhysicalFeatures entity)
          Converts this DAO's entity to an object of type RemoteGearPhysicalFeaturesFullVO.
 void toRemoteGearPhysicalFeaturesFullVO(GearPhysicalFeatures source, RemoteGearPhysicalFeaturesFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteGearPhysicalFeaturesFullVO[] toRemoteGearPhysicalFeaturesFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearPhysicalFeaturesFullVO.
 void toRemoteGearPhysicalFeaturesFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteGearPhysicalFeaturesFullVO.
 RemoteGearPhysicalFeaturesNaturalId toRemoteGearPhysicalFeaturesNaturalId(GearPhysicalFeatures entity)
          Converts this DAO's entity to an object of type RemoteGearPhysicalFeaturesNaturalId.
 void toRemoteGearPhysicalFeaturesNaturalId(GearPhysicalFeatures source, RemoteGearPhysicalFeaturesNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteGearPhysicalFeaturesNaturalId[] toRemoteGearPhysicalFeaturesNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearPhysicalFeaturesNaturalId.
 void toRemoteGearPhysicalFeaturesNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteGearPhysicalFeaturesNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(GearPhysicalFeatures gearPhysicalFeatures)
          Updates the gearPhysicalFeatures instance in the persistent store.
 
Methods inherited from interface fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesDao
clusterPhysicalFeaturesToEntity, clusterPhysicalFeaturesToEntity, clusterPhysicalFeaturesToEntityCollection, findPhysicalFeaturesById, findPhysicalFeaturesById, findPhysicalFeaturesById, findPhysicalFeaturesById, findPhysicalFeaturesByNaturalId, findPhysicalFeaturesByNaturalId, findPhysicalFeaturesByNaturalId, findPhysicalFeaturesByNaturalId, findPhysicalFeaturesByProgram, findPhysicalFeaturesByProgram, findPhysicalFeaturesByProgram, findPhysicalFeaturesByProgram, findPhysicalFeaturesByProgram, findPhysicalFeaturesByProgram, findPhysicalFeaturesByProgram, findPhysicalFeaturesByProgram, findPhysicalFeaturesByQualityFlag, findPhysicalFeaturesByQualityFlag, findPhysicalFeaturesByQualityFlag, findPhysicalFeaturesByQualityFlag, findPhysicalFeaturesByQualityFlag, findPhysicalFeaturesByQualityFlag, findPhysicalFeaturesByQualityFlag, findPhysicalFeaturesByQualityFlag, findPhysicalFeaturesByVessel, findPhysicalFeaturesByVessel, findPhysicalFeaturesByVessel, findPhysicalFeaturesByVessel, findPhysicalFeaturesByVessel, findPhysicalFeaturesByVessel, findPhysicalFeaturesByVessel, findPhysicalFeaturesByVessel, getAllPhysicalFeatures, getAllPhysicalFeatures, getAllPhysicalFeatures, getAllPhysicalFeatures, getAllPhysicalFeatures, getAllPhysicalFeatures, getAllPhysicalFeatures, getAllPhysicalFeatures, getAllPhysicalFeaturesSinceDateSynchro, getAllPhysicalFeaturesSinceDateSynchro, getAllPhysicalFeaturesSinceDateSynchro, getAllPhysicalFeaturesSinceDateSynchro, getAllPhysicalFeaturesSinceDateSynchro, getAllPhysicalFeaturesSinceDateSynchro, getAllPhysicalFeaturesSinceDateSynchro, getAllPhysicalFeaturesSinceDateSynchro, remotePhysicalFeaturesFullVOToEntity, remotePhysicalFeaturesFullVOToEntity, remotePhysicalFeaturesFullVOToEntityCollection, remotePhysicalFeaturesNaturalIdToEntity, remotePhysicalFeaturesNaturalIdToEntity, remotePhysicalFeaturesNaturalIdToEntityCollection, remove, toClusterPhysicalFeatures, toClusterPhysicalFeatures, toClusterPhysicalFeaturesArray, toClusterPhysicalFeaturesCollection, toRemotePhysicalFeaturesFullVO, toRemotePhysicalFeaturesFullVO, toRemotePhysicalFeaturesFullVOArray, toRemotePhysicalFeaturesFullVOCollection, toRemotePhysicalFeaturesNaturalId, toRemotePhysicalFeaturesNaturalId, toRemotePhysicalFeaturesNaturalIdArray, toRemotePhysicalFeaturesNaturalIdCollection, update
 

Field Detail

TRANSFORM_REMOTEGEARPHYSICALFEATURESFULLVO

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

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

See Also:
Constant Field Values

TRANSFORM_REMOTEGEARPHYSICALFEATURESNATURALID

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

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

See Also:
Constant Field Values

TRANSFORM_CLUSTERGEARPHYSICALFEATURES

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

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

See Also:
Constant Field Values
Method Detail

toRemoteGearPhysicalFeaturesFullVO

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


toRemoteGearPhysicalFeaturesFullVO

RemoteGearPhysicalFeaturesFullVO toRemoteGearPhysicalFeaturesFullVO(GearPhysicalFeatures entity)
Converts this DAO's entity to an object of type RemoteGearPhysicalFeaturesFullVO.


toRemoteGearPhysicalFeaturesFullVOCollection

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


toRemoteGearPhysicalFeaturesFullVOArray

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


remoteGearPhysicalFeaturesFullVOToEntity

void remoteGearPhysicalFeaturesFullVOToEntity(RemoteGearPhysicalFeaturesFullVO source,
                                              GearPhysicalFeatures target,
                                              boolean copyIfNull)
Copies the fields of RemoteGearPhysicalFeaturesFullVO to the specified entity.

Parameters:
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.

remoteGearPhysicalFeaturesFullVOToEntity

GearPhysicalFeatures remoteGearPhysicalFeaturesFullVOToEntity(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVO)
Converts an instance of type RemoteGearPhysicalFeaturesFullVO to this DAO's entity.


remoteGearPhysicalFeaturesFullVOToEntityCollection

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


toRemoteGearPhysicalFeaturesNaturalId

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


toRemoteGearPhysicalFeaturesNaturalId

RemoteGearPhysicalFeaturesNaturalId toRemoteGearPhysicalFeaturesNaturalId(GearPhysicalFeatures entity)
Converts this DAO's entity to an object of type RemoteGearPhysicalFeaturesNaturalId.


toRemoteGearPhysicalFeaturesNaturalIdCollection

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


toRemoteGearPhysicalFeaturesNaturalIdArray

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


remoteGearPhysicalFeaturesNaturalIdToEntity

void remoteGearPhysicalFeaturesNaturalIdToEntity(RemoteGearPhysicalFeaturesNaturalId source,
                                                 GearPhysicalFeatures target,
                                                 boolean copyIfNull)
Copies the fields of RemoteGearPhysicalFeaturesNaturalId to the specified entity.

Parameters:
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.

remoteGearPhysicalFeaturesNaturalIdToEntity

GearPhysicalFeatures remoteGearPhysicalFeaturesNaturalIdToEntity(RemoteGearPhysicalFeaturesNaturalId remoteGearPhysicalFeaturesNaturalId)
Converts an instance of type RemoteGearPhysicalFeaturesNaturalId to this DAO's entity.


remoteGearPhysicalFeaturesNaturalIdToEntityCollection

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


toClusterGearPhysicalFeatures

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


toClusterGearPhysicalFeatures

ClusterGearPhysicalFeatures toClusterGearPhysicalFeatures(GearPhysicalFeatures entity)
Converts this DAO's entity to an object of type ClusterGearPhysicalFeatures.


toClusterGearPhysicalFeaturesCollection

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


toClusterGearPhysicalFeaturesArray

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


clusterGearPhysicalFeaturesToEntity

void clusterGearPhysicalFeaturesToEntity(ClusterGearPhysicalFeatures source,
                                         GearPhysicalFeatures target,
                                         boolean copyIfNull)
Copies the fields of ClusterGearPhysicalFeatures to the specified entity.

Parameters:
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.

clusterGearPhysicalFeaturesToEntity

GearPhysicalFeatures clusterGearPhysicalFeaturesToEntity(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
Converts an instance of type ClusterGearPhysicalFeatures to this DAO's entity.


clusterGearPhysicalFeaturesToEntityCollection

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


load

PhysicalFeatures load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures from the persistent store.

Specified by:
load in interface PhysicalFeaturesDao

load

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

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

Specified by:
load in interface PhysicalFeaturesDao
Parameters:
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.

loadAll

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

Specified by:
loadAll in interface PhysicalFeaturesDao
Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int transform)

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

Specified by:
loadAll in interface PhysicalFeaturesDao
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.

loadAll

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

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

Specified by:
loadAll in interface PhysicalFeaturesDao
Parameters:
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.

loadAll

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

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

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

create

PhysicalFeatures create(GearPhysicalFeatures gearPhysicalFeatures)
Creates an instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        GearPhysicalFeatures gearPhysicalFeatures)

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


create

java.util.Collection create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures and adds from the passed in entities collection

Parameters:
entities - the collection of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures instances to create.
Returns:
the created instances.

create

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

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


create

PhysicalFeatures 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,
                        Vessel vessel,
                        QualityFlag qualityFlag,
                        Program program,
                        java.util.Collection gearPhysicalMeasurements,
                        PhysicalGearSurvey physicalGearSurvey,
                        FishingTrip fishingTrip,
                        java.util.Collection operations,
                        Gear gear,
                        java.util.Collection gearPhysicalFeaturesOrigins)

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


create

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,
                        Vessel vessel,
                        QualityFlag qualityFlag,
                        Program program,
                        java.util.Collection gearPhysicalMeasurements,
                        PhysicalGearSurvey physicalGearSurvey,
                        FishingTrip fishingTrip,
                        java.util.Collection operations,
                        Gear gear,
                        java.util.Collection gearPhysicalFeaturesOrigins)

Does the same thing as 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.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,java.util.Collection,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,java.util.Collection,fr.ifremer.allegro.referential.gear.Gear,java.util.Collection) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.


create

PhysicalFeatures create(java.util.Date creationDate,
                        Gear gear,
                        Program program,
                        QualityFlag qualityFlag,
                        java.util.Date startDate,
                        Vessel vessel)

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


create

java.lang.Object create(int transform,
                        java.util.Date creationDate,
                        Gear gear,
                        Program program,
                        QualityFlag qualityFlag,
                        java.util.Date startDate,
                        Vessel vessel)

Does the same thing as create(java.util.Date,fr.ifremer.allegro.referential.gear.Gear,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.


update

void update(GearPhysicalFeatures gearPhysicalFeatures)
Updates the gearPhysicalFeatures instance in the persistent store.


update

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

Specified by:
update in interface PhysicalFeaturesDao

remove

void remove(GearPhysicalFeatures gearPhysicalFeatures)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures from the persistent store.


remove

void remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures having the given identifier from the persistent store.

Specified by:
remove in interface PhysicalFeaturesDao

remove

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

Specified by:
remove in interface PhysicalFeaturesDao

getAllGearPhysicalFeatures

java.util.Collection getAllGearPhysicalFeatures()

getAllGearPhysicalFeatures

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

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


getAllGearPhysicalFeatures

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

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


getAllGearPhysicalFeatures

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

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


getAllGearPhysicalFeatures

java.util.Collection getAllGearPhysicalFeatures(int transform)

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


getAllGearPhysicalFeatures

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

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


getAllGearPhysicalFeatures

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

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


getAllGearPhysicalFeatures

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

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


findGearPhysicalFeaturesById

GearPhysicalFeatures findGearPhysicalFeaturesById(java.lang.Integer id)

findGearPhysicalFeaturesById

GearPhysicalFeatures findGearPhysicalFeaturesById(java.lang.String queryString,
                                                  java.lang.Integer id)

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


findGearPhysicalFeaturesById

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

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


findGearPhysicalFeaturesById

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

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


findGearPhysicalFeaturesByGear

java.util.Collection findGearPhysicalFeaturesByGear(Gear gear)

findGearPhysicalFeaturesByGear

java.util.Collection findGearPhysicalFeaturesByGear(java.lang.String queryString,
                                                    Gear gear)

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


findGearPhysicalFeaturesByGear

java.util.Collection findGearPhysicalFeaturesByGear(int pageNumber,
                                                    int pageSize,
                                                    Gear gear)

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


findGearPhysicalFeaturesByGear

java.util.Collection findGearPhysicalFeaturesByGear(java.lang.String queryString,
                                                    int pageNumber,
                                                    int pageSize,
                                                    Gear gear)

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


findGearPhysicalFeaturesByGear

java.util.Collection findGearPhysicalFeaturesByGear(int transform,
                                                    Gear gear)

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


findGearPhysicalFeaturesByGear

java.util.Collection findGearPhysicalFeaturesByGear(int transform,
                                                    int pageNumber,
                                                    int pageSize,
                                                    Gear gear)

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


findGearPhysicalFeaturesByGear

java.util.Collection findGearPhysicalFeaturesByGear(int transform,
                                                    java.lang.String queryString,
                                                    Gear gear)

Does the same thing as findGearPhysicalFeaturesByGear(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 findGearPhysicalFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear gear).


findGearPhysicalFeaturesByGear

java.util.Collection findGearPhysicalFeaturesByGear(int transform,
                                                    java.lang.String queryString,
                                                    int pageNumber,
                                                    int pageSize,
                                                    Gear gear)

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


findGearPhysicalFeaturesByPhysicalGearSurvey

java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(PhysicalGearSurvey physicalGearSurvey)

findGearPhysicalFeaturesByPhysicalGearSurvey

java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(java.lang.String queryString,
                                                                  PhysicalGearSurvey physicalGearSurvey)

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


findGearPhysicalFeaturesByPhysicalGearSurvey

java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(int pageNumber,
                                                                  int pageSize,
                                                                  PhysicalGearSurvey physicalGearSurvey)

Does the same thing as findGearPhysicalFeaturesByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) 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.


findGearPhysicalFeaturesByPhysicalGearSurvey

java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(java.lang.String queryString,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  PhysicalGearSurvey physicalGearSurvey)

Does the same thing as findGearPhysicalFeaturesByPhysicalGearSurvey(String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) 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.


findGearPhysicalFeaturesByPhysicalGearSurvey

java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(int transform,
                                                                  PhysicalGearSurvey physicalGearSurvey)

Does the same thing as findGearPhysicalFeaturesByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) 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.


findGearPhysicalFeaturesByPhysicalGearSurvey

java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(int transform,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  PhysicalGearSurvey physicalGearSurvey)

Does the same thing as findGearPhysicalFeaturesByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) 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.


findGearPhysicalFeaturesByPhysicalGearSurvey

java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(int transform,
                                                                  java.lang.String queryString,
                                                                  PhysicalGearSurvey physicalGearSurvey)

Does the same thing as findGearPhysicalFeaturesByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findGearPhysicalFeaturesByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey physicalGearSurvey).


findGearPhysicalFeaturesByPhysicalGearSurvey

java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(int transform,
                                                                  java.lang.String queryString,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  PhysicalGearSurvey physicalGearSurvey)

Does the same thing as findGearPhysicalFeaturesByPhysicalGearSurvey(int, String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) 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.


findGearPhysicalFeaturesByFishingTrip

java.util.Collection findGearPhysicalFeaturesByFishingTrip(FishingTrip fishingTrip)

findGearPhysicalFeaturesByFishingTrip

java.util.Collection findGearPhysicalFeaturesByFishingTrip(java.lang.String queryString,
                                                           FishingTrip fishingTrip)

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


findGearPhysicalFeaturesByFishingTrip

java.util.Collection findGearPhysicalFeaturesByFishingTrip(int pageNumber,
                                                           int pageSize,
                                                           FishingTrip fishingTrip)

Does the same thing as findGearPhysicalFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) 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.


findGearPhysicalFeaturesByFishingTrip

java.util.Collection findGearPhysicalFeaturesByFishingTrip(java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           FishingTrip fishingTrip)

Does the same thing as findGearPhysicalFeaturesByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) 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.


findGearPhysicalFeaturesByFishingTrip

java.util.Collection findGearPhysicalFeaturesByFishingTrip(int transform,
                                                           FishingTrip fishingTrip)

Does the same thing as findGearPhysicalFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) 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.


findGearPhysicalFeaturesByFishingTrip

java.util.Collection findGearPhysicalFeaturesByFishingTrip(int transform,
                                                           int pageNumber,
                                                           int pageSize,
                                                           FishingTrip fishingTrip)

Does the same thing as findGearPhysicalFeaturesByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) 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.


findGearPhysicalFeaturesByFishingTrip

java.util.Collection findGearPhysicalFeaturesByFishingTrip(int transform,
                                                           java.lang.String queryString,
                                                           FishingTrip fishingTrip)

Does the same thing as findGearPhysicalFeaturesByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findGearPhysicalFeaturesByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip).


findGearPhysicalFeaturesByFishingTrip

java.util.Collection findGearPhysicalFeaturesByFishingTrip(int transform,
                                                           java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           FishingTrip fishingTrip)

Does the same thing as findGearPhysicalFeaturesByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) 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.


findGearPhysicalFeaturesByVessel

java.util.Collection findGearPhysicalFeaturesByVessel(Vessel vessel)

findGearPhysicalFeaturesByVessel

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

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


findGearPhysicalFeaturesByVessel

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

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


findGearPhysicalFeaturesByVessel

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

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


findGearPhysicalFeaturesByVessel

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

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


findGearPhysicalFeaturesByVessel

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

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


findGearPhysicalFeaturesByVessel

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

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


findGearPhysicalFeaturesByVessel

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

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


findGearPhysicalFeaturesByQualityFlag

java.util.Collection findGearPhysicalFeaturesByQualityFlag(QualityFlag qualityFlag)

findGearPhysicalFeaturesByQualityFlag

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

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


findGearPhysicalFeaturesByQualityFlag

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

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


findGearPhysicalFeaturesByQualityFlag

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

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


findGearPhysicalFeaturesByQualityFlag

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

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


findGearPhysicalFeaturesByQualityFlag

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

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


findGearPhysicalFeaturesByQualityFlag

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

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


findGearPhysicalFeaturesByQualityFlag

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

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


findGearPhysicalFeaturesByProgram

java.util.Collection findGearPhysicalFeaturesByProgram(Program program)

findGearPhysicalFeaturesByProgram

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

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


findGearPhysicalFeaturesByProgram

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

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


findGearPhysicalFeaturesByProgram

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

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


findGearPhysicalFeaturesByProgram

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

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


findGearPhysicalFeaturesByProgram

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

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


findGearPhysicalFeaturesByProgram

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

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


findGearPhysicalFeaturesByProgram

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

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


findGearPhysicalFeaturesByNaturalId

GearPhysicalFeatures findGearPhysicalFeaturesByNaturalId(Gear gear,
                                                         PhysicalGearSurvey physicalGearSurvey,
                                                         FishingTrip fishingTrip,
                                                         java.util.Date startDate,
                                                         Vessel vessel,
                                                         Program program)

findGearPhysicalFeaturesByNaturalId

GearPhysicalFeatures findGearPhysicalFeaturesByNaturalId(java.lang.String queryString,
                                                         Gear gear,
                                                         PhysicalGearSurvey physicalGearSurvey,
                                                         FishingTrip fishingTrip,
                                                         java.util.Date startDate,
                                                         Vessel vessel,
                                                         Program program)

Does the same thing as findGearPhysicalFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, 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 findGearPhysicalFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program).


findGearPhysicalFeaturesByNaturalId

java.lang.Object findGearPhysicalFeaturesByNaturalId(int transform,
                                                     Gear gear,
                                                     PhysicalGearSurvey physicalGearSurvey,
                                                     FishingTrip fishingTrip,
                                                     java.util.Date startDate,
                                                     Vessel vessel,
                                                     Program program)

Does the same thing as findGearPhysicalFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, 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.


findGearPhysicalFeaturesByNaturalId

java.lang.Object findGearPhysicalFeaturesByNaturalId(int transform,
                                                     java.lang.String queryString,
                                                     Gear gear,
                                                     PhysicalGearSurvey physicalGearSurvey,
                                                     FishingTrip fishingTrip,
                                                     java.util.Date startDate,
                                                     Vessel vessel,
                                                     Program program)

Does the same thing as findGearPhysicalFeaturesByNaturalId(int, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, 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 findGearPhysicalFeaturesByNaturalId(int, fr.ifremer.allegro.referential.gear.Gear gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey physicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip, java.util.Date startDate, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program).


getAllGearPhysicalFeaturesSinceDateSynchro

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

getAllGearPhysicalFeaturesSinceDateSynchro

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

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


getAllGearPhysicalFeaturesSinceDateSynchro

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

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


getAllGearPhysicalFeaturesSinceDateSynchro

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

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


getAllGearPhysicalFeaturesSinceDateSynchro

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

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


getAllGearPhysicalFeaturesSinceDateSynchro

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

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


getAllGearPhysicalFeaturesSinceDateSynchro

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

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


getAllGearPhysicalFeaturesSinceDateSynchro

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

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


createFromClusterGearPhysicalFeatures

GearPhysicalFeatures createFromClusterGearPhysicalFeatures(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)

getAllClusterGearPhysicalFeaturesSinceDateSynchro

ClusterGearPhysicalFeatures[] getAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                java.lang.Integer userId,
                                                                                java.lang.Integer[] registrationLocationIds,
                                                                                java.lang.Integer pageNumber,
                                                                                java.lang.Integer pageSize)

search

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

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

search

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

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

search

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

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

search

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

Specified by:
search in interface PhysicalFeaturesDao
Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.


Copyright © 2008-2010 IFREMER. All Rights Reserved.