Package | Description |
---|---|
fr.paris.lutece.plugins.gru.business.feature |
Modifier and Type | Method and Description |
---|---|
static FeatureCategory |
FeatureCategoryHome.create(FeatureCategory featureCategory)
Create an instance of the featureCategory class
|
static FeatureCategory |
FeatureCategoryHome.findByPrimaryKey(int nKey)
Returns an instance of a featureCategory whose identifier is specified in parameter
|
FeatureCategory |
IFeatureCategoryDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
FeatureCategory |
FeatureCategoryDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
static FeatureCategory |
FeatureCategoryHome.update(FeatureCategory featureCategory)
Update of the featureCategory which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<FeatureCategory> |
FeatureCategoryHome.getFeatureCategorysList()
Load the data of all the featureCategory objects and returns them in form of a collection
|
List<FeatureCategory> |
IFeatureCategoryDAO.selectFeatureCategorysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the featureCategory objects and returns them as a collection
|
List<FeatureCategory> |
FeatureCategoryDAO.selectFeatureCategorysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the featureCategory objects and returns them as a collection
|
Modifier and Type | Method and Description |
---|---|
static FeatureCategory |
FeatureCategoryHome.create(FeatureCategory featureCategory)
Create an instance of the featureCategory class
|
void |
IFeatureCategoryDAO.insert(FeatureCategory featureCategory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
FeatureCategoryDAO.insert(FeatureCategory category,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IFeatureCategoryDAO.store(FeatureCategory featureCategory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
FeatureCategoryDAO.store(FeatureCategory category,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static FeatureCategory |
FeatureCategoryHome.update(FeatureCategory featureCategory)
Update of the featureCategory which is specified in parameter
|
Copyright © 2016 City of Paris. All rights reserved.