fr.paris.lutece.plugins.directory.business
Interface ICategoryDAO

All Known Implementing Classes:
CategoryDAO

public interface ICategoryDAO

ICategoryDAO


Method Summary
 Category load(int idKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the category type from the table
 java.util.List<Category> select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all category returns them in a list
 

Method Detail

load

Category load(int idKey,
              fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the category type from the table

Parameters:
idKey - The identifier of the category
plugin - the plugin
Returns:
the instance of the Category

select

java.util.List<Category> select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all category returns them in a list

Parameters:
plugin - the plugin
Returns:
the list of category


Copyright © 2012 Mairie de Paris. All Rights Reserved.