fr.paris.lutece.plugins.directory.business
Class CategoryDAO
java.lang.Object
fr.paris.lutece.plugins.directory.business.CategoryDAO
- All Implemented Interfaces:
- ICategoryDAO
public class CategoryDAO
- extends Object
- implements ICategoryDAO
class CategoryDAO
Method Summary |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CategoryDAO
public CategoryDAO()
load
public Category load(int idKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
- Description copied from interface:
ICategoryDAO
- Load the data of the category type from the table
- Specified by:
load
in interface ICategoryDAO
- Parameters:
idKey
- The identifier of the categoryplugin
- the plugin
- Returns:
- the instance of the Category
select
public List<Category> select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
- Description copied from interface:
ICategoryDAO
- Load the data of all category returns them in a list
- Specified by:
select
in interface ICategoryDAO
- Parameters:
plugin
- the plugin
- Returns:
- the list of category
Copyright © 2013 Mairie de Paris. All Rights Reserved.