Package | Description |
---|---|
fr.paris.lutece.portal.business.right |
Modifier and Type | Method and Description |
---|---|
static FeatureGroup |
FeatureGroupHome.create(FeatureGroup featureGroup)
Creation of an instance of an feature group
|
static FeatureGroup |
FeatureGroupHome.findByPrimaryKey(String strKey)
Returns an instance of an feature group whose identifier is specified in parameter
|
FeatureGroup |
IFeatureGroupDAO.load(String strIdFeatureGroup)
load the data of FeatureGroup from the table
|
FeatureGroup |
FeatureGroupDAO.load(String strIdFeatureGroup)
load the data of FeatureGroup from the table
|
static FeatureGroup |
FeatureGroupHome.update(FeatureGroup featureGroup)
Update of the feature group which is specified
|
Modifier and Type | Method and Description |
---|---|
static List<FeatureGroup> |
FeatureGroupHome.getFeatureGroupsList()
Loads the data of all the feature groups and returns them in form of a collection
|
List<FeatureGroup> |
IFeatureGroupDAO.selectFeatureGroupsList()
Loads the data of all the feature groups and returns them in form of a collection
|
List<FeatureGroup> |
FeatureGroupDAO.selectFeatureGroupsList()
Loads the data of all the feature groups and returns them in form of a collection
|
Modifier and Type | Method and Description |
---|---|
static int |
FeatureGroupHome.changeRightOrder(FeatureGroup featureGroup,
int nNewOrder)
Change the order in a
Right |
static FeatureGroup |
FeatureGroupHome.create(FeatureGroup featureGroup)
Creation of an instance of an feature group
|
void |
IFeatureGroupDAO.insert(FeatureGroup featureGroup)
Insert a new record in the table.
|
void |
FeatureGroupDAO.insert(FeatureGroup featureGroup)
Insert a new record in the table.
|
void |
IFeatureGroupDAO.store(FeatureGroup featureGroup)
Update the record in the table
|
void |
FeatureGroupDAO.store(FeatureGroup featureGroup)
Update the record in the table
|
static FeatureGroup |
FeatureGroupHome.update(FeatureGroup featureGroup)
Update of the feature group which is specified
|
Copyright © 2020 City of Paris. All rights reserved.