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 |
---|---|
NearbySpecificArea |
FishingArea.getNearbySpecificArea()
Type de zone de proximité particulière.
|
Modifier and Type | Method and Description |
---|---|
static FishingArea |
FishingArea.Factory.newInstance(Integer remoteId,
Sale sale,
Collection<FishingArea2RegulationLocation> regulationLocations,
Sample sample,
DepthGradient depthGradient,
Location location,
DistanceToCoastGradient distanceToCoastGradient,
NearbySpecificArea nearbySpecificArea,
Produce produce,
VesselUseFeatures vesselUseFeatures,
GearUseFeatures gearUseFeatures)
Constructs a new instance of
FishingArea , taking all possible properties
(except the identifier(s))as arguments. |
void |
FishingArea.setNearbySpecificArea(NearbySpecificArea nearbySpecificAreaIn)
Type de zone de proximité particulière.
|
Modifier and Type | Class and Description |
---|---|
class |
NearbySpecificAreaImpl |
Modifier and Type | Method and Description |
---|---|
NearbySpecificArea |
NearbySpecificAreaDaoBase.create(NearbySpecificArea nearbySpecificArea)
Creates an instance of NearbySpecificArea and adds it to the persistent store.
|
NearbySpecificArea |
NearbySpecificAreaDao.create(NearbySpecificArea nearbySpecificArea)
Creates an instance of NearbySpecificArea and adds it to the persistent store.
|
NearbySpecificArea |
NearbySpecificAreaDaoBase.create(String description,
String name,
Status status)
Creates a new
NearbySpecificArea
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
NearbySpecificArea |
NearbySpecificAreaDao.create(String description,
String name,
Status status)
Creates a new
NearbySpecificArea
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
NearbySpecificArea |
NearbySpecificAreaDaoBase.create(String name,
String description,
Timestamp updateDate)
Creates a new
NearbySpecificArea
instance from all attributes and adds it to
the persistent store. |
NearbySpecificArea |
NearbySpecificAreaDao.create(String name,
String description,
Timestamp updateDate)
Creates a new
NearbySpecificArea
instance from all attributes and adds it to
the persistent store. |
NearbySpecificArea |
NearbySpecificAreaDaoBase.get(Integer id)
Gets an instance of NearbySpecificArea from the persistent store.
|
NearbySpecificArea |
NearbySpecificAreaDao.get(Integer id)
Gets an instance of NearbySpecificArea from the persistent store.
|
NearbySpecificArea |
NearbySpecificAreaDaoBase.load(Integer id)
Loads an instance of NearbySpecificArea from the persistent store.
|
NearbySpecificArea |
NearbySpecificAreaDao.load(Integer id)
Loads an instance of NearbySpecificArea from the persistent store.
|
static NearbySpecificArea |
NearbySpecificArea.Factory.newInstance()
Constructs a new instance of
NearbySpecificArea . |
static NearbySpecificArea |
NearbySpecificArea.Factory.newInstance(String name,
String description,
Status status)
Constructs a new instance of
NearbySpecificArea , taking all required and/or
read-only properties as arguments, except for identifiers. |
static NearbySpecificArea |
NearbySpecificArea.Factory.newInstance(String name,
String description,
Timestamp updateDate,
Status status)
Constructs a new instance of
NearbySpecificArea , taking all possible properties
(except the identifier(s))as arguments. |
protected NearbySpecificArea |
NearbySpecificAreaDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<NearbySpecificArea> |
NearbySpecificAreaDaoBase.create(Collection<NearbySpecificArea> entities)
Creates a new instance of NearbySpecificArea and adds
from the passed in
entities collection |
Collection<NearbySpecificArea> |
NearbySpecificAreaDao.create(Collection<NearbySpecificArea> entities)
Creates a new instance of NearbySpecificArea and adds
from the passed in
entities collection |
Collection<NearbySpecificArea> |
NearbySpecificAreaDaoBase.loadAll()
Loads all entities of type
NearbySpecificArea . |
Collection<NearbySpecificArea> |
NearbySpecificAreaDao.loadAll()
Loads all entities of type
NearbySpecificArea . |
Set<NearbySpecificArea> |
NearbySpecificAreaDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<NearbySpecificArea> |
NearbySpecificAreaDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
NearbySpecificArea.compareTo(NearbySpecificArea o) |
Object |
NearbySpecificAreaDaoBase.create(int transform,
NearbySpecificArea nearbySpecificArea)
Does the same thing as
NearbySpecificAreaDao.create(NearbySpecificArea) with an
additional flag called transform . |
Object |
NearbySpecificAreaDao.create(int transform,
NearbySpecificArea nearbySpecificArea)
Does the same thing as
NearbySpecificAreaDao.create(NearbySpecificArea) with an
additional flag called transform . |
NearbySpecificArea |
NearbySpecificAreaDaoBase.create(NearbySpecificArea nearbySpecificArea)
Creates an instance of NearbySpecificArea and adds it to the persistent store.
|
NearbySpecificArea |
NearbySpecificAreaDao.create(NearbySpecificArea nearbySpecificArea)
Creates an instance of NearbySpecificArea and adds it to the persistent store.
|
void |
NearbySpecificAreaDaoBase.remove(NearbySpecificArea nearbySpecificArea)
Removes the instance of NearbySpecificArea from the persistent store.
|
void |
NearbySpecificAreaDao.remove(NearbySpecificArea nearbySpecificArea)
Removes the instance of NearbySpecificArea from the persistent store.
|
Object |
NearbySpecificAreaDaoBase.transformEntity(int transform,
NearbySpecificArea 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 NearbySpecificAreaDao , please note
that the NearbySpecificAreaDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
NearbySpecificAreaDao.transformEntity(int transform,
NearbySpecificArea 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.NearbySpecificAreaDao , please note
that the NearbySpecificAreaDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
NearbySpecificAreaDaoBase.update(NearbySpecificArea nearbySpecificArea)
Updates the
nearbySpecificArea instance in the persistent store. |
void |
NearbySpecificAreaDao.update(NearbySpecificArea nearbySpecificArea)
Updates the
nearbySpecificArea instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<NearbySpecificArea> |
NearbySpecificAreaDaoBase.create(Collection<NearbySpecificArea> entities)
Creates a new instance of NearbySpecificArea and adds
from the passed in
entities collection |
Collection<NearbySpecificArea> |
NearbySpecificAreaDao.create(Collection<NearbySpecificArea> entities)
Creates a new instance of NearbySpecificArea and adds
from the passed in
entities collection |
Collection<?> |
NearbySpecificAreaDaoBase.create(int transform,
Collection<NearbySpecificArea> entities)
Does the same thing as
NearbySpecificAreaDao.create(NearbySpecificArea) with an
additional flag called transform . |
Collection<?> |
NearbySpecificAreaDao.create(int transform,
Collection<NearbySpecificArea> entities)
Does the same thing as
NearbySpecificAreaDao.create(NearbySpecificArea) with an
additional flag called transform . |
void |
NearbySpecificAreaDaoBase.remove(Collection<NearbySpecificArea> entities)
Removes all entities in the given
entities collection. |
void |
NearbySpecificAreaDao.remove(Collection<NearbySpecificArea> entities)
Removes all entities in the given
entities collection. |
void |
NearbySpecificAreaDaoBase.update(Collection<NearbySpecificArea> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
NearbySpecificAreaDao.update(Collection<NearbySpecificArea> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
NearbySpecificArea |
RegulationArea.getNearbySpecificArea()
Type de zone de proximité particulière.
|
Modifier and Type | Method and Description |
---|---|
static RegulationArea |
RegulationArea.Factory.newInstance(Grouping grouping,
Collection<RegulationArea2RegulationLocation> regulationLocations,
DistanceToCoastGradient distanceToCoastGradient,
Fishery fishery,
NearbySpecificArea nearbySpecificArea,
DepthGradient depthGradient,
Location location)
Constructs a new instance of
RegulationArea , taking all possible properties
(except the identifier(s))as arguments. |
void |
RegulationArea.setNearbySpecificArea(NearbySpecificArea nearbySpecificAreaIn)
Type de zone de proximité particulière.
|
Copyright © 2012–2014 IFREMER. All rights reserved.