Package | Description |
---|---|
fr.paris.lutece.plugins.calendar.business | |
fr.paris.lutece.plugins.calendar.business.category | |
fr.paris.lutece.plugins.calendar.service |
Modifier and Type | Method and Description |
---|---|
Collection<Category> |
SimpleEvent.getListCategories()
Gets the event categories
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleEvent.setListCategories(Collection<Category> categories)
Sets the event categories
|
Modifier and Type | Method and Description |
---|---|
static Category |
CategoryHome.find(int nIdCategory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find the data of Category from the table
|
Category |
ICategoryDAO.load(int nIdCategory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of Category from the table
|
Category |
CategoryDAO.load(int nIdCategory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of Category from the table
|
Modifier and Type | Method and Description |
---|---|
static Collection<Category> |
CategoryHome.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns the category list
|
static Collection<Category> |
CategoryHome.findByEvent(int nIdEvent,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of Category for an event from the table
|
static Collection<Category> |
CategoryHome.findByName(String strCategoryName,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find the data of Category from the table
|
Collection<Category> |
ICategoryDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of category
|
Collection<Category> |
CategoryDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of Category
|
Collection<Category> |
ICategoryDAO.selectByEvent(int nIdEvent,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of Category for an event from the table
|
Collection<Category> |
CategoryDAO.selectByEvent(int nIdEvent,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of Category for an event from the table
|
Collection<Category> |
ICategoryDAO.selectByName(String strCategoryName,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of Category from the table
|
Collection<Category> |
CategoryDAO.selectByName(String strCategoryName,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of Category from the table
|
Modifier and Type | Method and Description |
---|---|
static void |
CategoryHome.create(Category category,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create a new Category
|
void |
ICategoryDAO.insert(Category category,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert a new Category
|
void |
CategoryDAO.insert(Category category,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new Category
|
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 void |
CategoryHome.update(Category category,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
Modifier and Type | Method and Description |
---|---|
Category |
CategoryService.CategoryDisplay.getCategory()
Get the Category object
|
Modifier and Type | Method and Description |
---|---|
Collection<Category> |
CategoryService.getCategories(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of every categories
|
Modifier and Type | Method and Description |
---|---|
void |
CategoryService.CategoryDisplay.setCategory(Category category)
Set the Category object
|
Modifier and Type | Method and Description |
---|---|
static Collection<CategoryService.CategoryDisplay> |
CategoryService.getAllCategoriesDisplay(List<Category> listCategory,
fr.paris.lutece.portal.business.user.AdminUser user)
Get all Category converted to CategoryDisplay objects and tagged with the
assigned value when lists of categories matched
|
Copyright © 2015 City of Paris. All rights reserved.