Package | Description |
---|---|
fr.ifremer.adagio.core.dao.referential.regulation |
Modifier and Type | Class and Description |
---|---|
class |
RegulationAreaImpl |
Modifier and Type | Method and Description |
---|---|
RegulationArea |
RegulationAreaDaoBase.create(Fishery fishery)
Creates a new
RegulationArea
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
RegulationArea |
RegulationAreaDao.create(Fishery fishery)
Creates a new
RegulationArea
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
RegulationArea |
RegulationAreaDaoBase.create(RegulationArea regulationArea)
Creates an instance of RegulationArea and adds it to the persistent store.
|
RegulationArea |
RegulationAreaDao.create(RegulationArea regulationArea)
Creates an instance of RegulationArea and adds it to the persistent store.
|
RegulationArea |
RegulationAreaDaoBase.get(Integer id)
Gets an instance of RegulationArea from the persistent store.
|
RegulationArea |
RegulationAreaDao.get(Integer id)
Gets an instance of RegulationArea from the persistent store.
|
RegulationArea |
RegulationArea2RegulationLocation.getRegulationArea() |
RegulationArea |
RegulationAreaDaoBase.load(Integer id)
Loads an instance of RegulationArea from the persistent store.
|
RegulationArea |
RegulationAreaDao.load(Integer id)
Loads an instance of RegulationArea from the persistent store.
|
static RegulationArea |
RegulationArea.Factory.newInstance()
Constructs a new instance of
RegulationArea . |
static RegulationArea |
RegulationArea.Factory.newInstance(Fishery fishery)
Constructs a new instance of
RegulationArea , taking all required and/or
read-only properties as arguments, except for identifiers. |
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. |
protected RegulationArea |
RegulationAreaDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<RegulationArea> |
RegulationAreaDaoBase.create(Collection<RegulationArea> entities)
Creates a new instance of RegulationArea and adds
from the passed in
entities collection |
Collection<RegulationArea> |
RegulationAreaDao.create(Collection<RegulationArea> entities)
Creates a new instance of RegulationArea and adds
from the passed in
entities collection |
Collection<RegulationArea> |
Fishery.getRegulationAreas()
Zone de peche à laquelle la pecherie est rattachée
|
Collection<RegulationArea> |
RegulationAreaDaoBase.loadAll()
Loads all entities of type
RegulationArea . |
Collection<RegulationArea> |
RegulationAreaDao.loadAll()
Loads all entities of type
RegulationArea . |
Set<RegulationArea> |
RegulationAreaDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<RegulationArea> |
RegulationAreaDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
Fishery.addRegulationAreas(RegulationArea elementToAdd)
Zone de peche à laquelle la pecherie est rattachée
|
int |
RegulationArea.compareTo(RegulationArea o) |
Object |
RegulationArea2RegulationLocationDaoBase.create(int transform,
Location location,
RegulationArea regulationArea)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
RegulationArea2RegulationLocationDao.create(int transform,
Location location,
RegulationArea regulationArea)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
RegulationAreaDaoBase.create(int transform,
RegulationArea regulationArea)
Does the same thing as
RegulationAreaDao.create(RegulationArea) with an
additional flag called transform . |
Object |
RegulationAreaDao.create(int transform,
RegulationArea regulationArea)
Does the same thing as
RegulationAreaDao.create(RegulationArea) with an
additional flag called transform . |
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDaoBase.create(Location location,
RegulationArea regulationArea)
Creates a new
RegulationArea2RegulationLocation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDao.create(Location location,
RegulationArea regulationArea)
Creates a new
RegulationArea2RegulationLocation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
RegulationArea |
RegulationAreaDaoBase.create(RegulationArea regulationArea)
Creates an instance of RegulationArea and adds it to the persistent store.
|
RegulationArea |
RegulationAreaDao.create(RegulationArea regulationArea)
Creates an instance of RegulationArea and adds it to the persistent store.
|
static RegulationArea2RegulationLocation |
RegulationArea2RegulationLocation.Factory.newInstance(Location location,
RegulationArea regulationArea)
Constructs a new instance of
RegulationArea2RegulationLocation , taking all possible properties
(except the identifier(s))as arguments. |
void |
RegulationAreaDaoBase.remove(RegulationArea regulationArea)
Removes the instance of RegulationArea from the persistent store.
|
void |
RegulationAreaDao.remove(RegulationArea regulationArea)
Removes the instance of RegulationArea from the persistent store.
|
boolean |
Fishery.removeRegulationAreas(RegulationArea elementToRemove)
Zone de peche à laquelle la pecherie est rattachée
|
void |
RegulationArea2RegulationLocation.setRegulationArea(RegulationArea regulationAreaIn) |
Object |
RegulationAreaDaoBase.transformEntity(int transform,
RegulationArea 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 RegulationAreaDao , please note
that the RegulationAreaDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
RegulationAreaDao.transformEntity(int transform,
RegulationArea 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.regulation.RegulationAreaDao , please note
that the RegulationAreaDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
RegulationAreaDaoBase.update(RegulationArea regulationArea)
Updates the
regulationArea instance in the persistent store. |
void |
RegulationAreaDao.update(RegulationArea regulationArea)
Updates the
regulationArea instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<RegulationArea> |
RegulationAreaDaoBase.create(Collection<RegulationArea> entities)
Creates a new instance of RegulationArea and adds
from the passed in
entities collection |
Collection<RegulationArea> |
RegulationAreaDao.create(Collection<RegulationArea> entities)
Creates a new instance of RegulationArea and adds
from the passed in
entities collection |
Collection<?> |
RegulationAreaDaoBase.create(int transform,
Collection<RegulationArea> entities)
Does the same thing as
RegulationAreaDao.create(RegulationArea) with an
additional flag called transform . |
Collection<?> |
RegulationAreaDao.create(int transform,
Collection<RegulationArea> entities)
Does the same thing as
RegulationAreaDao.create(RegulationArea) with an
additional flag called transform . |
Object |
FisheryDaoBase.create(int transform,
String label,
String name,
Collection<RegulationArea> regulationAreas,
Timestamp updateDate)
Does the same thing as
#create(String, String, Timestamp) with an
additional flag called transform . |
Object |
FisheryDao.create(int transform,
String label,
String name,
Collection<RegulationArea> regulationAreas,
Timestamp updateDate)
Does the same thing as
#create(String, String, Timestamp) with an
additional flag called transform . |
Fishery |
FisheryDaoBase.create(String label,
String name,
Collection<RegulationArea> regulationAreas,
Timestamp updateDate)
Creates a new
Fishery
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fishery |
FisheryDao.create(String label,
String name,
Collection<RegulationArea> regulationAreas,
Timestamp updateDate)
Creates a new
Fishery
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static Fishery |
Fishery.Factory.newInstance(String label,
String name,
String description,
Timestamp updateDate,
String comments,
Collection<Fishery2TaxonGroup> fishery2TaxonGroups,
Collection<Fishery2Grouping> fishery2Groupings,
Collection<Corpus> corpuses,
Collection<RegulationArea> regulationAreas,
Collection<Fishery2Gear> fishery2Gears,
Collection<Fishery2Metier> fishery2Metiers)
Constructs a new instance of
Fishery , taking all possible properties
(except the identifier(s))as arguments. |
static Fishery |
Fishery.Factory.newInstance(String label,
String name,
Timestamp updateDate,
Collection<RegulationArea> regulationAreas)
Constructs a new instance of
Fishery , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
RegulationAreaDaoBase.remove(Collection<RegulationArea> entities)
Removes all entities in the given
entities collection. |
void |
RegulationAreaDao.remove(Collection<RegulationArea> entities)
Removes all entities in the given
entities collection. |
void |
Fishery.setRegulationAreas(Collection<RegulationArea> regulationAreasIn)
Zone de peche à laquelle la pecherie est rattachée
|
void |
RegulationAreaDaoBase.update(Collection<RegulationArea> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
RegulationAreaDao.update(Collection<RegulationArea> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.