net.firstpartners.rp.plugins
Interface ICategoryManager

All Superinterfaces:
IPlugin
All Known Implementing Classes:
CategoryManager

public interface ICategoryManager
extends IPlugin

CategoryManager interface

Version:
$Revision: 1.1 $
Author:
$author$

Method Summary
 java.util.LinkedList getCategoryList()
          Get the list of categories
 java.lang.String getRoot()
          Get the root of the category Manager
 
Methods inherited from interface net.firstpartners.rp.plugins.IPlugin
onLoad
 

Method Detail

getRoot

java.lang.String getRoot()
Get the root of the category Manager

Returns:
root folder of the category manager

getCategoryList

java.util.LinkedList getCategoryList()
Get the list of categories

Returns:
Category list of the category manager