Package | Description |
---|---|
fr.ifremer.adagio.core.dao.referential.grouping |
Modifier and Type | Class and Description |
---|---|
class |
GroupingLevelImpl |
Modifier and Type | Method and Description |
---|---|
GroupingLevel |
GroupingLevelDaoBase.create(GroupingClassification groupingClassification,
String label,
String name,
Timestamp updateDate)
Creates a new
GroupingLevel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GroupingLevel |
GroupingLevelDao.create(GroupingClassification groupingClassification,
String label,
String name,
Timestamp updateDate)
Creates a new
GroupingLevel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GroupingLevel |
GroupingLevelDaoBase.create(GroupingLevel groupingLevel)
Creates an instance of GroupingLevel and adds it to the persistent store.
|
GroupingLevel |
GroupingLevelDao.create(GroupingLevel groupingLevel)
Creates an instance of GroupingLevel and adds it to the persistent store.
|
GroupingLevel |
GroupingLevelDaoBase.create(String label,
String name,
String description,
String comments,
Timestamp updateDate)
Creates a new
GroupingLevel
instance from all attributes and adds it to
the persistent store. |
GroupingLevel |
GroupingLevelDao.create(String label,
String name,
String description,
String comments,
Timestamp updateDate)
Creates a new
GroupingLevel
instance from all attributes and adds it to
the persistent store. |
GroupingLevel |
GroupingLevelDaoBase.get(Integer id)
Gets an instance of GroupingLevel from the persistent store.
|
GroupingLevel |
GroupingLevelDao.get(Integer id)
Gets an instance of GroupingLevel from the persistent store.
|
GroupingLevel |
Grouping.getGroupingLevel()
Niveau de regroupement, d'une classification donnée.
|
GroupingLevel |
GroupingLevel.getParentGroupingLevel()
Le niveau de regroupement parent (optionnel).
|
GroupingLevel |
GroupingLevelDaoBase.load(Integer id)
Loads an instance of GroupingLevel from the persistent store.
|
GroupingLevel |
GroupingLevelDao.load(Integer id)
Loads an instance of GroupingLevel from the persistent store.
|
static GroupingLevel |
GroupingLevel.Factory.newInstance()
Constructs a new instance of
GroupingLevel . |
static GroupingLevel |
GroupingLevel.Factory.newInstance(String label,
String name,
String description,
String comments,
Timestamp updateDate,
GroupingLevel parentGroupingLevel,
Collection<Grouping> groupings,
Pmfm pmfm,
GroupingClassification groupingClassification,
Collection<GroupingLevel> groupingLevels)
Constructs a new instance of
GroupingLevel , taking all possible properties
(except the identifier(s))as arguments. |
static GroupingLevel |
GroupingLevel.Factory.newInstance(String label,
String name,
Timestamp updateDate,
GroupingClassification groupingClassification)
Constructs a new instance of
GroupingLevel , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected GroupingLevel |
GroupingLevelDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<GroupingLevel> |
GroupingLevelDaoBase.create(Collection<GroupingLevel> entities)
Creates a new instance of GroupingLevel and adds
from the passed in
entities collection |
Collection<GroupingLevel> |
GroupingLevelDao.create(Collection<GroupingLevel> entities)
Creates a new instance of GroupingLevel and adds
from the passed in
entities collection |
Collection<GroupingLevel> |
GroupingLevel.getGroupingLevels()
Niveau de regroupement, d'une classification donnée.
|
Collection<GroupingLevel> |
GroupingLevelDaoBase.loadAll()
Loads all entities of type
GroupingLevel . |
Collection<GroupingLevel> |
GroupingLevelDao.loadAll()
Loads all entities of type
GroupingLevel . |
Set<GroupingLevel> |
GroupingLevelDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GroupingLevel> |
GroupingLevelDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
GroupingLevel.addGroupingLevels(GroupingLevel elementToAdd)
Niveau de regroupement, d'une classification donnée.
|
int |
GroupingLevel.compareTo(GroupingLevel o) |
Grouping |
GroupingDaoBase.create(GroupingClassification groupingClassification,
GroupingLevel groupingLevel,
String label,
String name,
Status status,
Timestamp updateDate,
ValidityStatus validityStatus)
Creates a new
Grouping
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Grouping |
GroupingDao.create(GroupingClassification groupingClassification,
GroupingLevel groupingLevel,
String label,
String name,
Status status,
Timestamp updateDate,
ValidityStatus validityStatus)
Creates a new
Grouping
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GroupingLevel |
GroupingLevelDaoBase.create(GroupingLevel groupingLevel)
Creates an instance of GroupingLevel and adds it to the persistent store.
|
GroupingLevel |
GroupingLevelDao.create(GroupingLevel groupingLevel)
Creates an instance of GroupingLevel and adds it to the persistent store.
|
Object |
GroupingDaoBase.create(int transform,
GroupingClassification groupingClassification,
GroupingLevel groupingLevel,
String label,
String name,
Status status,
Timestamp updateDate,
ValidityStatus validityStatus)
Does the same thing as
#create(String, String, Timestamp) with an
additional flag called transform . |
Object |
GroupingDao.create(int transform,
GroupingClassification groupingClassification,
GroupingLevel groupingLevel,
String label,
String name,
Status status,
Timestamp updateDate,
ValidityStatus validityStatus)
Does the same thing as
#create(String, String, Timestamp) with an
additional flag called transform . |
Object |
GroupingLevelDaoBase.create(int transform,
GroupingLevel groupingLevel)
Does the same thing as
GroupingLevelDao.create(GroupingLevel) with an
additional flag called transform . |
Object |
GroupingLevelDao.create(int transform,
GroupingLevel groupingLevel)
Does the same thing as
GroupingLevelDao.create(GroupingLevel) with an
additional flag called transform . |
static Grouping |
Grouping.Factory.newInstance(String label,
String name,
Double minValue,
Double maxValue,
Timestamp updateDate,
String comments,
ValidityStatus validityStatus,
Grouping parentGrouping,
Collection<Grouping> groupings,
GroupingClassification groupingClassification,
Status status,
Collection<GroupingItem> groupingItems,
GroupingLevel groupingLevel)
Constructs a new instance of
Grouping , taking all possible properties
(except the identifier(s))as arguments. |
static GroupingLevel |
GroupingLevel.Factory.newInstance(String label,
String name,
String description,
String comments,
Timestamp updateDate,
GroupingLevel parentGroupingLevel,
Collection<Grouping> groupings,
Pmfm pmfm,
GroupingClassification groupingClassification,
Collection<GroupingLevel> groupingLevels)
Constructs a new instance of
GroupingLevel , taking all possible properties
(except the identifier(s))as arguments. |
static Grouping |
Grouping.Factory.newInstance(String label,
String name,
Timestamp updateDate,
ValidityStatus validityStatus,
GroupingClassification groupingClassification,
Status status,
GroupingLevel groupingLevel)
Constructs a new instance of
Grouping , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
GroupingLevelDaoBase.remove(GroupingLevel groupingLevel)
Removes the instance of GroupingLevel from the persistent store.
|
void |
GroupingLevelDao.remove(GroupingLevel groupingLevel)
Removes the instance of GroupingLevel from the persistent store.
|
boolean |
GroupingLevel.removeGroupingLevels(GroupingLevel elementToRemove)
Niveau de regroupement, d'une classification donnée.
|
void |
Grouping.setGroupingLevel(GroupingLevel groupingLevelIn)
Niveau de regroupement, d'une classification donnée.
|
void |
GroupingLevel.setParentGroupingLevel(GroupingLevel parentGroupingLevelIn)
Le niveau de regroupement parent (optionnel).
|
Object |
GroupingLevelDaoBase.transformEntity(int transform,
GroupingLevel 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 GroupingLevelDao , please note
that the GroupingLevelDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
GroupingLevelDao.transformEntity(int transform,
GroupingLevel 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.grouping.GroupingLevelDao , please note
that the GroupingLevelDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
GroupingLevelDaoBase.update(GroupingLevel groupingLevel)
Updates the
groupingLevel instance in the persistent store. |
void |
GroupingLevelDao.update(GroupingLevel groupingLevel)
Updates the
groupingLevel instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<GroupingLevel> |
GroupingLevelDaoBase.create(Collection<GroupingLevel> entities)
Creates a new instance of GroupingLevel and adds
from the passed in
entities collection |
Collection<GroupingLevel> |
GroupingLevelDao.create(Collection<GroupingLevel> entities)
Creates a new instance of GroupingLevel and adds
from the passed in
entities collection |
Collection<?> |
GroupingLevelDaoBase.create(int transform,
Collection<GroupingLevel> entities)
Does the same thing as
GroupingLevelDao.create(GroupingLevel) with an
additional flag called transform . |
Collection<?> |
GroupingLevelDao.create(int transform,
Collection<GroupingLevel> entities)
Does the same thing as
GroupingLevelDao.create(GroupingLevel) with an
additional flag called transform . |
static GroupingLevel |
GroupingLevel.Factory.newInstance(String label,
String name,
String description,
String comments,
Timestamp updateDate,
GroupingLevel parentGroupingLevel,
Collection<Grouping> groupings,
Pmfm pmfm,
GroupingClassification groupingClassification,
Collection<GroupingLevel> groupingLevels)
Constructs a new instance of
GroupingLevel , taking all possible properties
(except the identifier(s))as arguments. |
void |
GroupingLevelDaoBase.remove(Collection<GroupingLevel> entities)
Removes all entities in the given
entities collection. |
void |
GroupingLevelDao.remove(Collection<GroupingLevel> entities)
Removes all entities in the given
entities collection. |
void |
GroupingLevel.setGroupingLevels(Collection<GroupingLevel> groupingLevelsIn)
Niveau de regroupement, d'une classification donnée.
|
void |
GroupingLevelDaoBase.update(Collection<GroupingLevel> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
GroupingLevelDao.update(Collection<GroupingLevel> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.