Package | Description |
---|---|
fr.ifremer.adagio.core.dao.data.survey.fishingTrip | |
fr.ifremer.adagio.core.dao.playground |
Modifier and Type | Method and Description |
---|---|
Collection<PlaygroundVesselOwner> |
FishingTrip.getPlaygroundVesselOwners()
Armateur de navire.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FishingTrip.addPlaygroundVesselOwners(PlaygroundVesselOwner elementToAdd)
Armateur de navire.
|
boolean |
FishingTrip.removePlaygroundVesselOwners(PlaygroundVesselOwner elementToRemove)
Armateur de navire.
|
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.setPlaygroundVesselOwners(Collection<PlaygroundVesselOwner> playgroundVesselOwnersIn)
Armateur de navire.
|
Modifier and Type | Class and Description |
---|---|
class |
PlaygroundVesselOwnerImpl |
Modifier and Type | Method and Description |
---|---|
PlaygroundVesselOwner |
PlaygroundVesselOwnerDaoBase.create(PlaygroundVesselOwner playgroundVesselOwner)
Creates an instance of PlaygroundVesselOwner and adds it to the persistent store.
|
PlaygroundVesselOwner |
PlaygroundVesselOwnerDao.create(PlaygroundVesselOwner playgroundVesselOwner)
Creates an instance of PlaygroundVesselOwner and adds it to the persistent store.
|
PlaygroundVesselOwner |
PlaygroundVesselOwnerDaoBase.create(String code,
String lastname,
String firstname,
String street,
String zipCode,
String city,
Timestamp updateDate)
Creates a new
PlaygroundVesselOwner
instance from all attributes and adds it to
the persistent store. |
PlaygroundVesselOwner |
PlaygroundVesselOwnerDao.create(String code,
String lastname,
String firstname,
String street,
String zipCode,
String city,
Timestamp updateDate)
Creates a new
PlaygroundVesselOwner
instance from all attributes and adds it to
the persistent store. |
PlaygroundVesselOwner |
PlaygroundVesselOwnerDaoBase.get(Integer id)
Gets an instance of PlaygroundVesselOwner from the persistent store.
|
PlaygroundVesselOwner |
PlaygroundVesselOwnerDao.get(Integer id)
Gets an instance of PlaygroundVesselOwner from the persistent store.
|
PlaygroundVesselOwner |
PlaygroundVesselOwnerDaoBase.load(Integer id)
Loads an instance of PlaygroundVesselOwner from the persistent store.
|
PlaygroundVesselOwner |
PlaygroundVesselOwnerDao.load(Integer id)
Loads an instance of PlaygroundVesselOwner from the persistent store.
|
static PlaygroundVesselOwner |
PlaygroundVesselOwner.Factory.newInstance()
Constructs a new instance of
PlaygroundVesselOwner . |
static PlaygroundVesselOwner |
PlaygroundVesselOwner.Factory.newInstance(String code,
String lastname,
String firstname,
String street,
String zipCode,
String city,
Timestamp updateDate,
FishingTrip fishingTrip)
Constructs a new instance of
PlaygroundVesselOwner , taking all possible properties
(except the identifier(s))as arguments. |
static PlaygroundVesselOwner |
PlaygroundVesselOwner.Factory.newInstance(String code,
Timestamp updateDate)
Constructs a new instance of
PlaygroundVesselOwner , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected PlaygroundVesselOwner |
PlaygroundVesselOwnerDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<PlaygroundVesselOwner> |
PlaygroundVesselOwnerDaoBase.create(Collection<PlaygroundVesselOwner> entities)
Creates a new instance of PlaygroundVesselOwner and adds
from the passed in
entities collection |
Collection<PlaygroundVesselOwner> |
PlaygroundVesselOwnerDao.create(Collection<PlaygroundVesselOwner> entities)
Creates a new instance of PlaygroundVesselOwner and adds
from the passed in
entities collection |
Collection<PlaygroundVesselOwner> |
PlaygroundVesselOwnerDaoBase.loadAll()
Loads all entities of type
PlaygroundVesselOwner . |
Collection<PlaygroundVesselOwner> |
PlaygroundVesselOwnerDao.loadAll()
Loads all entities of type
PlaygroundVesselOwner . |
Set<PlaygroundVesselOwner> |
PlaygroundVesselOwnerDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PlaygroundVesselOwner> |
PlaygroundVesselOwnerDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
PlaygroundVesselOwner.compareTo(PlaygroundVesselOwner o) |
Object |
PlaygroundVesselOwnerDaoBase.create(int transform,
PlaygroundVesselOwner playgroundVesselOwner)
Does the same thing as
PlaygroundVesselOwnerDao.create(PlaygroundVesselOwner) with an
additional flag called transform . |
Object |
PlaygroundVesselOwnerDao.create(int transform,
PlaygroundVesselOwner playgroundVesselOwner)
Does the same thing as
PlaygroundVesselOwnerDao.create(PlaygroundVesselOwner) with an
additional flag called transform . |
PlaygroundVesselOwner |
PlaygroundVesselOwnerDaoBase.create(PlaygroundVesselOwner playgroundVesselOwner)
Creates an instance of PlaygroundVesselOwner and adds it to the persistent store.
|
PlaygroundVesselOwner |
PlaygroundVesselOwnerDao.create(PlaygroundVesselOwner playgroundVesselOwner)
Creates an instance of PlaygroundVesselOwner and adds it to the persistent store.
|
void |
PlaygroundVesselOwnerDaoBase.remove(PlaygroundVesselOwner playgroundVesselOwner)
Removes the instance of PlaygroundVesselOwner from the persistent store.
|
void |
PlaygroundVesselOwnerDao.remove(PlaygroundVesselOwner playgroundVesselOwner)
Removes the instance of PlaygroundVesselOwner from the persistent store.
|
Object |
PlaygroundVesselOwnerDaoBase.transformEntity(int transform,
PlaygroundVesselOwner 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 PlaygroundVesselOwnerDao , please note
that the PlaygroundVesselOwnerDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
PlaygroundVesselOwnerDao.transformEntity(int transform,
PlaygroundVesselOwner 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.PlaygroundVesselOwnerDao , please note
that the PlaygroundVesselOwnerDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
PlaygroundVesselOwnerDaoBase.update(PlaygroundVesselOwner playgroundVesselOwner)
Updates the
playgroundVesselOwner instance in the persistent store. |
void |
PlaygroundVesselOwnerDao.update(PlaygroundVesselOwner playgroundVesselOwner)
Updates the
playgroundVesselOwner instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<PlaygroundVesselOwner> |
PlaygroundVesselOwnerDaoBase.create(Collection<PlaygroundVesselOwner> entities)
Creates a new instance of PlaygroundVesselOwner and adds
from the passed in
entities collection |
Collection<PlaygroundVesselOwner> |
PlaygroundVesselOwnerDao.create(Collection<PlaygroundVesselOwner> entities)
Creates a new instance of PlaygroundVesselOwner and adds
from the passed in
entities collection |
Collection<?> |
PlaygroundVesselOwnerDaoBase.create(int transform,
Collection<PlaygroundVesselOwner> entities)
Does the same thing as
PlaygroundVesselOwnerDao.create(PlaygroundVesselOwner) with an
additional flag called transform . |
Collection<?> |
PlaygroundVesselOwnerDao.create(int transform,
Collection<PlaygroundVesselOwner> entities)
Does the same thing as
PlaygroundVesselOwnerDao.create(PlaygroundVesselOwner) with an
additional flag called transform . |
void |
PlaygroundVesselOwnerDaoBase.remove(Collection<PlaygroundVesselOwner> entities)
Removes all entities in the given
entities collection. |
void |
PlaygroundVesselOwnerDao.remove(Collection<PlaygroundVesselOwner> entities)
Removes all entities in the given
entities collection. |
void |
PlaygroundVesselOwnerDaoBase.update(Collection<PlaygroundVesselOwner> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
PlaygroundVesselOwnerDao.update(Collection<PlaygroundVesselOwner> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.