Package | Description |
---|---|
fr.paris.lutece.plugins.gru.business.feature | |
fr.paris.lutece.plugins.gru.service.feature |
Modifier and Type | Method and Description |
---|---|
static Feature |
FeatureHome.create(Feature feature)
Create an instance of the feature class
|
static Feature |
FeatureHome.findByPrimaryKey(int nKey)
Returns an instance of a feature whose identifier is specified in parameter
|
Feature |
FeatureDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
Feature |
IFeatureDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
static Feature |
FeatureHome.update(Feature feature)
Update of the feature which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
List<Feature> |
FeatureCategory.getFeatures()
Gets all features for this category
|
static List<Feature> |
FeatureHome.getFeaturesList()
Load the data of all the feature objects and returns them in form of a collection
|
static List<Feature> |
FeatureHome.getFeaturesListByCategory(int nCategory)
Gets all features for a given category
|
List<Feature> |
FeatureDAO.selectFeaturesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the feature objects and returns them as a collection
|
List<Feature> |
IFeatureDAO.selectFeaturesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the feature objects and returns them as a collection
|
List<Feature> |
FeatureDAO.selectFeaturesListByCategory(int nCategory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Gets all features for a given category
|
List<Feature> |
IFeatureDAO.selectFeaturesListByCategory(int nCategory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Gets all features for a given category
|
Modifier and Type | Method and Description |
---|---|
static Feature |
FeatureHome.create(Feature feature)
Create an instance of the feature class
|
void |
FeatureDAO.insert(Feature feature,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IFeatureDAO.insert(Feature feature,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
FeatureDAO.store(Feature feature,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
IFeatureDAO.store(Feature feature,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static Feature |
FeatureHome.update(Feature feature)
Update of the feature which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<Feature> |
FeatureService.getHomeFeatures()
Gets the list of features that should be displayed on the home page
|
Modifier and Type | Method and Description |
---|---|
static String |
FeatureService.getCustomerLink(Feature feature,
Customer customer)
Build a link to a feature for a given customer
|
Copyright © 2016 City of Paris. All rights reserved.