public interface ICategoryDAO
Modifier and Type | Method and Description |
---|---|
Category |
load(int idKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the category type from the table
|
List<Category> |
select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all category returns them in a list
|
Category load(int idKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
idKey
- The identifier of the categoryplugin
- the pluginCopyright © 2017 City of Paris. All rights reserved.