Package | Description |
---|---|
fr.paris.lutece.plugins.appointment.business.category | |
fr.paris.lutece.plugins.appointment.service |
Modifier and Type | Method and Description |
---|---|
static Category |
CategoryHome.create(Category category)
Create an instance of the Category class
|
static Category |
CategoryHome.findByLabel(String strLabel)
Find a category by its Label
|
Category |
ICategoryDAO.findByLabel(String strLabel,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find a category by its category label
|
Category |
CategoryDAO.findByLabel(String strLabel,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
static Category |
CategoryHome.findByPrimaryKey(int nKey)
Returns an instance of the Category whose identifier is specified in parameter
|
Category |
ICategoryDAO.select(int nIdCategory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
Category |
CategoryDAO.select(int nIdCategory,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
static Category |
CategoryHome.update(Category category)
Update of the Category which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<Category> |
CategoryHome.findAllCategories()
Returns all the Categories parameter
|
List<Category> |
ICategoryDAO.findAllCategories(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find all the categories
|
List<Category> |
CategoryDAO.findAllCategories(fr.paris.lutece.portal.service.plugin.Plugin plugin) |
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) |
static Category |
CategoryHome.update(Category category)
Update of the Category which is specified in parameter
|
void |
ICategoryDAO.update(Category category,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
CategoryDAO.update(Category category,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
Modifier and Type | Method and Description |
---|---|
static Category |
CategoryService.findCategoryById(int nIdCategory)
Find a category by its primary key
|
static Category |
CategoryService.saveCategory(Category category)
Create a category
|
Modifier and Type | Method and Description |
---|---|
static List<Category> |
CategoryService.findAllCategories()
Find all the categories
|
Modifier and Type | Method and Description |
---|---|
static Category |
CategoryService.saveCategory(Category category)
Create a category
|
static void |
CategoryService.updateCategory(Category category)
Update a category
|
Copyright © 2018 City of Paris. All rights reserved.