Package | Description |
---|---|
fr.ifremer.adagio.core.dao.data.survey.fishingTrip | |
fr.ifremer.adagio.core.dao.playground |
Modifier and Type | Method and Description |
---|---|
Collection<PlaygroundFishingTripVesselMaster> |
FishingTrip.getPlaygroundFishingTripVesselMasters()
Capitaine (patron) de navire pour la marée, et ordre de hiérarchie.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FishingTrip.addPlaygroundFishingTripVesselMasters(PlaygroundFishingTripVesselMaster elementToAdd)
Capitaine (patron) de navire pour la marée, et ordre de hiérarchie.
|
boolean |
FishingTrip.removePlaygroundFishingTripVesselMasters(PlaygroundFishingTripVesselMaster elementToRemove)
Capitaine (patron) de navire pour la marée, et ordre de hiérarchie.
|
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.setPlaygroundFishingTripVesselMasters(Collection<PlaygroundFishingTripVesselMaster> playgroundFishingTripVesselMastersIn)
Capitaine (patron) de navire pour la marée, et ordre de hiérarchie.
|
Modifier and Type | Class and Description |
---|---|
class |
PlaygroundFishingTripVesselMasterImpl |
Modifier and Type | Method and Description |
---|---|
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDaoBase.create(FishingTrip fishingTrip,
PlaygroundVesselMaster playgroundVesselMaster)
Creates a new
PlaygroundFishingTripVesselMaster
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDao.create(FishingTrip fishingTrip,
PlaygroundVesselMaster playgroundVesselMaster)
Creates a new
PlaygroundFishingTripVesselMaster
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDaoBase.create(Integer rank)
Creates a new
PlaygroundFishingTripVesselMaster
instance from all attributes and adds it to
the persistent store. |
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDao.create(Integer rank)
Creates a new
PlaygroundFishingTripVesselMaster
instance from all attributes and adds it to
the persistent store. |
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDaoBase.create(PlaygroundFishingTripVesselMaster playgroundFishingTripVesselMaster)
Creates an instance of PlaygroundFishingTripVesselMaster and adds it to the persistent store.
|
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDao.create(PlaygroundFishingTripVesselMaster playgroundFishingTripVesselMaster)
Creates an instance of PlaygroundFishingTripVesselMaster and adds it to the persistent store.
|
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDaoBase.get(PlaygroundFishingTripVesselMasterPK playgroundFishingTripVesselMasterPk)
Gets an instance of PlaygroundFishingTripVesselMaster from the persistent store.
|
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDao.get(PlaygroundFishingTripVesselMasterPK playgroundFishingTripVesselMasterPk)
Gets an instance of PlaygroundFishingTripVesselMaster from the persistent store.
|
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDaoBase.load(PlaygroundFishingTripVesselMasterPK playgroundFishingTripVesselMasterPk)
Loads an instance of PlaygroundFishingTripVesselMaster from the persistent store.
|
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDao.load(PlaygroundFishingTripVesselMasterPK playgroundFishingTripVesselMasterPk)
Loads an instance of PlaygroundFishingTripVesselMaster from the persistent store.
|
static PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMaster.Factory.newInstance()
Constructs a new instance of
PlaygroundFishingTripVesselMaster . |
static PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMaster.Factory.newInstance(FishingTrip fishingTrip,
PlaygroundVesselMaster playgroundVesselMaster)
Constructs a new instance of
PlaygroundFishingTripVesselMaster , taking all possible properties
(except the identifier(s))as arguments. |
protected PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<PlaygroundFishingTripVesselMaster> |
PlaygroundFishingTripVesselMasterDaoBase.create(Collection<PlaygroundFishingTripVesselMaster> entities)
Creates a new instance of PlaygroundFishingTripVesselMaster and adds
from the passed in
entities collection |
Collection<PlaygroundFishingTripVesselMaster> |
PlaygroundFishingTripVesselMasterDao.create(Collection<PlaygroundFishingTripVesselMaster> entities)
Creates a new instance of PlaygroundFishingTripVesselMaster and adds
from the passed in
entities collection |
Collection<PlaygroundFishingTripVesselMaster> |
PlaygroundFishingTripVesselMasterDaoBase.loadAll()
Loads all entities of type
PlaygroundFishingTripVesselMaster . |
Collection<PlaygroundFishingTripVesselMaster> |
PlaygroundFishingTripVesselMasterDao.loadAll()
Loads all entities of type
PlaygroundFishingTripVesselMaster . |
Set<PlaygroundFishingTripVesselMaster> |
PlaygroundFishingTripVesselMasterDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PlaygroundFishingTripVesselMaster> |
PlaygroundFishingTripVesselMasterDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
PlaygroundFishingTripVesselMaster.compareTo(PlaygroundFishingTripVesselMaster o) |
Object |
PlaygroundFishingTripVesselMasterDaoBase.create(int transform,
PlaygroundFishingTripVesselMaster playgroundFishingTripVesselMaster)
Does the same thing as
PlaygroundFishingTripVesselMasterDao.create(PlaygroundFishingTripVesselMaster) with an
additional flag called transform . |
Object |
PlaygroundFishingTripVesselMasterDao.create(int transform,
PlaygroundFishingTripVesselMaster playgroundFishingTripVesselMaster)
Does the same thing as
PlaygroundFishingTripVesselMasterDao.create(PlaygroundFishingTripVesselMaster) with an
additional flag called transform . |
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDaoBase.create(PlaygroundFishingTripVesselMaster playgroundFishingTripVesselMaster)
Creates an instance of PlaygroundFishingTripVesselMaster and adds it to the persistent store.
|
PlaygroundFishingTripVesselMaster |
PlaygroundFishingTripVesselMasterDao.create(PlaygroundFishingTripVesselMaster playgroundFishingTripVesselMaster)
Creates an instance of PlaygroundFishingTripVesselMaster and adds it to the persistent store.
|
void |
PlaygroundFishingTripVesselMasterDaoBase.remove(PlaygroundFishingTripVesselMaster playgroundFishingTripVesselMaster)
Removes the instance of PlaygroundFishingTripVesselMaster from the persistent store.
|
void |
PlaygroundFishingTripVesselMasterDao.remove(PlaygroundFishingTripVesselMaster playgroundFishingTripVesselMaster)
Removes the instance of PlaygroundFishingTripVesselMaster from the persistent store.
|
Object |
PlaygroundFishingTripVesselMasterDaoBase.transformEntity(int transform,
PlaygroundFishingTripVesselMaster 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 PlaygroundFishingTripVesselMasterDao , please note
that the PlaygroundFishingTripVesselMasterDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
PlaygroundFishingTripVesselMasterDao.transformEntity(int transform,
PlaygroundFishingTripVesselMaster 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.PlaygroundFishingTripVesselMasterDao , please note
that the PlaygroundFishingTripVesselMasterDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
PlaygroundFishingTripVesselMasterDaoBase.update(PlaygroundFishingTripVesselMaster playgroundFishingTripVesselMaster)
Updates the
playgroundFishingTripVesselMaster instance in the persistent store. |
void |
PlaygroundFishingTripVesselMasterDao.update(PlaygroundFishingTripVesselMaster playgroundFishingTripVesselMaster)
Updates the
playgroundFishingTripVesselMaster instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<PlaygroundFishingTripVesselMaster> |
PlaygroundFishingTripVesselMasterDaoBase.create(Collection<PlaygroundFishingTripVesselMaster> entities)
Creates a new instance of PlaygroundFishingTripVesselMaster and adds
from the passed in
entities collection |
Collection<PlaygroundFishingTripVesselMaster> |
PlaygroundFishingTripVesselMasterDao.create(Collection<PlaygroundFishingTripVesselMaster> entities)
Creates a new instance of PlaygroundFishingTripVesselMaster and adds
from the passed in
entities collection |
Collection<?> |
PlaygroundFishingTripVesselMasterDaoBase.create(int transform,
Collection<PlaygroundFishingTripVesselMaster> entities)
Does the same thing as
PlaygroundFishingTripVesselMasterDao.create(PlaygroundFishingTripVesselMaster) with an
additional flag called transform . |
Collection<?> |
PlaygroundFishingTripVesselMasterDao.create(int transform,
Collection<PlaygroundFishingTripVesselMaster> entities)
Does the same thing as
PlaygroundFishingTripVesselMasterDao.create(PlaygroundFishingTripVesselMaster) with an
additional flag called transform . |
void |
PlaygroundFishingTripVesselMasterDaoBase.remove(Collection<PlaygroundFishingTripVesselMaster> entities)
Removes all entities in the given
entities collection. |
void |
PlaygroundFishingTripVesselMasterDao.remove(Collection<PlaygroundFishingTripVesselMaster> entities)
Removes all entities in the given
entities collection. |
void |
PlaygroundFishingTripVesselMasterDaoBase.update(Collection<PlaygroundFishingTripVesselMaster> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
PlaygroundFishingTripVesselMasterDao.update(Collection<PlaygroundFishingTripVesselMaster> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.