public interface ICategoryDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdCategory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
insert(Category category,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
Category |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
Collection<Category> |
selectCategorysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the category objects and returns them as a collection
|
void |
store(Category category,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void insert(Category category, fr.paris.lutece.portal.service.plugin.Plugin plugin)
category
- instance of the Category object to insertplugin
- the Pluginvoid store(Category category, fr.paris.lutece.portal.service.plugin.Plugin plugin)
category
- the reference of the Categoryplugin
- the Pluginvoid delete(int nIdCategory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdCategory
- int identifier of the Category to deleteplugin
- the PluginCategory load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the categoryplugin
- the PluginCollection<Category> selectCategorysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginCopyright © 2016 City of Paris. All rights reserved.