| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.regulation |
| Modifier and Type | Class and Description |
|---|---|
class |
FisheryImpl |
| Modifier and Type | Method and Description |
|---|---|
Fishery |
FisheryDaoBase.create(Fishery fishery) |
Fishery |
FisheryDao.create(Fishery fishery)
Creates an instance of fr.ifremer.adagio.core.dao.referential.regulation.Fishery and adds it to the persistent store.
|
Fishery |
FisheryDaoBase.create(String name) |
Fishery |
FisheryDao.create(String name)
Creates a new
fr.ifremer.adagio.core.dao.referential.regulation.Fishery
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fishery |
FisheryDaoBase.create(String name,
Timestamp updateDate,
RegulationArea regulationArea,
Collection<Corpus> corpus,
Gear gear,
TaxonGroup taxonGroup) |
Fishery |
FisheryDao.create(String name,
Timestamp updateDate,
RegulationArea regulationArea,
Collection<Corpus> corpus,
Gear gear,
TaxonGroup taxonGroup)
Creates a new
fr.ifremer.adagio.core.dao.referential.regulation.Fishery
instance from all attributes and
properties and adds it to the persistent store. |
Fishery |
RegulationArea.getFishery() |
Fishery |
FisheryDaoBase.load(Integer id) |
Fishery |
FisheryDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.regulation.Fishery from the persistent store.
|
static Fishery |
Fishery.Factory.newInstance()
Constructs a new instance of
Fishery. |
static Fishery |
Fishery.Factory.newInstance(String name)
Constructs a new instance of
Fishery, taking all required and/or
read-only properties as arguments. |
static Fishery |
Fishery.Factory.newInstance(String name,
Timestamp updateDate,
RegulationArea regulationArea,
Collection<Corpus> corpus,
Gear gear,
TaxonGroup taxonGroup)
Constructs a new instance of
Fishery, taking all possible properties
(except the identifier(s))as arguments. |
protected Fishery |
FisheryDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Fishery> |
FisheryDaoBase.create(Collection<Fishery> entities) |
Collection<Fishery> |
FisheryDao.create(Collection<Fishery> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.regulation.Fishery and adds
from the passed in
entities collection |
Collection<Fishery> |
RightToProduce.getFisheries() |
Collection<Fishery> |
Corpus.getFisheries() |
Collection<Fishery> |
FisheryDaoBase.loadAll() |
Collection<Fishery> |
FisheryDao.loadAll()
Loads all entities of type
Fishery. |
Set<Fishery> |
FisheryDaoBase.search(Search search) |
Set<Fishery> |
FisheryDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
Fishery |
FisheryDaoBase.create(Fishery fishery) |
Fishery |
FisheryDao.create(Fishery fishery)
Creates an instance of fr.ifremer.adagio.core.dao.referential.regulation.Fishery and adds it to the persistent store.
|
Object |
FisheryDaoBase.create(int transform,
Fishery fishery) |
Object |
FisheryDao.create(int transform,
Fishery fishery)
Does the same thing as
FisheryDao.create(fr.ifremer.adagio.core.dao.referential.regulation.Fishery) 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 |
FisheryDaoBase.remove(Fishery fishery) |
void |
FisheryDao.remove(Fishery fishery)
Removes the instance of fr.ifremer.adagio.core.dao.referential.regulation.Fishery from the persistent store.
|
void |
RegulationArea.setFishery(Fishery fishery) |
protected Object |
FisheryDaoBase.transformEntity(int transform,
Fishery 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.FisheryDao, please note
that the FisheryDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
FisheryDaoBase.update(Fishery fishery) |
void |
FisheryDao.update(Fishery fishery)
Updates the
fishery instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Fishery> |
FisheryDaoBase.create(Collection<Fishery> entities) |
Collection<Fishery> |
FisheryDao.create(Collection<Fishery> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.regulation.Fishery and adds
from the passed in
entities collection |
Corpus |
CorpusDaoBase.create(CorpusType corpusType,
Collection<Fishery> fisheries,
String name,
Date startDate) |
Corpus |
CorpusDao.create(CorpusType corpusType,
Collection<Fishery> fisheries,
String name,
Date startDate)
Creates a new
fr.ifremer.adagio.core.dao.referential.regulation.Corpus
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
RightToProduce |
RightToProduceDaoBase.create(Date startDate,
Date endDate,
String reference,
Timestamp updateDate,
Corpus corpus,
Collection<Fishery> fisheries,
Collection<VesselOwner> vesselOwners,
Collection<Vessel> vessels) |
RightToProduce |
RightToProduceDao.create(Date startDate,
Date endDate,
String reference,
Timestamp updateDate,
Corpus corpus,
Collection<Fishery> fisheries,
Collection<VesselOwner> vesselOwners,
Collection<Vessel> vessels)
Creates a new
fr.ifremer.adagio.core.dao.referential.regulation.RightToProduce
instance from all attributes and
properties and adds it to the persistent store. |
Collection<?> |
FisheryDaoBase.create(int transform,
Collection<Fishery> entities) |
Collection<?> |
FisheryDao.create(int transform,
Collection<Fishery> entities)
Does the same thing as
FisheryDao.create(fr.ifremer.adagio.core.dao.referential.regulation.Fishery) with an
additional flag called transform. |
Object |
CorpusDaoBase.create(int transform,
CorpusType corpusType,
Collection<Fishery> fisheries,
String name,
Date startDate) |
Object |
CorpusDao.create(int transform,
CorpusType corpusType,
Collection<Fishery> fisheries,
String name,
Date startDate)
Does the same thing as
#create(fr.ifremer.adagio.core.dao.referential.regulation.CorpusType,java.util.Collection with an
additional flag called transform. |
Object |
RightToProduceDaoBase.create(int transform,
Date startDate,
Date endDate,
String reference,
Timestamp updateDate,
Corpus corpus,
Collection<Fishery> fisheries,
Collection<VesselOwner> vesselOwners,
Collection<Vessel> vessels) |
Object |
RightToProduceDao.create(int transform,
Date startDate,
Date endDate,
String reference,
Timestamp updateDate,
Corpus corpus,
Collection<Fishery> fisheries,
Collection<VesselOwner> vesselOwners,
Collection<Vessel> vessels)
Does the same thing as
#create(java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.regulation.Corpus,java.util.Collection with an
additional flag called transform. |
Object |
CorpusDaoBase.create(int transform,
String name,
String description,
Date startDate,
Date endDate,
Timestamp updateDate,
CorpusType corpusType,
RightToProduce rightToProduce,
Collection<MinimumSizeAllowed> minimumSizeAlloweds,
Collection<Fishery> fisheries) |
Object |
CorpusDao.create(int transform,
String name,
String description,
Date startDate,
Date endDate,
Timestamp updateDate,
CorpusType corpusType,
RightToProduce rightToProduce,
Collection<MinimumSizeAllowed> minimumSizeAlloweds,
Collection<Fishery> fisheries)
Does the same thing as
#create(java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.regulation.CorpusType,fr.ifremer.adagio.core.dao.referential.regulation.RightToProduce,java.util.Collection with an
additional flag called transform. |
Corpus |
CorpusDaoBase.create(String name,
String description,
Date startDate,
Date endDate,
Timestamp updateDate,
CorpusType corpusType,
RightToProduce rightToProduce,
Collection<MinimumSizeAllowed> minimumSizeAlloweds,
Collection<Fishery> fisheries) |
Corpus |
CorpusDao.create(String name,
String description,
Date startDate,
Date endDate,
Timestamp updateDate,
CorpusType corpusType,
RightToProduce rightToProduce,
Collection<MinimumSizeAllowed> minimumSizeAlloweds,
Collection<Fishery> fisheries)
Creates a new
fr.ifremer.adagio.core.dao.referential.regulation.Corpus
instance from all attributes and
properties and adds it to the persistent store. |
static RightToProduce |
RightToProduce.Factory.newInstance(Date startDate,
Date endDate,
String reference,
Timestamp updateDate,
Corpus corpus,
Collection<Fishery> fisheries,
Collection<VesselOwner> vesselOwners,
Collection<Vessel> vessels)
Constructs a new instance of
RightToProduce, taking all possible properties
(except the identifier(s))as arguments. |
static Corpus |
Corpus.Factory.newInstance(String name,
Date startDate,
CorpusType corpusType,
Collection<Fishery> fisheries)
Constructs a new instance of
Corpus, taking all required and/or
read-only properties as arguments. |
static Corpus |
Corpus.Factory.newInstance(String name,
String description,
Date startDate,
Date endDate,
Timestamp updateDate,
CorpusType corpusType,
RightToProduce rightToProduce,
Collection<MinimumSizeAllowed> minimumSizeAlloweds,
Collection<Fishery> fisheries)
Constructs a new instance of
Corpus, taking all possible properties
(except the identifier(s))as arguments. |
void |
FisheryDaoBase.remove(Collection<Fishery> entities) |
void |
FisheryDao.remove(Collection<Fishery> entities)
Removes all entities in the given
entities |
void |
RightToProduce.setFisheries(Collection<Fishery> fisheries) |
void |
Corpus.setFisheries(Collection<Fishery> fisheries) |
void |
FisheryDaoBase.update(Collection<Fishery> entities) |
void |
FisheryDao.update(Collection<Fishery> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.