|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GearPhysicalFeaturesDao
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 |
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. |
Field Detail |
---|
static final int TRANSFORM_REMOTEGEARPHYSICALFEATURESFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteGearPhysicalFeaturesFullVO
.
static final int TRANSFORM_REMOTEGEARPHYSICALFEATURESNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteGearPhysicalFeaturesNaturalId
.
static final int TRANSFORM_CLUSTERGEARPHYSICALFEATURES
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterGearPhysicalFeatures
.
Method Detail |
---|
void toRemoteGearPhysicalFeaturesFullVO(GearPhysicalFeatures source, RemoteGearPhysicalFeaturesFullVO target)
RemoteGearPhysicalFeaturesFullVO toRemoteGearPhysicalFeaturesFullVO(GearPhysicalFeatures entity)
RemoteGearPhysicalFeaturesFullVO
.
void toRemoteGearPhysicalFeaturesFullVOCollection(java.util.Collection entities)
RemoteGearPhysicalFeaturesFullVO
.
RemoteGearPhysicalFeaturesFullVO[] toRemoteGearPhysicalFeaturesFullVOArray(java.util.Collection entities)
RemoteGearPhysicalFeaturesFullVO
.
void remoteGearPhysicalFeaturesFullVOToEntity(RemoteGearPhysicalFeaturesFullVO source, GearPhysicalFeatures target, boolean copyIfNull)
RemoteGearPhysicalFeaturesFullVO
to the specified entity.
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.GearPhysicalFeatures remoteGearPhysicalFeaturesFullVOToEntity(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVO)
RemoteGearPhysicalFeaturesFullVO
to this DAO's entity.
void remoteGearPhysicalFeaturesFullVOToEntityCollection(java.util.Collection instances)
RemoteGearPhysicalFeaturesFullVO
to this
DAO's entity.
void toRemoteGearPhysicalFeaturesNaturalId(GearPhysicalFeatures source, RemoteGearPhysicalFeaturesNaturalId target)
RemoteGearPhysicalFeaturesNaturalId toRemoteGearPhysicalFeaturesNaturalId(GearPhysicalFeatures entity)
RemoteGearPhysicalFeaturesNaturalId
.
void toRemoteGearPhysicalFeaturesNaturalIdCollection(java.util.Collection entities)
RemoteGearPhysicalFeaturesNaturalId
.
RemoteGearPhysicalFeaturesNaturalId[] toRemoteGearPhysicalFeaturesNaturalIdArray(java.util.Collection entities)
RemoteGearPhysicalFeaturesNaturalId
.
void remoteGearPhysicalFeaturesNaturalIdToEntity(RemoteGearPhysicalFeaturesNaturalId source, GearPhysicalFeatures target, boolean copyIfNull)
RemoteGearPhysicalFeaturesNaturalId
to the specified entity.
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.GearPhysicalFeatures remoteGearPhysicalFeaturesNaturalIdToEntity(RemoteGearPhysicalFeaturesNaturalId remoteGearPhysicalFeaturesNaturalId)
RemoteGearPhysicalFeaturesNaturalId
to this DAO's entity.
void remoteGearPhysicalFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
RemoteGearPhysicalFeaturesNaturalId
to this
DAO's entity.
void toClusterGearPhysicalFeatures(GearPhysicalFeatures source, ClusterGearPhysicalFeatures target)
ClusterGearPhysicalFeatures toClusterGearPhysicalFeatures(GearPhysicalFeatures entity)
ClusterGearPhysicalFeatures
.
void toClusterGearPhysicalFeaturesCollection(java.util.Collection entities)
ClusterGearPhysicalFeatures
.
ClusterGearPhysicalFeatures[] toClusterGearPhysicalFeaturesArray(java.util.Collection entities)
ClusterGearPhysicalFeatures
.
void clusterGearPhysicalFeaturesToEntity(ClusterGearPhysicalFeatures source, GearPhysicalFeatures target, boolean copyIfNull)
ClusterGearPhysicalFeatures
to the specified entity.
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.GearPhysicalFeatures clusterGearPhysicalFeaturesToEntity(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
ClusterGearPhysicalFeatures
to this DAO's entity.
void clusterGearPhysicalFeaturesToEntityCollection(java.util.Collection instances)
ClusterGearPhysicalFeatures
to this
DAO's entity.
PhysicalFeatures load(java.lang.Integer id)
load
in interface PhysicalFeaturesDao
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.
load
in interface PhysicalFeaturesDao
id
- identifier of the entity to load
java.util.Collection loadAll()
GearPhysicalFeatures
.
loadAll
in interface PhysicalFeaturesDao
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.
loadAll
in interface PhysicalFeaturesDao
transform
- the flag indicating what transformation to use.
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.
loadAll
in interface PhysicalFeaturesDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
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.
loadAll
in interface PhysicalFeaturesDao
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.
PhysicalFeatures create(GearPhysicalFeatures gearPhysicalFeatures)
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.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures
instances to 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.
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.
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.
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.
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.
void update(GearPhysicalFeatures gearPhysicalFeatures)
gearPhysicalFeatures
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
update
in interface PhysicalFeaturesDao
void remove(GearPhysicalFeatures gearPhysicalFeatures)
void remove(java.lang.Integer id)
identifier
from the persistent store.
remove
in interface PhysicalFeaturesDao
void remove(java.util.Collection entities)
entities collection.
- Specified by:
remove
in interface PhysicalFeaturesDao
java.util.Collection 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()
.
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.
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.
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.
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.
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)
.
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.
GearPhysicalFeatures findGearPhysicalFeaturesById(java.lang.Integer id)
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)
.
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.
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)
.
java.util.Collection findGearPhysicalFeaturesByGear(Gear gear)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(PhysicalGearSurvey physicalGearSurvey)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findGearPhysicalFeaturesByFishingTrip(FishingTrip fishingTrip)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findGearPhysicalFeaturesByVessel(Vessel vessel)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findGearPhysicalFeaturesByQualityFlag(QualityFlag qualityFlag)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findGearPhysicalFeaturesByProgram(Program program)
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)
.
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.
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.
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.
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.
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)
.
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.
GearPhysicalFeatures findGearPhysicalFeaturesByNaturalId(Gear gear, PhysicalGearSurvey physicalGearSurvey, FishingTrip fishingTrip, java.util.Date startDate, Vessel vessel, Program program)
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)
.
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.
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)
.
java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
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)
.
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.
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.
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.
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.
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)
.
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.
GearPhysicalFeatures createFromClusterGearPhysicalFeatures(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
ClusterGearPhysicalFeatures[] getAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PhysicalFeaturesDao
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.PaginationResult search(int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PhysicalFeaturesDao
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.java.util.Set search(int transform, Search search)
search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
search
in interface PhysicalFeaturesDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
java.util.Set search(Search search)
search
object.
search
in interface PhysicalFeaturesDao
search
- the search object which provides the search parameters and pagination specification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |