Package | Description |
---|---|
fr.ifremer.adagio.core.dao.data.fishingArea |
Modifier and Type | Class and Description |
---|---|
class |
FishingArea2ManagedLocationImpl |
Modifier and Type | Method and Description |
---|---|
FishingArea2ManagedLocation |
FishingArea2ManagedLocationDaoBase.create(FishingArea2ManagedLocation fishingArea2ManagedLocation)
Creates an instance of FishingArea2ManagedLocation and adds it to the persistent store.
|
FishingArea2ManagedLocation |
FishingArea2ManagedLocationDao.create(FishingArea2ManagedLocation fishingArea2ManagedLocation)
Creates an instance of FishingArea2ManagedLocation and adds it to the persistent store.
|
FishingArea2ManagedLocation |
FishingArea2ManagedLocationDaoBase.create(FishingArea fishingArea,
Location location)
Creates a new
FishingArea2ManagedLocation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingArea2ManagedLocation |
FishingArea2ManagedLocationDao.create(FishingArea fishingArea,
Location location)
Creates a new
FishingArea2ManagedLocation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingArea2ManagedLocation |
FishingArea2ManagedLocationDaoBase.get(FishingArea2ManagedLocationPK fishingArea2ManagedLocationPk)
Gets an instance of FishingArea2ManagedLocation from the persistent store.
|
FishingArea2ManagedLocation |
FishingArea2ManagedLocationDao.get(FishingArea2ManagedLocationPK fishingArea2ManagedLocationPk)
Gets an instance of FishingArea2ManagedLocation from the persistent store.
|
FishingArea2ManagedLocation |
FishingArea2ManagedLocationDaoBase.load(FishingArea2ManagedLocationPK fishingArea2ManagedLocationPk)
Loads an instance of FishingArea2ManagedLocation from the persistent store.
|
FishingArea2ManagedLocation |
FishingArea2ManagedLocationDao.load(FishingArea2ManagedLocationPK fishingArea2ManagedLocationPk)
Loads an instance of FishingArea2ManagedLocation from the persistent store.
|
static FishingArea2ManagedLocation |
FishingArea2ManagedLocation.Factory.newInstance()
Constructs a new instance of
FishingArea2ManagedLocation . |
static FishingArea2ManagedLocation |
FishingArea2ManagedLocation.Factory.newInstance(Location location,
FishingArea fishingArea)
Constructs a new instance of
FishingArea2ManagedLocation , taking all possible properties
(except the identifier(s))as arguments. |
protected FishingArea2ManagedLocation |
FishingArea2ManagedLocationDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<FishingArea2ManagedLocation> |
FishingArea2ManagedLocationDaoBase.create(Collection<FishingArea2ManagedLocation> entities)
Creates a new instance of FishingArea2ManagedLocation and adds
from the passed in
entities collection |
Collection<FishingArea2ManagedLocation> |
FishingArea2ManagedLocationDao.create(Collection<FishingArea2ManagedLocation> entities)
Creates a new instance of FishingArea2ManagedLocation and adds
from the passed in
entities collection |
Collection<FishingArea2ManagedLocation> |
FishingArea.getFishingArea2ManagedLocations() |
Collection<FishingArea2ManagedLocation> |
FishingArea2ManagedLocationDaoBase.loadAll()
Loads all entities of type
FishingArea2ManagedLocation . |
Collection<FishingArea2ManagedLocation> |
FishingArea2ManagedLocationDao.loadAll()
Loads all entities of type
FishingArea2ManagedLocation . |
Set<FishingArea2ManagedLocation> |
FishingArea2ManagedLocationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<FishingArea2ManagedLocation> |
FishingArea2ManagedLocationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
FishingArea.addFishingArea2ManagedLocations(FishingArea2ManagedLocation elementToAdd) |
int |
FishingArea2ManagedLocation.compareTo(FishingArea2ManagedLocation o) |
FishingArea2ManagedLocation |
FishingArea2ManagedLocationDaoBase.create(FishingArea2ManagedLocation fishingArea2ManagedLocation)
Creates an instance of FishingArea2ManagedLocation and adds it to the persistent store.
|
FishingArea2ManagedLocation |
FishingArea2ManagedLocationDao.create(FishingArea2ManagedLocation fishingArea2ManagedLocation)
Creates an instance of FishingArea2ManagedLocation and adds it to the persistent store.
|
Object |
FishingArea2ManagedLocationDaoBase.create(int transform,
FishingArea2ManagedLocation fishingArea2ManagedLocation)
Does the same thing as
FishingArea2ManagedLocationDao.create(FishingArea2ManagedLocation) with an
additional flag called transform . |
Object |
FishingArea2ManagedLocationDao.create(int transform,
FishingArea2ManagedLocation fishingArea2ManagedLocation)
Does the same thing as
FishingArea2ManagedLocationDao.create(FishingArea2ManagedLocation) with an
additional flag called transform . |
void |
FishingArea2ManagedLocationDaoBase.remove(FishingArea2ManagedLocation fishingArea2ManagedLocation)
Removes the instance of FishingArea2ManagedLocation from the persistent store.
|
void |
FishingArea2ManagedLocationDao.remove(FishingArea2ManagedLocation fishingArea2ManagedLocation)
Removes the instance of FishingArea2ManagedLocation from the persistent store.
|
boolean |
FishingArea.removeFishingArea2ManagedLocations(FishingArea2ManagedLocation elementToRemove) |
Object |
FishingArea2ManagedLocationDaoBase.transformEntity(int transform,
FishingArea2ManagedLocation 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 FishingArea2ManagedLocationDao , please note
that the FishingArea2ManagedLocationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
FishingArea2ManagedLocationDao.transformEntity(int transform,
FishingArea2ManagedLocation 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 FishingArea2ManagedLocationDao , please note
that the FishingArea2ManagedLocationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
FishingArea2ManagedLocationDaoBase.update(FishingArea2ManagedLocation fishingArea2ManagedLocation)
Updates the
fishingArea2ManagedLocation instance in the persistent store. |
void |
FishingArea2ManagedLocationDao.update(FishingArea2ManagedLocation fishingArea2ManagedLocation)
Updates the
fishingArea2ManagedLocation instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<FishingArea2ManagedLocation> |
FishingArea2ManagedLocationDaoBase.create(Collection<FishingArea2ManagedLocation> entities)
Creates a new instance of FishingArea2ManagedLocation and adds
from the passed in
entities collection |
Collection<FishingArea2ManagedLocation> |
FishingArea2ManagedLocationDao.create(Collection<FishingArea2ManagedLocation> entities)
Creates a new instance of FishingArea2ManagedLocation and adds
from the passed in
entities collection |
Collection<?> |
FishingArea2ManagedLocationDaoBase.create(int transform,
Collection<FishingArea2ManagedLocation> entities)
Does the same thing as
FishingArea2ManagedLocationDao.create(FishingArea2ManagedLocation) with an
additional flag called transform . |
Collection<?> |
FishingArea2ManagedLocationDao.create(int transform,
Collection<FishingArea2ManagedLocation> entities)
Does the same thing as
FishingArea2ManagedLocationDao.create(FishingArea2ManagedLocation) 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 |
FishingArea2ManagedLocationDaoBase.remove(Collection<FishingArea2ManagedLocation> entities)
Removes all entities in the given
entities collection. |
void |
FishingArea2ManagedLocationDao.remove(Collection<FishingArea2ManagedLocation> entities)
Removes all entities in the given
entities collection. |
void |
FishingArea.setFishingArea2ManagedLocations(Collection<FishingArea2ManagedLocation> fishingArea2ManagedLocationsIn) |
void |
FishingArea2ManagedLocationDaoBase.update(Collection<FishingArea2ManagedLocation> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
FishingArea2ManagedLocationDao.update(Collection<FishingArea2ManagedLocation> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.