Uses of Class
fr.paris.lutece.plugins.form.business.Category

Packages that use Category
fr.paris.lutece.plugins.form.business   
fr.paris.lutece.plugins.form.utils   
 

Uses of Category in fr.paris.lutece.plugins.form.business
 

Methods in fr.paris.lutece.plugins.form.business that return Category
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()
           
 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
 

Methods in fr.paris.lutece.plugins.form.business that return types with arguments of type Category
static java.util.List<Category> CategoryHome.getList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns a list of all category
 java.util.List<Category> ICategoryDAO.select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all category returns them in a list
 java.util.List<Category> CategoryDAO.select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all category returns them in a list
 

Methods in fr.paris.lutece.plugins.form.business with parameters of type Category
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
 

Uses of Category in fr.paris.lutece.plugins.form.utils
 

Method parameters in fr.paris.lutece.plugins.form.utils with type arguments of type Category
static fr.paris.lutece.util.ReferenceList FormUtils.getRefListCategory(java.util.List<Category> listCategories)
          Init reference list with the different categories
 



Copyright © 2012 Mairie de Paris. All Rights Reserved.