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)
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. |
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDaoBase.create(RegulationArea2RegulationLocation regulationArea2RegulationLocation)
Creates an instance of RegulationArea2RegulationLocation and adds it to the persistent store.
|
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDao.create(RegulationArea2RegulationLocation regulationArea2RegulationLocation)
Creates an instance of RegulationArea2RegulationLocation and adds it to the persistent store.
|
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDaoBase.get(RegulationArea2RegulationLocationPK regulationArea2RegulationLocationPk)
Gets an instance of RegulationArea2RegulationLocation from the persistent store.
|
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDao.get(RegulationArea2RegulationLocationPK regulationArea2RegulationLocationPk)
Gets an instance of RegulationArea2RegulationLocation from the persistent store.
|
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDaoBase.load(RegulationArea2RegulationLocationPK regulationArea2RegulationLocationPk)
Loads an instance of RegulationArea2RegulationLocation from the persistent store.
|
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDao.load(RegulationArea2RegulationLocationPK regulationArea2RegulationLocationPk)
Loads an instance of RegulationArea2RegulationLocation from the persistent store.
|
static RegulationArea2RegulationLocation |
RegulationArea2RegulationLocation.Factory.newInstance()
Constructs a new instance of
RegulationArea2RegulationLocation . |
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. |
protected RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<RegulationArea2RegulationLocation> |
RegulationArea2RegulationLocationDaoBase.create(Collection<RegulationArea2RegulationLocation> entities)
Creates a new instance of RegulationArea2RegulationLocation and adds
from the passed in
entities collection |
Collection<RegulationArea2RegulationLocation> |
RegulationArea2RegulationLocationDao.create(Collection<RegulationArea2RegulationLocation> entities)
Creates a new instance of RegulationArea2RegulationLocation and adds
from the passed in
entities collection |
Collection<RegulationArea2RegulationLocation> |
RegulationArea.getRegulationLocations() |
Collection<RegulationArea2RegulationLocation> |
RegulationArea2RegulationLocationDaoBase.loadAll()
Loads all entities of type
RegulationArea2RegulationLocation . |
Collection<RegulationArea2RegulationLocation> |
RegulationArea2RegulationLocationDao.loadAll()
Loads all entities of type
RegulationArea2RegulationLocation . |
Set<RegulationArea2RegulationLocation> |
RegulationArea2RegulationLocationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<RegulationArea2RegulationLocation> |
RegulationArea2RegulationLocationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
RegulationArea.addRegulationLocations(RegulationArea2RegulationLocation elementToAdd) |
int |
RegulationArea2RegulationLocation.compareTo(RegulationArea2RegulationLocation o) |
Object |
RegulationArea2RegulationLocationDaoBase.create(int transform,
RegulationArea2RegulationLocation regulationArea2RegulationLocation)
Does the same thing as
RegulationArea2RegulationLocationDao.create(RegulationArea2RegulationLocation) with an
additional flag called transform . |
Object |
RegulationArea2RegulationLocationDao.create(int transform,
RegulationArea2RegulationLocation regulationArea2RegulationLocation)
Does the same thing as
RegulationArea2RegulationLocationDao.create(RegulationArea2RegulationLocation) with an
additional flag called transform . |
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDaoBase.create(RegulationArea2RegulationLocation regulationArea2RegulationLocation)
Creates an instance of RegulationArea2RegulationLocation and adds it to the persistent store.
|
RegulationArea2RegulationLocation |
RegulationArea2RegulationLocationDao.create(RegulationArea2RegulationLocation regulationArea2RegulationLocation)
Creates an instance of RegulationArea2RegulationLocation and adds it to the persistent store.
|
void |
RegulationArea2RegulationLocationDaoBase.remove(RegulationArea2RegulationLocation regulationArea2RegulationLocation)
Removes the instance of RegulationArea2RegulationLocation from the persistent store.
|
void |
RegulationArea2RegulationLocationDao.remove(RegulationArea2RegulationLocation regulationArea2RegulationLocation)
Removes the instance of RegulationArea2RegulationLocation from the persistent store.
|
boolean |
RegulationArea.removeRegulationLocations(RegulationArea2RegulationLocation elementToRemove) |
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 RegulationArea2RegulationLocationDao , please note
that the RegulationArea2RegulationLocationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
RegulationArea2RegulationLocationDao.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 RegulationArea2RegulationLocationDao , please note
that the RegulationArea2RegulationLocationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
RegulationArea2RegulationLocationDaoBase.update(RegulationArea2RegulationLocation regulationArea2RegulationLocation)
Updates the
regulationArea2RegulationLocation instance in the persistent store. |
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)
Creates a new instance of RegulationArea2RegulationLocation and adds
from the passed in
entities collection |
Collection<RegulationArea2RegulationLocation> |
RegulationArea2RegulationLocationDao.create(Collection<RegulationArea2RegulationLocation> entities)
Creates a new instance of RegulationArea2RegulationLocation and adds
from the passed in
entities collection |
Collection<?> |
RegulationArea2RegulationLocationDaoBase.create(int transform,
Collection<RegulationArea2RegulationLocation> entities)
Does the same thing as
RegulationArea2RegulationLocationDao.create(RegulationArea2RegulationLocation) with an
additional flag called transform . |
Collection<?> |
RegulationArea2RegulationLocationDao.create(int transform,
Collection<RegulationArea2RegulationLocation> entities)
Does the same thing as
RegulationArea2RegulationLocationDao.create(RegulationArea2RegulationLocation) with an
additional flag called transform . |
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 |
RegulationArea2RegulationLocationDaoBase.remove(Collection<RegulationArea2RegulationLocation> entities)
Removes all entities in the given
entities collection. |
void |
RegulationArea2RegulationLocationDao.remove(Collection<RegulationArea2RegulationLocation> entities)
Removes all entities in the given
entities collection. |
void |
RegulationArea.setRegulationLocations(Collection<RegulationArea2RegulationLocation> regulationLocationsIn) |
void |
RegulationArea2RegulationLocationDaoBase.update(Collection<RegulationArea2RegulationLocation> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
RegulationArea2RegulationLocationDao.update(Collection<RegulationArea2RegulationLocation> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.