|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Category | |
---|---|
fr.paris.lutece.plugins.directory.business |
Uses of Category in fr.paris.lutece.plugins.directory.business |
---|
Methods in fr.paris.lutece.plugins.directory.business that return Category | |
---|---|
static Category |
CategoryHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a Category whose identifier is specified in parameter |
Category |
DirectoryXsl.getCategory()
|
Category |
ICategoryDAO.load(int idKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the category type from the table |
Category |
CategoryDAO.load(int idKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
Methods in fr.paris.lutece.plugins.directory.business that return types with arguments of type Category | |
---|---|
static List<Category> |
CategoryHome.getList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a list of all Category |
List<Category> |
ICategoryDAO.select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all category returns them in a list |
List<Category> |
CategoryDAO.select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
Methods in fr.paris.lutece.plugins.directory.business with parameters of type Category | |
---|---|
void |
DirectoryXsl.setCategory(Category category)
set the category of the xsl |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |