Modifier and Type | Method and Description |
---|---|
Vessel |
Program2PersonException.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
Program2PersonException |
Program2PersonExceptionDaoBase.create(Boolean isExclude,
Program2Person program2Person,
Vessel vessel)
Creates a new
Program2PersonException
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Program2PersonException |
Program2PersonExceptionDao.create(Boolean isExclude,
Program2Person program2Person,
Vessel vessel)
Creates a new
Program2PersonException
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
Program2PersonExceptionDaoBase.create(int transform,
Boolean isExclude,
Program2Person program2Person,
Vessel vessel)
Does the same thing as
#create(Boolean) with an
additional flag called transform . |
Object |
Program2PersonExceptionDao.create(int transform,
Boolean isExclude,
Program2Person program2Person,
Vessel vessel)
Does the same thing as
#create(Boolean) with an
additional flag called transform . |
static Program2PersonException |
Program2PersonException.Factory.newInstance(Boolean isExclude,
String description,
Vessel vessel,
Program2Person program2Person)
Constructs a new instance of
Program2PersonException , taking all possible properties
(except the identifier(s))as arguments. |
static Program2PersonException |
Program2PersonException.Factory.newInstance(Boolean isExclude,
Vessel vessel,
Program2Person program2Person)
Constructs a new instance of
Program2PersonException , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
Program2PersonException.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
Vessel |
VesselManagePeriod.getVessel()
Deprecated.
Navire, ou plus généralement un usager de la ressource.
|
Vessel |
PersonSessionVessel.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
Object |
VesselManagePeriodDaoBase.create(int transform,
ManagedData managedData,
Vessel vessel)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
VesselManagePeriodDao.create(int transform,
ManagedData managedData,
Vessel vessel)
Deprecated.
Does the same thing as
#create() with an
additional flag called transform . |
Object |
PersonSessionVesselDaoBase.create(int transform,
Timestamp endDateTime,
ObjectType objectType,
PersonSession personSession,
Program program,
Boolean readData,
Boolean readVessel,
Timestamp startDateTime,
Timestamp updateDate,
Vessel vessel,
Boolean writeData)
Does the same thing as
#create(Timestamp, Timestamp, Boolean, Boolean, Boolean, Timestamp) with an
additional flag called transform . |
Object |
PersonSessionVesselDao.create(int transform,
Timestamp endDateTime,
ObjectType objectType,
PersonSession personSession,
Program program,
Boolean readData,
Boolean readVessel,
Timestamp startDateTime,
Timestamp updateDate,
Vessel vessel,
Boolean writeData)
Does the same thing as
#create(Timestamp, Timestamp, Boolean, Boolean, Boolean, Timestamp) with an
additional flag called transform . |
VesselManagePeriod |
VesselManagePeriodDaoBase.create(ManagedData managedData,
Vessel vessel)
Creates a new
VesselManagePeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselManagePeriod |
VesselManagePeriodDao.create(ManagedData managedData,
Vessel vessel)
Deprecated.
Creates a new
VesselManagePeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PersonSessionVessel |
PersonSessionVesselDaoBase.create(Timestamp endDateTime,
ObjectType objectType,
PersonSession personSession,
Program program,
Boolean readData,
Boolean readVessel,
Timestamp startDateTime,
Timestamp updateDate,
Vessel vessel,
Boolean writeData)
Creates a new
PersonSessionVessel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PersonSessionVessel |
PersonSessionVesselDao.create(Timestamp endDateTime,
ObjectType objectType,
PersonSession personSession,
Program program,
Boolean readData,
Boolean readVessel,
Timestamp startDateTime,
Timestamp updateDate,
Vessel vessel,
Boolean writeData)
Creates a new
PersonSessionVessel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static VesselManagePeriod |
VesselManagePeriod.Factory.newInstance(Date endDateTime,
Vessel vessel,
ManagedData managedData)
Constructs a new instance of
VesselManagePeriod , taking all possible properties
(except the identifier(s))as arguments. |
static PersonSessionVessel |
PersonSessionVessel.Factory.newInstance(Timestamp startDateTime,
Timestamp endDateTime,
Boolean readVessel,
Boolean writeData,
Boolean validateData,
Boolean readData,
Timestamp updateDate,
ObjectType objectType,
Program program,
PersonSession personSession,
Vessel vessel)
Constructs a new instance of
PersonSessionVessel , taking all possible properties
(except the identifier(s))as arguments. |
static PersonSessionVessel |
PersonSessionVessel.Factory.newInstance(Timestamp startDateTime,
Timestamp endDateTime,
Boolean readVessel,
Boolean writeData,
Boolean readData,
Timestamp updateDate,
ObjectType objectType,
Program program,
PersonSession personSession,
Vessel vessel)
Constructs a new instance of
PersonSessionVessel , taking all required and/or
read-only properties as arguments, except for identifiers. |
static VesselManagePeriod |
VesselManagePeriod.Factory.newInstance(Vessel vessel,
ManagedData managedData)
Constructs a new instance of
VesselManagePeriod , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
VesselManagePeriod.setVessel(Vessel vesselIn)
Deprecated.
Navire, ou plus généralement un usager de la ressource.
|
void |
PersonSessionVessel.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
Vessel |
OperationVesselAssociation.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Vessel |
Operation.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
OperationVesselAssociation |
OperationVesselAssociationDaoBase.create(Boolean isCatchOnOperationVessel,
Operation operation,
Vessel vessel)
Creates a new
OperationVesselAssociation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
OperationVesselAssociation |
OperationVesselAssociationDao.create(Boolean isCatchOnOperationVessel,
Operation operation,
Vessel vessel)
Creates a new
OperationVesselAssociation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
OperationVesselAssociationDaoBase.create(int transform,
Boolean isCatchOnOperationVessel,
Operation operation,
Vessel vessel)
Does the same thing as
#create(Boolean) with an
additional flag called transform . |
Object |
OperationVesselAssociationDao.create(int transform,
Boolean isCatchOnOperationVessel,
Operation operation,
Vessel vessel)
Does the same thing as
#create(Boolean) with an
additional flag called transform . |
Object |
OperationDaoBase.create(int transform,
QualityFlag qualityFlag,
Vessel vessel)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
OperationDao.create(int transform,
QualityFlag qualityFlag,
Vessel vessel)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
FishingOperationDaoBase.create(int transform,
QualityFlag qualityFlag,
Vessel vessel)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
FishingOperationDao.create(int transform,
QualityFlag qualityFlag,
Vessel vessel)
Does the same thing as
#create() with an
additional flag called transform . |
Operation |
OperationDaoBase.create(QualityFlag qualityFlag,
Vessel vessel)
Creates a new
Operation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Operation |
OperationDao.create(QualityFlag qualityFlag,
Vessel vessel)
Creates a new
Operation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingOperation |
FishingOperationDaoBase.create(QualityFlag qualityFlag,
Vessel vessel)
Creates a new
FishingOperation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingOperation |
FishingOperationDao.create(QualityFlag qualityFlag,
Vessel vessel)
Creates a new
FishingOperation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static OperationVesselAssociation |
OperationVesselAssociation.Factory.newInstance(Boolean isCatchOnOperationVessel,
String comments,
Vessel vessel,
Operation operation)
Constructs a new instance of
OperationVesselAssociation , taking all possible properties
(except the identifier(s))as arguments. |
static OperationVesselAssociation |
OperationVesselAssociation.Factory.newInstance(Boolean isCatchOnOperationVessel,
Vessel vessel,
Operation operation)
Constructs a new instance of
OperationVesselAssociation , taking all required and/or
read-only properties as arguments, except for identifiers. |
static Operation |
Operation.Factory.newInstance(QualityFlag qualityFlag,
Vessel vessel)
Constructs a new instance of
Operation , taking all required and/or
read-only properties as arguments, except for identifiers. |
static FishingOperation |
FishingOperation.Factory.newInstance(QualityFlag qualityFlag,
Vessel vessel)
Constructs a new instance of
FishingOperation , taking all required and/or
read-only properties as arguments, except for identifiers. |
static Operation |
Operation.Factory.newInstance(String name,
Short rankOrderOnPeriod,
Date startDateTime,
Date endDateTime,
Boolean isMainOperation,
LineString position,
String comments,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Collection<VesselPersonFeatures> vesselPersonFeatures,
QualityFlag qualityFlag,
Vessel vessel,
Collection<OperationVesselAssociation> operationVesselAssociations,
Collection<GearUseFeatures> gearUseFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
GearPhysicalFeatures gearPhysicalFeatures,
Collection<VesselPositionVMS> vesselPositionVMSs,
Collection<VesselPosition> vesselPositions,
FishingTrip fishingTrip)
Constructs a new instance of
Operation , taking all possible properties
(except the identifier(s))as arguments. |
static FishingOperation |
FishingOperation.Factory.newInstance(String name,
Short rankOrderOnPeriod,
Date startDateTime,
Date endDateTime,
Boolean isMainOperation,
LineString position,
String comments,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Collection<VesselPersonFeatures> vesselPersonFeatures,
QualityFlag qualityFlag,
Vessel vessel,
Collection<OperationVesselAssociation> operationVesselAssociations,
Collection<GearUseFeatures> gearUseFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
GearPhysicalFeatures gearPhysicalFeatures,
Collection<VesselPositionVMS> vesselPositionVMSs,
Collection<VesselPosition> vesselPositions,
FishingTrip fishingTrip,
Date fishingStartDateTime,
Date fishingEndDateTime,
Boolean hasCatch,
Collection<Produce> produces,
CatchBatch catchBatch,
Collection<Sample> samples)
Constructs a new instance of
FishingOperation , taking all possible properties
(except the identifier(s))as arguments. |
void |
OperationVesselAssociation.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
void |
Operation.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
Vessel |
SamplingStrata2Vessel.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
Object |
SamplingStrata2VesselDaoBase.create(int transform,
SamplingStrata samplingStrata,
Vessel vessel)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
SamplingStrata2VesselDao.create(int transform,
SamplingStrata samplingStrata,
Vessel vessel)
Does the same thing as
#create() with an
additional flag called transform . |
SamplingStrata2Vessel |
SamplingStrata2VesselDaoBase.create(SamplingStrata samplingStrata,
Vessel vessel)
Creates a new
SamplingStrata2Vessel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SamplingStrata2Vessel |
SamplingStrata2VesselDao.create(SamplingStrata samplingStrata,
Vessel vessel)
Creates a new
SamplingStrata2Vessel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static SamplingStrata2Vessel |
SamplingStrata2Vessel.Factory.newInstance(Vessel vessel,
SamplingStrata samplingStrata)
Constructs a new instance of
SamplingStrata2Vessel , taking all possible properties
(except the identifier(s))as arguments. |
void |
SamplingStrata2Vessel.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
Vessel |
DailyActivityCalendar.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Vessel |
ActivityCalendar.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
ActivityCalendar |
ActivityCalendarDaoBase.create(Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Creates a new
ActivityCalendar
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ActivityCalendar |
ActivityCalendarDao.create(Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Creates a new
ActivityCalendar
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DailyActivityCalendar |
DailyActivityCalendarDaoBase.create(Date creationDate,
Date endDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Creates a new
DailyActivityCalendar
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DailyActivityCalendar |
DailyActivityCalendarDao.create(Date creationDate,
Date endDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Creates a new
DailyActivityCalendar
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
ActivityCalendarDaoBase.create(int transform,
Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Does the same thing as
#create(String, Integer, Boolean, Date, Timestamp) with an
additional flag called transform . |
Object |
ActivityCalendarDao.create(int transform,
Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Does the same thing as
#create(String, Integer, Boolean, Date, Timestamp) with an
additional flag called transform . |
Object |
DailyActivityCalendarDaoBase.create(int transform,
Date creationDate,
Date endDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
DailyActivityCalendarDao.create(int transform,
Date creationDate,
Date endDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Date, Timestamp) with an
additional flag called transform . |
static DailyActivityCalendar |
DailyActivityCalendar.Factory.newInstance(Date startDate,
Date endDate,
Date creationDate,
Timestamp updateDate,
Department recorderDepartment,
Program program,
Vessel vessel,
QualityFlag qualityFlag)
Constructs a new instance of
DailyActivityCalendar , taking all required and/or
read-only properties as arguments, except for identifiers. |
static DailyActivityCalendar |
DailyActivityCalendar.Factory.newInstance(Date startDate,
Date endDate,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
ObservedLocation observedLocation,
Person recorderPerson,
Department recorderDepartment,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<GearUseFeatures> gearUseFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
Program program,
Vessel vessel,
QualityFlag qualityFlag)
Constructs a new instance of
DailyActivityCalendar , taking all possible properties
(except the identifier(s))as arguments. |
static ActivityCalendar |
ActivityCalendar.Factory.newInstance(Integer year,
Boolean directSurveyInvestigation,
Date creationDate,
Timestamp updateDate,
Department recorderDepartment,
Vessel vessel,
QualityFlag qualityFlag,
Program program)
Constructs a new instance of
ActivityCalendar , taking all required and/or
read-only properties as arguments, except for identifiers. |
static ActivityCalendar |
ActivityCalendar.Factory.newInstance(Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Department recorderDepartment,
Collection<GearUseFeatures> gearUseFeatures,
Person recorderPerson,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
FishingEffortCalendar fishingEffortCalendar)
Constructs a new instance of
ActivityCalendar , taking all possible properties
(except the identifier(s))as arguments. |
void |
DailyActivityCalendar.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
void |
ActivityCalendar.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
Vessel |
DeclaredDocumentReference.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
DeclaredDocumentReference |
DeclaredDocumentReferenceDaoBase.create(Date creationDate,
Date documentDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Creates a new
DeclaredDocumentReference
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DeclaredDocumentReference |
DeclaredDocumentReferenceDao.create(Date creationDate,
Date documentDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Creates a new
DeclaredDocumentReference
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
DeclaredDocumentReferenceDaoBase.create(int transform,
Date creationDate,
Date documentDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
DeclaredDocumentReferenceDao.create(int transform,
Date creationDate,
Date documentDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
static DeclaredDocumentReference |
DeclaredDocumentReference.Factory.newInstance(Date documentDate,
Date creationDate,
Timestamp updateDate,
Department recorderDepartment,
Program program,
Vessel vessel,
QualityFlag qualityFlag)
Constructs a new instance of
DeclaredDocumentReference , taking all required and/or
read-only properties as arguments, except for identifiers. |
static DeclaredDocumentReference |
DeclaredDocumentReference.Factory.newInstance(String reference,
String fileName,
Date documentDate,
String otherDocumentReference,
String firstSheetNumber,
String lastSheetNumber,
Short sheetCount,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference parentDeclaredDocumentReference,
Collection<DeclaredDocumentReference> childDeclaredDocumentReferences,
Collection<SurveyMeasurement> surveyMeasurements,
Department recorderDepartment,
Person recorderPerson,
Program program,
Vessel vessel,
QualityFlag qualityFlag,
Collection<Sale> sales,
Collection<FishingTrip> fishingTrips)
Constructs a new instance of
DeclaredDocumentReference , taking all possible properties
(except the identifier(s))as arguments. |
void |
DeclaredDocumentReference.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
Vessel |
EconomicalSurvey.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
static EconomicalSurvey |
EconomicalSurvey.Factory.newInstance(String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<VesselPersonFeatures> vesselPersonFeatures,
Department recorderDepartment,
Person recorderPerson,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<GearUseFeatures> gearUseFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
Program program,
VesselOwner vesselOwner,
Vessel vessel,
QualityFlag qualityFlag)
Constructs a new instance of
EconomicalSurvey , taking all possible properties
(except the identifier(s))as arguments. |
void |
EconomicalSurvey.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
Vessel |
FishingEffortCalendar.getVessel()
Navire concerné par l'enquete
|
Modifier and Type | Method and Description |
---|---|
FishingEffortCalendar |
FishingEffortCalendarDaoBase.create(ActivityCalendar activityCalendar,
Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Creates a new
FishingEffortCalendar
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingEffortCalendar |
FishingEffortCalendarDao.create(ActivityCalendar activityCalendar,
Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Creates a new
FishingEffortCalendar
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
FishingEffortCalendarDaoBase.create(int transform,
ActivityCalendar activityCalendar,
Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Does the same thing as
#create(Integer, Boolean, Date, Timestamp) with an
additional flag called transform . |
Object |
FishingEffortCalendarDao.create(int transform,
ActivityCalendar activityCalendar,
Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Does the same thing as
#create(Integer, Boolean, Date, Timestamp) with an
additional flag called transform . |
static FishingEffortCalendar |
FishingEffortCalendar.Factory.newInstance(Integer year,
Boolean directSurveyInvestigation,
Date creationDate,
Timestamp updateDate,
Department recorderDepartment,
ActivityCalendar activityCalendar,
QualityFlag qualityFlag,
Vessel vessel,
Program program)
Constructs a new instance of
FishingEffortCalendar , taking all required and/or
read-only properties as arguments, except for identifiers. |
static FishingEffortCalendar |
FishingEffortCalendar.Factory.newInstance(Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<SurveyMeasurement> surveyMeasurements,
Department recorderDepartment,
Person recorderPerson,
Collection<GearUseFeatures> gearUseFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
ActivityCalendar activityCalendar,
QualityFlag qualityFlag,
Vessel vessel,
Program program)
Constructs a new instance of
FishingEffortCalendar , taking all possible properties
(except the identifier(s))as arguments. |
void |
FishingEffortCalendar.setVessel(Vessel vesselIn)
Navire concerné par l'enquete
|
Modifier and Type | Method and Description |
---|---|
Vessel |
FishingTrip.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
ObservedFishingTrip |
ObservedFishingTripDaoBase.create(Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
Timestamp updateDate,
Vessel vessel)
Creates a new
ObservedFishingTrip
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedFishingTrip |
ObservedFishingTripDao.create(Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
Timestamp updateDate,
Vessel vessel)
Creates a new
ObservedFishingTrip
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingTrip |
FishingTripDaoBase.create(Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
Timestamp updateDate,
Vessel vessel)
Creates a new
FishingTrip
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingTrip |
FishingTripDao.create(Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
Timestamp updateDate,
Vessel vessel)
Creates a new
FishingTrip
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
ObservedFishingTripDaoBase.create(int transform,
Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
ObservedFishingTripDao.create(int transform,
Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
FishingTripDaoBase.create(int transform,
Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
FishingTripDao.create(int transform,
Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Date, Timestamp) with an
additional flag called transform . |
static ObservedFishingTrip |
ObservedFishingTrip.Factory.newInstance(Date departureDateTime,
Date returnDateTime,
Date creationDate,
Timestamp updateDate,
Location returnLocation,
Location departureLocation,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
Program program)
Constructs a new instance of
ObservedFishingTrip , taking all required and/or
read-only properties as arguments, except for identifiers. |
static FishingTrip |
FishingTrip.Factory.newInstance(Date departureDateTime,
Date returnDateTime,
Date creationDate,
Timestamp updateDate,
Location returnLocation,
Location departureLocation,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
Program program)
Constructs a new instance of
FishingTrip , taking all required and/or
read-only properties as arguments, except for identifiers. |
static FishingTrip |
FishingTrip.Factory.newInstance(Date departureDateTime,
Date returnDateTime,
LineString position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location returnLocation,
Location departureLocation,
Collection<VesselPersonFeatures> vesselPersonFeatures,
Department recorderDepartment,
Person recorderPerson,
Collection<Operation> operations,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<Landing> landings,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
ScientificCruise scientificCruise,
QualityFlag qualityFlag,
Vessel vessel,
Program program,
Collection<FishingTripOrigin> fishingTripOrigins,
Collection<Transshipment> transshipments,
Collection<PlaygroundFishingTripVesselMaster> playgroundFishingTripVesselMasters,
Collection<PlaygroundVesselOwner> playgroundVesselOwners,
Collection<PlaygroundFishingEffortZone> playgroundFishingEffortZones)
Constructs a new instance of
FishingTrip , taking all possible properties
(except the identifier(s))as arguments. |
static ObservedFishingTrip |
ObservedFishingTrip.Factory.newInstance(Date departureDateTime,
Date returnDateTime,
LineString position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location returnLocation,
Location departureLocation,
Collection<VesselPersonFeatures> vesselPersonFeatures,
Department recorderDepartment,
Person recorderPerson,
Collection<Operation> operations,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<Landing> landings,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
ScientificCruise scientificCruise,
QualityFlag qualityFlag,
Vessel vessel,
Program program,
Collection<FishingTripOrigin> fishingTripOrigins,
Collection<Transshipment> transshipments,
Collection<PlaygroundFishingTripVesselMaster> playgroundFishingTripVesselMasters,
Collection<PlaygroundVesselOwner> playgroundVesselOwners,
Collection<PlaygroundFishingEffortZone> playgroundFishingEffortZones,
Collection<Person> observerPersons,
SamplingStrata samplingStrata,
Collection<ExpectedSale> expectedSales)
Constructs a new instance of
ObservedFishingTrip , taking all possible properties
(except the identifier(s))as arguments. |
void |
FishingTrip.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
Vessel |
Landing.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
Landing |
LandingDaoBase.create(Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Creates a new
Landing
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Landing |
LandingDao.create(Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Creates a new
Landing
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedLanding |
ObservedLandingDaoBase.create(Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Collection<Person> observerPersons)
Creates a new
ObservedLanding
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedLanding |
ObservedLandingDao.create(Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Collection<Person> observerPersons)
Creates a new
ObservedLanding
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
LandingDaoBase.create(int transform,
Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
LandingDao.create(int transform,
Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
ObservedLandingDaoBase.create(int transform,
Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Collection<Person> observerPersons)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
ObservedLandingDao.create(int transform,
Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Collection<Person> observerPersons)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
static ObservedLanding |
ObservedLanding.Factory.newInstance(Date landingDateTime,
Date creationDate,
Timestamp updateDate,
Location landingLocation,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
Program program)
Constructs a new instance of
ObservedLanding , taking all required and/or
read-only properties as arguments, except for identifiers. |
static Landing |
Landing.Factory.newInstance(Date landingDateTime,
Date creationDate,
Timestamp updateDate,
Location landingLocation,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
Program program)
Constructs a new instance of
Landing , taking all required and/or
read-only properties as arguments, except for identifiers. |
static Landing |
Landing.Factory.newInstance(Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location landingLocation,
ObservedLocation observedLocation,
Department recorderDepartment,
Person recorderPerson,
CatchBatch catchBatch,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<LandingMeasurement> landingMeasurements,
Collection<Produce> produces,
QualityFlag qualityFlag,
Vessel vessel,
Collection<LandingOrigin> landingOrigins,
Program program,
SamplingStrata samplingStrata,
Collection<Sale> sales,
FishingTrip fishingTrip)
Constructs a new instance of
Landing , taking all possible properties
(except the identifier(s))as arguments. |
static ObservedLanding |
ObservedLanding.Factory.newInstance(Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location landingLocation,
ObservedLocation observedLocation,
Department recorderDepartment,
Person recorderPerson,
CatchBatch catchBatch,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<LandingMeasurement> landingMeasurements,
Collection<Produce> produces,
QualityFlag qualityFlag,
Vessel vessel,
Collection<LandingOrigin> landingOrigins,
Program program,
SamplingStrata samplingStrata,
Collection<Sale> sales,
FishingTrip fishingTrip,
Collection<ExpectedSale> expectedSales,
Collection<Person> observerPersons)
Constructs a new instance of
ObservedLanding , taking all possible properties
(except the identifier(s))as arguments. |
void |
Landing.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
Vessel |
PhysicalGearSurvey.getVessel()
Navire concerné par l'enquete
|
Modifier and Type | Method and Description |
---|---|
PhysicalGearSurvey |
PhysicalGearSurveyDaoBase.create(Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Creates a new
PhysicalGearSurvey
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PhysicalGearSurvey |
PhysicalGearSurveyDao.create(Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Creates a new
PhysicalGearSurvey
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
PhysicalGearSurveyDaoBase.create(int transform,
Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Does the same thing as
#create(String, Integer, Boolean, Date, Timestamp) with an
additional flag called transform . |
Object |
PhysicalGearSurveyDao.create(int transform,
Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Does the same thing as
#create(String, Integer, Boolean, Date, Timestamp) with an
additional flag called transform . |
static PhysicalGearSurvey |
PhysicalGearSurvey.Factory.newInstance(Integer year,
Boolean directSurveyInvestigation,
Date creationDate,
Timestamp updateDate,
Department recorderDepartment,
Vessel vessel,
QualityFlag qualityFlag,
Program program)
Constructs a new instance of
PhysicalGearSurvey , taking all required and/or
read-only properties as arguments, except for identifiers. |
static PhysicalGearSurvey |
PhysicalGearSurvey.Factory.newInstance(Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<SurveyMeasurement> surveyMeasurements,
Department recorderDepartment,
Person recorderPerson,
Vessel vessel,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselPhysicalFeatures> vesselPhysicalFeatures,
QualityFlag qualityFlag,
Program program)
Constructs a new instance of
PhysicalGearSurvey , taking all possible properties
(except the identifier(s))as arguments. |
void |
PhysicalGearSurvey.setVessel(Vessel vesselIn)
Navire concerné par l'enquete
|
Modifier and Type | Method and Description |
---|---|
Vessel |
Sale.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
ObservedSale |
ObservedSaleDaoBase.create(Collection<Person> observerPersons,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
Timestamp updateDate,
Vessel vessel)
Creates a new
ObservedSale
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedSale |
ObservedSaleDao.create(Collection<Person> observerPersons,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
Timestamp updateDate,
Vessel vessel)
Creates a new
ObservedSale
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Sale |
SaleDaoBase.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
Timestamp updateDate,
Vessel vessel)
Creates a new
Sale
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Sale |
SaleDao.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
Timestamp updateDate,
Vessel vessel)
Creates a new
Sale
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
ObservedSaleDaoBase.create(int transform,
Collection<Person> observerPersons,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, String, Date, Timestamp) with an
additional flag called transform . |
Object |
ObservedSaleDao.create(int transform,
Collection<Person> observerPersons,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, String, Date, Timestamp) with an
additional flag called transform . |
Object |
SaleDaoBase.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, String, Date, Timestamp) with an
additional flag called transform . |
Object |
SaleDao.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, String, Date, Timestamp) with an
additional flag called transform . |
static Sale |
Sale.Factory.newInstance(Date saleStartDate,
Date saleEndDate,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location saleLocation,
SaleType saleType,
Department recorderDepartment,
Person recorderPerson,
CatchBatch catchBatch,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces,
Landing landing,
DeclaredDocumentReference declaredDocumentReference,
QualityFlag qualityFlag,
Program program,
Vessel vessel,
Seller seller,
Collection<SaleOrigin> saleOrigins,
TakeOver takeOver,
FishingTrip fishingTrip,
Collection<FishingArea> fishingAreas)
Constructs a new instance of
Sale , taking all possible properties
(except the identifier(s))as arguments. |
static ObservedSale |
ObservedSale.Factory.newInstance(Date saleStartDate,
Date saleEndDate,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location saleLocation,
SaleType saleType,
Department recorderDepartment,
Person recorderPerson,
CatchBatch catchBatch,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces,
Landing landing,
DeclaredDocumentReference declaredDocumentReference,
QualityFlag qualityFlag,
Program program,
Vessel vessel,
Seller seller,
Collection<SaleOrigin> saleOrigins,
TakeOver takeOver,
FishingTrip fishingTrip,
Collection<FishingArea> fishingAreas,
Collection<Person> observerPersons,
SamplingStrata samplingStrata)
Constructs a new instance of
ObservedSale , taking all possible properties
(except the identifier(s))as arguments. |
static Sale |
Sale.Factory.newInstance(Date saleStartDate,
Date creationDate,
Timestamp updateDate,
Location saleLocation,
SaleType saleType,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
Vessel vessel)
Constructs a new instance of
Sale , taking all required and/or
read-only properties as arguments, except for identifiers. |
static ObservedSale |
ObservedSale.Factory.newInstance(Date saleStartDate,
Date creationDate,
Timestamp updateDate,
Location saleLocation,
SaleType saleType,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
Vessel vessel)
Constructs a new instance of
ObservedSale , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
Sale.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
Vessel |
ScientificCruise.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
ScientificCruise |
ScientificCruiseDaoBase.create(Date creationDate,
Date departureDateTime,
Person managerPerson,
String name,
Program program,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Creates a new
ScientificCruise
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ScientificCruise |
ScientificCruiseDao.create(Date creationDate,
Date departureDateTime,
Person managerPerson,
String name,
Program program,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Creates a new
ScientificCruise
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
ScientificCruiseDaoBase.create(int transform,
Date creationDate,
Date departureDateTime,
Person managerPerson,
String name,
Program program,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, String, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
ScientificCruiseDao.create(int transform,
Date creationDate,
Date departureDateTime,
Person managerPerson,
String name,
Program program,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, String, Date, Date, Timestamp) with an
additional flag called transform . |
static ScientificCruise |
ScientificCruise.Factory.newInstance(String name,
Date departureDateTime,
Date returnDateTime,
String reference,
String comments,
Date creationDate,
Timestamp updateDate,
Person managerPerson,
Vessel vessel,
Department recorderDepartment,
Person recorderPerson,
Program program,
Collection<FishingTrip> fishingTrips)
Constructs a new instance of
ScientificCruise , taking all possible properties
(except the identifier(s))as arguments. |
static ScientificCruise |
ScientificCruise.Factory.newInstance(String name,
Date departureDateTime,
Date creationDate,
Timestamp updateDate,
Person managerPerson,
Vessel vessel,
Department recorderDepartment,
Program program)
Constructs a new instance of
ScientificCruise , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
ScientificCruise.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
Vessel |
TakeOver.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
TakeOver |
TakeOverDaoBase.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Timestamp updateDate,
Vessel vessel)
Creates a new
TakeOver
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TakeOver |
TakeOverDao.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Timestamp updateDate,
Vessel vessel)
Creates a new
TakeOver
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
TakeOverDaoBase.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
TakeOverDao.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
static TakeOver |
TakeOver.Factory.newInstance(Date takeOverDateTime,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
String comments,
Collection<TakeOverMeasurement> takeOverMeasurements,
Department recorderDepartment,
Person recorderPerson,
Location takeOverLocation,
Seller storageFacility,
Collection<Produce> produces,
Collection<Sale> sales,
Seller seller,
DeclaredDocumentReference declaredDocumentReference,
FishingTrip fishingTrip,
Program program,
QualityFlag qualityFlag,
Landing landing,
Vessel vessel)
Constructs a new instance of
TakeOver , taking all possible properties
(except the identifier(s))as arguments. |
static TakeOver |
TakeOver.Factory.newInstance(Date takeOverDateTime,
Date creationDate,
Timestamp updateDate,
Department recorderDepartment,
Location takeOverLocation,
Seller seller,
Program program,
QualityFlag qualityFlag,
Vessel vessel)
Constructs a new instance of
TakeOver , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
TakeOver.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
Vessel |
Transshipment.getFromVessel()
Navire, ou plus généralement un usager de la ressource.
|
Vessel |
Transshipment.getToVessel()
Navire vers lequel le transbordement a été réalisé.
|
Modifier and Type | Method and Description |
---|---|
Transshipment |
TransshipmentDaoBase.create(Date creationDate,
Vessel fromVessel,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel toVessel,
Date transshipmentDateTime,
Timestamp updateDate)
Creates a new
Transshipment
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Transshipment |
TransshipmentDao.create(Date creationDate,
Vessel fromVessel,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel toVessel,
Date transshipmentDateTime,
Timestamp updateDate)
Creates a new
Transshipment
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
TransshipmentDaoBase.create(int transform,
Date creationDate,
Vessel fromVessel,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel toVessel,
Date transshipmentDateTime,
Timestamp updateDate)
Does the same thing as
#create(Date, Date, Timestamp) with an
additional flag called transform . |
Object |
TransshipmentDao.create(int transform,
Date creationDate,
Vessel fromVessel,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel toVessel,
Date transshipmentDateTime,
Timestamp updateDate)
Does the same thing as
#create(Date, Date, Timestamp) with an
additional flag called transform . |
static Transshipment |
Transshipment.Factory.newInstance(Date transshipmentDateTime,
Date creationDate,
Timestamp updateDate,
Vessel toVessel,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel fromVessel,
Program program)
Constructs a new instance of
Transshipment , taking all required and/or
read-only properties as arguments, except for identifiers. |
static Transshipment |
Transshipment.Factory.newInstance(Date transshipmentDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Point position,
Vessel toVessel,
Location transshipmentLocation,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel fromVessel,
Person recorderPerson,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
FishingTrip fishingTrip,
Program program)
Constructs a new instance of
Transshipment , taking all possible properties
(except the identifier(s))as arguments. |
void |
Transshipment.setFromVessel(Vessel fromVesselIn)
Navire, ou plus généralement un usager de la ressource.
|
void |
Transshipment.setToVessel(Vessel toVesselIn)
Navire vers lequel le transbordement a été réalisé.
|
Modifier and Type | Class and Description |
---|---|
class |
VesselImpl |
Modifier and Type | Method and Description |
---|---|
Vessel |
VesselDaoBase.create(Program program,
Status status,
Timestamp updateDate,
VesselType vesselType)
Creates a new
Vessel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Vessel |
VesselDao.create(Program program,
Status status,
Timestamp updateDate,
VesselType vesselType)
Creates a new
Vessel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Vessel |
VesselDaoBase.create(String code,
Timestamp updateDate)
Creates a new
Vessel
instance from all attributes and adds it to
the persistent store. |
Vessel |
VesselDao.create(String code,
Timestamp updateDate)
Creates a new
Vessel
instance from all attributes and adds it to
the persistent store. |
Vessel |
VesselDaoBase.create(Vessel vessel)
Creates an instance of Vessel and adds it to the persistent store.
|
Vessel |
VesselDao.create(Vessel vessel)
Creates an instance of Vessel and adds it to the persistent store.
|
Vessel |
VesselExtendDao.createAsTemporary(String nationalRegistrationCode,
String internationalRegistrationCode,
Integer registrationLocationId,
String name,
Integer vesselTypeId) |
Vessel |
VesselDaoImpl.createAsTemporary(String nationalRegistrationCode,
String internationalRegistrationCode,
Integer registrationLocationId,
String name,
Integer vesselTypeId) |
Vessel |
VesselDaoBase.get(String code)
Gets an instance of Vessel from the persistent store.
|
Vessel |
VesselDao.get(String code)
Gets an instance of Vessel from the persistent store.
|
Vessel |
VesselRegistrationPeriod.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Vessel |
VesselOwnerPeriod.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Vessel |
VesselFleetEvent.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Vessel |
VesselCommissioningPeriod.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Vessel |
VesselDaoBase.load(String code)
Loads an instance of Vessel from the persistent store.
|
Vessel |
VesselDao.load(String code)
Loads an instance of Vessel from the persistent store.
|
static Vessel |
Vessel.Factory.newInstance()
Constructs a new instance of
Vessel . |
static Vessel |
Vessel.Factory.newInstance(Timestamp updateDate,
Collection<VesselFleetEvent> vesselFleetEvents,
Status status,
Collection<VesselRegistrationPeriod> vesselRegistrationPeriods,
Collection<VesselFeatures> vesselFeatures,
Collection<RightToProduce> rightToProduces,
Program program,
Collection<VesselOwnerPeriod> vesselOwnerPeriods,
VesselType vesselType,
Collection<VesselCommissioningPeriod> vesselCommissioningPeriods)
Constructs a new instance of
Vessel , taking all possible properties
(except the identifier(s))as arguments. |
static Vessel |
Vessel.Factory.newInstance(Timestamp updateDate,
Status status,
Program program,
VesselType vesselType)
Constructs a new instance of
Vessel , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected Vessel |
VesselDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<Vessel> |
VesselDaoBase.create(Collection<Vessel> entities)
Creates a new instance of Vessel and adds
from the passed in
entities collection |
Collection<Vessel> |
VesselDao.create(Collection<Vessel> entities)
Creates a new instance of Vessel and adds
from the passed in
entities collection |
Collection<Vessel> |
VesselDaoBase.loadAll()
Loads all entities of type
Vessel . |
Collection<Vessel> |
VesselDao.loadAll()
Loads all entities of type
Vessel . |
Set<Vessel> |
VesselDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Vessel> |
VesselDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
Vessel.compareTo(Vessel o) |
Object |
VesselCommissioningPeriodDaoBase.create(int transform,
Location commissioningLocation,
Vessel vessel)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
VesselCommissioningPeriodDao.create(int transform,
Location commissioningLocation,
Vessel vessel)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
VesselFleetEventDaoBase.create(int transform,
QualitativeValue eventType,
Vessel vessel)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
VesselFleetEventDao.create(int transform,
QualitativeValue eventType,
Vessel vessel)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
VesselRegistrationPeriodDaoBase.create(int transform,
QualityFlag qualityFlag,
Short rankOrder,
Location registrationLocation,
Vessel vessel)
Does the same thing as
#create(Short) with an
additional flag called transform . |
Object |
VesselRegistrationPeriodDao.create(int transform,
QualityFlag qualityFlag,
Short rankOrder,
Location registrationLocation,
Vessel vessel)
Does the same thing as
#create(Short) with an
additional flag called transform . |
Object |
VesselDaoBase.create(int transform,
Vessel vessel)
Does the same thing as
VesselDao.create(Vessel) with an
additional flag called transform . |
Object |
VesselDao.create(int transform,
Vessel vessel)
Does the same thing as
VesselDao.create(Vessel) with an
additional flag called transform . |
Object |
VesselOwnerPeriodDaoBase.create(int transform,
Vessel vessel,
VesselOwner vesselOwner)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
VesselOwnerPeriodDao.create(int transform,
Vessel vessel,
VesselOwner vesselOwner)
Does the same thing as
#create() with an
additional flag called transform . |
VesselCommissioningPeriod |
VesselCommissioningPeriodDaoBase.create(Location commissioningLocation,
Vessel vessel)
Creates a new
VesselCommissioningPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselCommissioningPeriod |
VesselCommissioningPeriodDao.create(Location commissioningLocation,
Vessel vessel)
Creates a new
VesselCommissioningPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselFleetEvent |
VesselFleetEventDaoBase.create(QualitativeValue eventType,
Vessel vessel)
Creates a new
VesselFleetEvent
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselFleetEvent |
VesselFleetEventDao.create(QualitativeValue eventType,
Vessel vessel)
Creates a new
VesselFleetEvent
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselRegistrationPeriod |
VesselRegistrationPeriodDaoBase.create(QualityFlag qualityFlag,
Short rankOrder,
Location registrationLocation,
Vessel vessel)
Creates a new
VesselRegistrationPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselRegistrationPeriod |
VesselRegistrationPeriodDao.create(QualityFlag qualityFlag,
Short rankOrder,
Location registrationLocation,
Vessel vessel)
Creates a new
VesselRegistrationPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Vessel |
VesselDaoBase.create(Vessel vessel)
Creates an instance of Vessel and adds it to the persistent store.
|
Vessel |
VesselDao.create(Vessel vessel)
Creates an instance of Vessel and adds it to the persistent store.
|
VesselOwnerPeriod |
VesselOwnerPeriodDaoBase.create(Vessel vessel,
VesselOwner vesselOwner)
Creates a new
VesselOwnerPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselOwnerPeriod |
VesselOwnerPeriodDao.create(Vessel vessel,
VesselOwner vesselOwner)
Creates a new
VesselOwnerPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static VesselCommissioningPeriod |
VesselCommissioningPeriod.Factory.newInstance(Date endDate,
Location commissioningLocation,
Vessel vessel)
Constructs a new instance of
VesselCommissioningPeriod , taking all possible properties
(except the identifier(s))as arguments. |
static VesselRegistrationPeriod |
VesselRegistrationPeriod.Factory.newInstance(Date endDateTime,
String registrationCode,
String internationalRegistrationCode,
Short rankOrder,
Location registrationLocation,
QualityFlag qualityFlag,
Vessel vessel)
Constructs a new instance of
VesselRegistrationPeriod , taking all possible properties
(except the identifier(s))as arguments. |
static VesselOwnerPeriod |
VesselOwnerPeriod.Factory.newInstance(Date endDateTime,
Vessel vessel,
VesselOwner vesselOwner)
Constructs a new instance of
VesselOwnerPeriod , taking all possible properties
(except the identifier(s))as arguments. |
static VesselCommissioningPeriod |
VesselCommissioningPeriod.Factory.newInstance(Location commissioningLocation,
Vessel vessel)
Constructs a new instance of
VesselCommissioningPeriod , taking all required and/or
read-only properties as arguments, except for identifiers. |
static VesselRegistrationPeriod |
VesselRegistrationPeriod.Factory.newInstance(Short rankOrder,
Location registrationLocation,
QualityFlag qualityFlag,
Vessel vessel)
Constructs a new instance of
VesselRegistrationPeriod , taking all required and/or
read-only properties as arguments, except for identifiers. |
static VesselFleetEvent |
VesselFleetEvent.Factory.newInstance(Vessel vessel,
QualitativeValue eventType)
Constructs a new instance of
VesselFleetEvent , taking all possible properties
(except the identifier(s))as arguments. |
static VesselOwnerPeriod |
VesselOwnerPeriod.Factory.newInstance(Vessel vessel,
VesselOwner vesselOwner)
Constructs a new instance of
VesselOwnerPeriod , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
VesselDaoBase.remove(Vessel vessel)
Removes the instance of Vessel from the persistent store.
|
void |
VesselDao.remove(Vessel vessel)
Removes the instance of Vessel from the persistent store.
|
void |
VesselRegistrationPeriod.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
void |
VesselOwnerPeriod.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
void |
VesselFleetEvent.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
void |
VesselCommissioningPeriod.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
Object |
VesselDaoBase.transformEntity(int transform,
Vessel 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 VesselDao , please note
that the VesselDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
VesselDao.transformEntity(int transform,
Vessel 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.adagio.core.dao.data.vessel.VesselDao , please note
that the VesselDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
VesselDaoBase.update(Vessel vessel)
Updates the
vessel instance in the persistent store. |
void |
VesselDao.update(Vessel vessel)
Updates the
vessel instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<Vessel> |
VesselDaoBase.create(Collection<Vessel> entities)
Creates a new instance of Vessel and adds
from the passed in
entities collection |
Collection<Vessel> |
VesselDao.create(Collection<Vessel> entities)
Creates a new instance of Vessel and adds
from the passed in
entities collection |
Collection<?> |
VesselDaoBase.create(int transform,
Collection<Vessel> entities)
Does the same thing as
VesselDao.create(Vessel) with an
additional flag called transform . |
Collection<?> |
VesselDao.create(int transform,
Collection<Vessel> entities)
Does the same thing as
VesselDao.create(Vessel) with an
additional flag called transform . |
void |
VesselDaoBase.remove(Collection<Vessel> entities)
Removes all entities in the given
entities collection. |
void |
VesselDao.remove(Collection<Vessel> entities)
Removes all entities in the given
entities collection. |
void |
VesselDaoBase.update(Collection<Vessel> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
VesselDao.update(Collection<Vessel> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Vessel |
VesselPersonFeatures.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
Object |
VesselPersonFeaturesDaoBase.create(int transform,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, Timestamp) with an
additional flag called transform . |
Object |
VesselPersonFeaturesDao.create(int transform,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, Timestamp) with an
additional flag called transform . |
VesselPersonFeatures |
VesselPersonFeaturesDaoBase.create(Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Creates a new
VesselPersonFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselPersonFeatures |
VesselPersonFeaturesDao.create(Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Creates a new
VesselPersonFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static VesselPersonFeatures |
VesselPersonFeatures.Factory.newInstance(Date startDate,
Date endDate,
Short rankOrder,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Person person,
Operation operation,
Collection<VesselPersonMeasurement> vesselPersonMeasurements,
QualityFlag qualityFlag,
Vessel vessel,
Program program,
Collection<VesselPersonRole> vesselPersonRoles,
VesselPerson vesselPerson,
EconomicalSurvey economicalSurvey,
FishingTrip fishingTrip)
Constructs a new instance of
VesselPersonFeatures , taking all possible properties
(except the identifier(s))as arguments. |
static VesselPersonFeatures |
VesselPersonFeatures.Factory.newInstance(Date startDate,
Timestamp updateDate,
QualityFlag qualityFlag,
Vessel vessel,
Program program)
Constructs a new instance of
VesselPersonFeatures , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
VesselPersonFeatures.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
Vessel |
VesselFeatures.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Vessel |
PhysicalFeatures.getVessel()
Navire auquel l'engin physique et ses caractéristiques sont rattachés.
|
Modifier and Type | Method and Description |
---|---|
VesselFeatures |
VesselFeaturesDaoBase.create(Boolean isFPC,
Date startDateTime,
Timestamp updateDate,
Vessel vessel)
Creates a new
VesselFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselFeatures |
VesselFeaturesDao.create(Boolean isFPC,
Date startDateTime,
Timestamp updateDate,
Vessel vessel)
Creates a new
VesselFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselPhysicalFeatures |
VesselPhysicalFeaturesDaoBase.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel,
Department recorderDepartment)
Creates a new
VesselPhysicalFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselPhysicalFeatures |
VesselPhysicalFeaturesDao.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel,
Department recorderDepartment)
Creates a new
VesselPhysicalFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearPhysicalFeatures |
GearPhysicalFeaturesDaoBase.create(Gear gear,
Short rankOrder,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Creates a new
GearPhysicalFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearPhysicalFeatures |
GearPhysicalFeaturesDao.create(Gear gear,
Short rankOrder,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Creates a new
GearPhysicalFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
VesselFeaturesDaoBase.create(int transform,
Boolean isFPC,
Date startDateTime,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, Boolean, Timestamp) with an
additional flag called transform . |
Object |
VesselFeaturesDao.create(int transform,
Boolean isFPC,
Date startDateTime,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, Boolean, Timestamp) with an
additional flag called transform . |
Object |
VesselPhysicalFeaturesDaoBase.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel,
Department recorderDepartment)
Does the same thing as
#create(Date, Date, Timestamp) with an
additional flag called transform . |
Object |
VesselPhysicalFeaturesDao.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel,
Department recorderDepartment)
Does the same thing as
#create(Date, Date, Timestamp) with an
additional flag called transform . |
Object |
GearPhysicalFeaturesDaoBase.create(int transform,
Gear gear,
Short rankOrder,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Short, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
GearPhysicalFeaturesDao.create(int transform,
Gear gear,
Short rankOrder,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Short, Date, Date, Timestamp) with an
additional flag called transform . |
static VesselFeatures |
VesselFeatures.Factory.newInstance(Date startDateTime,
Boolean isFPC,
Timestamp updateDate,
Vessel vessel)
Constructs a new instance of
VesselFeatures , taking all required and/or
read-only properties as arguments, except for identifiers. |
static GearPhysicalFeatures |
GearPhysicalFeatures.Factory.newInstance(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Program program,
QualityFlag qualityFlag,
Vessel vessel,
Short rankOrder,
FishingTrip fishingTrip,
Gear otherGear,
Collection<Operation> operations,
Collection<GearPhysicalMeasurement> gearPhysicalMeasurements,
Gear gear,
Collection<GearPhysicalFeaturesOrigin> gearPhysicalFeaturesOrigins,
PhysicalGearSurvey physicalGearSurvey)
Constructs a new instance of
GearPhysicalFeatures , taking all possible properties
(except the identifier(s))as arguments. |
static VesselPhysicalFeatures |
VesselPhysicalFeatures.Factory.newInstance(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Program program,
QualityFlag qualityFlag,
Vessel vessel,
Short rankOrder,
String name,
String exteriorMarking,
String IRCS,
String comments,
Collection<VesselPhysicalFeaturesOrigin> vesselPhysicalFeaturesOrigins,
Department recorderDepartment,
Location baseLandingLocation,
Person recorderPerson,
Collection<VesselPhysicalMeasurement> vesselPhysicalMeasurements,
PhysicalGearSurvey physicalGearSurvey)
Constructs a new instance of
VesselPhysicalFeatures , taking all possible properties
(except the identifier(s))as arguments. |
static VesselFeatures |
VesselFeatures.Factory.newInstance(Date startDateTime,
Date endDateTime,
String name,
String exteriorMarking,
Float administrativePower,
Float auxiliaryPower,
Integer grossTonnageGT,
Integer grossTonnageGRT,
Integer lengthOverAll,
Integer lengthBeetweenPerpendiculars,
Integer constructionYear,
String IRCS,
Boolean hasVMS,
Boolean isFPC,
Timestamp updateDate,
Location basePortLocation,
QualitativeValue hullMaterial,
Vessel vessel)
Constructs a new instance of
VesselFeatures , taking all possible properties
(except the identifier(s))as arguments. |
static VesselPhysicalFeatures |
VesselPhysicalFeatures.Factory.newInstance(Date startDate,
Date creationDate,
Timestamp updateDate,
Program program,
QualityFlag qualityFlag,
Vessel vessel,
Department recorderDepartment)
Constructs a new instance of
VesselPhysicalFeatures , taking all required and/or
read-only properties as arguments, except for identifiers. |
static GearPhysicalFeatures |
GearPhysicalFeatures.Factory.newInstance(Date startDate,
Date creationDate,
Timestamp updateDate,
Program program,
QualityFlag qualityFlag,
Vessel vessel,
Short rankOrder,
Gear gear)
Constructs a new instance of
GearPhysicalFeatures , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
VesselFeatures.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
void |
PhysicalFeatures.setVessel(Vessel vesselIn)
Navire auquel l'engin physique et ses caractéristiques sont rattachés.
|
Modifier and Type | Method and Description |
---|---|
Vessel |
UseFeatures.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
VesselUseFeatures |
VesselUseFeaturesDaoBase.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel,
Integer isActive)
Creates a new
VesselUseFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselUseFeatures |
VesselUseFeaturesDao.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel,
Integer isActive)
Creates a new
VesselUseFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
VesselUseFeaturesDaoBase.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel,
Integer isActive)
Does the same thing as
#create(Integer, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
VesselUseFeaturesDao.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel,
Integer isActive)
Does the same thing as
#create(Integer, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
GearUseFeaturesDaoBase.create(int transform,
Short rankOrder,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Short, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
GearUseFeaturesDao.create(int transform,
Short rankOrder,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Short, Date, Date, Timestamp) with an
additional flag called transform . |
GearUseFeatures |
GearUseFeaturesDaoBase.create(Short rankOrder,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Creates a new
GearUseFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearUseFeatures |
GearUseFeaturesDao.create(Short rankOrder,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Creates a new
GearUseFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static VesselUseFeatures |
VesselUseFeatures.Factory.newInstance(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Program program,
QualityFlag qualityFlag,
Vessel vessel,
Integer isActive,
DailyActivityCalendar dailyActivityCalendar,
Location basePortLocation,
Operation operation,
Collection<VesselUseMeasurement> vesselUseMeasurements,
Collection<VesselUseFeaturesOrigin> vesselUseFeaturesOrigins,
ActivityCalendar activityCalendar,
EconomicalSurvey economicalSurvey,
FishingEffortCalendar fishingEffortCalendar,
FishingTrip fishingTrip,
Collection<FishingArea> fishingAreas)
Constructs a new instance of
VesselUseFeatures , taking all possible properties
(except the identifier(s))as arguments. |
static GearUseFeatures |
GearUseFeatures.Factory.newInstance(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Program program,
QualityFlag qualityFlag,
Vessel vessel,
Short rankOrder,
EconomicalSurvey economicalSurvey,
Gear otherGear,
Operation operation,
Collection<GearUseMeasurement> gearUseMeasurements,
Metier metier,
Collection<GearUseFeaturesOrigin> gearUseFeaturesOrigins,
Gear gear,
ActivityCalendar activityCalendar,
DailyActivityCalendar dailyActivityCalendar,
FishingEffortCalendar fishingEffortCalendar,
Collection<FishingArea> fishingAreas)
Constructs a new instance of
GearUseFeatures , taking all possible properties
(except the identifier(s))as arguments. |
static VesselUseFeatures |
VesselUseFeatures.Factory.newInstance(Date startDate,
Date creationDate,
Timestamp updateDate,
Program program,
QualityFlag qualityFlag,
Vessel vessel,
Integer isActive)
Constructs a new instance of
VesselUseFeatures , taking all required and/or
read-only properties as arguments, except for identifiers. |
static GearUseFeatures |
GearUseFeatures.Factory.newInstance(Date startDate,
Date creationDate,
Timestamp updateDate,
Program program,
QualityFlag qualityFlag,
Vessel vessel,
Short rankOrder)
Constructs a new instance of
GearUseFeatures , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
UseFeatures.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
Vessel |
VesselPositionVMS.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Vessel |
VesselPosition.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
VesselPositionVMS |
VesselPositionVMSDaoBase.create(Date dateTime,
Float latitude,
Float longitude,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Creates a new
VesselPositionVMS
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselPositionVMS |
VesselPositionVMSDao.create(Date dateTime,
Float latitude,
Float longitude,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Creates a new
VesselPositionVMS
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselPosition |
VesselPositionDaoBase.create(Date dateTime,
Float latitude,
Float longitude,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Creates a new
VesselPosition
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselPosition |
VesselPositionDao.create(Date dateTime,
Float latitude,
Float longitude,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Creates a new
VesselPosition
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
VesselPositionVMSDaoBase.create(int transform,
Date dateTime,
Float latitude,
Float longitude,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, Float, Float, Timestamp) with an
additional flag called transform . |
Object |
VesselPositionVMSDao.create(int transform,
Date dateTime,
Float latitude,
Float longitude,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, Float, Float, Timestamp) with an
additional flag called transform . |
Object |
VesselPositionDaoBase.create(int transform,
Date dateTime,
Float latitude,
Float longitude,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, Float, Float, Timestamp) with an
additional flag called transform . |
Object |
VesselPositionDao.create(int transform,
Date dateTime,
Float latitude,
Float longitude,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, Float, Float, Timestamp) with an
additional flag called transform . |
static VesselPositionVMS |
VesselPositionVMS.Factory.newInstance(Date dateTime,
Float latitude,
Float longitude,
BigDecimal vesselSpeed,
BigDecimal vesselDirection,
Date controlDate,
Date validationDate,
Date qualificationDate,
Timestamp updateDate,
Point position,
Collection<VesselPositionMeasurement> vesselPositionMeasurements,
Department recorderDepartment,
Operation operation,
Vessel vessel,
ProcessingHistory processingHistory,
Program program,
QualityFlag qualityFlag)
Constructs a new instance of
VesselPositionVMS , taking all possible properties
(except the identifier(s))as arguments. |
static VesselPosition |
VesselPosition.Factory.newInstance(Date dateTime,
Float latitude,
Float longitude,
BigDecimal vesselSpeed,
BigDecimal vesselDirection,
Date controlDate,
Date validationDate,
Date qualificationDate,
Timestamp updateDate,
Point position,
Program program,
Department recorderDepartment,
Operation operation,
QualityFlag qualityFlag,
ProcessingHistory processingHistory,
Vessel vessel)
Constructs a new instance of
VesselPosition , taking all possible properties
(except the identifier(s))as arguments. |
static VesselPositionVMS |
VesselPositionVMS.Factory.newInstance(Date dateTime,
Float latitude,
Float longitude,
Timestamp updateDate,
Department recorderDepartment,
Vessel vessel,
Program program,
QualityFlag qualityFlag)
Constructs a new instance of
VesselPositionVMS , taking all required and/or
read-only properties as arguments, except for identifiers. |
static VesselPosition |
VesselPosition.Factory.newInstance(Date dateTime,
Float latitude,
Float longitude,
Timestamp updateDate,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel)
Constructs a new instance of
VesselPosition , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
VesselPositionVMS.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
void |
VesselPosition.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
Collection<Vessel> |
RightToProduce.getVessels()
Les droits de produire peuvent s'appliquer à des navires de pêche professionnelle, des
navires de plaisance, ou des pêcheurs à pied.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RightToProduce.addVessels(Vessel elementToAdd)
Les droits de produire peuvent s'appliquer à des navires de pêche professionnelle, des
navires de plaisance, ou des pêcheurs à pied.
|
boolean |
RightToProduce.removeVessels(Vessel elementToRemove)
Les droits de produire peuvent s'appliquer à des navires de pêche professionnelle, des
navires de plaisance, ou des pêcheurs à pied.
|
Modifier and Type | Method and Description |
---|---|
static RightToProduce |
RightToProduce.Factory.newInstance(Date startDate,
Short rankOrderOnPeriod,
Date endDate,
String reference,
Timestamp updateDate,
Program program,
Corpus corpus,
Collection<VesselOwner> vesselOwners,
Collection<Vessel> vessels,
Collection<Fishery> fisheries)
Constructs a new instance of
RightToProduce , taking all possible properties
(except the identifier(s))as arguments. |
void |
RightToProduce.setVessels(Collection<Vessel> vesselsIn)
Les droits de produire peuvent s'appliquer à des navires de pêche professionnelle, des
navires de plaisance, ou des pêcheurs à pied.
|
Modifier and Type | Method and Description |
---|---|
Vessel |
GroupingVesselHierarchy.getVessel()
Navire, ou plus généralement un usager de la ressource.
|
Modifier and Type | Method and Description |
---|---|
GroupingVesselHierarchy |
GroupingVesselHierarchyDaoBase.create(Grouping grouping,
GroupingClassification groupingClassification,
Location location,
ObjectType originObjectType,
Program originProgram,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Creates a new
GroupingVesselHierarchy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GroupingVesselHierarchy |
GroupingVesselHierarchyDao.create(Grouping grouping,
GroupingClassification groupingClassification,
Location location,
ObjectType originObjectType,
Program originProgram,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Creates a new
GroupingVesselHierarchy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
GroupingVesselHierarchyDaoBase.create(int transform,
Grouping grouping,
GroupingClassification groupingClassification,
Location location,
ObjectType originObjectType,
Program originProgram,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, Timestamp) with an
additional flag called transform . |
Object |
GroupingVesselHierarchyDao.create(int transform,
Grouping grouping,
GroupingClassification groupingClassification,
Location location,
ObjectType originObjectType,
Program originProgram,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, Timestamp) with an
additional flag called transform . |
static GroupingVesselHierarchy |
GroupingVesselHierarchy.Factory.newInstance(Date startDate,
Date endDate,
Timestamp updateDate,
Grouping grouping,
Program originProgram,
ObjectType originObjectType,
Vessel vessel,
Location location,
GroupingClassification groupingClassification)
Constructs a new instance of
GroupingVesselHierarchy , taking all possible properties
(except the identifier(s))as arguments. |
static GroupingVesselHierarchy |
GroupingVesselHierarchy.Factory.newInstance(Date startDate,
Timestamp updateDate,
Grouping grouping,
Program originProgram,
ObjectType originObjectType,
Vessel vessel,
Location location,
GroupingClassification groupingClassification)
Constructs a new instance of
GroupingVesselHierarchy , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
GroupingVesselHierarchy.setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
Copyright © 2012–2014 IFREMER. All rights reserved.