| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.pmfm |
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterGroupImpl |
| Modifier and Type | Method and Description |
|---|---|
ParameterGroup |
ParameterGroupDao.create(ParameterGroup parameterGroup)
Creates an instance of fr.ifremer.adagio.core.dao.referential.pmfm.ParameterGroup and adds it to the persistent store.
|
ParameterGroup |
ParameterGroupDaoBase.create(ParameterGroup parameterGroup) |
ParameterGroup |
ParameterGroupDao.create(String name,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.pmfm.ParameterGroup
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ParameterGroup |
ParameterGroupDaoBase.create(String name,
Status status) |
ParameterGroup |
ParameterGroupDao.create(String name,
String description,
Timestamp updateDate,
Collection<ParameterGroup> childParameterGroups,
ParameterGroup parentParameterGroup,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.pmfm.ParameterGroup
instance from all attributes and
properties and adds it to the persistent store. |
ParameterGroup |
ParameterGroupDaoBase.create(String name,
String description,
Timestamp updateDate,
Collection<ParameterGroup> childParameterGroups,
ParameterGroup parentParameterGroup,
Status status) |
ParameterGroup |
Parameter.getParameterGroup() |
ParameterGroup |
ParameterGroup.getParentParameterGroup() |
ParameterGroup |
ParameterGroupDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.pmfm.ParameterGroup from the persistent store.
|
ParameterGroup |
ParameterGroupDaoBase.load(Integer id) |
static ParameterGroup |
ParameterGroup.Factory.newInstance()
Constructs a new instance of
ParameterGroup. |
static ParameterGroup |
ParameterGroup.Factory.newInstance(String name,
Status status)
Constructs a new instance of
ParameterGroup, taking all required and/or
read-only properties as arguments. |
static ParameterGroup |
ParameterGroup.Factory.newInstance(String name,
String description,
Timestamp updateDate,
Collection<ParameterGroup> childParameterGroups,
ParameterGroup parentParameterGroup,
Status status)
Constructs a new instance of
ParameterGroup, taking all possible properties
(except the identifier(s))as arguments. |
protected ParameterGroup |
ParameterGroupDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ParameterGroup> |
ParameterGroupDao.create(Collection<ParameterGroup> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.pmfm.ParameterGroup and adds
from the passed in
entities collection |
Collection<ParameterGroup> |
ParameterGroupDaoBase.create(Collection<ParameterGroup> entities) |
Collection<ParameterGroup> |
ParameterGroup.getChildParameterGroups() |
Collection<ParameterGroup> |
ParameterGroupDao.loadAll()
Loads all entities of type
ParameterGroup. |
Collection<ParameterGroup> |
ParameterGroupDaoBase.loadAll() |
Set<ParameterGroup> |
ParameterGroupDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ParameterGroup> |
ParameterGroupDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ParameterGroupDao.create(int transform,
ParameterGroup parameterGroup)
Does the same thing as
ParameterGroupDao.create(fr.ifremer.adagio.core.dao.referential.pmfm.ParameterGroup) with an
additional flag called transform. |
Object |
ParameterGroupDaoBase.create(int transform,
ParameterGroup parameterGroup) |
Object |
ParameterDaoBase.create(int transform,
String code,
Date creationDate,
Boolean isAlphanumeric,
Boolean isCalculated,
Boolean isQualitative,
Boolean isTaxinomic,
String name,
ParameterGroup parameterGroup,
Status status) |
Object |
ParameterDao.create(int transform,
String code,
Date creationDate,
Boolean isAlphanumeric,
Boolean isCalculated,
Boolean isQualitative,
Boolean isTaxinomic,
String name,
ParameterGroup parameterGroup,
Status status)
Does the same thing as
ParameterDao.create(java.lang.String,java.util.Date,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.String,fr.ifremer.adagio.core.dao.referential.pmfm.ParameterGroup,fr.ifremer.adagio.core.dao.referential.Status) with an
additional flag called transform. |
Object |
ParameterDaoBase.create(int transform,
String code,
String name,
String description,
Boolean isQualitative,
Boolean isTaxinomic,
Boolean isCalculated,
Boolean isAlphanumeric,
Date creationDate,
Timestamp updateDate,
Status status,
ParameterGroup parameterGroup,
Collection<QualitativeValue> qualitativeValues) |
Object |
ParameterDao.create(int transform,
String code,
String name,
String description,
Boolean isQualitative,
Boolean isTaxinomic,
Boolean isCalculated,
Boolean isAlphanumeric,
Date creationDate,
Timestamp updateDate,
Status status,
ParameterGroup parameterGroup,
Collection<QualitativeValue> qualitativeValues)
Does the same thing as
#create(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.util.Date,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.Status,fr.ifremer.adagio.core.dao.referential.pmfm.ParameterGroup,java.util.Collection with an
additional flag called transform. |
Object |
ParameterGroupDao.create(int transform,
String name,
String description,
Timestamp updateDate,
Collection<ParameterGroup> childParameterGroups,
ParameterGroup parentParameterGroup,
Status status)
Does the same thing as
#create(java.lang.String,java.lang.String,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
Object |
ParameterGroupDaoBase.create(int transform,
String name,
String description,
Timestamp updateDate,
Collection<ParameterGroup> childParameterGroups,
ParameterGroup parentParameterGroup,
Status status) |
ParameterGroup |
ParameterGroupDao.create(ParameterGroup parameterGroup)
Creates an instance of fr.ifremer.adagio.core.dao.referential.pmfm.ParameterGroup and adds it to the persistent store.
|
ParameterGroup |
ParameterGroupDaoBase.create(ParameterGroup parameterGroup) |
Parameter |
ParameterDaoBase.create(String code,
Date creationDate,
Boolean isAlphanumeric,
Boolean isCalculated,
Boolean isQualitative,
Boolean isTaxinomic,
String name,
ParameterGroup parameterGroup,
Status status) |
Parameter |
ParameterDao.create(String code,
Date creationDate,
Boolean isAlphanumeric,
Boolean isCalculated,
Boolean isQualitative,
Boolean isTaxinomic,
String name,
ParameterGroup parameterGroup,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.pmfm.Parameter
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Parameter |
ParameterDaoBase.create(String code,
String name,
String description,
Boolean isQualitative,
Boolean isTaxinomic,
Boolean isCalculated,
Boolean isAlphanumeric,
Date creationDate,
Timestamp updateDate,
Status status,
ParameterGroup parameterGroup,
Collection<QualitativeValue> qualitativeValues) |
Parameter |
ParameterDao.create(String code,
String name,
String description,
Boolean isQualitative,
Boolean isTaxinomic,
Boolean isCalculated,
Boolean isAlphanumeric,
Date creationDate,
Timestamp updateDate,
Status status,
ParameterGroup parameterGroup,
Collection<QualitativeValue> qualitativeValues)
Creates a new
fr.ifremer.adagio.core.dao.referential.pmfm.Parameter
instance from all attributes and
properties and adds it to the persistent store. |
ParameterGroup |
ParameterGroupDao.create(String name,
String description,
Timestamp updateDate,
Collection<ParameterGroup> childParameterGroups,
ParameterGroup parentParameterGroup,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.pmfm.ParameterGroup
instance from all attributes and
properties and adds it to the persistent store. |
ParameterGroup |
ParameterGroupDaoBase.create(String name,
String description,
Timestamp updateDate,
Collection<ParameterGroup> childParameterGroups,
ParameterGroup parentParameterGroup,
Status status) |
static Parameter |
Parameter.Factory.newInstance(String name,
Boolean isQualitative,
Boolean isTaxinomic,
Boolean isCalculated,
Boolean isAlphanumeric,
Date creationDate,
Status status,
ParameterGroup parameterGroup)
Constructs a new instance of
Parameter, taking all required and/or
read-only properties as arguments. |
static Parameter |
Parameter.Factory.newInstance(String name,
String description,
Boolean isQualitative,
Boolean isTaxinomic,
Boolean isCalculated,
Boolean isAlphanumeric,
Date creationDate,
Timestamp updateDate,
Status status,
ParameterGroup parameterGroup,
Collection<QualitativeValue> qualitativeValues)
Constructs a new instance of
Parameter, taking all possible properties
(except the identifier(s))as arguments. |
static ParameterGroup |
ParameterGroup.Factory.newInstance(String name,
String description,
Timestamp updateDate,
Collection<ParameterGroup> childParameterGroups,
ParameterGroup parentParameterGroup,
Status status)
Constructs a new instance of
ParameterGroup, taking all possible properties
(except the identifier(s))as arguments. |
void |
ParameterGroupDao.remove(ParameterGroup parameterGroup)
Removes the instance of fr.ifremer.adagio.core.dao.referential.pmfm.ParameterGroup from the persistent store.
|
void |
ParameterGroupDaoBase.remove(ParameterGroup parameterGroup) |
void |
Parameter.setParameterGroup(ParameterGroup parameterGroup) |
void |
ParameterGroup.setParentParameterGroup(ParameterGroup parentParameterGroup) |
protected Object |
ParameterGroupDaoBase.transformEntity(int transform,
ParameterGroup 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.pmfm.ParameterGroupDao, please note
that the ParameterGroupDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
ParameterGroupDao.update(ParameterGroup parameterGroup)
Updates the
parameterGroup instance in the persistent store. |
void |
ParameterGroupDaoBase.update(ParameterGroup parameterGroup) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ParameterGroup> |
ParameterGroupDao.create(Collection<ParameterGroup> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.pmfm.ParameterGroup and adds
from the passed in
entities collection |
Collection<ParameterGroup> |
ParameterGroupDaoBase.create(Collection<ParameterGroup> entities) |
Collection<?> |
ParameterGroupDao.create(int transform,
Collection<ParameterGroup> entities)
Does the same thing as
ParameterGroupDao.create(fr.ifremer.adagio.core.dao.referential.pmfm.ParameterGroup) with an
additional flag called transform. |
Collection<?> |
ParameterGroupDaoBase.create(int transform,
Collection<ParameterGroup> entities) |
Object |
ParameterGroupDao.create(int transform,
String name,
String description,
Timestamp updateDate,
Collection<ParameterGroup> childParameterGroups,
ParameterGroup parentParameterGroup,
Status status)
Does the same thing as
#create(java.lang.String,java.lang.String,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
Object |
ParameterGroupDaoBase.create(int transform,
String name,
String description,
Timestamp updateDate,
Collection<ParameterGroup> childParameterGroups,
ParameterGroup parentParameterGroup,
Status status) |
ParameterGroup |
ParameterGroupDao.create(String name,
String description,
Timestamp updateDate,
Collection<ParameterGroup> childParameterGroups,
ParameterGroup parentParameterGroup,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.pmfm.ParameterGroup
instance from all attributes and
properties and adds it to the persistent store. |
ParameterGroup |
ParameterGroupDaoBase.create(String name,
String description,
Timestamp updateDate,
Collection<ParameterGroup> childParameterGroups,
ParameterGroup parentParameterGroup,
Status status) |
static ParameterGroup |
ParameterGroup.Factory.newInstance(String name,
String description,
Timestamp updateDate,
Collection<ParameterGroup> childParameterGroups,
ParameterGroup parentParameterGroup,
Status status)
Constructs a new instance of
ParameterGroup, taking all possible properties
(except the identifier(s))as arguments. |
void |
ParameterGroupDao.remove(Collection<ParameterGroup> entities)
Removes all entities in the given
entities |
void |
ParameterGroupDaoBase.remove(Collection<ParameterGroup> entities) |
void |
ParameterGroup.setChildParameterGroups(Collection<ParameterGroup> childParameterGroups) |
void |
ParameterGroupDao.update(Collection<ParameterGroup> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
ParameterGroupDaoBase.update(Collection<ParameterGroup> entities) |
Copyright © 2013. All Rights Reserved.