Package | Description |
---|---|
fr.paris.lutece.plugins.directory.business |
Modifier and Type | Method and Description |
---|---|
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 |
CategoryDAO.load(int idKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the category type from the table
|
Category |
ICategoryDAO.load(int idKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the category type from the table
|
Modifier and Type | Method and Description |
---|---|
static List<Category> |
CategoryHome.getList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a list of all Category
|
List<Category> |
CategoryDAO.select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all category returns them in a list
|
List<Category> |
ICategoryDAO.select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all category returns them in a list
|
Modifier and Type | Method and Description |
---|---|
void |
DirectoryXsl.setCategory(Category category)
set the category of the xsl
|
Copyright © 2017 City of Paris. All rights reserved.