Package | Description |
---|---|
fr.ifremer.adagio.core.dao.data.samplingScheme | |
fr.ifremer.adagio.core.dao.data.vessel.regulation | |
fr.ifremer.adagio.core.dao.referential.regulation |
Modifier and Type | Method and Description |
---|---|
Fishery |
SamplingStrata2Fishery.getFishery()
Un pecherie, peut etre, si elle n'a pas d'engin, similaire à un
stock.
|
Modifier and Type | Method and Description |
---|---|
SamplingStrata2Fishery |
SamplingStrata2FisheryDaoBase.create(Fishery fishery,
SamplingStrata samplingStrata)
Creates a new
SamplingStrata2Fishery
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SamplingStrata2Fishery |
SamplingStrata2FisheryDao.create(Fishery fishery,
SamplingStrata samplingStrata)
Creates a new
SamplingStrata2Fishery
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
SamplingStrata2FisheryDaoBase.create(int transform,
Fishery fishery,
SamplingStrata samplingStrata)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
SamplingStrata2FisheryDao.create(int transform,
Fishery fishery,
SamplingStrata samplingStrata)
Does the same thing as
#create() with an
additional flag called transform . |
static SamplingStrata2Fishery |
SamplingStrata2Fishery.Factory.newInstance(Fishery fishery,
SamplingStrata samplingStrata)
Constructs a new instance of
SamplingStrata2Fishery , taking all possible properties
(except the identifier(s))as arguments. |
void |
SamplingStrata2Fishery.setFishery(Fishery fisheryIn)
Un pecherie, peut etre, si elle n'a pas d'engin, similaire à un
stock.
|
Modifier and Type | Method and Description |
---|---|
Collection<Fishery> |
RightToProduce.getFisheries()
Un pecherie, peut etre, si elle n'a pas d'engin, similaire à un
stock.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RightToProduce.addFisheries(Fishery elementToAdd)
Un pecherie, peut etre, si elle n'a pas d'engin, similaire à un
stock.
|
boolean |
RightToProduce.removeFisheries(Fishery elementToRemove)
Un pecherie, peut etre, si elle n'a pas d'engin, similaire à un
stock.
|
Modifier and Type | Method and Description |
---|---|
static RightToProduce |
RightToProduce.Factory.newInstance(Date startDate,
Short rankOrderOnPeriod,
Date endDate,
String reference,
Timestamp updateDate,
Program program,
Corpus corpus,
Collection<VesselOwner> vesselOwners,
Collection<Vessel> vessels,
Collection<Fishery> fisheries)
Constructs a new instance of
RightToProduce , taking all possible properties
(except the identifier(s))as arguments. |
void |
RightToProduce.setFisheries(Collection<Fishery> fisheriesIn)
Un pecherie, peut etre, si elle n'a pas d'engin, similaire à un
stock.
|
Modifier and Type | Class and Description |
---|---|
class |
FisheryImpl |
Modifier and Type | Method and Description |
---|---|
Fishery |
FisheryDaoBase.create(Fishery fishery)
Creates an instance of Fishery and adds it to the persistent store.
|
Fishery |
FisheryDao.create(Fishery fishery)
Creates an instance of Fishery and adds it to the persistent store.
|
Fishery |
FisheryDaoBase.create(String label,
String name,
Collection<RegulationArea> regulationAreas,
Timestamp updateDate)
Creates a new
Fishery
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fishery |
FisheryDao.create(String label,
String name,
Collection<RegulationArea> regulationAreas,
Timestamp updateDate)
Creates a new
Fishery
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fishery |
FisheryDaoBase.create(String label,
String name,
String description,
Timestamp updateDate,
String comments)
Creates a new
Fishery
instance from all attributes and adds it to
the persistent store. |
Fishery |
FisheryDao.create(String label,
String name,
String description,
Timestamp updateDate,
String comments)
Creates a new
Fishery
instance from all attributes and adds it to
the persistent store. |
Fishery |
FisheryDaoBase.get(Integer id)
Gets an instance of Fishery from the persistent store.
|
Fishery |
FisheryDao.get(Integer id)
Gets an instance of Fishery from the persistent store.
|
Fishery |
RegulationArea.getFishery()
Un pecherie, peut etre, si elle n'a pas d'engin, similaire à un
stock.
|
Fishery |
Fishery2TaxonGroup.getFishery()
Un pecherie, peut etre, si elle n'a pas d'engin, similaire à un
stock.
|
Fishery |
Fishery2Metier.getFishery()
Un pecherie, peut etre, si elle n'a pas d'engin, similaire à un
stock.
|
Fishery |
Fishery2Grouping.getFishery()
Un pecherie, peut etre, si elle n'a pas d'engin, similaire à un
stock.
|
Fishery |
Fishery2Gear.getFishery()
Un pecherie, peut etre, si elle n'a pas d'engin, similaire à un
stock.
|
Fishery |
FisheryDaoBase.load(Integer id)
Loads an instance of Fishery from the persistent store.
|
Fishery |
FisheryDao.load(Integer id)
Loads an instance of Fishery from the persistent store.
|
static Fishery |
Fishery.Factory.newInstance()
Constructs a new instance of
Fishery . |
static Fishery |
Fishery.Factory.newInstance(String label,
String name,
String description,
Timestamp updateDate,
String comments,
Collection<Fishery2TaxonGroup> fishery2TaxonGroups,
Collection<Fishery2Grouping> fishery2Groupings,
Collection<Corpus> corpuses,
Collection<RegulationArea> regulationAreas,
Collection<Fishery2Gear> fishery2Gears,
Collection<Fishery2Metier> fishery2Metiers)
Constructs a new instance of
Fishery , taking all possible properties
(except the identifier(s))as arguments. |
static Fishery |
Fishery.Factory.newInstance(String label,
String name,
Timestamp updateDate,
Collection<RegulationArea> regulationAreas)
Constructs a new instance of
Fishery , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected Fishery |
FisheryDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<Fishery> |
FisheryDaoBase.create(Collection<Fishery> entities)
Creates a new instance of Fishery and adds
from the passed in
entities collection |
Collection<Fishery> |
FisheryDao.create(Collection<Fishery> entities)
Creates a new instance of Fishery and adds
from the passed in
entities collection |
Collection<Fishery> |
Corpus.getFisheries()
Un pecherie, peut etre, si elle n'a pas d'engin, similaire à un
stock.
|
Collection<Fishery> |
FisheryDaoBase.loadAll()
Loads all entities of type
Fishery . |
Collection<Fishery> |
FisheryDao.loadAll()
Loads all entities of type
Fishery . |
Set<Fishery> |
FisheryDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Fishery> |
FisheryDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
Corpus.addFisheries(Fishery elementToAdd)
Un pecherie, peut etre, si elle n'a pas d'engin, similaire à un
stock.
|
int |
Fishery.compareTo(Fishery o) |
RegulationArea |
RegulationAreaDaoBase.create(Fishery fishery)
Creates a new
RegulationArea
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
RegulationArea |
RegulationAreaDao.create(Fishery fishery)
Creates a new
RegulationArea
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fishery |
FisheryDaoBase.create(Fishery fishery)
Creates an instance of Fishery and adds it to the persistent store.
|
Fishery |
FisheryDao.create(Fishery fishery)
Creates an instance of Fishery and adds it to the persistent store.
|
Fishery2Gear |
Fishery2GearDaoBase.create(Fishery fishery,
Gear gear)
Creates a new
Fishery2Gear
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fishery2Gear |
Fishery2GearDao.create(Fishery fishery,
Gear gear)
Creates a new
Fishery2Gear
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fishery2Grouping |
Fishery2GroupingDaoBase.create(Fishery fishery,
Grouping grouping)
Creates a new
Fishery2Grouping
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fishery2Grouping |
Fishery2GroupingDao.create(Fishery fishery,
Grouping grouping)
Creates a new
Fishery2Grouping
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fishery2Metier |
Fishery2MetierDaoBase.create(Fishery fishery,
Metier metier)
Creates a new
Fishery2Metier
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fishery2Metier |
Fishery2MetierDao.create(Fishery fishery,
Metier metier)
Creates a new
Fishery2Metier
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fishery2TaxonGroup |
Fishery2TaxonGroupDaoBase.create(Fishery fishery,
TaxonGroup taxonGroup)
Creates a new
Fishery2TaxonGroup
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fishery2TaxonGroup |
Fishery2TaxonGroupDao.create(Fishery fishery,
TaxonGroup taxonGroup)
Creates a new
Fishery2TaxonGroup
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
RegulationAreaDaoBase.create(int transform,
Fishery fishery)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
RegulationAreaDao.create(int transform,
Fishery fishery)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
FisheryDaoBase.create(int transform,
Fishery fishery)
Does the same thing as
FisheryDao.create(Fishery) with an
additional flag called transform . |
Object |
FisheryDao.create(int transform,
Fishery fishery)
Does the same thing as
FisheryDao.create(Fishery) with an
additional flag called transform . |
Object |
Fishery2GearDaoBase.create(int transform,
Fishery fishery,
Gear gear)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
Fishery2GearDao.create(int transform,
Fishery fishery,
Gear gear)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
Fishery2GroupingDaoBase.create(int transform,
Fishery fishery,
Grouping grouping)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
Fishery2GroupingDao.create(int transform,
Fishery fishery,
Grouping grouping)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
Fishery2MetierDaoBase.create(int transform,
Fishery fishery,
Metier metier)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
Fishery2MetierDao.create(int transform,
Fishery fishery,
Metier metier)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
Fishery2TaxonGroupDaoBase.create(int transform,
Fishery fishery,
TaxonGroup taxonGroup)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
Fishery2TaxonGroupDao.create(int transform,
Fishery fishery,
TaxonGroup taxonGroup)
Does the same thing as
#create() with an
additional flag called transform . |
static RegulationArea |
RegulationArea.Factory.newInstance(Fishery fishery)
Constructs a new instance of
RegulationArea , taking all required and/or
read-only properties as arguments, except for identifiers. |
static Fishery2Gear |
Fishery2Gear.Factory.newInstance(Fishery fishery,
Gear gear)
Constructs a new instance of
Fishery2Gear , taking all possible properties
(except the identifier(s))as arguments. |
static Fishery2Metier |
Fishery2Metier.Factory.newInstance(Fishery fishery,
Metier metier)
Constructs a new instance of
Fishery2Metier , taking all possible properties
(except the identifier(s))as arguments. |
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. |
static Fishery2Grouping |
Fishery2Grouping.Factory.newInstance(Grouping grouping,
Fishery fishery)
Constructs a new instance of
Fishery2Grouping , taking all possible properties
(except the identifier(s))as arguments. |
static Fishery2TaxonGroup |
Fishery2TaxonGroup.Factory.newInstance(TaxonGroup taxonGroup,
Fishery fishery)
Constructs a new instance of
Fishery2TaxonGroup , taking all possible properties
(except the identifier(s))as arguments. |
void |
FisheryDaoBase.remove(Fishery fishery)
Removes the instance of Fishery from the persistent store.
|
void |
FisheryDao.remove(Fishery fishery)
Removes the instance of Fishery from the persistent store.
|
boolean |
Corpus.removeFisheries(Fishery elementToRemove)
Un pecherie, peut etre, si elle n'a pas d'engin, similaire à un
stock.
|
void |
RegulationArea.setFishery(Fishery fisheryIn)
Un pecherie, peut etre, si elle n'a pas d'engin, similaire à un
stock.
|
void |
Fishery2TaxonGroup.setFishery(Fishery fisheryIn)
Un pecherie, peut etre, si elle n'a pas d'engin, similaire à un
stock.
|
void |
Fishery2Metier.setFishery(Fishery fisheryIn)
Un pecherie, peut etre, si elle n'a pas d'engin, similaire à un
stock.
|
void |
Fishery2Grouping.setFishery(Fishery fisheryIn)
Un pecherie, peut etre, si elle n'a pas d'engin, similaire à un
stock.
|
void |
Fishery2Gear.setFishery(Fishery fisheryIn)
Un pecherie, peut etre, si elle n'a pas d'engin, similaire à un
stock.
|
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 FisheryDao , please note
that the FisheryDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
FisheryDao.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)
Updates the
fishery instance in the persistent store. |
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)
Creates a new instance of Fishery and adds
from the passed in
entities collection |
Collection<Fishery> |
FisheryDao.create(Collection<Fishery> entities)
Creates a new instance of Fishery and adds
from the passed in
entities collection |
Corpus |
CorpusDaoBase.create(CorpusType corpusType,
Collection<Fishery> fisheries,
String name,
Date startDate,
Timestamp updateDate)
Creates a new
Corpus
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Corpus |
CorpusDao.create(CorpusType corpusType,
Collection<Fishery> fisheries,
String name,
Date startDate,
Timestamp updateDate)
Creates a new
Corpus
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Collection<?> |
FisheryDaoBase.create(int transform,
Collection<Fishery> entities)
Does the same thing as
FisheryDao.create(Fishery) with an
additional flag called transform . |
Collection<?> |
FisheryDao.create(int transform,
Collection<Fishery> entities)
Does the same thing as
FisheryDao.create(Fishery) with an
additional flag called transform . |
Object |
CorpusDaoBase.create(int transform,
CorpusType corpusType,
Collection<Fishery> fisheries,
String name,
Date startDate,
Timestamp updateDate)
Does the same thing as
#create(String, Date, Timestamp) with an
additional flag called transform . |
Object |
CorpusDao.create(int transform,
CorpusType corpusType,
Collection<Fishery> fisheries,
String name,
Date startDate,
Timestamp updateDate)
Does the same thing as
#create(String, Date, Timestamp) with an
additional flag called transform . |
static Corpus |
Corpus.Factory.newInstance(String name,
Date startDate,
Timestamp updateDate,
CorpusType corpusType,
Collection<Fishery> fisheries)
Constructs a new instance of
Corpus , taking all required and/or
read-only properties as arguments, except for identifiers. |
static Corpus |
Corpus.Factory.newInstance(String name,
String description,
Date startDate,
Date endDate,
Timestamp updateDate,
String comments,
Collection<MinimumSizeAllowed> minimumSizeAlloweds,
CorpusType corpusType,
Collection<Fishery> fisheries,
Collection<RightToProduce> rightToProduces)
Constructs a new instance of
Corpus , taking all possible properties
(except the identifier(s))as arguments. |
void |
FisheryDaoBase.remove(Collection<Fishery> entities)
Removes all entities in the given
entities collection. |
void |
FisheryDao.remove(Collection<Fishery> entities)
Removes all entities in the given
entities collection. |
void |
Corpus.setFisheries(Collection<Fishery> fisheriesIn)
Un pecherie, peut etre, si elle n'a pas d'engin, similaire à un
stock.
|
void |
FisheryDaoBase.update(Collection<Fishery> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
FisheryDao.update(Collection<Fishery> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.