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()
Type de gradient de profondeur de la zone de pêche.
|
Modifier and Type | Method and Description |
---|---|
static FishingArea |
FishingArea.Factory.newInstance(Date qualificationDate,
String qualificationComments,
Collection<FishingArea2ManagedLocation> fishingArea2ManagedLocations,
Collection<FishingArea2RegulationLocation> regulationLocations,
Produce produce,
GearUseFeatures gearUseFeatures,
VesselUseFeatures vesselUseFeatures,
NearbySpecificArea nearbySpecificArea,
DepthGradient depthGradient,
DistanceToCoastGradient distanceToCoastGradient,
Location location,
Sale sale,
QualityFlag qualityFlag,
Sample sample)
Constructs a new instance of
FishingArea , taking all possible properties
(except the identifier(s))as arguments. |
void |
FishingArea.setDepthGradient(DepthGradient depthGradientIn)
Type de gradient de profondeur de la zone de pêche.
|
Modifier and Type | Class and Description |
---|---|
class |
DepthGradientImpl |
Modifier and Type | Method and Description |
---|---|
DepthGradient |
DepthGradientDaoBase.create(DepthGradient depthGradient)
Creates an instance of DepthGradient and adds it to the persistent store.
|
DepthGradient |
DepthGradientDao.create(DepthGradient depthGradient)
Creates an instance of DepthGradient and adds it to the persistent store.
|
DepthGradient |
DepthGradientDaoBase.create(String description,
String label,
String name,
Short rankOrder,
Status status,
Timestamp updateDate)
Creates a new
DepthGradient
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DepthGradient |
DepthGradientDao.create(String description,
String label,
String name,
Short rankOrder,
Status status,
Timestamp updateDate)
Creates a new
DepthGradient
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DepthGradient |
DepthGradientDaoBase.create(String comments,
String label,
String name,
String description,
Short rankOrder,
Timestamp updateDate)
Creates a new
DepthGradient
instance from all attributes and adds it to
the persistent store. |
DepthGradient |
DepthGradientDao.create(String comments,
String label,
String name,
String description,
Short rankOrder,
Timestamp updateDate)
Creates a new
DepthGradient
instance from all attributes and adds it to
the persistent store. |
DepthGradient |
DepthGradientDaoBase.get(Integer id)
Gets an instance of DepthGradient from the persistent store.
|
DepthGradient |
DepthGradientDao.get(Integer id)
Gets an instance of DepthGradient from the persistent store.
|
DepthGradient |
DepthGradientDaoBase.load(Integer id)
Loads an instance of DepthGradient from the persistent store.
|
DepthGradient |
DepthGradientDao.load(Integer id)
Loads an instance of DepthGradient from the persistent store.
|
static DepthGradient |
DepthGradient.Factory.newInstance()
Constructs a new instance of
DepthGradient . |
static DepthGradient |
DepthGradient.Factory.newInstance(String label,
String name,
String description,
Short rankOrder,
Timestamp updateDate,
Status status)
Constructs a new instance of
DepthGradient , taking all required and/or
read-only properties as arguments, except for identifiers. |
static DepthGradient |
DepthGradient.Factory.newInstance(String comments,
String label,
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)
Creates a new instance of DepthGradient and adds
from the passed in
entities collection |
Collection<DepthGradient> |
DepthGradientDao.create(Collection<DepthGradient> entities)
Creates a new instance of DepthGradient and adds
from the passed in
entities collection |
Collection<DepthGradient> |
DepthGradientDaoBase.loadAll()
Loads all entities of type
DepthGradient . |
Collection<DepthGradient> |
DepthGradientDao.loadAll()
Loads all entities of type
DepthGradient . |
Set<DepthGradient> |
DepthGradientDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<DepthGradient> |
DepthGradientDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
DepthGradient.compareTo(DepthGradient o) |
DepthGradient |
DepthGradientDaoBase.create(DepthGradient depthGradient)
Creates an instance of DepthGradient and adds it to the persistent store.
|
DepthGradient |
DepthGradientDao.create(DepthGradient depthGradient)
Creates an instance of DepthGradient and adds it to the persistent store.
|
Object |
DepthGradientDaoBase.create(int transform,
DepthGradient depthGradient)
Does the same thing as
DepthGradientDao.create(DepthGradient) with an
additional flag called transform . |
Object |
DepthGradientDao.create(int transform,
DepthGradient depthGradient)
Does the same thing as
DepthGradientDao.create(DepthGradient) with an
additional flag called transform . |
void |
DepthGradientDaoBase.remove(DepthGradient depthGradient)
Removes the instance of DepthGradient from the persistent store.
|
void |
DepthGradientDao.remove(DepthGradient depthGradient)
Removes the instance of DepthGradient from the persistent store.
|
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 DepthGradientDao , please note
that the DepthGradientDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
DepthGradientDao.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)
Updates the
depthGradient instance in the persistent store. |
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)
Creates a new instance of DepthGradient and adds
from the passed in
entities collection |
Collection<DepthGradient> |
DepthGradientDao.create(Collection<DepthGradient> entities)
Creates a new instance of DepthGradient and adds
from the passed in
entities collection |
Collection<?> |
DepthGradientDaoBase.create(int transform,
Collection<DepthGradient> entities)
Does the same thing as
DepthGradientDao.create(DepthGradient) with an
additional flag called transform . |
Collection<?> |
DepthGradientDao.create(int transform,
Collection<DepthGradient> entities)
Does the same thing as
DepthGradientDao.create(DepthGradient) with an
additional flag called transform . |
void |
DepthGradientDaoBase.remove(Collection<DepthGradient> entities)
Removes all entities in the given
entities collection. |
void |
DepthGradientDao.remove(Collection<DepthGradient> entities)
Removes all entities in the given
entities collection. |
void |
DepthGradientDaoBase.update(Collection<DepthGradient> entities)
Updates all instances in the
entities collection in the persistent store. |
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()
Type de gradient de profondeur de la zone de pêche.
|
Modifier and Type | Method and Description |
---|---|
static RegulationArea |
RegulationArea.Factory.newInstance(Grouping grouping,
Collection<RegulationArea2RegulationLocation> regulationLocations,
DepthGradient depthGradient,
Location location,
Fishery fishery,
NearbySpecificArea nearbySpecificArea,
DistanceToCoastGradient distanceToCoastGradient)
Constructs a new instance of
RegulationArea , taking all possible properties
(except the identifier(s))as arguments. |
void |
RegulationArea.setDepthGradient(DepthGradient depthGradientIn)
Type de gradient de profondeur de la zone de pêche.
|
Copyright © 2012–2014 IFREMER. All rights reserved.