| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.regulation |
| Modifier and Type | Class and Description |
|---|---|
class |
MinimumSizeAllowedImpl |
| Modifier and Type | Method and Description |
|---|---|
MinimumSizeAllowed |
MinimumSizeAllowedDao.create(Corpus corpus,
Collection<Location> locations,
Float minimumSize,
Unit sizeUnit,
TaxonGroup taxonGroup)
Creates a new
fr.ifremer.adagio.core.dao.referential.regulation.MinimumSizeAllowed
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
MinimumSizeAllowed |
MinimumSizeAllowedDaoBase.create(Corpus corpus,
Collection<Location> locations,
Float minimumSize,
Unit sizeUnit,
TaxonGroup taxonGroup) |
MinimumSizeAllowed |
MinimumSizeAllowedDao.create(Float minimumSize,
Timestamp updateDate,
Collection<Location> locations,
Corpus corpus,
Unit sizeUnit,
TaxonGroup taxonGroup)
Creates a new
fr.ifremer.adagio.core.dao.referential.regulation.MinimumSizeAllowed
instance from all attributes and
properties and adds it to the persistent store. |
MinimumSizeAllowed |
MinimumSizeAllowedDaoBase.create(Float minimumSize,
Timestamp updateDate,
Collection<Location> locations,
Corpus corpus,
Unit sizeUnit,
TaxonGroup taxonGroup) |
MinimumSizeAllowed |
MinimumSizeAllowedDao.create(MinimumSizeAllowed minimumSizeAllowed)
Creates an instance of fr.ifremer.adagio.core.dao.referential.regulation.MinimumSizeAllowed and adds it to the persistent store.
|
MinimumSizeAllowed |
MinimumSizeAllowedDaoBase.create(MinimumSizeAllowed minimumSizeAllowed) |
MinimumSizeAllowed |
MinimumSizeAllowedDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.regulation.MinimumSizeAllowed from the persistent store.
|
MinimumSizeAllowed |
MinimumSizeAllowedDaoBase.load(Integer id) |
static MinimumSizeAllowed |
MinimumSizeAllowed.Factory.newInstance()
Constructs a new instance of
MinimumSizeAllowed. |
static MinimumSizeAllowed |
MinimumSizeAllowed.Factory.newInstance(Float minimumSize,
Collection<Location> locations,
Corpus corpus,
Unit sizeUnit,
TaxonGroup taxonGroup)
Constructs a new instance of
MinimumSizeAllowed, taking all required and/or
read-only properties as arguments. |
static MinimumSizeAllowed |
MinimumSizeAllowed.Factory.newInstance(Float minimumSize,
Timestamp updateDate,
Collection<Location> locations,
Corpus corpus,
Unit sizeUnit,
TaxonGroup taxonGroup)
Constructs a new instance of
MinimumSizeAllowed, taking all possible properties
(except the identifier(s))as arguments. |
protected MinimumSizeAllowed |
MinimumSizeAllowedDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<MinimumSizeAllowed> |
MinimumSizeAllowedDao.create(Collection<MinimumSizeAllowed> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.regulation.MinimumSizeAllowed and adds
from the passed in
entities collection |
Collection<MinimumSizeAllowed> |
MinimumSizeAllowedDaoBase.create(Collection<MinimumSizeAllowed> entities) |
Collection<MinimumSizeAllowed> |
Corpus.getMinimumSizeAlloweds() |
Collection<MinimumSizeAllowed> |
MinimumSizeAllowedDao.loadAll()
Loads all entities of type
MinimumSizeAllowed. |
Collection<MinimumSizeAllowed> |
MinimumSizeAllowedDaoBase.loadAll() |
Set<MinimumSizeAllowed> |
MinimumSizeAllowedDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<MinimumSizeAllowed> |
MinimumSizeAllowedDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
Object |
MinimumSizeAllowedDao.create(int transform,
MinimumSizeAllowed minimumSizeAllowed)
Does the same thing as
MinimumSizeAllowedDao.create(fr.ifremer.adagio.core.dao.referential.regulation.MinimumSizeAllowed) with an
additional flag called transform. |
Object |
MinimumSizeAllowedDaoBase.create(int transform,
MinimumSizeAllowed minimumSizeAllowed) |
MinimumSizeAllowed |
MinimumSizeAllowedDao.create(MinimumSizeAllowed minimumSizeAllowed)
Creates an instance of fr.ifremer.adagio.core.dao.referential.regulation.MinimumSizeAllowed and adds it to the persistent store.
|
MinimumSizeAllowed |
MinimumSizeAllowedDaoBase.create(MinimumSizeAllowed minimumSizeAllowed) |
void |
MinimumSizeAllowedDao.remove(MinimumSizeAllowed minimumSizeAllowed)
Removes the instance of fr.ifremer.adagio.core.dao.referential.regulation.MinimumSizeAllowed from the persistent store.
|
void |
MinimumSizeAllowedDaoBase.remove(MinimumSizeAllowed minimumSizeAllowed) |
protected Object |
MinimumSizeAllowedDaoBase.transformEntity(int transform,
MinimumSizeAllowed 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.MinimumSizeAllowedDao, please note
that the MinimumSizeAllowedDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
MinimumSizeAllowedDao.update(MinimumSizeAllowed minimumSizeAllowed)
Updates the
minimumSizeAllowed instance in the persistent store. |
void |
MinimumSizeAllowedDaoBase.update(MinimumSizeAllowed minimumSizeAllowed) |
| Modifier and Type | Method and Description |
|---|---|
Collection<MinimumSizeAllowed> |
MinimumSizeAllowedDao.create(Collection<MinimumSizeAllowed> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.regulation.MinimumSizeAllowed and adds
from the passed in
entities collection |
Collection<MinimumSizeAllowed> |
MinimumSizeAllowedDaoBase.create(Collection<MinimumSizeAllowed> entities) |
Collection<?> |
MinimumSizeAllowedDao.create(int transform,
Collection<MinimumSizeAllowed> entities)
Does the same thing as
MinimumSizeAllowedDao.create(fr.ifremer.adagio.core.dao.referential.regulation.MinimumSizeAllowed) with an
additional flag called transform. |
Collection<?> |
MinimumSizeAllowedDaoBase.create(int transform,
Collection<MinimumSizeAllowed> entities) |
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 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 |
MinimumSizeAllowedDao.remove(Collection<MinimumSizeAllowed> entities)
Removes all entities in the given
entities |
void |
MinimumSizeAllowedDaoBase.remove(Collection<MinimumSizeAllowed> entities) |
void |
Corpus.setMinimumSizeAlloweds(Collection<MinimumSizeAllowed> minimumSizeAlloweds) |
void |
MinimumSizeAllowedDao.update(Collection<MinimumSizeAllowed> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
MinimumSizeAllowedDaoBase.update(Collection<MinimumSizeAllowed> entities) |
Copyright © 2013. All Rights Reserved.