|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FishingTrip in fr.ifremer.allegro.data.measure |
---|
Methods in fr.ifremer.allegro.data.measure that return FishingTrip | |
---|---|
FishingTrip |
SurveyMeasurement.getFishingTrip()
|
Methods in fr.ifremer.allegro.data.measure with parameters of type FishingTrip | |
---|---|
Measurement |
SurveyMeasurementDao.create(java.lang.Float numericalValue,
java.lang.Integer digitCount,
java.lang.Float precisionValue,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
Department department,
PrecisionType precisionType,
QualityFlag qualityFlag,
AnalysisInstrument analysisInstrument,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
ActivityCalendar activityCalendar,
PhysicalGearSurvey physicalGearSurvey,
Landing landing,
FishingTrip fishingTrip,
Sale sale,
EconomicalSurvey economicalSurvey)
Creates a new fr.ifremer.allegro.data.measure.SurveyMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
SurveyMeasurement |
SurveyMeasurementDaoBase.create(java.lang.Float numericalValue,
java.lang.Integer digitCount,
java.lang.Float precisionValue,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
Department department,
PrecisionType precisionType,
QualityFlag qualityFlag,
AnalysisInstrument analysisInstrument,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
ActivityCalendar activityCalendar,
PhysicalGearSurvey physicalGearSurvey,
Landing landing,
FishingTrip fishingTrip,
Sale sale,
EconomicalSurvey economicalSurvey)
|
java.lang.Object |
SurveyMeasurementDao.create(int transform,
java.lang.Float numericalValue,
java.lang.Integer digitCount,
java.lang.Float precisionValue,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
Department department,
PrecisionType precisionType,
QualityFlag qualityFlag,
AnalysisInstrument analysisInstrument,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
ActivityCalendar activityCalendar,
PhysicalGearSurvey physicalGearSurvey,
Landing landing,
FishingTrip fishingTrip,
Sale sale,
EconomicalSurvey economicalSurvey)
Does the same thing as SurveyMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.data.survey.sale.Sale,fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an
additional flag called transform . |
java.lang.Object |
SurveyMeasurementDaoBase.create(int transform,
java.lang.Float numericalValue,
java.lang.Integer digitCount,
java.lang.Float precisionValue,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
Department department,
PrecisionType precisionType,
QualityFlag qualityFlag,
AnalysisInstrument analysisInstrument,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
ActivityCalendar activityCalendar,
PhysicalGearSurvey physicalGearSurvey,
Landing landing,
FishingTrip fishingTrip,
Sale sale,
EconomicalSurvey economicalSurvey)
|
java.util.Collection |
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
SurveyMeasurementDaoBase.findSurveyMeasurementByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
SurveyMeasurementDaoBase.findSurveyMeasurementByFishingTrip(int transform,
FishingTrip fishingTrip)
|
java.util.Collection |
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SurveyMeasurementDaoBase.findSurveyMeasurementByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SurveyMeasurementDaoBase.findSurveyMeasurementByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
SurveyMeasurementDaoBase.findSurveyMeasurementByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SurveyMeasurementDaoBase.findSurveyMeasurementByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
SurveyMeasurementDaoBase.findSurveyMeasurementByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SurveyMeasurementDaoBase.findSurveyMeasurementByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
static SurveyMeasurement |
SurveyMeasurement.Factory.newInstance(java.lang.Float numericalValue,
java.lang.Integer digitCount,
java.lang.Float precisionValue,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
Department department,
PrecisionType precisionType,
QualityFlag qualityFlag,
AnalysisInstrument analysisInstrument,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
ActivityCalendar activityCalendar,
PhysicalGearSurvey physicalGearSurvey,
Landing landing,
FishingTrip fishingTrip,
Sale sale,
EconomicalSurvey economicalSurvey)
Constructs a new instance of SurveyMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
void |
SurveyMeasurement.setFishingTrip(FishingTrip fishingTrip)
|
Uses of FishingTrip in fr.ifremer.allegro.data.operation |
---|
Methods in fr.ifremer.allegro.data.operation that return FishingTrip | |
---|---|
FishingTrip |
Operation.getFishingTrip()
|
Methods in fr.ifremer.allegro.data.operation with parameters of type FishingTrip | |
---|---|
java.lang.Object |
OperationDao.create(int transform,
java.lang.String name,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
java.util.Date endDateTime,
java.lang.Boolean isMainOperation,
java.lang.String comments,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
FishingTrip fishingTrip,
java.util.Collection operationVesselAssociations,
Vessel vessel,
QualityFlag qualityFlag,
java.util.Collection vesselPositions,
java.util.Collection gearUseFeatures,
java.util.Collection vesselUseFeatures,
GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as OperationDao.create(java.lang.String,java.lang.Short,java.util.Date,java.util.Date,java.lang.Boolean,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an
additional flag called transform . |
java.lang.Object |
OperationDaoBase.create(int transform,
java.lang.String name,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
java.util.Date endDateTime,
java.lang.Boolean isMainOperation,
java.lang.String comments,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
FishingTrip fishingTrip,
java.util.Collection operationVesselAssociations,
Vessel vessel,
QualityFlag qualityFlag,
java.util.Collection vesselPositions,
java.util.Collection gearUseFeatures,
java.util.Collection vesselUseFeatures,
GearPhysicalFeatures gearPhysicalFeatures)
|
java.lang.Object |
FishingOperationDao.create(int transform,
java.lang.String name,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
java.util.Date endDateTime,
java.lang.Boolean isMainOperation,
java.lang.String comments,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
FishingTrip fishingTrip,
java.util.Collection operationVesselAssociations,
Vessel vessel,
QualityFlag qualityFlag,
java.util.Collection vesselPositions,
java.util.Collection gearUseFeatures,
java.util.Collection vesselUseFeatures,
GearPhysicalFeatures gearPhysicalFeatures,
java.util.Date fishingStartDateTime,
java.util.Date fishingEndDateTime,
java.lang.Boolean hasCatch,
CatchBatch catchBatch,
java.util.Collection samples,
java.util.Collection produces)
Does the same thing as FishingOperationDao.create(java.lang.String,java.lang.Short,java.util.Date,java.util.Date,java.lang.Boolean,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,java.util.Date,java.util.Date,java.lang.Boolean,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection) with an
additional flag called transform . |
java.lang.Object |
FishingOperationDaoBase.create(int transform,
java.lang.String name,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
java.util.Date endDateTime,
java.lang.Boolean isMainOperation,
java.lang.String comments,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
FishingTrip fishingTrip,
java.util.Collection operationVesselAssociations,
Vessel vessel,
QualityFlag qualityFlag,
java.util.Collection vesselPositions,
java.util.Collection gearUseFeatures,
java.util.Collection vesselUseFeatures,
GearPhysicalFeatures gearPhysicalFeatures,
java.util.Date fishingStartDateTime,
java.util.Date fishingEndDateTime,
java.lang.Boolean hasCatch,
CatchBatch catchBatch,
java.util.Collection samples,
java.util.Collection produces)
|
Operation |
OperationDao.create(java.lang.String name,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
java.util.Date endDateTime,
java.lang.Boolean isMainOperation,
java.lang.String comments,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
FishingTrip fishingTrip,
java.util.Collection operationVesselAssociations,
Vessel vessel,
QualityFlag qualityFlag,
java.util.Collection vesselPositions,
java.util.Collection gearUseFeatures,
java.util.Collection vesselUseFeatures,
GearPhysicalFeatures gearPhysicalFeatures)
Creates a new fr.ifremer.allegro.data.operation.Operation
instance from all attributes and
properties and adds it to the persistent store. |
Operation |
OperationDaoBase.create(java.lang.String name,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
java.util.Date endDateTime,
java.lang.Boolean isMainOperation,
java.lang.String comments,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
FishingTrip fishingTrip,
java.util.Collection operationVesselAssociations,
Vessel vessel,
QualityFlag qualityFlag,
java.util.Collection vesselPositions,
java.util.Collection gearUseFeatures,
java.util.Collection vesselUseFeatures,
GearPhysicalFeatures gearPhysicalFeatures)
|
Operation |
FishingOperationDao.create(java.lang.String name,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
java.util.Date endDateTime,
java.lang.Boolean isMainOperation,
java.lang.String comments,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
FishingTrip fishingTrip,
java.util.Collection operationVesselAssociations,
Vessel vessel,
QualityFlag qualityFlag,
java.util.Collection vesselPositions,
java.util.Collection gearUseFeatures,
java.util.Collection vesselUseFeatures,
GearPhysicalFeatures gearPhysicalFeatures,
java.util.Date fishingStartDateTime,
java.util.Date fishingEndDateTime,
java.lang.Boolean hasCatch,
CatchBatch catchBatch,
java.util.Collection samples,
java.util.Collection produces)
Creates a new fr.ifremer.allegro.data.operation.FishingOperation
instance from all attributes and
properties and adds it to the persistent store. |
FishingOperation |
FishingOperationDaoBase.create(java.lang.String name,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
java.util.Date endDateTime,
java.lang.Boolean isMainOperation,
java.lang.String comments,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
FishingTrip fishingTrip,
java.util.Collection operationVesselAssociations,
Vessel vessel,
QualityFlag qualityFlag,
java.util.Collection vesselPositions,
java.util.Collection gearUseFeatures,
java.util.Collection vesselUseFeatures,
GearPhysicalFeatures gearPhysicalFeatures,
java.util.Date fishingStartDateTime,
java.util.Date fishingEndDateTime,
java.lang.Boolean hasCatch,
CatchBatch catchBatch,
java.util.Collection samples,
java.util.Collection produces)
|
java.util.Collection |
FishingOperationDao.findFishingOperationByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
FishingOperationDaoBase.findFishingOperationByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
FishingOperationDao.findFishingOperationByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as FishingOperationDao.findFishingOperationByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
FishingOperationDaoBase.findFishingOperationByFishingTrip(int transform,
FishingTrip fishingTrip)
|
java.util.Collection |
FishingOperationDao.findFishingOperationByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as FishingOperationDao.findFishingOperationByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
FishingOperationDaoBase.findFishingOperationByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
FishingOperationDao.findFishingOperationByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as FishingOperationDao.findFishingOperationByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
FishingOperationDaoBase.findFishingOperationByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
FishingOperationDao.findFishingOperationByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as FishingOperationDao.findFishingOperationByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
FishingOperationDaoBase.findFishingOperationByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
FishingOperationDao.findFishingOperationByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as FishingOperationDao.findFishingOperationByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
FishingOperationDaoBase.findFishingOperationByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
FishingOperationDao.findFishingOperationByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as FishingOperationDao.findFishingOperationByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
FishingOperationDaoBase.findFishingOperationByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
FishingOperationDao.findFishingOperationByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as FishingOperationDao.findFishingOperationByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
FishingOperationDaoBase.findFishingOperationByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
FishingOperation |
FishingOperationDao.findFishingOperationByNaturalId(java.util.Date fishingStartDateTime,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
|
FishingOperation |
FishingOperationDaoBase.findFishingOperationByNaturalId(java.util.Date fishingStartDateTime,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
|
java.lang.Object |
FishingOperationDao.findFishingOperationByNaturalId(int transform,
java.util.Date fishingStartDateTime,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
Does the same thing as FishingOperationDao.findFishingOperationByNaturalId(java.util.Date, java.lang.Short, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.lang.Object |
FishingOperationDaoBase.findFishingOperationByNaturalId(int transform,
java.util.Date fishingStartDateTime,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
|
java.lang.Object |
FishingOperationDao.findFishingOperationByNaturalId(int transform,
java.lang.String queryString,
java.util.Date fishingStartDateTime,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
Does the same thing as FishingOperationDao.findFishingOperationByNaturalId(int, java.util.Date, java.lang.Short, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.lang.Object |
FishingOperationDaoBase.findFishingOperationByNaturalId(int transform,
java.lang.String queryString,
java.util.Date fishingStartDateTime,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
|
FishingOperation |
FishingOperationDao.findFishingOperationByNaturalId(java.lang.String queryString,
java.util.Date fishingStartDateTime,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
Does the same thing as FishingOperationDao.findFishingOperationByNaturalId(java.util.Date, java.lang.Short, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
FishingOperation |
FishingOperationDaoBase.findFishingOperationByNaturalId(java.lang.String queryString,
java.util.Date fishingStartDateTime,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
|
java.util.Collection |
OperationDao.findOperationByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
OperationDaoBase.findOperationByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
FishingOperationDaoBase.findOperationByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
OperationDao.findOperationByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as OperationDao.findOperationByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
OperationDaoBase.findOperationByFishingTrip(int transform,
FishingTrip fishingTrip)
|
java.util.Collection |
FishingOperationDaoBase.findOperationByFishingTrip(int transform,
FishingTrip fishingTrip)
|
java.util.Collection |
OperationDao.findOperationByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as OperationDao.findOperationByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
OperationDaoBase.findOperationByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
FishingOperationDaoBase.findOperationByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
OperationDao.findOperationByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as OperationDao.findOperationByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
OperationDaoBase.findOperationByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
FishingOperationDaoBase.findOperationByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
OperationDao.findOperationByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as OperationDao.findOperationByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
OperationDaoBase.findOperationByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
FishingOperationDaoBase.findOperationByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
OperationDao.findOperationByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as OperationDao.findOperationByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
OperationDaoBase.findOperationByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
FishingOperationDaoBase.findOperationByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
OperationDao.findOperationByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as OperationDao.findOperationByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
OperationDaoBase.findOperationByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
FishingOperationDaoBase.findOperationByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
OperationDao.findOperationByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as OperationDao.findOperationByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
OperationDaoBase.findOperationByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
FishingOperationDaoBase.findOperationByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.lang.Object |
OperationDao.findOperationByNaturalId(int transform,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
Does the same thing as OperationDao.findOperationByNaturalId(java.lang.Short, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.lang.Object |
OperationDaoBase.findOperationByNaturalId(int transform,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
|
java.lang.Object |
FishingOperationDaoBase.findOperationByNaturalId(int transform,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
|
java.lang.Object |
OperationDao.findOperationByNaturalId(int transform,
java.lang.String queryString,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
Does the same thing as OperationDao.findOperationByNaturalId(int, java.lang.Short, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.lang.Object |
OperationDaoBase.findOperationByNaturalId(int transform,
java.lang.String queryString,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
|
java.lang.Object |
FishingOperationDaoBase.findOperationByNaturalId(int transform,
java.lang.String queryString,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
|
Operation |
OperationDao.findOperationByNaturalId(java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
|
Operation |
OperationDaoBase.findOperationByNaturalId(java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
|
Operation |
FishingOperationDaoBase.findOperationByNaturalId(java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
|
Operation |
OperationDao.findOperationByNaturalId(java.lang.String queryString,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
Does the same thing as OperationDao.findOperationByNaturalId(java.lang.Short, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
Operation |
OperationDaoBase.findOperationByNaturalId(java.lang.String queryString,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
|
Operation |
FishingOperationDaoBase.findOperationByNaturalId(java.lang.String queryString,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
Vessel vessel,
FishingTrip fishingTrip)
|
static Operation |
Operation.Factory.newInstance(java.lang.String name,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
java.util.Date endDateTime,
java.lang.Boolean isMainOperation,
java.lang.String comments,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
FishingTrip fishingTrip,
java.util.Collection operationVesselAssociations,
Vessel vessel,
QualityFlag qualityFlag,
java.util.Collection vesselPositions,
java.util.Collection gearUseFeatures,
java.util.Collection vesselUseFeatures,
GearPhysicalFeatures gearPhysicalFeatures)
Constructs a new instance of Operation , taking all possible properties
(except the identifier(s))as arguments. |
static FishingOperation |
FishingOperation.Factory.newInstance(java.lang.String name,
java.lang.Short rankOrderOnPeriod,
java.util.Date startDateTime,
java.util.Date endDateTime,
java.lang.Boolean isMainOperation,
java.lang.String comments,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
FishingTrip fishingTrip,
java.util.Collection operationVesselAssociations,
Vessel vessel,
QualityFlag qualityFlag,
java.util.Collection vesselPositions,
java.util.Collection gearUseFeatures,
java.util.Collection vesselUseFeatures,
GearPhysicalFeatures gearPhysicalFeatures,
java.util.Date fishingStartDateTime,
java.util.Date fishingEndDateTime,
java.lang.Boolean hasCatch,
CatchBatch catchBatch,
java.util.Collection samples,
java.util.Collection produces)
Constructs a new instance of FishingOperation , taking all possible properties
(except the identifier(s))as arguments. |
void |
Operation.setFishingTrip(FishingTrip fishingTrip)
|
Uses of FishingTrip in fr.ifremer.allegro.data.survey.fishingTrip |
---|
Subclasses of FishingTrip in fr.ifremer.allegro.data.survey.fishingTrip | |
---|---|
class |
FishingTripImpl
|
class |
ObservedFishingTrip
Une mar??e observ??e en mer d??signe une mar??e de p??che professionnelle au cours de laquelle des relev??s sont effectu??s par un observateur. |
class |
ObservedFishingTripImpl
|
Methods in fr.ifremer.allegro.data.survey.fishingTrip that return FishingTrip | |
---|---|
FishingTrip |
FishingTripDaoImpl.clusterFishingTripToEntity(ClusterFishingTrip clusterFishingTrip)
|
FishingTrip |
FishingTripDao.clusterFishingTripToEntity(ClusterFishingTrip clusterFishingTrip)
Converts an instance of type ClusterFishingTrip to this DAO's entity. |
FishingTrip |
ObservedFishingTripDao.create(java.util.Date creationDate,
java.util.Date departureDateTime,
Location departureLocation,
java.util.Collection observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
java.util.Date returnDateTime,
Location returnLocation,
Vessel vessel)
Creates a new fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingTrip |
FishingTripDao.create(java.util.Date creationDate,
java.util.Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
java.util.Date returnDateTime,
Location returnLocation,
Vessel vessel)
Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingTrip |
FishingTripDaoBase.create(java.util.Date creationDate,
java.util.Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
java.util.Date returnDateTime,
Location returnLocation,
Vessel vessel)
|
FishingTrip |
FishingTripDao.create(java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
ScientificCruise scientificCruise,
java.util.Collection landings,
Vessel vessel,
Location returnLocation,
Location departureLocation,
Program program,
Department recorderDepartment,
java.util.Collection fishingTripOrigins,
QualityFlag qualityFlag,
java.util.Collection sales,
java.util.Collection operations,
java.util.Collection transshipments,
java.util.Collection vesselUseFeatures,
java.util.Collection gearPhysicalFeatures,
Person recorderPerson)
Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip
instance from all attributes and
properties and adds it to the persistent store. |
FishingTrip |
FishingTripDaoBase.create(java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
ScientificCruise scientificCruise,
java.util.Collection landings,
Vessel vessel,
Location returnLocation,
Location departureLocation,
Program program,
Department recorderDepartment,
java.util.Collection fishingTripOrigins,
QualityFlag qualityFlag,
java.util.Collection sales,
java.util.Collection operations,
java.util.Collection transshipments,
java.util.Collection vesselUseFeatures,
java.util.Collection gearPhysicalFeatures,
Person recorderPerson)
|
FishingTrip |
ObservedFishingTripDao.create(java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
ScientificCruise scientificCruise,
java.util.Collection landings,
Vessel vessel,
Location returnLocation,
Location departureLocation,
Program program,
Department recorderDepartment,
java.util.Collection fishingTripOrigins,
QualityFlag qualityFlag,
java.util.Collection sales,
java.util.Collection operations,
java.util.Collection transshipments,
java.util.Collection vesselUseFeatures,
java.util.Collection gearPhysicalFeatures,
Person recorderPerson,
java.util.Collection observerPersons,
java.util.Collection expectedSales)
Creates a new fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip
instance from all attributes and
properties and adds it to the persistent store. |
FishingTrip |
FishingTripDao.create(FishingTrip fishingTrip)
Creates an instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip and adds it to the persistent store. |
FishingTrip |
FishingTripDaoBase.create(FishingTrip fishingTrip)
|
FishingTrip |
ObservedFishingTripDao.create(ObservedFishingTrip observedFishingTrip)
Creates an instance of fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip and adds it to the persistent store. |
FishingTrip |
FishingTripDao.createFromClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
|
FishingTrip |
FishingTripDaoBase.createFromClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
|
FishingTrip |
FishingTripDao.findFishingTripById(java.lang.Integer id)
|
FishingTrip |
ObservedFishingTripDaoBase.findFishingTripById(java.lang.Integer id)
|
FishingTrip |
FishingTripDaoBase.findFishingTripById(java.lang.Integer id)
|
FishingTrip |
FishingTripDao.findFishingTripById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as FishingTripDao.findFishingTripById(java.lang.Integer) with an
additional argument called queryString . |
FishingTrip |
ObservedFishingTripDaoBase.findFishingTripById(java.lang.String queryString,
java.lang.Integer id)
|
FishingTrip |
FishingTripDaoBase.findFishingTripById(java.lang.String queryString,
java.lang.Integer id)
|
FishingTrip |
FishingTripDao.findFishingTripByNaturalId(java.util.Date departureDateTime,
Vessel vessel,
Program program)
|
FishingTrip |
ObservedFishingTripDaoBase.findFishingTripByNaturalId(java.util.Date departureDateTime,
Vessel vessel,
Program program)
|
FishingTrip |
FishingTripDaoBase.findFishingTripByNaturalId(java.util.Date departureDateTime,
Vessel vessel,
Program program)
|
FishingTrip |
FishingTripDao.findFishingTripByNaturalId(java.lang.String queryString,
java.util.Date departureDateTime,
Vessel vessel,
Program program)
Does the same thing as FishingTripDao.findFishingTripByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
FishingTrip |
ObservedFishingTripDaoBase.findFishingTripByNaturalId(java.lang.String queryString,
java.util.Date departureDateTime,
Vessel vessel,
Program program)
|
FishingTrip |
FishingTripDaoBase.findFishingTripByNaturalId(java.lang.String queryString,
java.util.Date departureDateTime,
Vessel vessel,
Program program)
|
FishingTrip |
FishingTripOrigin.getFishingTrip()
|
FishingTrip |
FishingTripOrigin.getOriginFishingTrip()
Identifie la mar??e d'origine |
protected FishingTrip |
FishingTripDaoImpl.handleCreateFromClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
|
protected abstract FishingTrip |
FishingTripDaoBase.handleCreateFromClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
Performs the core logic for FishingTripDaoBase.createFromClusterFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterFishingTrip) |
FishingTrip |
ObservedFishingTripDao.load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip from the persistent store. |
FishingTrip |
FishingTripDao.load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip from the persistent store. |
FishingTrip |
FishingTripDaoBase.load(java.lang.Integer id)
|
static FishingTrip |
FishingTrip.Factory.newInstance()
Constructs a new instance of FishingTrip . |
static FishingTrip |
FishingTrip.Factory.newInstance(java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.util.Date creationDate,
Vessel vessel,
Location returnLocation,
Location departureLocation,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag)
Constructs a new instance of FishingTrip , taking all required and/or
read-only properties as arguments. |
static FishingTrip |
FishingTrip.Factory.newInstance(java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
ScientificCruise scientificCruise,
java.util.Collection landings,
Vessel vessel,
Location returnLocation,
Location departureLocation,
Program program,
Department recorderDepartment,
java.util.Collection fishingTripOrigins,
QualityFlag qualityFlag,
java.util.Collection sales,
java.util.Collection operations,
java.util.Collection transshipments,
java.util.Collection vesselUseFeatures,
java.util.Collection gearPhysicalFeatures,
Person recorderPerson)
Constructs a new instance of FishingTrip , taking all possible properties
(except the identifier(s))as arguments. |
FishingTrip |
FishingTripDaoImpl.remoteFishingTripFullVOToEntity(RemoteFishingTripFullVO remoteFishingTripFullVO)
|
FishingTrip |
FishingTripDao.remoteFishingTripFullVOToEntity(RemoteFishingTripFullVO remoteFishingTripFullVO)
Converts an instance of type RemoteFishingTripFullVO to this DAO's entity. |
FishingTrip |
FishingTripDaoImpl.remoteFishingTripNaturalIdToEntity(RemoteFishingTripNaturalId remoteFishingTripNaturalId)
|
FishingTrip |
FishingTripDao.remoteFishingTripNaturalIdToEntity(RemoteFishingTripNaturalId remoteFishingTripNaturalId)
Converts an instance of type RemoteFishingTripNaturalId to this DAO's entity. |
protected FishingTrip |
FishingTripDaoBase.toEntity(java.lang.Object[] row)
|
Methods in fr.ifremer.allegro.data.survey.fishingTrip with parameters of type FishingTrip | |
---|---|
void |
FishingTripDaoImpl.clusterFishingTripToEntity(ClusterFishingTrip source,
FishingTrip target,
boolean copyIfNull)
|
void |
FishingTripDao.clusterFishingTripToEntity(ClusterFishingTrip source,
FishingTrip target,
boolean copyIfNull)
Copies the fields of ClusterFishingTrip to the specified entity. |
void |
FishingTripDaoBase.clusterFishingTripToEntity(ClusterFishingTrip source,
FishingTrip target,
boolean copyIfNull)
|
FishingTrip |
FishingTripDao.create(FishingTrip fishingTrip)
Creates an instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip and adds it to the persistent store. |
FishingTrip |
FishingTripDaoBase.create(FishingTrip fishingTrip)
|
FishingTripOrigin |
FishingTripOriginDao.create(FishingTrip fishingTrip,
Program program)
Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingTripOrigin |
FishingTripOriginDaoBase.create(FishingTrip fishingTrip,
Program program)
|
FishingTripOrigin |
FishingTripOriginDao.create(FishingTrip fishingTrip,
Program program,
FishingTrip originFishingTrip)
Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin
instance from all attributes and
properties and adds it to the persistent store. |
FishingTripOrigin |
FishingTripOriginDaoBase.create(FishingTrip fishingTrip,
Program program,
FishingTrip originFishingTrip)
|
java.lang.Object |
FishingTripDao.create(int transform,
FishingTrip fishingTrip)
Does the same thing as FishingTripDao.create(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.lang.Object |
FishingTripDaoBase.create(int transform,
FishingTrip fishingTrip)
|
java.lang.Object |
FishingTripOriginDao.create(int transform,
FishingTrip fishingTrip,
Program program)
Does the same thing as FishingTripOriginDao.create(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
FishingTripOriginDaoBase.create(int transform,
FishingTrip fishingTrip,
Program program)
|
java.lang.Object |
FishingTripOriginDao.create(int transform,
FishingTrip fishingTrip,
Program program,
FishingTrip originFishingTrip)
Does the same thing as FishingTripOriginDao.create(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.lang.Object |
FishingTripOriginDaoBase.create(int transform,
FishingTrip fishingTrip,
Program program,
FishingTrip originFishingTrip)
|
java.util.Collection |
FishingTripOriginDao.findFishingTripOriginByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
FishingTripOriginDaoBase.findFishingTripOriginByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
FishingTripOriginDao.findFishingTripOriginByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as FishingTripOriginDao.findFishingTripOriginByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
FishingTripOriginDaoBase.findFishingTripOriginByFishingTrip(int transform,
FishingTrip fishingTrip)
|
java.util.Collection |
FishingTripOriginDao.findFishingTripOriginByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as FishingTripOriginDao.findFishingTripOriginByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
FishingTripOriginDaoBase.findFishingTripOriginByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
FishingTripOriginDao.findFishingTripOriginByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as FishingTripOriginDao.findFishingTripOriginByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
FishingTripOriginDaoBase.findFishingTripOriginByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
FishingTripOriginDao.findFishingTripOriginByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as FishingTripOriginDao.findFishingTripOriginByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
FishingTripOriginDaoBase.findFishingTripOriginByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
FishingTripOriginDao.findFishingTripOriginByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as FishingTripOriginDao.findFishingTripOriginByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
FishingTripOriginDaoBase.findFishingTripOriginByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
FishingTripOriginDao.findFishingTripOriginByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as FishingTripOriginDao.findFishingTripOriginByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
FishingTripOriginDaoBase.findFishingTripOriginByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
FishingTripOriginDao.findFishingTripOriginByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as FishingTripOriginDao.findFishingTripOriginByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
FishingTripOriginDaoBase.findFishingTripOriginByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
FishingTripOriginDao.findFishingTripOriginByOriginFishingTrip(FishingTrip originFishingTrip)
|
java.util.Collection |
FishingTripOriginDaoBase.findFishingTripOriginByOriginFishingTrip(FishingTrip originFishingTrip)
|
java.util.Collection |
FishingTripOriginDao.findFishingTripOriginByOriginFishingTrip(int transform,
FishingTrip originFishingTrip)
Does the same thing as FishingTripOriginDao.findFishingTripOriginByOriginFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
FishingTripOriginDaoBase.findFishingTripOriginByOriginFishingTrip(int transform,
FishingTrip originFishingTrip)
|
java.util.Collection |
FishingTripOriginDao.findFishingTripOriginByOriginFishingTrip(int pageNumber,
int pageSize,
FishingTrip originFishingTrip)
Does the same thing as FishingTripOriginDao.findFishingTripOriginByOriginFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
FishingTripOriginDaoBase.findFishingTripOriginByOriginFishingTrip(int pageNumber,
int pageSize,
FishingTrip originFishingTrip)
|
java.util.Collection |
FishingTripOriginDao.findFishingTripOriginByOriginFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip originFishingTrip)
Does the same thing as FishingTripOriginDao.findFishingTripOriginByOriginFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
FishingTripOriginDaoBase.findFishingTripOriginByOriginFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip originFishingTrip)
|
java.util.Collection |
FishingTripOriginDao.findFishingTripOriginByOriginFishingTrip(int transform,
java.lang.String queryString,
FishingTrip originFishingTrip)
Does the same thing as FishingTripOriginDao.findFishingTripOriginByOriginFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
FishingTripOriginDaoBase.findFishingTripOriginByOriginFishingTrip(int transform,
java.lang.String queryString,
FishingTrip originFishingTrip)
|
java.util.Collection |
FishingTripOriginDao.findFishingTripOriginByOriginFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip originFishingTrip)
Does the same thing as FishingTripOriginDao.findFishingTripOriginByOriginFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
FishingTripOriginDaoBase.findFishingTripOriginByOriginFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip originFishingTrip)
|
java.util.Collection |
FishingTripOriginDao.findFishingTripOriginByOriginFishingTrip(java.lang.String queryString,
FishingTrip originFishingTrip)
Does the same thing as FishingTripOriginDao.findFishingTripOriginByOriginFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
FishingTripOriginDaoBase.findFishingTripOriginByOriginFishingTrip(java.lang.String queryString,
FishingTrip originFishingTrip)
|
java.util.Collection |
FishingTripOriginDao.findFishingTripOriginByOriginFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip originFishingTrip)
Does the same thing as FishingTripOriginDao.findFishingTripOriginByOriginFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
FishingTripOriginDaoBase.findFishingTripOriginByOriginFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip originFishingTrip)
|
static FishingTripOrigin |
FishingTripOrigin.Factory.newInstance(FishingTrip fishingTrip,
Program program)
Constructs a new instance of FishingTripOrigin , taking all required and/or
read-only properties as arguments. |
static FishingTripOrigin |
FishingTripOrigin.Factory.newInstance(FishingTrip fishingTrip,
Program program,
FishingTrip originFishingTrip)
Constructs a new instance of FishingTripOrigin , taking all possible properties
(except the identifier(s))as arguments. |
void |
FishingTripDaoImpl.remoteFishingTripFullVOToEntity(RemoteFishingTripFullVO source,
FishingTrip target,
boolean copyIfNull)
|
void |
FishingTripDao.remoteFishingTripFullVOToEntity(RemoteFishingTripFullVO source,
FishingTrip target,
boolean copyIfNull)
Copies the fields of RemoteFishingTripFullVO to the specified entity. |
void |
FishingTripDaoBase.remoteFishingTripFullVOToEntity(RemoteFishingTripFullVO source,
FishingTrip target,
boolean copyIfNull)
|
void |
FishingTripDaoImpl.remoteFishingTripNaturalIdToEntity(RemoteFishingTripNaturalId source,
FishingTrip target,
boolean copyIfNull)
|
void |
FishingTripDao.remoteFishingTripNaturalIdToEntity(RemoteFishingTripNaturalId source,
FishingTrip target,
boolean copyIfNull)
Copies the fields of RemoteFishingTripNaturalId to the specified entity. |
void |
FishingTripDaoBase.remoteFishingTripNaturalIdToEntity(RemoteFishingTripNaturalId source,
FishingTrip target,
boolean copyIfNull)
|
void |
FishingTripDao.remove(FishingTrip fishingTrip)
Removes the instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip from the persistent store. |
void |
FishingTripDaoBase.remove(FishingTrip fishingTrip)
|
void |
FishingTripOrigin.setFishingTrip(FishingTrip fishingTrip)
|
void |
FishingTripOrigin.setOriginFishingTrip(FishingTrip originFishingTrip)
|
ClusterFishingTrip |
FishingTripDaoImpl.toClusterFishingTrip(FishingTrip entity)
|
ClusterFishingTrip |
FishingTripDao.toClusterFishingTrip(FishingTrip entity)
Converts this DAO's entity to an object of type ClusterFishingTrip . |
ClusterFishingTrip |
FishingTripDaoBase.toClusterFishingTrip(FishingTrip entity)
|
void |
FishingTripDaoImpl.toClusterFishingTrip(FishingTrip source,
ClusterFishingTrip target)
|
void |
FishingTripDao.toClusterFishingTrip(FishingTrip source,
ClusterFishingTrip target)
Copies the fields of the specified entity to the target value object. |
void |
FishingTripDaoBase.toClusterFishingTrip(FishingTrip source,
ClusterFishingTrip target)
|
RemoteFishingTripFullVO |
FishingTripDaoImpl.toRemoteFishingTripFullVO(FishingTrip entity)
|
RemoteFishingTripFullVO |
FishingTripDao.toRemoteFishingTripFullVO(FishingTrip entity)
Converts this DAO's entity to an object of type RemoteFishingTripFullVO . |
RemoteFishingTripFullVO |
FishingTripDaoBase.toRemoteFishingTripFullVO(FishingTrip entity)
|
void |
FishingTripDaoImpl.toRemoteFishingTripFullVO(FishingTrip source,
RemoteFishingTripFullVO target)
|
void |
FishingTripDao.toRemoteFishingTripFullVO(FishingTrip source,
RemoteFishingTripFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
FishingTripDaoBase.toRemoteFishingTripFullVO(FishingTrip source,
RemoteFishingTripFullVO target)
|
RemoteFishingTripNaturalId |
FishingTripDaoImpl.toRemoteFishingTripNaturalId(FishingTrip entity)
|
RemoteFishingTripNaturalId |
FishingTripDao.toRemoteFishingTripNaturalId(FishingTrip entity)
Converts this DAO's entity to an object of type RemoteFishingTripNaturalId . |
RemoteFishingTripNaturalId |
FishingTripDaoBase.toRemoteFishingTripNaturalId(FishingTrip entity)
|
void |
FishingTripDaoImpl.toRemoteFishingTripNaturalId(FishingTrip source,
RemoteFishingTripNaturalId target)
|
void |
FishingTripDao.toRemoteFishingTripNaturalId(FishingTrip source,
RemoteFishingTripNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
FishingTripDaoBase.toRemoteFishingTripNaturalId(FishingTrip source,
RemoteFishingTripNaturalId target)
|
protected java.lang.Object |
FishingTripDaoBase.transformEntity(int transform,
FishingTrip 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.survey.fishingTrip.FishingTripDao , please note
that the FishingTripDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
FishingTripDao.update(FishingTrip fishingTrip)
Updates the fishingTrip instance in the persistent store. |
void |
FishingTripDaoBase.update(FishingTrip fishingTrip)
|
Uses of FishingTrip in fr.ifremer.allegro.data.survey.landing |
---|
Methods in fr.ifremer.allegro.data.survey.landing that return FishingTrip | |
---|---|
FishingTrip |
Landing.getFishingTrip()
|
Methods in fr.ifremer.allegro.data.survey.landing with parameters of type FishingTrip | |
---|---|
Landing |
LandingDao.create(java.util.Date landingDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection landingMeasurements,
java.util.Collection surveyMeasurements,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
FishingTrip fishingTrip,
Location landingLocation,
java.util.Collection sales,
java.util.Collection produces)
Creates a new fr.ifremer.allegro.data.survey.landing.Landing
instance from all attributes and
properties and adds it to the persistent store. |
Landing |
LandingDaoBase.create(java.util.Date landingDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection landingMeasurements,
java.util.Collection surveyMeasurements,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
FishingTrip fishingTrip,
Location landingLocation,
java.util.Collection sales,
java.util.Collection produces)
|
Landing |
ObservedLandingDao.create(java.util.Date landingDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection landingMeasurements,
java.util.Collection surveyMeasurements,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
FishingTrip fishingTrip,
Location landingLocation,
java.util.Collection sales,
java.util.Collection produces,
java.util.Collection observerPersons,
java.util.Collection expectedSales)
Creates a new fr.ifremer.allegro.data.survey.landing.ObservedLanding
instance from all attributes and
properties and adds it to the persistent store. |
ObservedLanding |
ObservedLandingDaoBase.create(java.util.Date landingDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection landingMeasurements,
java.util.Collection surveyMeasurements,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
FishingTrip fishingTrip,
Location landingLocation,
java.util.Collection sales,
java.util.Collection produces,
java.util.Collection observerPersons,
java.util.Collection expectedSales)
|
java.lang.Object |
LandingDao.create(int transform,
java.util.Date landingDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection landingMeasurements,
java.util.Collection surveyMeasurements,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
FishingTrip fishingTrip,
Location landingLocation,
java.util.Collection sales,
java.util.Collection produces)
Does the same thing as LandingDao.create(java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,java.util.Collection,java.util.Collection) with an
additional flag called transform . |
java.lang.Object |
LandingDaoBase.create(int transform,
java.util.Date landingDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection landingMeasurements,
java.util.Collection surveyMeasurements,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
FishingTrip fishingTrip,
Location landingLocation,
java.util.Collection sales,
java.util.Collection produces)
|
java.lang.Object |
ObservedLandingDao.create(int transform,
java.util.Date landingDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection landingMeasurements,
java.util.Collection surveyMeasurements,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
FishingTrip fishingTrip,
Location landingLocation,
java.util.Collection sales,
java.util.Collection produces,
java.util.Collection observerPersons,
java.util.Collection expectedSales)
Does the same thing as ObservedLandingDao.create(java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection) with an
additional flag called transform . |
java.lang.Object |
ObservedLandingDaoBase.create(int transform,
java.util.Date landingDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection landingMeasurements,
java.util.Collection surveyMeasurements,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
FishingTrip fishingTrip,
Location landingLocation,
java.util.Collection sales,
java.util.Collection produces,
java.util.Collection observerPersons,
java.util.Collection expectedSales)
|
java.util.Collection |
LandingDao.findLandingByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
LandingDaoBase.findLandingByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
ObservedLandingDaoBase.findLandingByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
LandingDao.findLandingByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as LandingDao.findLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
LandingDaoBase.findLandingByFishingTrip(int transform,
FishingTrip fishingTrip)
|
java.util.Collection |
ObservedLandingDaoBase.findLandingByFishingTrip(int transform,
FishingTrip fishingTrip)
|
java.util.Collection |
LandingDao.findLandingByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as LandingDao.findLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
LandingDaoBase.findLandingByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
ObservedLandingDaoBase.findLandingByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
LandingDao.findLandingByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as LandingDao.findLandingByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
LandingDaoBase.findLandingByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
ObservedLandingDaoBase.findLandingByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
LandingDao.findLandingByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as LandingDao.findLandingByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
LandingDaoBase.findLandingByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
ObservedLandingDaoBase.findLandingByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
LandingDao.findLandingByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as LandingDao.findLandingByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
LandingDaoBase.findLandingByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
ObservedLandingDaoBase.findLandingByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
LandingDao.findLandingByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as LandingDao.findLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
LandingDaoBase.findLandingByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
ObservedLandingDaoBase.findLandingByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
LandingDao.findLandingByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as LandingDao.findLandingByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
LandingDaoBase.findLandingByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
ObservedLandingDaoBase.findLandingByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
ObservedLandingDao.findObservedLandingByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
ObservedLandingDaoBase.findObservedLandingByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
ObservedLandingDao.findObservedLandingByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as ObservedLandingDao.findObservedLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
ObservedLandingDaoBase.findObservedLandingByFishingTrip(int transform,
FishingTrip fishingTrip)
|
java.util.Collection |
ObservedLandingDao.findObservedLandingByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as ObservedLandingDao.findObservedLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedLandingDaoBase.findObservedLandingByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
ObservedLandingDao.findObservedLandingByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as ObservedLandingDao.findObservedLandingByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedLandingDaoBase.findObservedLandingByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
ObservedLandingDao.findObservedLandingByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as ObservedLandingDao.findObservedLandingByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
ObservedLandingDaoBase.findObservedLandingByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
ObservedLandingDao.findObservedLandingByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as ObservedLandingDao.findObservedLandingByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedLandingDaoBase.findObservedLandingByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
ObservedLandingDao.findObservedLandingByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as ObservedLandingDao.findObservedLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
ObservedLandingDaoBase.findObservedLandingByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
ObservedLandingDao.findObservedLandingByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as ObservedLandingDao.findObservedLandingByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedLandingDaoBase.findObservedLandingByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
static Landing |
Landing.Factory.newInstance(java.util.Date landingDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection landingMeasurements,
java.util.Collection surveyMeasurements,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
FishingTrip fishingTrip,
Location landingLocation,
java.util.Collection sales,
java.util.Collection produces)
Constructs a new instance of Landing , taking all possible properties
(except the identifier(s))as arguments. |
static ObservedLanding |
ObservedLanding.Factory.newInstance(java.util.Date landingDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection landingMeasurements,
java.util.Collection surveyMeasurements,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
FishingTrip fishingTrip,
Location landingLocation,
java.util.Collection sales,
java.util.Collection produces,
java.util.Collection observerPersons,
java.util.Collection expectedSales)
Constructs a new instance of ObservedLanding , taking all possible properties
(except the identifier(s))as arguments. |
void |
Landing.setFishingTrip(FishingTrip fishingTrip)
|
Uses of FishingTrip in fr.ifremer.allegro.data.survey.sale |
---|
Methods in fr.ifremer.allegro.data.survey.sale that return FishingTrip | |
---|---|
FishingTrip |
Sale.getFishingTrip()
|
Methods in fr.ifremer.allegro.data.survey.sale with parameters of type FishingTrip | |
---|---|
Sale |
SaleDao.create(java.util.Date saleStartDate,
java.util.Date saleEndDate,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson)
Creates a new fr.ifremer.allegro.data.survey.sale.Sale
instance from all attributes and
properties and adds it to the persistent store. |
Sale |
SaleDaoBase.create(java.util.Date saleStartDate,
java.util.Date saleEndDate,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson)
|
Sale |
ObservedSaleDao.create(java.util.Date saleStartDate,
java.util.Date saleEndDate,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson,
java.util.Collection observerPersons)
Creates a new fr.ifremer.allegro.data.survey.sale.ObservedSale
instance from all attributes and
properties and adds it to the persistent store. |
ObservedSale |
ObservedSaleDaoBase.create(java.util.Date saleStartDate,
java.util.Date saleEndDate,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson,
java.util.Collection observerPersons)
|
java.lang.Object |
SaleDao.create(int transform,
java.util.Date saleStartDate,
java.util.Date saleEndDate,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson)
Does the same thing as SaleDao.create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.SaleType,fr.ifremer.allegro.referential.vessel.Vessel,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.lang.Object |
SaleDaoBase.create(int transform,
java.util.Date saleStartDate,
java.util.Date saleEndDate,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson)
|
java.lang.Object |
ObservedSaleDao.create(int transform,
java.util.Date saleStartDate,
java.util.Date saleEndDate,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson,
java.util.Collection observerPersons)
Does the same thing as ObservedSaleDao.create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.SaleType,fr.ifremer.allegro.referential.vessel.Vessel,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,fr.ifremer.allegro.administration.user.Person,java.util.Collection) with an
additional flag called transform . |
java.lang.Object |
ObservedSaleDaoBase.create(int transform,
java.util.Date saleStartDate,
java.util.Date saleEndDate,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson,
java.util.Collection observerPersons)
|
java.util.Collection |
ObservedSaleDao.findObservedSaleByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
ObservedSaleDaoBase.findObservedSaleByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
ObservedSaleDao.findObservedSaleByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as ObservedSaleDao.findObservedSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
ObservedSaleDaoBase.findObservedSaleByFishingTrip(int transform,
FishingTrip fishingTrip)
|
java.util.Collection |
ObservedSaleDao.findObservedSaleByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as ObservedSaleDao.findObservedSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedSaleDaoBase.findObservedSaleByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
ObservedSaleDao.findObservedSaleByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as ObservedSaleDao.findObservedSaleByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedSaleDaoBase.findObservedSaleByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
ObservedSaleDao.findObservedSaleByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as ObservedSaleDao.findObservedSaleByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
ObservedSaleDaoBase.findObservedSaleByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
ObservedSaleDao.findObservedSaleByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as ObservedSaleDao.findObservedSaleByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedSaleDaoBase.findObservedSaleByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
ObservedSaleDao.findObservedSaleByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as ObservedSaleDao.findObservedSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
ObservedSaleDaoBase.findObservedSaleByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
ObservedSaleDao.findObservedSaleByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as ObservedSaleDao.findObservedSaleByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedSaleDaoBase.findObservedSaleByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
SaleDao.findSaleByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
ObservedSaleDaoBase.findSaleByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
SaleDaoBase.findSaleByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
SaleDao.findSaleByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as SaleDao.findSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
ObservedSaleDaoBase.findSaleByFishingTrip(int transform,
FishingTrip fishingTrip)
|
java.util.Collection |
SaleDaoBase.findSaleByFishingTrip(int transform,
FishingTrip fishingTrip)
|
java.util.Collection |
SaleDao.findSaleByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as SaleDao.findSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedSaleDaoBase.findSaleByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
SaleDaoBase.findSaleByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
SaleDao.findSaleByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as SaleDao.findSaleByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedSaleDaoBase.findSaleByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
SaleDaoBase.findSaleByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
SaleDao.findSaleByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as SaleDao.findSaleByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
ObservedSaleDaoBase.findSaleByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
SaleDaoBase.findSaleByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
SaleDao.findSaleByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as SaleDao.findSaleByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedSaleDaoBase.findSaleByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
SaleDaoBase.findSaleByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
SaleDao.findSaleByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as SaleDao.findSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
ObservedSaleDaoBase.findSaleByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
SaleDaoBase.findSaleByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
SaleDao.findSaleByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as SaleDao.findSaleByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ObservedSaleDaoBase.findSaleByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
SaleDaoBase.findSaleByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
static Sale |
Sale.Factory.newInstance(java.util.Date saleStartDate,
java.util.Date saleEndDate,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson)
Constructs a new instance of Sale , taking all possible properties
(except the identifier(s))as arguments. |
static ObservedSale |
ObservedSale.Factory.newInstance(java.util.Date saleStartDate,
java.util.Date saleEndDate,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson,
java.util.Collection observerPersons)
Constructs a new instance of ObservedSale , taking all possible properties
(except the identifier(s))as arguments. |
void |
Sale.setFishingTrip(FishingTrip fishingTrip)
|
Uses of FishingTrip in fr.ifremer.allegro.data.transshipment |
---|
Methods in fr.ifremer.allegro.data.transshipment that return FishingTrip | |
---|---|
FishingTrip |
Transshipment.getFishingTrip()
|
Methods in fr.ifremer.allegro.data.transshipment with parameters of type FishingTrip | |
---|---|
Transshipment |
TransshipmentDao.create(java.util.Date transshipmentDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
Vessel toVessel,
Location transshipmentLocation,
FishingTrip fishingTrip,
Program program,
Department recorderDepartment,
User recorderUser,
SurveyQualification surveyQualification,
java.util.Collection produces)
Creates a new fr.ifremer.allegro.data.transshipment.Transshipment
instance from all attributes and
properties and adds it to the persistent store. |
Transshipment |
TransshipmentDaoBase.create(java.util.Date transshipmentDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
Vessel toVessel,
Location transshipmentLocation,
FishingTrip fishingTrip,
Program program,
Department recorderDepartment,
User recorderUser,
SurveyQualification surveyQualification,
java.util.Collection produces)
|
java.lang.Object |
TransshipmentDao.create(int transform,
java.util.Date transshipmentDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
Vessel toVessel,
Location transshipmentLocation,
FishingTrip fishingTrip,
Program program,
Department recorderDepartment,
User recorderUser,
SurveyQualification surveyQualification,
java.util.Collection produces)
Does the same thing as TransshipmentDao.create(java.util.Date,java.lang.String,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.User,fr.ifremer.allegro.referential.SurveyQualification,java.util.Collection) with an
additional flag called transform . |
java.lang.Object |
TransshipmentDaoBase.create(int transform,
java.util.Date transshipmentDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
Vessel toVessel,
Location transshipmentLocation,
FishingTrip fishingTrip,
Program program,
Department recorderDepartment,
User recorderUser,
SurveyQualification surveyQualification,
java.util.Collection produces)
|
java.util.Collection |
TransshipmentDao.findTransshipmentByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
TransshipmentDaoBase.findTransshipmentByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
TransshipmentDao.findTransshipmentByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as TransshipmentDao.findTransshipmentByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
TransshipmentDaoBase.findTransshipmentByFishingTrip(int transform,
FishingTrip fishingTrip)
|
java.util.Collection |
TransshipmentDao.findTransshipmentByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as TransshipmentDao.findTransshipmentByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
TransshipmentDaoBase.findTransshipmentByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
TransshipmentDao.findTransshipmentByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as TransshipmentDao.findTransshipmentByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
TransshipmentDaoBase.findTransshipmentByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
TransshipmentDao.findTransshipmentByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as TransshipmentDao.findTransshipmentByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
TransshipmentDaoBase.findTransshipmentByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
TransshipmentDao.findTransshipmentByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as TransshipmentDao.findTransshipmentByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
TransshipmentDaoBase.findTransshipmentByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
TransshipmentDao.findTransshipmentByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as TransshipmentDao.findTransshipmentByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
TransshipmentDaoBase.findTransshipmentByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
TransshipmentDao.findTransshipmentByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as TransshipmentDao.findTransshipmentByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
TransshipmentDaoBase.findTransshipmentByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
static Transshipment |
Transshipment.Factory.newInstance(java.util.Date transshipmentDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
Vessel toVessel,
Location transshipmentLocation,
FishingTrip fishingTrip,
Program program,
Department recorderDepartment,
User recorderUser,
SurveyQualification surveyQualification,
java.util.Collection produces)
Constructs a new instance of Transshipment , taking all possible properties
(except the identifier(s))as arguments. |
void |
Transshipment.setFishingTrip(FishingTrip fishingTrip)
|
Uses of FishingTrip in fr.ifremer.allegro.data.vessel.feature.physical |
---|
Methods in fr.ifremer.allegro.data.vessel.feature.physical that return FishingTrip | |
---|---|
FishingTrip |
GearPhysicalFeatures.getFishingTrip()
|
Methods in fr.ifremer.allegro.data.vessel.feature.physical with parameters of type FishingTrip | |
---|---|
PhysicalFeatures |
GearPhysicalFeaturesDao.create(java.util.Date startDate,
java.util.Date endDate,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
java.util.Collection gearPhysicalMeasurements,
PhysicalGearSurvey physicalGearSurvey,
FishingTrip fishingTrip,
java.util.Collection operations,
Gear gear,
java.util.Collection gearPhysicalFeaturesOrigins)
Creates a new fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures
instance from all attributes and
properties and adds it to the persistent store. |
GearPhysicalFeatures |
GearPhysicalFeaturesDaoBase.create(java.util.Date startDate,
java.util.Date endDate,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
java.util.Collection gearPhysicalMeasurements,
PhysicalGearSurvey physicalGearSurvey,
FishingTrip fishingTrip,
java.util.Collection operations,
Gear gear,
java.util.Collection gearPhysicalFeaturesOrigins)
|
java.lang.Object |
GearPhysicalFeaturesDao.create(int transform,
java.util.Date startDate,
java.util.Date endDate,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
java.util.Collection gearPhysicalMeasurements,
PhysicalGearSurvey physicalGearSurvey,
FishingTrip fishingTrip,
java.util.Collection operations,
Gear gear,
java.util.Collection gearPhysicalFeaturesOrigins)
Does the same thing as GearPhysicalFeaturesDao.create(java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,java.util.Collection,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,java.util.Collection,fr.ifremer.allegro.referential.gear.Gear,java.util.Collection) with an
additional flag called transform . |
java.lang.Object |
GearPhysicalFeaturesDaoBase.create(int transform,
java.util.Date startDate,
java.util.Date endDate,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
java.util.Collection gearPhysicalMeasurements,
PhysicalGearSurvey physicalGearSurvey,
FishingTrip fishingTrip,
java.util.Collection operations,
Gear gear,
java.util.Collection gearPhysicalFeaturesOrigins)
|
java.util.Collection |
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
GearPhysicalFeaturesDaoBase.findGearPhysicalFeaturesByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
GearPhysicalFeaturesDaoBase.findGearPhysicalFeaturesByFishingTrip(int transform,
FishingTrip fishingTrip)
|
java.util.Collection |
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
GearPhysicalFeaturesDaoBase.findGearPhysicalFeaturesByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
GearPhysicalFeaturesDaoBase.findGearPhysicalFeaturesByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
GearPhysicalFeaturesDaoBase.findGearPhysicalFeaturesByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
GearPhysicalFeaturesDaoBase.findGearPhysicalFeaturesByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
GearPhysicalFeaturesDaoBase.findGearPhysicalFeaturesByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
GearPhysicalFeaturesDaoBase.findGearPhysicalFeaturesByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
GearPhysicalFeatures |
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByNaturalId(Gear gear,
PhysicalGearSurvey physicalGearSurvey,
FishingTrip fishingTrip,
java.util.Date startDate,
Vessel vessel,
Program program)
|
GearPhysicalFeatures |
GearPhysicalFeaturesDaoBase.findGearPhysicalFeaturesByNaturalId(Gear gear,
PhysicalGearSurvey physicalGearSurvey,
FishingTrip fishingTrip,
java.util.Date startDate,
Vessel vessel,
Program program)
|
java.lang.Object |
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByNaturalId(int transform,
Gear gear,
PhysicalGearSurvey physicalGearSurvey,
FishingTrip fishingTrip,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
GearPhysicalFeaturesDaoBase.findGearPhysicalFeaturesByNaturalId(int transform,
Gear gear,
PhysicalGearSurvey physicalGearSurvey,
FishingTrip fishingTrip,
java.util.Date startDate,
Vessel vessel,
Program program)
|
java.lang.Object |
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByNaturalId(int transform,
java.lang.String queryString,
Gear gear,
PhysicalGearSurvey physicalGearSurvey,
FishingTrip fishingTrip,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByNaturalId(int, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.lang.Object |
GearPhysicalFeaturesDaoBase.findGearPhysicalFeaturesByNaturalId(int transform,
java.lang.String queryString,
Gear gear,
PhysicalGearSurvey physicalGearSurvey,
FishingTrip fishingTrip,
java.util.Date startDate,
Vessel vessel,
Program program)
|
GearPhysicalFeatures |
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByNaturalId(java.lang.String queryString,
Gear gear,
PhysicalGearSurvey physicalGearSurvey,
FishingTrip fishingTrip,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
GearPhysicalFeatures |
GearPhysicalFeaturesDaoBase.findGearPhysicalFeaturesByNaturalId(java.lang.String queryString,
Gear gear,
PhysicalGearSurvey physicalGearSurvey,
FishingTrip fishingTrip,
java.util.Date startDate,
Vessel vessel,
Program program)
|
static GearPhysicalFeatures |
GearPhysicalFeatures.Factory.newInstance(java.util.Date startDate,
java.util.Date endDate,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
java.util.Collection gearPhysicalMeasurements,
PhysicalGearSurvey physicalGearSurvey,
FishingTrip fishingTrip,
java.util.Collection operations,
Gear gear,
java.util.Collection gearPhysicalFeaturesOrigins)
Constructs a new instance of GearPhysicalFeatures , taking all possible properties
(except the identifier(s))as arguments. |
void |
GearPhysicalFeatures.setFishingTrip(FishingTrip fishingTrip)
|
Uses of FishingTrip in fr.ifremer.allegro.data.vessel.feature.use |
---|
Methods in fr.ifremer.allegro.data.vessel.feature.use that return FishingTrip | |
---|---|
FishingTrip |
VesselUseFeatures.getFishingTrip()
|
Methods in fr.ifremer.allegro.data.vessel.feature.use with parameters of type FishingTrip | |
---|---|
UseFeatures |
VesselUseFeaturesDao.create(java.util.Date startDate,
java.util.Date endDate,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
QualityFlag qualityFlag,
Vessel vessel,
Program program,
java.lang.Boolean isActive,
java.util.Collection vesselUseMeasurements,
FishingEffortCalendar fishingEffortCalendar,
ActivityCalendar activityCalendar,
FishingTrip fishingTrip,
EconomicalSurvey economicalSurvey,
Operation operation,
Location basePortLocation,
java.util.Collection vesselUseFeaturesOrigins,
java.util.Collection fishingAreas)
Creates a new fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures
instance from all attributes and
properties and adds it to the persistent store. |
VesselUseFeatures |
VesselUseFeaturesDaoBase.create(java.util.Date startDate,
java.util.Date endDate,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
QualityFlag qualityFlag,
Vessel vessel,
Program program,
java.lang.Boolean isActive,
java.util.Collection vesselUseMeasurements,
FishingEffortCalendar fishingEffortCalendar,
ActivityCalendar activityCalendar,
FishingTrip fishingTrip,
EconomicalSurvey economicalSurvey,
Operation operation,
Location basePortLocation,
java.util.Collection vesselUseFeaturesOrigins,
java.util.Collection fishingAreas)
|
java.lang.Object |
VesselUseFeaturesDao.create(int transform,
java.util.Date startDate,
java.util.Date endDate,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
QualityFlag qualityFlag,
Vessel vessel,
Program program,
java.lang.Boolean isActive,
java.util.Collection vesselUseMeasurements,
FishingEffortCalendar fishingEffortCalendar,
ActivityCalendar activityCalendar,
FishingTrip fishingTrip,
EconomicalSurvey economicalSurvey,
Operation operation,
Location basePortLocation,
java.util.Collection vesselUseFeaturesOrigins,
java.util.Collection fishingAreas)
Does the same thing as VesselUseFeaturesDao.create(java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,java.lang.Boolean,java.util.Collection,fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.data.survey.economy.EconomicalSurvey,fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.referential.location.Location,java.util.Collection,java.util.Collection) with an
additional flag called transform . |
java.lang.Object |
VesselUseFeaturesDaoBase.create(int transform,
java.util.Date startDate,
java.util.Date endDate,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
QualityFlag qualityFlag,
Vessel vessel,
Program program,
java.lang.Boolean isActive,
java.util.Collection vesselUseMeasurements,
FishingEffortCalendar fishingEffortCalendar,
ActivityCalendar activityCalendar,
FishingTrip fishingTrip,
EconomicalSurvey economicalSurvey,
Operation operation,
Location basePortLocation,
java.util.Collection vesselUseFeaturesOrigins,
java.util.Collection fishingAreas)
|
java.util.Collection |
VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
VesselUseFeaturesDaoBase.findVesselUseFeaturesByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
VesselUseFeaturesDaoBase.findVesselUseFeaturesByFishingTrip(int transform,
FishingTrip fishingTrip)
|
java.util.Collection |
VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
VesselUseFeaturesDaoBase.findVesselUseFeaturesByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
VesselUseFeaturesDaoBase.findVesselUseFeaturesByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
VesselUseFeaturesDaoBase.findVesselUseFeaturesByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
VesselUseFeaturesDaoBase.findVesselUseFeaturesByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
VesselUseFeaturesDaoBase.findVesselUseFeaturesByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
VesselUseFeaturesDaoBase.findVesselUseFeaturesByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
static VesselUseFeatures |
VesselUseFeatures.Factory.newInstance(java.util.Date startDate,
java.util.Date endDate,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
QualityFlag qualityFlag,
Vessel vessel,
Program program,
java.lang.Boolean isActive,
java.util.Collection vesselUseMeasurements,
FishingEffortCalendar fishingEffortCalendar,
ActivityCalendar activityCalendar,
FishingTrip fishingTrip,
EconomicalSurvey economicalSurvey,
Operation operation,
Location basePortLocation,
java.util.Collection vesselUseFeaturesOrigins,
java.util.Collection fishingAreas)
Constructs a new instance of VesselUseFeatures , taking all possible properties
(except the identifier(s))as arguments. |
void |
VesselUseFeatures.setFishingTrip(FishingTrip fishingTrip)
|
Uses of FishingTrip in fr.ifremer.allegro.playground |
---|
Methods in fr.ifremer.allegro.playground that return FishingTrip | |
---|---|
FishingTrip |
PlaygroundFishingTripVesselMasterPK.getFishingTrip()
|
FishingTrip |
PlaygroundVesselOwner.getFishingTrip()
|
FishingTrip |
PlaygroundFishingEffortZone.getFishingTrip()
|
Methods in fr.ifremer.allegro.playground with parameters of type FishingTrip | |
---|---|
PlaygroundFishingEffortZone |
PlaygroundFishingEffortZoneDao.create(java.util.Date dateTime,
java.lang.String moveType,
java.lang.String effortZoneCode,
java.lang.String targetSpecies,
FishingTrip fishingTrip,
Gear gear)
Creates a new fr.ifremer.allegro.playground.PlaygroundFishingEffortZone
instance from all attributes and
properties and adds it to the persistent store. |
PlaygroundFishingEffortZone |
PlaygroundFishingEffortZoneDaoBase.create(java.util.Date dateTime,
java.lang.String moveType,
java.lang.String effortZoneCode,
java.lang.String targetSpecies,
FishingTrip fishingTrip,
Gear gear)
|
java.lang.Object |
PlaygroundFishingEffortZoneDao.create(int transform,
java.util.Date dateTime,
java.lang.String moveType,
java.lang.String effortZoneCode,
java.lang.String targetSpecies,
FishingTrip fishingTrip,
Gear gear)
Does the same thing as PlaygroundFishingEffortZoneDao.create(java.util.Date,java.lang.String,java.lang.String,java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
java.lang.Object |
PlaygroundFishingEffortZoneDaoBase.create(int transform,
java.util.Date dateTime,
java.lang.String moveType,
java.lang.String effortZoneCode,
java.lang.String targetSpecies,
FishingTrip fishingTrip,
Gear gear)
|
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDao.create(java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
Creates a new fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster
instance from all attributes and
properties and adds it to the persistent store. |
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDaoBase.create(java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
|
java.lang.Object |
PlaygroundFishingTripVesselMasterDao.create(int transform,
java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingTripVesselMasterDao.create(java.lang.Integer,fr.ifremer.allegro.playground.PlaygroundVesselMaster,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.lang.Object |
PlaygroundFishingTripVesselMasterDaoBase.create(int transform,
java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
|
java.lang.Object |
PlaygroundFishingEffortZoneDao.create(int transform,
java.lang.String effortZoneCode,
FishingTrip fishingTrip,
Gear gear,
java.lang.String moveType,
java.lang.String targetSpecies)
Does the same thing as PlaygroundFishingEffortZoneDao.create(java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.gear.Gear,java.lang.String,java.lang.String) with an
additional flag called transform . |
java.lang.Object |
PlaygroundFishingEffortZoneDaoBase.create(int transform,
java.lang.String effortZoneCode,
FishingTrip fishingTrip,
Gear gear,
java.lang.String moveType,
java.lang.String targetSpecies)
|
java.lang.Object |
PlaygroundVesselOwnerDao.create(int transform,
java.lang.String code,
java.lang.String lastname,
java.lang.String firstname,
java.lang.String street,
java.lang.String zipCode,
java.lang.String city,
java.sql.Timestamp updateDate,
FishingTrip fishingTrip)
Does the same thing as PlaygroundVesselOwnerDao.create(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.lang.Object |
PlaygroundVesselOwnerDaoBase.create(int transform,
java.lang.String code,
java.lang.String lastname,
java.lang.String firstname,
java.lang.String street,
java.lang.String zipCode,
java.lang.String city,
java.sql.Timestamp updateDate,
FishingTrip fishingTrip)
|
PlaygroundFishingEffortZone |
PlaygroundFishingEffortZoneDao.create(java.lang.String effortZoneCode,
FishingTrip fishingTrip,
Gear gear,
java.lang.String moveType,
java.lang.String targetSpecies)
Creates a new fr.ifremer.allegro.playground.PlaygroundFishingEffortZone
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PlaygroundFishingEffortZone |
PlaygroundFishingEffortZoneDaoBase.create(java.lang.String effortZoneCode,
FishingTrip fishingTrip,
Gear gear,
java.lang.String moveType,
java.lang.String targetSpecies)
|
PlaygroundVesselOwner |
PlaygroundVesselOwnerDao.create(java.lang.String code,
java.lang.String lastname,
java.lang.String firstname,
java.lang.String street,
java.lang.String zipCode,
java.lang.String city,
java.sql.Timestamp updateDate,
FishingTrip fishingTrip)
Creates a new fr.ifremer.allegro.playground.PlaygroundVesselOwner
instance from all attributes and
properties and adds it to the persistent store. |
PlaygroundVesselOwner |
PlaygroundVesselOwnerDaoBase.create(java.lang.String code,
java.lang.String lastname,
java.lang.String firstname,
java.lang.String street,
java.lang.String zipCode,
java.lang.String city,
java.sql.Timestamp updateDate,
FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundFishingEffortZoneDaoBase.findPlaygroundFishingEffortZoneByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
PlaygroundFishingEffortZoneDaoBase.findPlaygroundFishingEffortZoneByFishingTrip(int transform,
FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PlaygroundFishingEffortZoneDaoBase.findPlaygroundFishingEffortZoneByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PlaygroundFishingEffortZoneDaoBase.findPlaygroundFishingEffortZoneByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
PlaygroundFishingEffortZoneDaoBase.findPlaygroundFishingEffortZoneByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PlaygroundFishingEffortZoneDaoBase.findPlaygroundFishingEffortZoneByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
PlaygroundFishingEffortZoneDaoBase.findPlaygroundFishingEffortZoneByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PlaygroundFishingEffortZoneDaoBase.findPlaygroundFishingEffortZoneByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByFishingTrip(int transform,
FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
|
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
|
java.lang.Object |
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(int transform,
java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.lang.Object |
PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByIdentifiers(int transform,
java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
|
java.lang.Object |
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(int transform,
java.lang.String queryString,
java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(int, java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.lang.Object |
PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByIdentifiers(int transform,
java.lang.String queryString,
java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
|
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.String queryString,
java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.String queryString,
java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
|
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
|
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
|
java.lang.Object |
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(int transform,
java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.lang.Object |
PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByNaturalId(int transform,
java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
|
java.lang.Object |
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(int, java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.lang.Object |
PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
|
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.String queryString,
java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.String queryString,
java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundVesselOwnerDaoBase.findPlaygroundVesselOwnerByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
PlaygroundVesselOwnerDaoBase.findPlaygroundVesselOwnerByFishingTrip(int transform,
FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PlaygroundVesselOwnerDaoBase.findPlaygroundVesselOwnerByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PlaygroundVesselOwnerDaoBase.findPlaygroundVesselOwnerByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
PlaygroundVesselOwnerDaoBase.findPlaygroundVesselOwnerByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PlaygroundVesselOwnerDaoBase.findPlaygroundVesselOwnerByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
PlaygroundVesselOwnerDaoBase.findPlaygroundVesselOwnerByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
|
java.util.Collection |
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PlaygroundVesselOwnerDaoBase.findPlaygroundVesselOwnerByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
|
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDao.load(java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
Loads an instance of fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster from the persistent store. |
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDaoBase.load(java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
|
java.lang.Object |
PlaygroundFishingTripVesselMasterDao.load(int transform,
java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingTripVesselMasterDao.load(java.lang.Integer,fr.ifremer.allegro.playground.PlaygroundVesselMaster,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.lang.Object |
PlaygroundFishingTripVesselMasterDaoBase.load(int transform,
java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
|
static PlaygroundFishingEffortZone |
PlaygroundFishingEffortZone.Factory.newInstance(java.util.Date dateTime,
java.lang.String moveType,
java.lang.String effortZoneCode,
java.lang.String targetSpecies,
FishingTrip fishingTrip,
Gear gear)
Constructs a new instance of PlaygroundFishingEffortZone , taking all possible properties
(except the identifier(s))as arguments. |
static PlaygroundFishingEffortZone |
PlaygroundFishingEffortZone.Factory.newInstance(java.lang.String moveType,
java.lang.String effortZoneCode,
java.lang.String targetSpecies,
FishingTrip fishingTrip,
Gear gear)
Constructs a new instance of PlaygroundFishingEffortZone , taking all required and/or
read-only properties as arguments. |
static PlaygroundVesselOwner |
PlaygroundVesselOwner.Factory.newInstance(java.lang.String code,
java.lang.String lastname,
java.lang.String firstname,
java.lang.String street,
java.lang.String zipCode,
java.lang.String city,
java.sql.Timestamp updateDate,
FishingTrip fishingTrip)
Constructs a new instance of PlaygroundVesselOwner , taking all possible properties
(except the identifier(s))as arguments. |
void |
PlaygroundFishingTripVesselMasterDao.remove(java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
Removes the instance of fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster having the given identifiers from the persistent store. |
void |
PlaygroundFishingTripVesselMasterDaoBase.remove(java.lang.Integer rank,
PlaygroundVesselMaster playgroundVesselMaster,
FishingTrip fishingTrip)
|
void |
PlaygroundFishingTripVesselMasterPK.setFishingTrip(FishingTrip fishingTrip)
|
void |
PlaygroundVesselOwner.setFishingTrip(FishingTrip fishingTrip)
|
void |
PlaygroundFishingEffortZone.setFishingTrip(FishingTrip fishingTrip)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |