|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.business.CategoryDAO
public class CategoryDAO
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 |
---|
public CategoryDAO()
Method Detail |
---|
public Category load(int idKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
ICategoryDAO
load
in interface ICategoryDAO
idKey
- The identifier of the categoryplugin
- the plugin
public java.util.List<Category> select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
ICategoryDAO
select
in interface ICategoryDAO
plugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |