Package | Description |
---|---|
fr.ifremer.adagio.core.dao.data.fishingArea |
Modifier and Type | Class and Description |
---|---|
class |
FishingArea2RegulationLocationImpl |
Modifier and Type | Method and Description |
---|---|
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDaoBase.create(FishingArea2RegulationLocation fishingArea2RegulationLocation)
Creates an instance of FishingArea2RegulationLocation and adds it to the persistent store.
|
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDao.create(FishingArea2RegulationLocation fishingArea2RegulationLocation)
Creates an instance of FishingArea2RegulationLocation and adds it to the persistent store.
|
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDaoBase.create(FishingArea fishingArea,
Location location)
Creates a new
FishingArea2RegulationLocation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDao.create(FishingArea fishingArea,
Location location)
Creates a new
FishingArea2RegulationLocation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDaoBase.get(FishingArea2RegulationLocationPK fishingArea2RegulationLocationPk)
Gets an instance of FishingArea2RegulationLocation from the persistent store.
|
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDao.get(FishingArea2RegulationLocationPK fishingArea2RegulationLocationPk)
Gets an instance of FishingArea2RegulationLocation from the persistent store.
|
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDaoBase.load(FishingArea2RegulationLocationPK fishingArea2RegulationLocationPk)
Loads an instance of FishingArea2RegulationLocation from the persistent store.
|
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDao.load(FishingArea2RegulationLocationPK fishingArea2RegulationLocationPk)
Loads an instance of FishingArea2RegulationLocation from the persistent store.
|
static FishingArea2RegulationLocation |
FishingArea2RegulationLocation.Factory.newInstance()
Constructs a new instance of
FishingArea2RegulationLocation . |
static FishingArea2RegulationLocation |
FishingArea2RegulationLocation.Factory.newInstance(FishingArea fishingArea,
Location location)
Constructs a new instance of
FishingArea2RegulationLocation , taking all possible properties
(except the identifier(s))as arguments. |
protected FishingArea2RegulationLocation |
FishingArea2RegulationLocationDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<FishingArea2RegulationLocation> |
FishingArea2RegulationLocationDaoBase.create(Collection<FishingArea2RegulationLocation> entities)
Creates a new instance of FishingArea2RegulationLocation and adds
from the passed in
entities collection |
Collection<FishingArea2RegulationLocation> |
FishingArea2RegulationLocationDao.create(Collection<FishingArea2RegulationLocation> entities)
Creates a new instance of FishingArea2RegulationLocation and adds
from the passed in
entities collection |
Collection<FishingArea2RegulationLocation> |
FishingArea.getRegulationLocations()
Zones réglementaires particulières (ex : ZEE, zone d'effort, etc.)
|
Collection<FishingArea2RegulationLocation> |
FishingArea2RegulationLocationDaoBase.loadAll()
Loads all entities of type
FishingArea2RegulationLocation . |
Collection<FishingArea2RegulationLocation> |
FishingArea2RegulationLocationDao.loadAll()
Loads all entities of type
FishingArea2RegulationLocation . |
Set<FishingArea2RegulationLocation> |
FishingArea2RegulationLocationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<FishingArea2RegulationLocation> |
FishingArea2RegulationLocationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
FishingArea.addRegulationLocations(FishingArea2RegulationLocation elementToAdd)
Zones réglementaires particulières (ex : ZEE, zone d'effort, etc.)
|
int |
FishingArea2RegulationLocation.compareTo(FishingArea2RegulationLocation o) |
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDaoBase.create(FishingArea2RegulationLocation fishingArea2RegulationLocation)
Creates an instance of FishingArea2RegulationLocation and adds it to the persistent store.
|
FishingArea2RegulationLocation |
FishingArea2RegulationLocationDao.create(FishingArea2RegulationLocation fishingArea2RegulationLocation)
Creates an instance of FishingArea2RegulationLocation and adds it to the persistent store.
|
Object |
FishingArea2RegulationLocationDaoBase.create(int transform,
FishingArea2RegulationLocation fishingArea2RegulationLocation)
Does the same thing as
FishingArea2RegulationLocationDao.create(FishingArea2RegulationLocation) with an
additional flag called transform . |
Object |
FishingArea2RegulationLocationDao.create(int transform,
FishingArea2RegulationLocation fishingArea2RegulationLocation)
Does the same thing as
FishingArea2RegulationLocationDao.create(FishingArea2RegulationLocation) with an
additional flag called transform . |
void |
FishingArea2RegulationLocationDaoBase.remove(FishingArea2RegulationLocation fishingArea2RegulationLocation)
Removes the instance of FishingArea2RegulationLocation from the persistent store.
|
void |
FishingArea2RegulationLocationDao.remove(FishingArea2RegulationLocation fishingArea2RegulationLocation)
Removes the instance of FishingArea2RegulationLocation from the persistent store.
|
boolean |
FishingArea.removeRegulationLocations(FishingArea2RegulationLocation elementToRemove)
Zones réglementaires particulières (ex : ZEE, zone d'effort, etc.)
|
Object |
FishingArea2RegulationLocationDaoBase.transformEntity(int transform,
FishingArea2RegulationLocation 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 FishingArea2RegulationLocationDao , please note
that the FishingArea2RegulationLocationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
FishingArea2RegulationLocationDao.transformEntity(int transform,
FishingArea2RegulationLocation 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 FishingArea2RegulationLocationDao , please note
that the FishingArea2RegulationLocationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
FishingArea2RegulationLocationDaoBase.update(FishingArea2RegulationLocation fishingArea2RegulationLocation)
Updates the
fishingArea2RegulationLocation instance in the persistent store. |
void |
FishingArea2RegulationLocationDao.update(FishingArea2RegulationLocation fishingArea2RegulationLocation)
Updates the
fishingArea2RegulationLocation instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<FishingArea2RegulationLocation> |
FishingArea2RegulationLocationDaoBase.create(Collection<FishingArea2RegulationLocation> entities)
Creates a new instance of FishingArea2RegulationLocation and adds
from the passed in
entities collection |
Collection<FishingArea2RegulationLocation> |
FishingArea2RegulationLocationDao.create(Collection<FishingArea2RegulationLocation> entities)
Creates a new instance of FishingArea2RegulationLocation and adds
from the passed in
entities collection |
Collection<?> |
FishingArea2RegulationLocationDaoBase.create(int transform,
Collection<FishingArea2RegulationLocation> entities)
Does the same thing as
FishingArea2RegulationLocationDao.create(FishingArea2RegulationLocation) with an
additional flag called transform . |
Collection<?> |
FishingArea2RegulationLocationDao.create(int transform,
Collection<FishingArea2RegulationLocation> entities)
Does the same thing as
FishingArea2RegulationLocationDao.create(FishingArea2RegulationLocation) with an
additional flag called transform . |
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 |
FishingArea2RegulationLocationDaoBase.remove(Collection<FishingArea2RegulationLocation> entities)
Removes all entities in the given
entities collection. |
void |
FishingArea2RegulationLocationDao.remove(Collection<FishingArea2RegulationLocation> entities)
Removes all entities in the given
entities collection. |
void |
FishingArea.setRegulationLocations(Collection<FishingArea2RegulationLocation> regulationLocationsIn)
Zones réglementaires particulières (ex : ZEE, zone d'effort, etc.)
|
void |
FishingArea2RegulationLocationDaoBase.update(Collection<FishingArea2RegulationLocation> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
FishingArea2RegulationLocationDao.update(Collection<FishingArea2RegulationLocation> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.