Package | Description |
---|---|
fr.ifremer.adagio.core.dao.data.samplingScheme |
Modifier and Type | Class and Description |
---|---|
class |
SamplingSchemeImpl |
Modifier and Type | Method and Description |
---|---|
SamplingScheme |
SamplingSchemeDaoBase.create(Date creationDate,
String label,
String name,
Program program,
Timestamp updateDate)
Creates a new
SamplingScheme
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SamplingScheme |
SamplingSchemeDao.create(Date creationDate,
String label,
String name,
Program program,
Timestamp updateDate)
Creates a new
SamplingScheme
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SamplingScheme |
SamplingSchemeDaoBase.create(SamplingScheme samplingScheme)
Creates an instance of SamplingScheme and adds it to the persistent store.
|
SamplingScheme |
SamplingSchemeDao.create(SamplingScheme samplingScheme)
Creates an instance of SamplingScheme and adds it to the persistent store.
|
SamplingScheme |
SamplingSchemeDaoBase.create(String label,
String name,
String description,
Date creationDate,
String comments,
Timestamp updateDate)
Creates a new
SamplingScheme
instance from all attributes and adds it to
the persistent store. |
SamplingScheme |
SamplingSchemeDao.create(String label,
String name,
String description,
Date creationDate,
String comments,
Timestamp updateDate)
Creates a new
SamplingScheme
instance from all attributes and adds it to
the persistent store. |
SamplingScheme |
SamplingSchemeDaoBase.get(Integer id)
Gets an instance of SamplingScheme from the persistent store.
|
SamplingScheme |
SamplingSchemeDao.get(Integer id)
Gets an instance of SamplingScheme from the persistent store.
|
SamplingScheme |
SamplingStrata.getSamplingScheme()
Plan d'échantillonnage, pour un programme de collecte donné.
|
SamplingScheme |
SamplingSchemeDaoBase.load(Integer id)
Loads an instance of SamplingScheme from the persistent store.
|
SamplingScheme |
SamplingSchemeDao.load(Integer id)
Loads an instance of SamplingScheme from the persistent store.
|
static SamplingScheme |
SamplingScheme.Factory.newInstance()
Constructs a new instance of
SamplingScheme . |
static SamplingScheme |
SamplingScheme.Factory.newInstance(String label,
String name,
Date creationDate,
Timestamp updateDate,
Program program)
Constructs a new instance of
SamplingScheme , taking all required and/or
read-only properties as arguments, except for identifiers. |
static SamplingScheme |
SamplingScheme.Factory.newInstance(String label,
String name,
String description,
Date creationDate,
String comments,
Timestamp updateDate,
Collection<SamplingStrata> samplingStratas,
Program program)
Constructs a new instance of
SamplingScheme , taking all possible properties
(except the identifier(s))as arguments. |
protected SamplingScheme |
SamplingSchemeDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<SamplingScheme> |
SamplingSchemeDaoBase.create(Collection<SamplingScheme> entities)
Creates a new instance of SamplingScheme and adds
from the passed in
entities collection |
Collection<SamplingScheme> |
SamplingSchemeDao.create(Collection<SamplingScheme> entities)
Creates a new instance of SamplingScheme and adds
from the passed in
entities collection |
Collection<SamplingScheme> |
SamplingSchemeDaoBase.loadAll()
Loads all entities of type
SamplingScheme . |
Collection<SamplingScheme> |
SamplingSchemeDao.loadAll()
Loads all entities of type
SamplingScheme . |
Set<SamplingScheme> |
SamplingSchemeDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SamplingScheme> |
SamplingSchemeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
SamplingScheme.compareTo(SamplingScheme o) |
Object |
SamplingSchemeDaoBase.create(int transform,
SamplingScheme samplingScheme)
Does the same thing as
SamplingSchemeDao.create(SamplingScheme) with an
additional flag called transform . |
Object |
SamplingSchemeDao.create(int transform,
SamplingScheme samplingScheme)
Does the same thing as
SamplingSchemeDao.create(SamplingScheme) with an
additional flag called transform . |
Object |
SamplingStrataDaoBase.create(int transform,
String label,
SamplingScheme samplingScheme,
Timestamp updateDate)
Does the same thing as
#create(String, Timestamp) with an
additional flag called transform . |
Object |
SamplingStrataDao.create(int transform,
String label,
SamplingScheme samplingScheme,
Timestamp updateDate)
Does the same thing as
#create(String, Timestamp) with an
additional flag called transform . |
SamplingScheme |
SamplingSchemeDaoBase.create(SamplingScheme samplingScheme)
Creates an instance of SamplingScheme and adds it to the persistent store.
|
SamplingScheme |
SamplingSchemeDao.create(SamplingScheme samplingScheme)
Creates an instance of SamplingScheme and adds it to the persistent store.
|
SamplingStrata |
SamplingStrataDaoBase.create(String label,
SamplingScheme samplingScheme,
Timestamp updateDate)
Creates a new
SamplingStrata
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SamplingStrata |
SamplingStrataDao.create(String label,
SamplingScheme samplingScheme,
Timestamp updateDate)
Creates a new
SamplingStrata
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static SamplingStrata |
SamplingStrata.Factory.newInstance(String label,
Date startDate,
Date endDate,
String description,
String comments,
Timestamp updateDate,
Collection<SamplingStrata2Fishery> samplingStrata2Fisheries,
Location observationLocation,
Collection<SamplingStrataMeasurement> samplingStrataMeasurements,
Department department,
Collection<SamplingStrata2Grouping> samplingStrata2Groupings,
SamplingScheme samplingScheme,
Person person,
Collection<SamplingStrata2Vessel> samplingStrata2Vessels)
Constructs a new instance of
SamplingStrata , taking all possible properties
(except the identifier(s))as arguments. |
static SamplingStrata |
SamplingStrata.Factory.newInstance(String label,
Timestamp updateDate,
SamplingScheme samplingScheme)
Constructs a new instance of
SamplingStrata , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
SamplingSchemeDaoBase.remove(SamplingScheme samplingScheme)
Removes the instance of SamplingScheme from the persistent store.
|
void |
SamplingSchemeDao.remove(SamplingScheme samplingScheme)
Removes the instance of SamplingScheme from the persistent store.
|
void |
SamplingStrata.setSamplingScheme(SamplingScheme samplingSchemeIn)
Plan d'échantillonnage, pour un programme de collecte donné.
|
Object |
SamplingSchemeDaoBase.transformEntity(int transform,
SamplingScheme 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 SamplingSchemeDao , please note
that the SamplingSchemeDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
SamplingSchemeDao.transformEntity(int transform,
SamplingScheme 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.data.samplingScheme.SamplingSchemeDao , please note
that the SamplingSchemeDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
SamplingSchemeDaoBase.update(SamplingScheme samplingScheme)
Updates the
samplingScheme instance in the persistent store. |
void |
SamplingSchemeDao.update(SamplingScheme samplingScheme)
Updates the
samplingScheme instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<SamplingScheme> |
SamplingSchemeDaoBase.create(Collection<SamplingScheme> entities)
Creates a new instance of SamplingScheme and adds
from the passed in
entities collection |
Collection<SamplingScheme> |
SamplingSchemeDao.create(Collection<SamplingScheme> entities)
Creates a new instance of SamplingScheme and adds
from the passed in
entities collection |
Collection<?> |
SamplingSchemeDaoBase.create(int transform,
Collection<SamplingScheme> entities)
Does the same thing as
SamplingSchemeDao.create(SamplingScheme) with an
additional flag called transform . |
Collection<?> |
SamplingSchemeDao.create(int transform,
Collection<SamplingScheme> entities)
Does the same thing as
SamplingSchemeDao.create(SamplingScheme) with an
additional flag called transform . |
void |
SamplingSchemeDaoBase.remove(Collection<SamplingScheme> entities)
Removes all entities in the given
entities collection. |
void |
SamplingSchemeDao.remove(Collection<SamplingScheme> entities)
Removes all entities in the given
entities collection. |
void |
SamplingSchemeDaoBase.update(Collection<SamplingScheme> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
SamplingSchemeDao.update(Collection<SamplingScheme> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.