| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.data.fishingArea |
| Modifier and Type | Class and Description |
|---|---|
class |
FishingArea2RegulationLocationImpl |
| Modifier and Type | Method and Description |
|---|---|
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDaoBase.create(FishingArea2RegulationLocation fishingArea2RegulationLocation) |
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDao.create(FishingArea2RegulationLocation fishingArea2RegulationLocation)
Creates an instance of fr.ifremer.adagio.core.dao.data.fishingArea.FishingArea2RegulationLocation and adds it to the persistent store.
|
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDaoBase.create(FishingArea fishingArea,
Location location) |
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDao.create(FishingArea fishingArea,
Location location)
Creates a new
fr.ifremer.adagio.core.dao.data.fishingArea.FishingArea2RegulationLocation
instance from all attributes and
properties and adds it to the persistent store. |
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDaoBase.load(FishingArea fishingArea,
Location location) |
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDao.load(FishingArea fishingArea,
Location location)
Loads an instance of fr.ifremer.adagio.core.dao.data.fishingArea.FishingArea2RegulationLocation from the persistent store.
|
static FishingArea2RegulationLocation |
FishingArea2RegulationLocation.Factory.newInstance()
Constructs a new instance of
FishingArea2RegulationLocation. |
protected FishingArea2RegulationLocation |
FishingArea2RegulationLocationDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FishingArea2RegulationLocation> |
FishingArea2RegulationLocationDaoBase.create(Collection<FishingArea2RegulationLocation> entities) |
Collection<FishingArea2RegulationLocation> |
FishingArea2RegulationLocationDao.create(Collection<FishingArea2RegulationLocation> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.fishingArea.FishingArea2RegulationLocation and adds
from the passed in
entities collection |
Collection<FishingArea2RegulationLocation> |
FishingArea.getRegulationLocation()
Zones réglementaires particulières (ex : ZEE, zone d'effort,
etc.)
|
Collection<FishingArea2RegulationLocation> |
FishingArea2RegulationLocationDaoBase.loadAll() |
Collection<FishingArea2RegulationLocation> |
FishingArea2RegulationLocationDao.loadAll()
Loads all entities of type
FishingArea2RegulationLocation. |
Set<FishingArea2RegulationLocation> |
FishingArea2RegulationLocationDaoBase.search(Search search) |
Set<FishingArea2RegulationLocation> |
FishingArea2RegulationLocationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDaoBase.create(FishingArea2RegulationLocation fishingArea2RegulationLocation) |
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDao.create(FishingArea2RegulationLocation fishingArea2RegulationLocation)
Creates an instance of fr.ifremer.adagio.core.dao.data.fishingArea.FishingArea2RegulationLocation and adds it to the persistent store.
|
Object |
FishingArea2RegulationLocationDaoBase.create(int transform,
FishingArea2RegulationLocation fishingArea2RegulationLocation) |
Object |
FishingArea2RegulationLocationDao.create(int transform,
FishingArea2RegulationLocation fishingArea2RegulationLocation)
Does the same thing as
FishingArea2RegulationLocationDao.create(fr.ifremer.adagio.core.dao.data.fishingArea.FishingArea2RegulationLocation) with an
additional flag called transform. |
void |
FishingArea2RegulationLocationDaoBase.remove(FishingArea2RegulationLocation fishingArea2RegulationLocation) |
void |
FishingArea2RegulationLocationDao.remove(FishingArea2RegulationLocation fishingArea2RegulationLocation)
Removes the instance of fr.ifremer.adagio.core.dao.data.fishingArea.FishingArea2RegulationLocation from the persistent store.
|
protected Object |
FishingArea2RegulationLocationDaoBase.transformEntity(int transform,
FishingArea2RegulationLocation 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.fishingArea.FishingArea2RegulationLocationDao, please note
that the FishingArea2RegulationLocationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
FishingArea2RegulationLocationDaoBase.update(FishingArea2RegulationLocation fishingArea2RegulationLocation) |
void |
FishingArea2RegulationLocationDao.update(FishingArea2RegulationLocation fishingArea2RegulationLocation)
Updates the
fishingArea2RegulationLocation instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<FishingArea2RegulationLocation> |
FishingArea2RegulationLocationDaoBase.create(Collection<FishingArea2RegulationLocation> entities) |
Collection<FishingArea2RegulationLocation> |
FishingArea2RegulationLocationDao.create(Collection<FishingArea2RegulationLocation> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.fishingArea.FishingArea2RegulationLocation and adds
from the passed in
entities collection |
FishingArea |
FishingAreaDao.create(DistanceToCoastGradient distanceToCoastGradient,
DepthGradient depthGradient,
Location location,
NearbySpecificArea nearbySpecificArea,
Sale sale,
Collection<FishingArea2RegulationLocation> regulationLocation,
Sample sample,
Produce produce,
VesselUseFeatures vesselUseFeatures,
GearUseFeatures gearUseFeatures)
Creates a new
fr.ifremer.adagio.core.dao.data.fishingArea.FishingArea
instance from all attributes and
properties and adds it to the persistent store. |
FishingArea |
FishingAreaDaoBase.create(DistanceToCoastGradient distanceToCoastGradient,
DepthGradient depthGradient,
Location location,
NearbySpecificArea nearbySpecificArea,
Sale sale,
Collection<FishingArea2RegulationLocation> regulationLocation,
Sample sample,
Produce produce,
VesselUseFeatures vesselUseFeatures,
GearUseFeatures gearUseFeatures) |
Collection<?> |
FishingArea2RegulationLocationDaoBase.create(int transform,
Collection<FishingArea2RegulationLocation> entities) |
Collection<?> |
FishingArea2RegulationLocationDao.create(int transform,
Collection<FishingArea2RegulationLocation> entities)
Does the same thing as
FishingArea2RegulationLocationDao.create(fr.ifremer.adagio.core.dao.data.fishingArea.FishingArea2RegulationLocation) with an
additional flag called transform. |
Object |
FishingAreaDao.create(int transform,
DistanceToCoastGradient distanceToCoastGradient,
DepthGradient depthGradient,
Location location,
NearbySpecificArea nearbySpecificArea,
Sale sale,
Collection<FishingArea2RegulationLocation> regulationLocation,
Sample sample,
Produce produce,
VesselUseFeatures vesselUseFeatures,
GearUseFeatures gearUseFeatures)
Does the same thing as
#create(fr.ifremer.adagio.core.dao.referential.DistanceToCoastGradient,fr.ifremer.adagio.core.dao.referential.DepthGradient,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.NearbySpecificArea,fr.ifremer.adagio.core.dao.data.survey.sale.Sale,java.util.Collection with an
additional flag called transform. |
Object |
FishingAreaDaoBase.create(int transform,
DistanceToCoastGradient distanceToCoastGradient,
DepthGradient depthGradient,
Location location,
NearbySpecificArea nearbySpecificArea,
Sale sale,
Collection<FishingArea2RegulationLocation> regulationLocation,
Sample sample,
Produce produce,
VesselUseFeatures vesselUseFeatures,
GearUseFeatures gearUseFeatures) |
static FishingArea |
FishingArea.Factory.newInstance(DistanceToCoastGradient distanceToCoastGradient,
DepthGradient depthGradient,
Location location,
NearbySpecificArea nearbySpecificArea,
Sale sale,
Collection<FishingArea2RegulationLocation> regulationLocation,
Sample sample,
Produce produce,
VesselUseFeatures vesselUseFeatures,
GearUseFeatures gearUseFeatures)
Constructs a new instance of
FishingArea, taking all possible properties
(except the identifier(s))as arguments. |
void |
FishingArea2RegulationLocationDaoBase.remove(Collection<FishingArea2RegulationLocation> entities) |
void |
FishingArea2RegulationLocationDao.remove(Collection<FishingArea2RegulationLocation> entities)
Removes all entities in the given
entities |
void |
FishingArea.setRegulationLocation(Collection<FishingArea2RegulationLocation> regulationLocation) |
void |
FishingArea2RegulationLocationDaoBase.update(Collection<FishingArea2RegulationLocation> entities) |
void |
FishingArea2RegulationLocationDao.update(Collection<FishingArea2RegulationLocation> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.