fr.paris.lutece.plugins.directory.business
Class CategoryDAO

java.lang.Object
  extended by fr.paris.lutece.plugins.directory.business.CategoryDAO
All Implemented Interfaces:
ICategoryDAO

public class CategoryDAO
extends java.lang.Object
implements ICategoryDAO

class CategoryDAO


Constructor Summary
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
 java.util.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
 

Constructor Detail

CategoryDAO

public CategoryDAO()
Method Detail

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 category
plugin - the plugin
Returns:
the instance of the Category

select

public java.util.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 © 2009 Mairie de Paris. All Rights Reserved.