| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.regulation |
| Modifier and Type | Class and Description |
|---|---|
class |
RegulationArea2RegulationLocationImpl |
| Modifier and Type | Method and Description |
|---|---|
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDaoBase.create(Location location,
RegulationArea regulationArea) |
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDao.create(Location location,
RegulationArea regulationArea)
Creates a new
fr.ifremer.adagio.core.dao.referential.regulation.RegulationArea2RegulationLocation
instance from all attributes and
properties and adds it to the persistent store. |
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDaoBase.create(RegulationArea2RegulationLocation regulationArea2RegulationLocation) |
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDao.create(RegulationArea2RegulationLocation regulationArea2RegulationLocation)
Creates an instance of fr.ifremer.adagio.core.dao.referential.regulation.RegulationArea2RegulationLocation and adds it to the persistent store.
|
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDaoBase.load(Location location,
RegulationArea regulationArea) |
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDao.load(Location location,
RegulationArea regulationArea)
Loads an instance of fr.ifremer.adagio.core.dao.referential.regulation.RegulationArea2RegulationLocation from the persistent store.
|
static RegulationArea2RegulationLocation |
RegulationArea2RegulationLocation.Factory.newInstance()
Constructs a new instance of
RegulationArea2RegulationLocation. |
protected RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RegulationArea2RegulationLocation> |
RegulationArea2RegulationLocationDaoBase.create(Collection<RegulationArea2RegulationLocation> entities) |
Collection<RegulationArea2RegulationLocation> |
RegulationArea2RegulationLocationDao.create(Collection<RegulationArea2RegulationLocation> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.regulation.RegulationArea2RegulationLocation and adds
from the passed in
entities collection |
Collection<RegulationArea2RegulationLocation> |
RegulationArea.getRegulationLocation() |
Collection<RegulationArea2RegulationLocation> |
RegulationArea2RegulationLocationDaoBase.loadAll() |
Collection<RegulationArea2RegulationLocation> |
RegulationArea2RegulationLocationDao.loadAll()
Loads all entities of type
RegulationArea2RegulationLocation. |
Set<RegulationArea2RegulationLocation> |
RegulationArea2RegulationLocationDaoBase.search(Search search) |
Set<RegulationArea2RegulationLocation> |
RegulationArea2RegulationLocationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
Object |
RegulationArea2RegulationLocationDaoBase.create(int transform,
RegulationArea2RegulationLocation regulationArea2RegulationLocation) |
Object |
RegulationArea2RegulationLocationDao.create(int transform,
RegulationArea2RegulationLocation regulationArea2RegulationLocation)
Does the same thing as
RegulationArea2RegulationLocationDao.create(fr.ifremer.adagio.core.dao.referential.regulation.RegulationArea2RegulationLocation) with an
additional flag called transform. |
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDaoBase.create(RegulationArea2RegulationLocation regulationArea2RegulationLocation) |
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDao.create(RegulationArea2RegulationLocation regulationArea2RegulationLocation)
Creates an instance of fr.ifremer.adagio.core.dao.referential.regulation.RegulationArea2RegulationLocation and adds it to the persistent store.
|
void |
RegulationArea2RegulationLocationDaoBase.remove(RegulationArea2RegulationLocation regulationArea2RegulationLocation) |
void |
RegulationArea2RegulationLocationDao.remove(RegulationArea2RegulationLocation regulationArea2RegulationLocation)
Removes the instance of fr.ifremer.adagio.core.dao.referential.regulation.RegulationArea2RegulationLocation from the persistent store.
|
protected Object |
RegulationArea2RegulationLocationDaoBase.transformEntity(int transform,
RegulationArea2RegulationLocation 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.RegulationArea2RegulationLocationDao, please note
that the RegulationArea2RegulationLocationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
RegulationArea2RegulationLocationDaoBase.update(RegulationArea2RegulationLocation regulationArea2RegulationLocation) |
void |
RegulationArea2RegulationLocationDao.update(RegulationArea2RegulationLocation regulationArea2RegulationLocation)
Updates the
regulationArea2RegulationLocation instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<RegulationArea2RegulationLocation> |
RegulationArea2RegulationLocationDaoBase.create(Collection<RegulationArea2RegulationLocation> entities) |
Collection<RegulationArea2RegulationLocation> |
RegulationArea2RegulationLocationDao.create(Collection<RegulationArea2RegulationLocation> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.regulation.RegulationArea2RegulationLocation and adds
from the passed in
entities collection |
Collection<?> |
RegulationArea2RegulationLocationDaoBase.create(int transform,
Collection<RegulationArea2RegulationLocation> entities) |
Collection<?> |
RegulationArea2RegulationLocationDao.create(int transform,
Collection<RegulationArea2RegulationLocation> entities)
Does the same thing as
RegulationArea2RegulationLocationDao.create(fr.ifremer.adagio.core.dao.referential.regulation.RegulationArea2RegulationLocation) with an
additional flag called transform. |
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 |
RegulationArea2RegulationLocationDaoBase.remove(Collection<RegulationArea2RegulationLocation> entities) |
void |
RegulationArea2RegulationLocationDao.remove(Collection<RegulationArea2RegulationLocation> entities)
Removes all entities in the given
entities |
void |
RegulationArea.setRegulationLocation(Collection<RegulationArea2RegulationLocation> regulationLocation) |
void |
RegulationArea2RegulationLocationDaoBase.update(Collection<RegulationArea2RegulationLocation> entities) |
void |
RegulationArea2RegulationLocationDao.update(Collection<RegulationArea2RegulationLocation> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.