|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Feature | |
---|---|
fr.paris.lutece.plugins.pluginwizard.business.model | |
fr.paris.lutece.plugins.pluginwizard.service |
Uses of Feature in fr.paris.lutece.plugins.pluginwizard.business.model |
---|
Methods in fr.paris.lutece.plugins.pluginwizard.business.model that return types with arguments of type Feature | |
---|---|
List<Feature> |
PluginModel.BusinessClass()
|
List<Feature> |
PluginModel.getFeatures()
Returns the list of plugin features |
Method parameters in fr.paris.lutece.plugins.pluginwizard.business.model with type arguments of type Feature | |
---|---|
void |
PluginModel.setPluginFeatures(List<Feature> listPluginFeatures)
Sets the list of plugin features |
Uses of Feature in fr.paris.lutece.plugins.pluginwizard.service |
---|
Methods in fr.paris.lutece.plugins.pluginwizard.service that return Feature | |
---|---|
static Feature |
ModelService.getFeature(int nPluginId,
int nFeatureId)
Get a given feature |
static Feature |
ModelService.getFeatureByBusinessClass(PluginModel pm,
int nBusinessClassId)
Gets the feature for a given Business Class |
Methods in fr.paris.lutece.plugins.pluginwizard.service with parameters of type Feature | |
---|---|
static void |
ModelService.addFeature(int nPluginId,
Feature feature)
Add a feature |
static void |
ModelService.updateFeature(int nPluginId,
Feature feature)
Update a feature |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |