|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Category | |
---|---|
fr.paris.lutece.plugins.crm.business.demand.category | |
fr.paris.lutece.plugins.crm.service.category |
Uses of Category in fr.paris.lutece.plugins.crm.business.demand.category |
---|
Methods in fr.paris.lutece.plugins.crm.business.demand.category that return Category | |
---|---|
static Category |
CategoryHome.findByPrimaryKey(int nKey)
Returns an instance of a category whose identifier is specified in parameter |
static Category |
CategoryHome.findFirstCategory()
Find the first category |
Category |
ICategoryDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table |
Category |
CategoryDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table |
Category |
ICategoryDAO.selectFirstCategory(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select the first category |
Category |
CategoryDAO.selectFirstCategory(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select the first category |
static Category |
CategoryHome.update(Category category)
Update of the category which is specified in parameter |
Methods in fr.paris.lutece.plugins.crm.business.demand.category that return types with arguments of type Category | |
---|---|
static java.util.Collection<Category> |
CategoryHome.getCategoriesList()
Load the data of all the category objects and returns them in form of a collection |
java.util.Collection<Category> |
ICategoryDAO.selectCategoriesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the category objects and returns them as a collection |
java.util.Collection<Category> |
CategoryDAO.selectCategoriesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the category objects and returns them as a collection |
Methods in fr.paris.lutece.plugins.crm.business.demand.category with parameters of type Category | |
---|---|
static int |
CategoryHome.create(Category category)
Create an instance of the category class |
int |
ICategoryDAO.insert(Category category,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
int |
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 |
Uses of Category in fr.paris.lutece.plugins.crm.service.category |
---|
Methods in fr.paris.lutece.plugins.crm.service.category that return Category | |
---|---|
Category |
CategoryService.findByPrimaryKey(int nIdCategory)
Returns an instance of a category whose identifier is specified in parameter |
Category |
CategoryService.findFirstCategory()
Find the first category (order by the ID category) |
Methods in fr.paris.lutece.plugins.crm.service.category that return types with arguments of type Category | |
---|---|
java.util.Collection<Category> |
CategoryService.getCategoriesList()
Load the data of all the category objects and returns them in form of a collection |
Methods in fr.paris.lutece.plugins.crm.service.category with parameters of type Category | |
---|---|
int |
CategoryService.createCategory(Category category)
Create an instance of the category class |
void |
CategoryService.updateCategory(Category category)
Update of the category which is specified in parameter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |