|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesDaoBase
fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesDaoImpl
fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesDaoBase
public abstract class VesselPhysicalFeaturesDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures
.
VesselPhysicalFeatures
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesDao |
---|
TRANSFORM_CLUSTERVESSELPHYSICALFEATURES, TRANSFORM_REMOTEVESSELPHYSICALFEATURESFULLVO, TRANSFORM_REMOTEVESSELPHYSICALFEATURESNATURALID |
Fields inherited from interface fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesDao |
---|
TRANSFORM_CLUSTERPHYSICALFEATURES, TRANSFORM_NONE, TRANSFORM_REMOTEPHYSICALFEATURESFULLVO, TRANSFORM_REMOTEPHYSICALFEATURESNATURALID |
Constructor Summary | |
---|---|
VesselPhysicalFeaturesDaoBase()
|
Method Summary | |
---|---|
void |
clusterVesselPhysicalFeaturesToEntity(ClusterVesselPhysicalFeatures source,
VesselPhysicalFeatures target,
boolean copyIfNull)
Copies the fields of ClusterVesselPhysicalFeatures to the specified entity. |
void |
clusterVesselPhysicalFeaturesToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterVesselPhysicalFeatures 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.VesselPhysicalFeatures and adds from the passed in entities collection |
VesselPhysicalFeatures |
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.lang.String name,
java.lang.String exteriorMarking,
java.lang.String IRCS,
java.lang.String comments,
java.util.Collection vesselPhysicalMeasurements,
PhysicalGearSurvey physicalGearSurvey,
java.util.Collection vesselPhysicalFeaturesOrigins,
Department recorderDepartment,
User recorderUser,
Location baseLandingLocation)
Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures
instance from all attributes and
properties and adds it to the persistent store. |
VesselPhysicalFeatures |
create(java.util.Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
java.util.Date startDate,
Vessel vessel)
Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as VesselPhysicalFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) 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.lang.String name,
java.lang.String exteriorMarking,
java.lang.String IRCS,
java.lang.String comments,
java.util.Collection vesselPhysicalMeasurements,
PhysicalGearSurvey physicalGearSurvey,
java.util.Collection vesselPhysicalFeaturesOrigins,
Department recorderDepartment,
User recorderUser,
Location baseLandingLocation)
Does the same thing as VesselPhysicalFeaturesDao.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.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Collection,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,java.util.Collection,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.User,fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
java.util.Date startDate,
Vessel vessel)
Does the same thing as VesselPhysicalFeaturesDao.create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.util.Date,fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as VesselPhysicalFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an
additional flag called transform . |
VesselPhysicalFeatures |
create(VesselPhysicalFeatures vesselPhysicalFeatures)
Creates an instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures and adds it to the persistent store. |
VesselPhysicalFeatures |
createFromClusterVesselPhysicalFeatures(ClusterVesselPhysicalFeatures clusterVesselPhysicalFeatures)
|
PhysicalFeatures |
findPhysicalFeaturesById(java.lang.Integer id)
|
java.lang.Object |
findPhysicalFeaturesById(int transform,
java.lang.Integer id)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findPhysicalFeaturesById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesById(int, java.lang.Integer) with an
additional argument called queryString . |
PhysicalFeatures |
findPhysicalFeaturesById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.Integer) with an
additional argument called queryString . |
PhysicalFeatures |
findPhysicalFeaturesByNaturalId(java.util.Date startDate,
Vessel vessel,
Program program)
|
java.lang.Object |
findPhysicalFeaturesByNaturalId(int transform,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
findPhysicalFeaturesByNaturalId(int transform,
java.lang.String queryString,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
PhysicalFeatures |
findPhysicalFeaturesByNaturalId(java.lang.String queryString,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByProgram(int transform,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findPhysicalFeaturesByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByProgram(Program program)
|
java.util.Collection |
findPhysicalFeaturesByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByProgram(java.lang.String queryString,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findPhysicalFeaturesByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByVessel(int transform,
Vessel vessel)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findPhysicalFeaturesByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByVessel(Vessel vessel)
|
java.util.Collection |
findVesselPhysicalFeaturesByBaseLandingLocation(int transform,
int pageNumber,
int pageSize,
Location baseLandingLocation)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByBaseLandingLocation(int pageNumber,
int pageSize,
Location baseLandingLocation)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByBaseLandingLocation(int transform,
Location baseLandingLocation)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.util.Collection |
findVesselPhysicalFeaturesByBaseLandingLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Location baseLandingLocation)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByBaseLandingLocation(int transform,
java.lang.String queryString,
Location baseLandingLocation)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalFeaturesByBaseLandingLocation(Location baseLandingLocation)
|
java.util.Collection |
findVesselPhysicalFeaturesByBaseLandingLocation(java.lang.String queryString,
int pageNumber,
int pageSize,
Location baseLandingLocation)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByBaseLandingLocation(java.lang.String queryString,
Location baseLandingLocation)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
VesselPhysicalFeatures |
findVesselPhysicalFeaturesById(java.lang.Integer id)
|
java.lang.Object |
findVesselPhysicalFeaturesById(int transform,
java.lang.Integer id)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findVesselPhysicalFeaturesById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(int, java.lang.Integer) with an
additional argument called queryString . |
VesselPhysicalFeatures |
findVesselPhysicalFeaturesById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(java.lang.Integer) with an
additional argument called queryString . |
java.lang.Object |
findVesselPhysicalFeaturesByNaturalId(int transform,
PhysicalGearSurvey physicalGearSurvey,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
findVesselPhysicalFeaturesByNaturalId(int transform,
java.lang.String queryString,
PhysicalGearSurvey physicalGearSurvey,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
VesselPhysicalFeatures |
findVesselPhysicalFeaturesByNaturalId(PhysicalGearSurvey physicalGearSurvey,
java.util.Date startDate,
Vessel vessel,
Program program)
|
VesselPhysicalFeatures |
findVesselPhysicalFeaturesByNaturalId(java.lang.String queryString,
PhysicalGearSurvey physicalGearSurvey,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalFeaturesByPhysicalGearSurvey(int transform,
int pageNumber,
int pageSize,
PhysicalGearSurvey physicalGearSurvey)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByPhysicalGearSurvey(int pageNumber,
int pageSize,
PhysicalGearSurvey physicalGearSurvey)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByPhysicalGearSurvey(int transform,
PhysicalGearSurvey physicalGearSurvey)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an
additional flag called transform . |
java.util.Collection |
findVesselPhysicalFeaturesByPhysicalGearSurvey(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
PhysicalGearSurvey physicalGearSurvey)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(int, String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByPhysicalGearSurvey(int transform,
java.lang.String queryString,
PhysicalGearSurvey physicalGearSurvey)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalFeaturesByPhysicalGearSurvey(PhysicalGearSurvey physicalGearSurvey)
|
java.util.Collection |
findVesselPhysicalFeaturesByPhysicalGearSurvey(java.lang.String queryString,
int pageNumber,
int pageSize,
PhysicalGearSurvey physicalGearSurvey)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByPhysicalGearSurvey(java.lang.String queryString,
PhysicalGearSurvey physicalGearSurvey)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalFeaturesByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByProgram(int transform,
Program program)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findVesselPhysicalFeaturesByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalFeaturesByProgram(Program program)
|
java.util.Collection |
findVesselPhysicalFeaturesByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByProgram(java.lang.String queryString,
Program program)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalFeaturesByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findVesselPhysicalFeaturesByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalFeaturesByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findVesselPhysicalFeaturesByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalFeaturesByRecorderDepartment(Department recorderDepartment)
|
java.util.Collection |
findVesselPhysicalFeaturesByRecorderDepartment(int transform,
Department recorderDepartment)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findVesselPhysicalFeaturesByRecorderDepartment(int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByRecorderDepartment(int transform,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByRecorderDepartment(int transform,
java.lang.String queryString,
Department recorderDepartment)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalFeaturesByRecorderDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByRecorderDepartment(java.lang.String queryString,
Department recorderDepartment)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalFeaturesByRecorderDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByRecorderUser(int transform,
int pageNumber,
int pageSize,
User recorderUser)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, fr.ifremer.allegro.administration.user.User) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByRecorderUser(int pageNumber,
int pageSize,
User recorderUser)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(fr.ifremer.allegro.administration.user.User) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByRecorderUser(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
User recorderUser)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, String, fr.ifremer.allegro.administration.user.User) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByRecorderUser(int transform,
java.lang.String queryString,
User recorderUser)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, fr.ifremer.allegro.administration.user.User) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalFeaturesByRecorderUser(int transform,
User recorderUser)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(fr.ifremer.allegro.administration.user.User) with an
additional flag called transform . |
java.util.Collection |
findVesselPhysicalFeaturesByRecorderUser(java.lang.String queryString,
int pageNumber,
int pageSize,
User recorderUser)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(String, fr.ifremer.allegro.administration.user.User) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByRecorderUser(java.lang.String queryString,
User recorderUser)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(fr.ifremer.allegro.administration.user.User) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalFeaturesByRecorderUser(User recorderUser)
|
java.util.Collection |
findVesselPhysicalFeaturesByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalFeaturesByVessel(int transform,
Vessel vessel)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findVesselPhysicalFeaturesByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalFeaturesByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalFeaturesByVessel(Vessel vessel)
|
ClusterVesselPhysicalFeatures[] |
getAllClusterVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllPhysicalFeatures()
|
java.util.Collection |
getAllPhysicalFeatures(int transform)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures() with an
additional flag called transform . |
java.util.Collection |
getAllPhysicalFeatures(int pageNumber,
int pageSize)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeatures(int transform,
int pageNumber,
int pageSize)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeatures(int transform,
java.lang.String queryString)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(int) with an
additional argument called queryString . |
java.util.Collection |
getAllPhysicalFeatures(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeatures(java.lang.String queryString)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures() with an
additional argument called queryString . |
java.util.Collection |
getAllPhysicalFeatures(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
|
java.util.Collection |
getAllVesselPhysicalFeatures()
|
java.util.Collection |
getAllVesselPhysicalFeatures(int transform)
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures() with an
additional flag called transform . |
java.util.Collection |
getAllVesselPhysicalFeatures(int pageNumber,
int pageSize)
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselPhysicalFeatures(int transform,
int pageNumber,
int pageSize)
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselPhysicalFeatures(int transform,
java.lang.String queryString)
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(int) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselPhysicalFeatures(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselPhysicalFeatures(java.lang.String queryString)
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures() with an
additional argument called queryString . |
java.util.Collection |
getAllVesselPhysicalFeatures(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselPhysicalFeaturesSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselPhysicalFeaturesSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselPhysicalFeaturesSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselPhysicalFeaturesSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselPhysicalFeaturesSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllVesselPhysicalFeaturesSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselPhysicalFeaturesSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
|
protected DepartmentDao |
getDepartmentDao()
Gets the reference to departmentDao . |
protected LocationDao |
getLocationDao()
Gets the reference to locationDao . |
protected PhysicalGearSurveyDao |
getPhysicalGearSurveyDao()
Gets the reference to physicalGearSurveyDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected UserDao |
getUserDao()
Gets the reference to userDao . |
protected VesselPhysicalFeaturesOriginDao |
getVesselPhysicalFeaturesOriginDao()
Gets the reference to vesselPhysicalFeaturesOriginDao . |
protected VesselPhysicalMeasurementDao |
getVesselPhysicalMeasurementDao()
Gets the reference to vesselPhysicalMeasurementDao . |
protected abstract VesselPhysicalFeatures |
handleCreateFromClusterVesselPhysicalFeatures(ClusterVesselPhysicalFeatures clusterVesselPhysicalFeatures)
Performs the core logic for createFromClusterVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterVesselPhysicalFeatures) |
protected abstract ClusterVesselPhysicalFeatures[] |
handleGetAllClusterVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
VesselPhysicalFeatures |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as PhysicalFeaturesDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type PhysicalFeatures . |
java.util.Collection |
loadAll(int transform)
Does the same thing as PhysicalFeaturesDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as PhysicalFeaturesDao.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 PhysicalFeaturesDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteVesselPhysicalFeaturesFullVOToEntity(RemoteVesselPhysicalFeaturesFullVO source,
VesselPhysicalFeatures target,
boolean copyIfNull)
Copies the fields of RemoteVesselPhysicalFeaturesFullVO to the specified entity. |
void |
remoteVesselPhysicalFeaturesFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselPhysicalFeaturesFullVO to this
DAO's entity. |
void |
remoteVesselPhysicalFeaturesNaturalIdToEntity(RemoteVesselPhysicalFeaturesNaturalId source,
VesselPhysicalFeatures target,
boolean copyIfNull)
Copies the fields of RemoteVesselPhysicalFeaturesNaturalId to the specified entity. |
void |
remoteVesselPhysicalFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselPhysicalFeaturesNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures having the given identifier from the persistent store. |
void |
remove(VesselPhysicalFeatures vesselPhysicalFeatures)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures 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 PhysicalFeaturesDao.search(fr.ifremer.allegro.Search) but with an
additional flag called transform . |
java.util.Set |
search(Search search)
Performs a search using the parameters specified in the given search object. |
void |
setDepartmentDao(DepartmentDao departmentDao)
Sets the reference to departmentDao . |
void |
setLocationDao(LocationDao locationDao)
Sets the reference to locationDao . |
void |
setPhysicalGearSurveyDao(PhysicalGearSurveyDao physicalGearSurveyDao)
Sets the reference to physicalGearSurveyDao . |
void |
setUserDao(UserDao userDao)
Sets the reference to userDao . |
void |
setVesselPhysicalFeaturesOriginDao(VesselPhysicalFeaturesOriginDao vesselPhysicalFeaturesOriginDao)
Sets the reference to vesselPhysicalFeaturesOriginDao . |
void |
setVesselPhysicalMeasurementDao(VesselPhysicalMeasurementDao vesselPhysicalMeasurementDao)
Sets the reference to vesselPhysicalMeasurementDao . |
protected ClusterVesselPhysicalFeatures |
toClusterVesselPhysicalFeatures(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterVesselPhysicalFeatures |
toClusterVesselPhysicalFeatures(VesselPhysicalFeatures entity)
Converts this DAO's entity to an object of type ClusterVesselPhysicalFeatures . |
void |
toClusterVesselPhysicalFeatures(VesselPhysicalFeatures source,
ClusterVesselPhysicalFeatures target)
Copies the fields of the specified entity to the target value object. |
ClusterVesselPhysicalFeatures[] |
toClusterVesselPhysicalFeaturesArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterVesselPhysicalFeatures . |
void |
toClusterVesselPhysicalFeaturesCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterVesselPhysicalFeatures . |
protected VesselPhysicalFeatures |
toEntity(java.lang.Object[] row)
|
protected RemoteVesselPhysicalFeaturesFullVO |
toRemoteVesselPhysicalFeaturesFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteVesselPhysicalFeaturesFullVO |
toRemoteVesselPhysicalFeaturesFullVO(VesselPhysicalFeatures entity)
Converts this DAO's entity to an object of type RemoteVesselPhysicalFeaturesFullVO . |
void |
toRemoteVesselPhysicalFeaturesFullVO(VesselPhysicalFeatures source,
RemoteVesselPhysicalFeaturesFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselPhysicalFeaturesFullVO[] |
toRemoteVesselPhysicalFeaturesFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselPhysicalFeaturesFullVO . |
void |
toRemoteVesselPhysicalFeaturesFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselPhysicalFeaturesFullVO . |
protected RemoteVesselPhysicalFeaturesNaturalId |
toRemoteVesselPhysicalFeaturesNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteVesselPhysicalFeaturesNaturalId |
toRemoteVesselPhysicalFeaturesNaturalId(VesselPhysicalFeatures entity)
Converts this DAO's entity to an object of type RemoteVesselPhysicalFeaturesNaturalId . |
void |
toRemoteVesselPhysicalFeaturesNaturalId(VesselPhysicalFeatures source,
RemoteVesselPhysicalFeaturesNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselPhysicalFeaturesNaturalId[] |
toRemoteVesselPhysicalFeaturesNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselPhysicalFeaturesNaturalId . |
void |
toRemoteVesselPhysicalFeaturesNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselPhysicalFeaturesNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
method. |
protected java.lang.Object |
transformEntity(int transform,
VesselPhysicalFeatures entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesDao , please note
that the PhysicalFeaturesDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(VesselPhysicalFeatures vesselPhysicalFeatures)
Updates the vesselPhysicalFeatures instance in the persistent store. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesDao |
---|
clusterVesselPhysicalFeaturesToEntity, remoteVesselPhysicalFeaturesFullVOToEntity, remoteVesselPhysicalFeaturesNaturalIdToEntity |
Constructor Detail |
---|
public VesselPhysicalFeaturesDaoBase()
Method Detail |
---|
public void setPhysicalGearSurveyDao(PhysicalGearSurveyDao physicalGearSurveyDao)
physicalGearSurveyDao
.
protected PhysicalGearSurveyDao getPhysicalGearSurveyDao()
physicalGearSurveyDao
.
public void setDepartmentDao(DepartmentDao departmentDao)
departmentDao
.
protected DepartmentDao getDepartmentDao()
departmentDao
.
public void setUserDao(UserDao userDao)
userDao
.
protected UserDao getUserDao()
userDao
.
public void setLocationDao(LocationDao locationDao)
locationDao
.
protected LocationDao getLocationDao()
locationDao
.
public void setVesselPhysicalMeasurementDao(VesselPhysicalMeasurementDao vesselPhysicalMeasurementDao)
vesselPhysicalMeasurementDao
.
protected VesselPhysicalMeasurementDao getVesselPhysicalMeasurementDao()
vesselPhysicalMeasurementDao
.
public void setVesselPhysicalFeaturesOriginDao(VesselPhysicalFeaturesOriginDao vesselPhysicalFeaturesOriginDao)
vesselPhysicalFeaturesOriginDao
.
protected VesselPhysicalFeaturesOriginDao getVesselPhysicalFeaturesOriginDao()
vesselPhysicalFeaturesOriginDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.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
load
in interface VesselPhysicalFeaturesDao
load
in class PhysicalFeaturesDaoBase
id
- identifier of the entity to load
VesselPhysicalFeaturesDao.load(int, java.lang.Integer)
public VesselPhysicalFeatures load(java.lang.Integer id)
PhysicalFeaturesDao
load
in interface PhysicalFeaturesDao
load
in interface VesselPhysicalFeaturesDao
load
in class PhysicalFeaturesDaoBase
VesselPhysicalFeaturesDao.load(java.lang.Integer)
public java.util.Collection loadAll()
PhysicalFeaturesDao
PhysicalFeatures
.
loadAll
in interface PhysicalFeaturesDao
loadAll
in interface VesselPhysicalFeaturesDao
loadAll
in class PhysicalFeaturesDaoBase
VesselPhysicalFeaturesDao.loadAll()
public java.util.Collection loadAll(int transform)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.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
loadAll
in interface VesselPhysicalFeaturesDao
loadAll
in class PhysicalFeaturesDaoBase
transform
- the flag indicating what transformation to use.
VesselPhysicalFeaturesDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.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
loadAll
in interface VesselPhysicalFeaturesDao
loadAll
in class PhysicalFeaturesDaoBase
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
VesselPhysicalFeaturesDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.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
loadAll
in interface VesselPhysicalFeaturesDao
loadAll
in class PhysicalFeaturesDaoBase
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.
VesselPhysicalFeaturesDao.loadAll(int, int, int)
public VesselPhysicalFeatures create(VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalFeaturesDao
create
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public java.lang.Object create(int transform, VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.create(int transform, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public java.util.Collection create(java.util.Collection entities)
VesselPhysicalFeaturesDao
entities
collection
create
in interface VesselPhysicalFeaturesDao
entities
- the collection of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures
instances to create.
VesselPhysicalFeaturesDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
create
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.create(int, java.util.Collection)
public VesselPhysicalFeatures 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.lang.String name, java.lang.String exteriorMarking, java.lang.String IRCS, java.lang.String comments, java.util.Collection vesselPhysicalMeasurements, PhysicalGearSurvey physicalGearSurvey, java.util.Collection vesselPhysicalFeaturesOrigins, Department recorderDepartment, User recorderUser, Location baseLandingLocation)
VesselPhysicalFeaturesDao
Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures
instance from all attributes and
properties and adds it to the persistent store.
create
in interface VesselPhysicalFeaturesDao
fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesDao#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.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Collection,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,java.util.Collection,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.User,fr.ifremer.allegro.referential.location.Location)
public java.lang.Object create(int transform, java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Vessel vessel, QualityFlag qualityFlag, Program program, java.lang.String name, java.lang.String exteriorMarking, java.lang.String IRCS, java.lang.String comments, java.util.Collection vesselPhysicalMeasurements, PhysicalGearSurvey physicalGearSurvey, java.util.Collection vesselPhysicalFeaturesOrigins, Department recorderDepartment, User recorderUser, Location baseLandingLocation)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.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.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Collection,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,java.util.Collection,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.User,fr.ifremer.allegro.referential.location.Location)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface VesselPhysicalFeaturesDao
fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesDao#create(int, java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Collection,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,java.util.Collection,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.User,fr.ifremer.allegro.referential.location.Location)
public VesselPhysicalFeatures create(java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date startDate, Vessel vessel)
VesselPhysicalFeaturesDao
Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.util.Date,fr.ifremer.allegro.referential.vessel.Vessel)
public java.lang.Object create(int transform, java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date startDate, Vessel vessel)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,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.
create
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.create(int, java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.util.Date,fr.ifremer.allegro.referential.vessel.Vessel)
public void update(VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalFeaturesDao
vesselPhysicalFeatures
instance in the persistent store.
update
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.update(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public void update(java.util.Collection entities)
PhysicalFeaturesDao
entities
collection in the persistent store.
update
in interface PhysicalFeaturesDao
update
in interface VesselPhysicalFeaturesDao
update
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.update(java.util.Collection)
public void remove(VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalFeaturesDao
remove
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.remove(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public void remove(java.lang.Integer id)
PhysicalFeaturesDao
identifier
from the persistent store.
remove
in interface PhysicalFeaturesDao
remove
in interface VesselPhysicalFeaturesDao
remove
in class PhysicalFeaturesDaoBase
VesselPhysicalFeaturesDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
PhysicalFeaturesDao
entities collection.
- Specified by:
remove
in interface PhysicalFeaturesDao
- Specified by:
remove
in interface VesselPhysicalFeaturesDao
- Overrides:
remove
in class PhysicalFeaturesDaoBase
- See Also:
PhysicalFeaturesDao.remove(java.util.Collection)
public java.util.Collection getAllVesselPhysicalFeatures()
getAllVesselPhysicalFeatures
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures()
public java.util.Collection getAllVesselPhysicalFeatures(int transform)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures()
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.
getAllVesselPhysicalFeatures
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(int)
public java.util.Collection getAllVesselPhysicalFeatures(java.lang.String queryString)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures()
.
getAllVesselPhysicalFeatures
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(java.lang.String)
public java.util.Collection getAllVesselPhysicalFeatures(int pageNumber, int pageSize)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures()
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.
getAllVesselPhysicalFeatures
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(int, int)
public java.util.Collection getAllVesselPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(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.
getAllVesselPhysicalFeatures
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(String, int, int)
public java.util.Collection getAllVesselPhysicalFeatures(int transform, java.lang.String queryString)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(int)
.
getAllVesselPhysicalFeatures
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(int, String)
public java.util.Collection getAllVesselPhysicalFeatures(int transform, int pageNumber, int pageSize)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(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.
getAllVesselPhysicalFeatures
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(int, int, int)
public java.util.Collection getAllVesselPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(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.
getAllVesselPhysicalFeatures
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(int, java.lang.String, int, int)
public VesselPhysicalFeatures findVesselPhysicalFeaturesById(java.lang.Integer id)
findVesselPhysicalFeaturesById
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(java.lang.Integer)
public java.lang.Object findVesselPhysicalFeaturesById(int transform, java.lang.Integer id)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(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.
findVesselPhysicalFeaturesById
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(int, java.lang.Integer)
public VesselPhysicalFeatures findVesselPhysicalFeaturesById(java.lang.String queryString, java.lang.Integer id)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(java.lang.Integer)
.
findVesselPhysicalFeaturesById
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(java.lang.String, java.lang.Integer)
public java.lang.Object findVesselPhysicalFeaturesById(int transform, java.lang.String queryString, java.lang.Integer id)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(int, java.lang.Integer id)
.
findVesselPhysicalFeaturesById
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findVesselPhysicalFeaturesByPhysicalGearSurvey(PhysicalGearSurvey physicalGearSurvey)
findVesselPhysicalFeaturesByPhysicalGearSurvey
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findVesselPhysicalFeaturesByPhysicalGearSurvey(int transform, PhysicalGearSurvey physicalGearSurvey)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(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.
findVesselPhysicalFeaturesByPhysicalGearSurvey
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findVesselPhysicalFeaturesByPhysicalGearSurvey(java.lang.String queryString, PhysicalGearSurvey physicalGearSurvey)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(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 VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
.
findVesselPhysicalFeaturesByPhysicalGearSurvey
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(java.lang.String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findVesselPhysicalFeaturesByPhysicalGearSurvey(int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(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.
findVesselPhysicalFeaturesByPhysicalGearSurvey
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findVesselPhysicalFeaturesByPhysicalGearSurvey(java.lang.String queryString, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(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.
findVesselPhysicalFeaturesByPhysicalGearSurvey
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(String, int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findVesselPhysicalFeaturesByPhysicalGearSurvey(int transform, java.lang.String queryString, PhysicalGearSurvey physicalGearSurvey)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(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 VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey physicalGearSurvey)
.
findVesselPhysicalFeaturesByPhysicalGearSurvey
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(int, String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findVesselPhysicalFeaturesByPhysicalGearSurvey(int transform, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(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.
findVesselPhysicalFeaturesByPhysicalGearSurvey
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(int, int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findVesselPhysicalFeaturesByPhysicalGearSurvey(int transform, java.lang.String queryString, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(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.
findVesselPhysicalFeaturesByPhysicalGearSurvey
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(Department recorderDepartment)
findVesselPhysicalFeaturesByRecorderDepartment
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(int transform, Department recorderDepartment)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findVesselPhysicalFeaturesByRecorderDepartment
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
.
findVesselPhysicalFeaturesByRecorderDepartment
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselPhysicalFeaturesByRecorderDepartment
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselPhysicalFeaturesByRecorderDepartment
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment)
.
findVesselPhysicalFeaturesByRecorderDepartment
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselPhysicalFeaturesByRecorderDepartment
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselPhysicalFeaturesByRecorderDepartment
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPhysicalFeaturesByRecorderUser(User recorderUser)
findVesselPhysicalFeaturesByRecorderUser
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(fr.ifremer.allegro.administration.user.User)
public java.util.Collection findVesselPhysicalFeaturesByRecorderUser(int transform, User recorderUser)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(fr.ifremer.allegro.administration.user.User)
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.
findVesselPhysicalFeaturesByRecorderUser
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, fr.ifremer.allegro.administration.user.User)
public java.util.Collection findVesselPhysicalFeaturesByRecorderUser(java.lang.String queryString, User recorderUser)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(fr.ifremer.allegro.administration.user.User)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(fr.ifremer.allegro.administration.user.User)
.
findVesselPhysicalFeaturesByRecorderUser
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(java.lang.String, fr.ifremer.allegro.administration.user.User)
public java.util.Collection findVesselPhysicalFeaturesByRecorderUser(int pageNumber, int pageSize, User recorderUser)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(fr.ifremer.allegro.administration.user.User)
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.
findVesselPhysicalFeaturesByRecorderUser
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, int, fr.ifremer.allegro.administration.user.User)
public java.util.Collection findVesselPhysicalFeaturesByRecorderUser(java.lang.String queryString, int pageNumber, int pageSize, User recorderUser)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(String, fr.ifremer.allegro.administration.user.User)
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.
findVesselPhysicalFeaturesByRecorderUser
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(String, int, int, fr.ifremer.allegro.administration.user.User)
public java.util.Collection findVesselPhysicalFeaturesByRecorderUser(int transform, java.lang.String queryString, User recorderUser)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, fr.ifremer.allegro.administration.user.User)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, fr.ifremer.allegro.administration.user.User recorderUser)
.
findVesselPhysicalFeaturesByRecorderUser
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, String, fr.ifremer.allegro.administration.user.User)
public java.util.Collection findVesselPhysicalFeaturesByRecorderUser(int transform, int pageNumber, int pageSize, User recorderUser)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, fr.ifremer.allegro.administration.user.User)
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.
findVesselPhysicalFeaturesByRecorderUser
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, int, int, fr.ifremer.allegro.administration.user.User)
public java.util.Collection findVesselPhysicalFeaturesByRecorderUser(int transform, java.lang.String queryString, int pageNumber, int pageSize, User recorderUser)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, String, fr.ifremer.allegro.administration.user.User)
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.
findVesselPhysicalFeaturesByRecorderUser
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.User)
public java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(Location baseLandingLocation)
findVesselPhysicalFeaturesByBaseLandingLocation
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(int transform, Location baseLandingLocation)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(fr.ifremer.allegro.referential.location.Location)
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.
findVesselPhysicalFeaturesByBaseLandingLocation
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(java.lang.String queryString, Location baseLandingLocation)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(fr.ifremer.allegro.referential.location.Location)
.
findVesselPhysicalFeaturesByBaseLandingLocation
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(java.lang.String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(int pageNumber, int pageSize, Location baseLandingLocation)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(fr.ifremer.allegro.referential.location.Location)
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.
findVesselPhysicalFeaturesByBaseLandingLocation
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(java.lang.String queryString, int pageNumber, int pageSize, Location baseLandingLocation)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(String, fr.ifremer.allegro.referential.location.Location)
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.
findVesselPhysicalFeaturesByBaseLandingLocation
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(int transform, java.lang.String queryString, Location baseLandingLocation)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, fr.ifremer.allegro.referential.location.Location baseLandingLocation)
.
findVesselPhysicalFeaturesByBaseLandingLocation
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(int transform, int pageNumber, int pageSize, Location baseLandingLocation)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, fr.ifremer.allegro.referential.location.Location)
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.
findVesselPhysicalFeaturesByBaseLandingLocation
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location baseLandingLocation)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, String, fr.ifremer.allegro.referential.location.Location)
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.
findVesselPhysicalFeaturesByBaseLandingLocation
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findVesselPhysicalFeaturesByVessel(Vessel vessel)
findVesselPhysicalFeaturesByVessel
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findVesselPhysicalFeaturesByVessel(int transform, Vessel vessel)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(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.
findVesselPhysicalFeaturesByVessel
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findVesselPhysicalFeaturesByVessel(java.lang.String queryString, Vessel vessel)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
findVesselPhysicalFeaturesByVessel
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findVesselPhysicalFeaturesByVessel(int pageNumber, int pageSize, Vessel vessel)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(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.
findVesselPhysicalFeaturesByVessel
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findVesselPhysicalFeaturesByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(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.
findVesselPhysicalFeaturesByVessel
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findVesselPhysicalFeaturesByVessel(int transform, java.lang.String queryString, Vessel vessel)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(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 VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
findVesselPhysicalFeaturesByVessel
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findVesselPhysicalFeaturesByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(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.
findVesselPhysicalFeaturesByVessel
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findVesselPhysicalFeaturesByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(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.
findVesselPhysicalFeaturesByVessel
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findVesselPhysicalFeaturesByQualityFlag(QualityFlag qualityFlag)
findVesselPhysicalFeaturesByQualityFlag
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPhysicalFeaturesByQualityFlag(int transform, QualityFlag qualityFlag)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(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.
findVesselPhysicalFeaturesByQualityFlag
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPhysicalFeaturesByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findVesselPhysicalFeaturesByQualityFlag
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPhysicalFeaturesByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(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.
findVesselPhysicalFeaturesByQualityFlag
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPhysicalFeaturesByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(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.
findVesselPhysicalFeaturesByQualityFlag
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPhysicalFeaturesByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findVesselPhysicalFeaturesByQualityFlag
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPhysicalFeaturesByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(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.
findVesselPhysicalFeaturesByQualityFlag
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPhysicalFeaturesByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(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.
findVesselPhysicalFeaturesByQualityFlag
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPhysicalFeaturesByProgram(Program program)
findVesselPhysicalFeaturesByProgram
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselPhysicalFeaturesByProgram(int transform, Program program)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(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.
findVesselPhysicalFeaturesByProgram
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselPhysicalFeaturesByProgram(java.lang.String queryString, Program program)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
findVesselPhysicalFeaturesByProgram
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselPhysicalFeaturesByProgram(int pageNumber, int pageSize, Program program)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(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.
findVesselPhysicalFeaturesByProgram
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselPhysicalFeaturesByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(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.
findVesselPhysicalFeaturesByProgram
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselPhysicalFeaturesByProgram(int transform, java.lang.String queryString, Program program)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(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 VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findVesselPhysicalFeaturesByProgram
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselPhysicalFeaturesByProgram(int transform, int pageNumber, int pageSize, Program program)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(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.
findVesselPhysicalFeaturesByProgram
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselPhysicalFeaturesByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(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.
findVesselPhysicalFeaturesByProgram
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public VesselPhysicalFeatures findVesselPhysicalFeaturesByNaturalId(PhysicalGearSurvey physicalGearSurvey, java.util.Date startDate, Vessel vessel, Program program)
findVesselPhysicalFeaturesByNaturalId
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findVesselPhysicalFeaturesByNaturalId(int transform, PhysicalGearSurvey physicalGearSurvey, java.util.Date startDate, Vessel vessel, Program program)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, 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.
findVesselPhysicalFeaturesByNaturalId
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public VesselPhysicalFeatures findVesselPhysicalFeaturesByNaturalId(java.lang.String queryString, PhysicalGearSurvey physicalGearSurvey, java.util.Date startDate, Vessel vessel, Program program)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, 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 VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
.
findVesselPhysicalFeaturesByNaturalId
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(java.lang.String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findVesselPhysicalFeaturesByNaturalId(int transform, java.lang.String queryString, PhysicalGearSurvey physicalGearSurvey, java.util.Date startDate, Vessel vessel, Program program)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, 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 VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey physicalGearSurvey, java.util.Date startDate, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findVesselPhysicalFeaturesByNaturalId
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(int, java.lang.String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection getAllVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
getAllVesselPhysicalFeaturesSinceDateSynchro
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllVesselPhysicalFeaturesSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(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.
getAllVesselPhysicalFeaturesSinceDateSynchro
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllVesselPhysicalFeaturesSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp)
.
getAllVesselPhysicalFeaturesSinceDateSynchro
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllVesselPhysicalFeaturesSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(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.
getAllVesselPhysicalFeaturesSinceDateSynchro
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllVesselPhysicalFeaturesSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(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.
getAllVesselPhysicalFeaturesSinceDateSynchro
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllVesselPhysicalFeaturesSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllVesselPhysicalFeaturesSinceDateSynchro
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllVesselPhysicalFeaturesSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(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.
getAllVesselPhysicalFeaturesSinceDateSynchro
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllVesselPhysicalFeaturesSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
VesselPhysicalFeaturesDao
Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(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.
getAllVesselPhysicalFeaturesSinceDateSynchro
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public java.util.Collection getAllPhysicalFeatures()
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
getAllPhysicalFeatures
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeatures()
public java.util.Collection getAllPhysicalFeatures(int transform)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures()
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.
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
getAllPhysicalFeatures
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeatures(int)
public java.util.Collection getAllPhysicalFeatures(java.lang.String queryString)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.getAllPhysicalFeatures()
.
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
getAllPhysicalFeatures
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeatures(java.lang.String)
public java.util.Collection getAllPhysicalFeatures(int pageNumber, int pageSize)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures()
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.
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
getAllPhysicalFeatures
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeatures(int, int)
public java.util.Collection getAllPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(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.
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
getAllPhysicalFeatures
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeatures(String, int, int)
public java.util.Collection getAllPhysicalFeatures(int transform, java.lang.String queryString)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.getAllPhysicalFeatures(int)
.
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
getAllPhysicalFeatures
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeatures(int, String)
public java.util.Collection getAllPhysicalFeatures(int transform, int pageNumber, int pageSize)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(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.
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
getAllPhysicalFeatures
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeatures(int, int, int)
public java.util.Collection getAllPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(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.
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
getAllPhysicalFeatures
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeatures(int, java.lang.String, int, int)
public PhysicalFeatures findPhysicalFeaturesById(java.lang.Integer id)
findPhysicalFeaturesById
in interface PhysicalFeaturesDao
findPhysicalFeaturesById
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.Integer)
public java.lang.Object findPhysicalFeaturesById(int transform, java.lang.Integer id)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesById(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.
findPhysicalFeaturesById
in interface PhysicalFeaturesDao
findPhysicalFeaturesById
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesById(int, java.lang.Integer)
public PhysicalFeatures findPhysicalFeaturesById(java.lang.String queryString, java.lang.Integer id)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.Integer)
.
findPhysicalFeaturesById
in interface PhysicalFeaturesDao
findPhysicalFeaturesById
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.String, java.lang.Integer)
public java.lang.Object findPhysicalFeaturesById(int transform, java.lang.String queryString, java.lang.Integer id)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.findPhysicalFeaturesById(int, java.lang.Integer id)
.
findPhysicalFeaturesById
in interface PhysicalFeaturesDao
findPhysicalFeaturesById
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findPhysicalFeaturesByVessel(Vessel vessel)
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
findPhysicalFeaturesByVessel
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByVessel(int transform, Vessel vessel)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(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.
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
findPhysicalFeaturesByVessel
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByVessel(java.lang.String queryString, Vessel vessel)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
findPhysicalFeaturesByVessel
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByVessel(int pageNumber, int pageSize, Vessel vessel)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(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.
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
findPhysicalFeaturesByVessel
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(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.
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
findPhysicalFeaturesByVessel
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByVessel(int transform, java.lang.String queryString, Vessel vessel)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(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 PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
findPhysicalFeaturesByVessel
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(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.
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
findPhysicalFeaturesByVessel
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(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.
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
findPhysicalFeaturesByVessel
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByQualityFlag(QualityFlag qualityFlag)
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
findPhysicalFeaturesByQualityFlag
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByQualityFlag(int transform, QualityFlag qualityFlag)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(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.
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
findPhysicalFeaturesByQualityFlag
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
findPhysicalFeaturesByQualityFlag
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(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.
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
findPhysicalFeaturesByQualityFlag
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(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.
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
findPhysicalFeaturesByQualityFlag
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
findPhysicalFeaturesByQualityFlag
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(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.
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
findPhysicalFeaturesByQualityFlag
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(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.
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
findPhysicalFeaturesByQualityFlag
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByProgram(Program program)
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
findPhysicalFeaturesByProgram
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalFeaturesByProgram(int transform, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(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.
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
findPhysicalFeaturesByProgram
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalFeaturesByProgram(java.lang.String queryString, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
findPhysicalFeaturesByProgram
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalFeaturesByProgram(int pageNumber, int pageSize, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(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.
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
findPhysicalFeaturesByProgram
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalFeaturesByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(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.
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
findPhysicalFeaturesByProgram
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalFeaturesByProgram(int transform, java.lang.String queryString, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(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 PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
findPhysicalFeaturesByProgram
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalFeaturesByProgram(int transform, int pageNumber, int pageSize, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(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.
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
findPhysicalFeaturesByProgram
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalFeaturesByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(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.
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
findPhysicalFeaturesByProgram
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public PhysicalFeatures findPhysicalFeaturesByNaturalId(java.util.Date startDate, Vessel vessel, Program program)
findPhysicalFeaturesByNaturalId
in interface PhysicalFeaturesDao
findPhysicalFeaturesByNaturalId
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findPhysicalFeaturesByNaturalId(int transform, java.util.Date startDate, Vessel vessel, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(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.
findPhysicalFeaturesByNaturalId
in interface PhysicalFeaturesDao
findPhysicalFeaturesByNaturalId
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public PhysicalFeatures findPhysicalFeaturesByNaturalId(java.lang.String queryString, java.util.Date startDate, Vessel vessel, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(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 PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
.
findPhysicalFeaturesByNaturalId
in interface PhysicalFeaturesDao
findPhysicalFeaturesByNaturalId
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findPhysicalFeaturesByNaturalId(int transform, java.lang.String queryString, java.util.Date startDate, Vessel vessel, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(int, java.util.Date startDate, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findPhysicalFeaturesByNaturalId
in interface PhysicalFeaturesDao
findPhysicalFeaturesByNaturalId
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(int, java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
getAllPhysicalFeaturesSinceDateSynchro
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(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.
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
getAllPhysicalFeaturesSinceDateSynchro
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp)
.
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
getAllPhysicalFeaturesSinceDateSynchro
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(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.
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
getAllPhysicalFeaturesSinceDateSynchro
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(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.
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
getAllPhysicalFeaturesSinceDateSynchro
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
getAllPhysicalFeaturesSinceDateSynchro
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(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.
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
getAllPhysicalFeaturesSinceDateSynchro
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(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.
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
getAllPhysicalFeaturesSinceDateSynchro
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public VesselPhysicalFeatures createFromClusterVesselPhysicalFeatures(ClusterVesselPhysicalFeatures clusterVesselPhysicalFeatures)
createFromClusterVesselPhysicalFeatures
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.createFromClusterVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterVesselPhysicalFeatures)
protected abstract VesselPhysicalFeatures handleCreateFromClusterVesselPhysicalFeatures(ClusterVesselPhysicalFeatures clusterVesselPhysicalFeatures) throws java.lang.Exception
createFromClusterVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterVesselPhysicalFeatures)
java.lang.Exception
public ClusterVesselPhysicalFeatures[] getAllClusterVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterVesselPhysicalFeaturesSinceDateSynchro
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.getAllClusterVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterVesselPhysicalFeatures[] handleGetAllClusterVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, VesselPhysicalFeatures entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesDao
, please note
that the PhysicalFeaturesDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
VesselPhysicalFeatures
- PhysicalFeaturesDao.TRANSFORM_NONE
RemoteVesselPhysicalFeaturesFullVO
- TRANSFORM_REMOTEVESSELPHYSICALFEATURESFULLVO
RemoteVesselPhysicalFeaturesNaturalId
- TRANSFORM_REMOTEVESSELPHYSICALFEATURESNATURALID
ClusterVesselPhysicalFeatures
- TRANSFORM_CLUSTERVESSELPHYSICALFEATURES
PhysicalFeaturesDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in VesselPhysicalFeaturesDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
transformEntity(int,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transformEntities
in class PhysicalFeaturesDaoBase
transform
- one of the constants declared in fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
protected VesselPhysicalFeatures toEntity(java.lang.Object[] row)
toEntity
in class PhysicalFeaturesDaoBase
public final void toRemoteVesselPhysicalFeaturesFullVOCollection(java.util.Collection entities)
VesselPhysicalFeaturesDao
RemoteVesselPhysicalFeaturesFullVO
.
toRemoteVesselPhysicalFeaturesFullVOCollection
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesFullVOCollection(java.util.Collection)
public final RemoteVesselPhysicalFeaturesFullVO[] toRemoteVesselPhysicalFeaturesFullVOArray(java.util.Collection entities)
VesselPhysicalFeaturesDao
RemoteVesselPhysicalFeaturesFullVO
.
toRemoteVesselPhysicalFeaturesFullVOArray
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesFullVOArray(java.util.Collection)
protected RemoteVesselPhysicalFeaturesFullVO toRemoteVesselPhysicalFeaturesFullVO(java.lang.Object[] row)
VesselPhysicalFeaturesDaoImpl
class if you intend to use reporting queries.
VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public final void remoteVesselPhysicalFeaturesFullVOToEntityCollection(java.util.Collection instances)
VesselPhysicalFeaturesDao
RemoteVesselPhysicalFeaturesFullVO
to this
DAO's entity.
remoteVesselPhysicalFeaturesFullVOToEntityCollection
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.remoteVesselPhysicalFeaturesFullVOToEntityCollection(java.util.Collection)
public void toRemoteVesselPhysicalFeaturesFullVO(VesselPhysicalFeatures source, RemoteVesselPhysicalFeaturesFullVO target)
VesselPhysicalFeaturesDao
toRemoteVesselPhysicalFeaturesFullVO
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO)
public RemoteVesselPhysicalFeaturesFullVO toRemoteVesselPhysicalFeaturesFullVO(VesselPhysicalFeatures entity)
VesselPhysicalFeaturesDao
RemoteVesselPhysicalFeaturesFullVO
.
toRemoteVesselPhysicalFeaturesFullVO
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public void remoteVesselPhysicalFeaturesFullVOToEntity(RemoteVesselPhysicalFeaturesFullVO source, VesselPhysicalFeatures target, boolean copyIfNull)
VesselPhysicalFeaturesDao
RemoteVesselPhysicalFeaturesFullVO
to the specified entity.
remoteVesselPhysicalFeaturesFullVOToEntity
in interface VesselPhysicalFeaturesDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesDao#remoteVesselPhysicalFeaturesFullVOToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public final void toRemoteVesselPhysicalFeaturesNaturalIdCollection(java.util.Collection entities)
VesselPhysicalFeaturesDao
RemoteVesselPhysicalFeaturesNaturalId
.
toRemoteVesselPhysicalFeaturesNaturalIdCollection
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesNaturalIdCollection(java.util.Collection)
public final RemoteVesselPhysicalFeaturesNaturalId[] toRemoteVesselPhysicalFeaturesNaturalIdArray(java.util.Collection entities)
VesselPhysicalFeaturesDao
RemoteVesselPhysicalFeaturesNaturalId
.
toRemoteVesselPhysicalFeaturesNaturalIdArray
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesNaturalIdArray(java.util.Collection)
protected RemoteVesselPhysicalFeaturesNaturalId toRemoteVesselPhysicalFeaturesNaturalId(java.lang.Object[] row)
VesselPhysicalFeaturesDaoImpl
class if you intend to use reporting queries.
VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public final void remoteVesselPhysicalFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
VesselPhysicalFeaturesDao
RemoteVesselPhysicalFeaturesNaturalId
to this
DAO's entity.
remoteVesselPhysicalFeaturesNaturalIdToEntityCollection
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.remoteVesselPhysicalFeaturesNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteVesselPhysicalFeaturesNaturalId(VesselPhysicalFeatures source, RemoteVesselPhysicalFeaturesNaturalId target)
VesselPhysicalFeaturesDao
toRemoteVesselPhysicalFeaturesNaturalId
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesNaturalId)
public RemoteVesselPhysicalFeaturesNaturalId toRemoteVesselPhysicalFeaturesNaturalId(VesselPhysicalFeatures entity)
VesselPhysicalFeaturesDao
RemoteVesselPhysicalFeaturesNaturalId
.
toRemoteVesselPhysicalFeaturesNaturalId
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public void remoteVesselPhysicalFeaturesNaturalIdToEntity(RemoteVesselPhysicalFeaturesNaturalId source, VesselPhysicalFeatures target, boolean copyIfNull)
VesselPhysicalFeaturesDao
RemoteVesselPhysicalFeaturesNaturalId
to the specified entity.
remoteVesselPhysicalFeaturesNaturalIdToEntity
in interface VesselPhysicalFeaturesDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesDao#remoteVesselPhysicalFeaturesNaturalIdToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesNaturalId, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public final void toClusterVesselPhysicalFeaturesCollection(java.util.Collection entities)
VesselPhysicalFeaturesDao
ClusterVesselPhysicalFeatures
.
toClusterVesselPhysicalFeaturesCollection
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.toClusterVesselPhysicalFeaturesCollection(java.util.Collection)
public final ClusterVesselPhysicalFeatures[] toClusterVesselPhysicalFeaturesArray(java.util.Collection entities)
VesselPhysicalFeaturesDao
ClusterVesselPhysicalFeatures
.
toClusterVesselPhysicalFeaturesArray
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.toClusterVesselPhysicalFeaturesArray(java.util.Collection)
protected ClusterVesselPhysicalFeatures toClusterVesselPhysicalFeatures(java.lang.Object[] row)
VesselPhysicalFeaturesDaoImpl
class if you intend to use reporting queries.
VesselPhysicalFeaturesDao.toClusterVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public final void clusterVesselPhysicalFeaturesToEntityCollection(java.util.Collection instances)
VesselPhysicalFeaturesDao
ClusterVesselPhysicalFeatures
to this
DAO's entity.
clusterVesselPhysicalFeaturesToEntityCollection
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.clusterVesselPhysicalFeaturesToEntityCollection(java.util.Collection)
public void toClusterVesselPhysicalFeatures(VesselPhysicalFeatures source, ClusterVesselPhysicalFeatures target)
VesselPhysicalFeaturesDao
toClusterVesselPhysicalFeatures
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.toClusterVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterVesselPhysicalFeatures)
public ClusterVesselPhysicalFeatures toClusterVesselPhysicalFeatures(VesselPhysicalFeatures entity)
VesselPhysicalFeaturesDao
ClusterVesselPhysicalFeatures
.
toClusterVesselPhysicalFeatures
in interface VesselPhysicalFeaturesDao
VesselPhysicalFeaturesDao.toClusterVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public void clusterVesselPhysicalFeaturesToEntity(ClusterVesselPhysicalFeatures source, VesselPhysicalFeatures target, boolean copyIfNull)
VesselPhysicalFeaturesDao
ClusterVesselPhysicalFeatures
to the specified entity.
clusterVesselPhysicalFeaturesToEntity
in interface VesselPhysicalFeaturesDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesDao#clusterVesselPhysicalFeaturesToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterVesselPhysicalFeatures, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
getPrincipal
in class PhysicalFeaturesDaoBase
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
PhysicalFeaturesDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PhysicalFeaturesDao
search
in interface VesselPhysicalFeaturesDao
search
in class PhysicalFeaturesDaoBase
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.VesselPhysicalFeaturesDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
PhysicalFeaturesDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PhysicalFeaturesDao
search
in interface VesselPhysicalFeaturesDao
search
in class PhysicalFeaturesDaoBase
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.VesselPhysicalFeaturesDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
PhysicalFeaturesDao
PhysicalFeaturesDao.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
search
in interface VesselPhysicalFeaturesDao
search
in class PhysicalFeaturesDaoBase
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
VesselPhysicalFeaturesDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
PhysicalFeaturesDao
search
object.
search
in interface PhysicalFeaturesDao
search
in interface VesselPhysicalFeaturesDao
search
in class PhysicalFeaturesDaoBase
search
- the search object which provides the search parameters and pagination specification.
VesselPhysicalFeaturesDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |