public class CategoryDAO extends Object implements ICategoryDAO
Constructor and Description |
---|
CategoryDAO() |
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
|
public Category load(int idKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface ICategoryDAO
idKey
- The identifier of the categoryplugin
- the pluginpublic List<Category> select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
select
in interface ICategoryDAO
plugin
- the pluginCopyright © 2017 City of Paris. All rights reserved.