Package | Description |
---|---|
fr.ifremer.adagio.core.dao.data.survey.fishingTrip | |
fr.ifremer.adagio.core.dao.playground |
Modifier and Type | Method and Description |
---|---|
Collection<PlaygroundFishingEffortZone> |
FishingTrip.getPlaygroundFishingEffortZones()
Mouvements sur zone d'effort : A modeliser !
|
Modifier and Type | Method and Description |
---|---|
boolean |
FishingTrip.addPlaygroundFishingEffortZones(PlaygroundFishingEffortZone elementToAdd)
Mouvements sur zone d'effort : A modeliser !
|
boolean |
FishingTrip.removePlaygroundFishingEffortZones(PlaygroundFishingEffortZone elementToRemove)
Mouvements sur zone d'effort : A modeliser !
|
Modifier and Type | Method and Description |
---|---|
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.setPlaygroundFishingEffortZones(Collection<PlaygroundFishingEffortZone> playgroundFishingEffortZonesIn)
Mouvements sur zone d'effort : A modeliser !
|
Modifier and Type | Class and Description |
---|---|
class |
PlaygroundFishingEffortZoneImpl |
Modifier and Type | Method and Description |
---|---|
PlaygroundFishingEffortZone |
PlaygroundFishingEffortZoneDaoBase.create(Date dateTime,
String moveType,
String effortZoneCode,
String targetSpecies,
Point position)
Creates a new
PlaygroundFishingEffortZone
instance from all attributes and adds it to
the persistent store. |
PlaygroundFishingEffortZone |
PlaygroundFishingEffortZoneDao.create(Date dateTime,
String moveType,
String effortZoneCode,
String targetSpecies,
Point position)
Creates a new
PlaygroundFishingEffortZone
instance from all attributes and adds it to
the persistent store. |
PlaygroundFishingEffortZone |
PlaygroundFishingEffortZoneDaoBase.create(PlaygroundFishingEffortZone playgroundFishingEffortZone)
Creates an instance of PlaygroundFishingEffortZone and adds it to the persistent store.
|
PlaygroundFishingEffortZone |
PlaygroundFishingEffortZoneDao.create(PlaygroundFishingEffortZone playgroundFishingEffortZone)
Creates an instance of PlaygroundFishingEffortZone and adds it to the persistent store.
|
PlaygroundFishingEffortZone |
PlaygroundFishingEffortZoneDaoBase.create(String effortZoneCode,
FishingTrip fishingTrip,
Gear gear,
String moveType,
String targetSpecies)
Creates a new
PlaygroundFishingEffortZone
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PlaygroundFishingEffortZone |
PlaygroundFishingEffortZoneDao.create(String effortZoneCode,
FishingTrip fishingTrip,
Gear gear,
String moveType,
String targetSpecies)
Creates a new
PlaygroundFishingEffortZone
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PlaygroundFishingEffortZone |
PlaygroundFishingEffortZoneDaoBase.get(Integer id)
Gets an instance of PlaygroundFishingEffortZone from the persistent store.
|
PlaygroundFishingEffortZone |
PlaygroundFishingEffortZoneDao.get(Integer id)
Gets an instance of PlaygroundFishingEffortZone from the persistent store.
|
PlaygroundFishingEffortZone |
PlaygroundFishingEffortZoneDaoBase.load(Integer id)
Loads an instance of PlaygroundFishingEffortZone from the persistent store.
|
PlaygroundFishingEffortZone |
PlaygroundFishingEffortZoneDao.load(Integer id)
Loads an instance of PlaygroundFishingEffortZone from the persistent store.
|
static PlaygroundFishingEffortZone |
PlaygroundFishingEffortZone.Factory.newInstance()
Constructs a new instance of
PlaygroundFishingEffortZone . |
static PlaygroundFishingEffortZone |
PlaygroundFishingEffortZone.Factory.newInstance(Date dateTime,
String moveType,
String effortZoneCode,
String targetSpecies,
Point position,
Gear gear,
FishingTrip fishingTrip)
Constructs a new instance of
PlaygroundFishingEffortZone , taking all possible properties
(except the identifier(s))as arguments. |
static PlaygroundFishingEffortZone |
PlaygroundFishingEffortZone.Factory.newInstance(String moveType,
String effortZoneCode,
String targetSpecies,
Gear gear,
FishingTrip fishingTrip)
Constructs a new instance of
PlaygroundFishingEffortZone , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected PlaygroundFishingEffortZone |
PlaygroundFishingEffortZoneDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<PlaygroundFishingEffortZone> |
PlaygroundFishingEffortZoneDaoBase.create(Collection<PlaygroundFishingEffortZone> entities)
Creates a new instance of PlaygroundFishingEffortZone and adds
from the passed in
entities collection |
Collection<PlaygroundFishingEffortZone> |
PlaygroundFishingEffortZoneDao.create(Collection<PlaygroundFishingEffortZone> entities)
Creates a new instance of PlaygroundFishingEffortZone and adds
from the passed in
entities collection |
Collection<PlaygroundFishingEffortZone> |
PlaygroundFishingEffortZoneDaoBase.loadAll()
Loads all entities of type
PlaygroundFishingEffortZone . |
Collection<PlaygroundFishingEffortZone> |
PlaygroundFishingEffortZoneDao.loadAll()
Loads all entities of type
PlaygroundFishingEffortZone . |
Set<PlaygroundFishingEffortZone> |
PlaygroundFishingEffortZoneDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PlaygroundFishingEffortZone> |
PlaygroundFishingEffortZoneDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
PlaygroundFishingEffortZone.compareTo(PlaygroundFishingEffortZone o) |
Object |
PlaygroundFishingEffortZoneDaoBase.create(int transform,
PlaygroundFishingEffortZone playgroundFishingEffortZone)
Does the same thing as
PlaygroundFishingEffortZoneDao.create(PlaygroundFishingEffortZone) with an
additional flag called transform . |
Object |
PlaygroundFishingEffortZoneDao.create(int transform,
PlaygroundFishingEffortZone playgroundFishingEffortZone)
Does the same thing as
PlaygroundFishingEffortZoneDao.create(PlaygroundFishingEffortZone) with an
additional flag called transform . |
PlaygroundFishingEffortZone |
PlaygroundFishingEffortZoneDaoBase.create(PlaygroundFishingEffortZone playgroundFishingEffortZone)
Creates an instance of PlaygroundFishingEffortZone and adds it to the persistent store.
|
PlaygroundFishingEffortZone |
PlaygroundFishingEffortZoneDao.create(PlaygroundFishingEffortZone playgroundFishingEffortZone)
Creates an instance of PlaygroundFishingEffortZone and adds it to the persistent store.
|
void |
PlaygroundFishingEffortZoneDaoBase.remove(PlaygroundFishingEffortZone playgroundFishingEffortZone)
Removes the instance of PlaygroundFishingEffortZone from the persistent store.
|
void |
PlaygroundFishingEffortZoneDao.remove(PlaygroundFishingEffortZone playgroundFishingEffortZone)
Removes the instance of PlaygroundFishingEffortZone from the persistent store.
|
Object |
PlaygroundFishingEffortZoneDaoBase.transformEntity(int transform,
PlaygroundFishingEffortZone 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 PlaygroundFishingEffortZoneDao , please note
that the PlaygroundFishingEffortZoneDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
PlaygroundFishingEffortZoneDao.transformEntity(int transform,
PlaygroundFishingEffortZone 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.playground.PlaygroundFishingEffortZoneDao , please note
that the PlaygroundFishingEffortZoneDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
PlaygroundFishingEffortZoneDaoBase.update(PlaygroundFishingEffortZone playgroundFishingEffortZone)
Updates the
playgroundFishingEffortZone instance in the persistent store. |
void |
PlaygroundFishingEffortZoneDao.update(PlaygroundFishingEffortZone playgroundFishingEffortZone)
Updates the
playgroundFishingEffortZone instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<PlaygroundFishingEffortZone> |
PlaygroundFishingEffortZoneDaoBase.create(Collection<PlaygroundFishingEffortZone> entities)
Creates a new instance of PlaygroundFishingEffortZone and adds
from the passed in
entities collection |
Collection<PlaygroundFishingEffortZone> |
PlaygroundFishingEffortZoneDao.create(Collection<PlaygroundFishingEffortZone> entities)
Creates a new instance of PlaygroundFishingEffortZone and adds
from the passed in
entities collection |
Collection<?> |
PlaygroundFishingEffortZoneDaoBase.create(int transform,
Collection<PlaygroundFishingEffortZone> entities)
Does the same thing as
PlaygroundFishingEffortZoneDao.create(PlaygroundFishingEffortZone) with an
additional flag called transform . |
Collection<?> |
PlaygroundFishingEffortZoneDao.create(int transform,
Collection<PlaygroundFishingEffortZone> entities)
Does the same thing as
PlaygroundFishingEffortZoneDao.create(PlaygroundFishingEffortZone) with an
additional flag called transform . |
void |
PlaygroundFishingEffortZoneDaoBase.remove(Collection<PlaygroundFishingEffortZone> entities)
Removes all entities in the given
entities collection. |
void |
PlaygroundFishingEffortZoneDao.remove(Collection<PlaygroundFishingEffortZone> entities)
Removes all entities in the given
entities collection. |
void |
PlaygroundFishingEffortZoneDaoBase.update(Collection<PlaygroundFishingEffortZone> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
PlaygroundFishingEffortZoneDao.update(Collection<PlaygroundFishingEffortZone> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.