Package | Description |
---|---|
fr.paris.lutece.plugins.graphite.business | |
fr.paris.lutece.plugins.graphite.web |
Modifier and Type | Method and Description |
---|---|
static Category |
CategoryHome.create(Category category)
Create an instance of the category class
|
static Category |
CategoryHome.findByPrimaryKey(int nKey)
Returns an instance of a category whose identifier is specified in parameter
|
Category |
ICategoryDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
Category |
CategoryDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
static Category |
CategoryHome.update(Category category)
Update of the category which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static Collection<Category> |
CategoryHome.getCategorysList()
Load the data of all the category objects and returns them in form of a collection
|
Collection<Category> |
ICategoryDAO.selectCategorysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the category objects and returns them as a collection
|
Collection<Category> |
CategoryDAO.selectCategorysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the category objects and returns them as a collection
|
Modifier and Type | Method and Description |
---|---|
static Category |
CategoryHome.create(Category category)
Create an instance of the category class
|
void |
ICategoryDAO.insert(Category category,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
CategoryDAO.insert(Category category,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
ICategoryDAO.store(Category category,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
CategoryDAO.store(Category category,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static Category |
CategoryHome.update(Category category)
Update of the category which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
List<Category> |
ViewJspBean.getAuthorizedCategory()
Returns the Authorized Collection
|
List<Category> |
Graphite.getAuthorizedCategory(javax.servlet.http.HttpServletRequest request)
Returns the Authorized Collection
|
List<Category> |
Graphite.getComboCategories()
Returns the categories
|
List<Category> |
ViewJspBean.getComboCategories()
Returns the categories
|
Modifier and Type | Method and Description |
---|---|
boolean |
ViewJspBean.isAuthorized(Category category)
Returns a boolean for the authorisation
|
boolean |
Graphite.isAuthorized(javax.servlet.http.HttpServletRequest request,
Category category)
Returns a boolean for the authorisation
|
Copyright © 2015 City of Paris. All rights reserved.