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