Package | Description |
---|---|
fr.paris.lutece.plugins.form.business | |
fr.paris.lutece.plugins.form.utils |
Modifier and Type | Method and Description |
---|---|
static Category |
CategoryHome.findByPrimaryKey(int idKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a category whose identifier is specified in parameter
|
Category |
Form.getCategory()
Get the category associate to the form
|
Category |
ICategoryDAO.load(int idKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the category from the table
|
Category |
CategoryDAO.load(int idKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the category 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> |
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)
Load the data of all category returns them in a list
|
Modifier and Type | Method and Description |
---|---|
static void |
CategoryHome.create(Category category,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of category
|
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 |
Form.setCategory(Category category)
set the category associate to the form
|
void |
ICategoryDAO.store(Category category,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
update record in the table.
|
void |
CategoryDAO.store(Category category,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
update record in the table.
|
static void |
CategoryHome.update(Category category,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the category which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static fr.paris.lutece.util.ReferenceList |
FormUtils.getRefListCategory(List<Category> listCategories)
Initialize a reference list with the different categories
|
Copyright © 2016 City of Paris. All rights reserved.