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