| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.data.fishingArea | |
| fr.ifremer.adagio.core.dao.referential | |
| fr.ifremer.adagio.core.dao.referential.regulation |
| Modifier and Type | Method and Description |
|---|---|
DepthGradient |
FishingArea.getDepthGradient() |
| Modifier and Type | Method and Description |
|---|---|
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) |
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 |
FishingArea.setDepthGradient(DepthGradient depthGradient) |
| Modifier and Type | Class and Description |
|---|---|
class |
DepthGradientImpl |
| Modifier and Type | Method and Description |
|---|---|
DepthGradient |
DepthGradientDaoBase.create(DepthGradient depthGradient) |
DepthGradient |
DepthGradientDao.create(DepthGradient depthGradient)
Creates an instance of fr.ifremer.adagio.core.dao.referential.DepthGradient and adds it to the persistent store.
|
DepthGradient |
DepthGradientDaoBase.create(String description,
String name,
Short rankOrder,
Status status) |
DepthGradient |
DepthGradientDao.create(String description,
String name,
Short rankOrder,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.DepthGradient
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DepthGradient |
DepthGradientDaoBase.create(String name,
String description,
Short rankOrder,
Timestamp updateDate,
Status status) |
DepthGradient |
DepthGradientDao.create(String name,
String description,
Short rankOrder,
Timestamp updateDate,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.DepthGradient
instance from all attributes and
properties and adds it to the persistent store. |
DepthGradient |
DepthGradientDaoBase.load(Integer id) |
DepthGradient |
DepthGradientDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.DepthGradient from the persistent store.
|
static DepthGradient |
DepthGradient.Factory.newInstance()
Constructs a new instance of
DepthGradient. |
static DepthGradient |
DepthGradient.Factory.newInstance(String name,
String description,
Short rankOrder,
Status status)
Constructs a new instance of
DepthGradient, taking all required and/or
read-only properties as arguments. |
static DepthGradient |
DepthGradient.Factory.newInstance(String name,
String description,
Short rankOrder,
Timestamp updateDate,
Status status)
Constructs a new instance of
DepthGradient, taking all possible properties
(except the identifier(s))as arguments. |
protected DepthGradient |
DepthGradientDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<DepthGradient> |
DepthGradientDaoBase.create(Collection<DepthGradient> entities) |
Collection<DepthGradient> |
DepthGradientDao.create(Collection<DepthGradient> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.DepthGradient and adds
from the passed in
entities collection |
Collection<DepthGradient> |
DepthGradientDaoBase.loadAll() |
Collection<DepthGradient> |
DepthGradientDao.loadAll()
Loads all entities of type
DepthGradient. |
Set<DepthGradient> |
DepthGradientDaoBase.search(Search search) |
Set<DepthGradient> |
DepthGradientDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
DepthGradient |
DepthGradientDaoBase.create(DepthGradient depthGradient) |
DepthGradient |
DepthGradientDao.create(DepthGradient depthGradient)
Creates an instance of fr.ifremer.adagio.core.dao.referential.DepthGradient and adds it to the persistent store.
|
Object |
DepthGradientDaoBase.create(int transform,
DepthGradient depthGradient) |
Object |
DepthGradientDao.create(int transform,
DepthGradient depthGradient)
Does the same thing as
DepthGradientDao.create(fr.ifremer.adagio.core.dao.referential.DepthGradient) with an
additional flag called transform. |
void |
DepthGradientDaoBase.remove(DepthGradient depthGradient) |
void |
DepthGradientDao.remove(DepthGradient depthGradient)
Removes the instance of fr.ifremer.adagio.core.dao.referential.DepthGradient from the persistent store.
|
protected Object |
DepthGradientDaoBase.transformEntity(int transform,
DepthGradient 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.referential.DepthGradientDao, please note
that the DepthGradientDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
DepthGradientDaoBase.update(DepthGradient depthGradient) |
void |
DepthGradientDao.update(DepthGradient depthGradient)
Updates the
depthGradient instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<DepthGradient> |
DepthGradientDaoBase.create(Collection<DepthGradient> entities) |
Collection<DepthGradient> |
DepthGradientDao.create(Collection<DepthGradient> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.DepthGradient and adds
from the passed in
entities collection |
Collection<?> |
DepthGradientDaoBase.create(int transform,
Collection<DepthGradient> entities) |
Collection<?> |
DepthGradientDao.create(int transform,
Collection<DepthGradient> entities)
Does the same thing as
DepthGradientDao.create(fr.ifremer.adagio.core.dao.referential.DepthGradient) with an
additional flag called transform. |
void |
DepthGradientDaoBase.remove(Collection<DepthGradient> entities) |
void |
DepthGradientDao.remove(Collection<DepthGradient> entities)
Removes all entities in the given
entities |
void |
DepthGradientDaoBase.update(Collection<DepthGradient> entities) |
void |
DepthGradientDao.update(Collection<DepthGradient> entities)
Updates all instances in the
entities collection in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
DepthGradient |
RegulationArea.getDepthGradient() |
| Modifier and Type | Method and Description |
|---|---|
Object |
RegulationAreaDao.create(int transform,
Location location,
Collection<RegulationArea2RegulationLocation> regulationLocation,
NearbySpecificArea nearbySpecificArea,
DepthGradient depthGradient,
Fishery fishery,
DistanceToCoastGradient distanceToCoastGradient)
Does the same thing as
#create(fr.ifremer.adagio.core.dao.referential.location.Location,java.util.Collection with an
additional flag called transform. |
Object |
RegulationAreaDaoBase.create(int transform,
Location location,
Collection<RegulationArea2RegulationLocation> regulationLocation,
NearbySpecificArea nearbySpecificArea,
DepthGradient depthGradient,
Fishery fishery,
DistanceToCoastGradient distanceToCoastGradient) |
RegulationArea |
RegulationAreaDao.create(Location location,
Collection<RegulationArea2RegulationLocation> regulationLocation,
NearbySpecificArea nearbySpecificArea,
DepthGradient depthGradient,
Fishery fishery,
DistanceToCoastGradient distanceToCoastGradient)
Creates a new
fr.ifremer.adagio.core.dao.referential.regulation.RegulationArea
instance from all attributes and
properties and adds it to the persistent store. |
RegulationArea |
RegulationAreaDaoBase.create(Location location,
Collection<RegulationArea2RegulationLocation> regulationLocation,
NearbySpecificArea nearbySpecificArea,
DepthGradient depthGradient,
Fishery fishery,
DistanceToCoastGradient distanceToCoastGradient) |
static RegulationArea |
RegulationArea.Factory.newInstance(Location location,
Collection<RegulationArea2RegulationLocation> regulationLocation,
NearbySpecificArea nearbySpecificArea,
DepthGradient depthGradient,
Fishery fishery,
DistanceToCoastGradient distanceToCoastGradient)
Constructs a new instance of
RegulationArea, taking all possible properties
(except the identifier(s))as arguments. |
void |
RegulationArea.setDepthGradient(DepthGradient depthGradient) |
Copyright © 2013. All Rights Reserved.