public interface IFeatureCategoryDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
insert(FeatureCategory featureCategory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
FeatureCategory |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
fr.paris.lutece.util.ReferenceList |
selectCategoriesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get all categories as a reference list
|
List<FeatureCategory> |
selectFeatureCategorysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the featureCategory objects and returns them as a collection
|
List<Integer> |
selectIdFeatureCategorysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the id of all the featureCategory objects and returns them as a collection
|
void |
store(FeatureCategory featureCategory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void insert(FeatureCategory featureCategory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
featureCategory
- instance of the FeatureCategory object to insertplugin
- the Pluginvoid store(FeatureCategory featureCategory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
featureCategory
- the reference of the FeatureCategoryplugin
- the Pluginvoid delete(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the FeatureCategory to deleteplugin
- the PluginFeatureCategory load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the featureCategoryplugin
- the PluginList<FeatureCategory> selectFeatureCategorysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginList<Integer> selectIdFeatureCategorysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Pluginfr.paris.lutece.util.ReferenceList selectCategoriesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The pluginCopyright © 2016 City of Paris. All rights reserved.