Uses of Class
fr.paris.lutece.plugins.document.business.category.Category

Packages that use Category
fr.paris.lutece.plugins.document.business   
fr.paris.lutece.plugins.document.business.category   
fr.paris.lutece.plugins.document.service.category   
 

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

Methods in fr.paris.lutece.plugins.document.business that return types with arguments of type Category
 java.util.List<Category> Document.getCategories()
           
 

Method parameters in fr.paris.lutece.plugins.document.business with type arguments of type Category
 void Document.setCategories(java.util.List<Category> listCategory)
           
 

Uses of Category in fr.paris.lutece.plugins.document.business.category
 

Methods in fr.paris.lutece.plugins.document.business.category that return Category
static Category CategoryHome.find(int nIdCategory)
          Find the data of Category from the table
 Category ICategoryDAO.load(int nIdCategory)
          Load the data of Category from the table
 Category CategoryDAO.load(int nIdCategory)
          Load the data of Category from the table
 

Methods in fr.paris.lutece.plugins.document.business.category that return types with arguments of type Category
static java.util.Collection<Category> CategoryHome.findAll()
          Returns the category list
static java.util.Collection<Category> CategoryHome.findByName(java.lang.String strCategoryName)
          Find the data of Category from the table
 java.util.Collection<Category> ICategoryDAO.selectAll()
          Load the list of category
 java.util.Collection<Category> CategoryDAO.selectAll()
          Load the list of Category
 java.util.Collection<Category> ICategoryDAO.selectByName(java.lang.String strCategoryName)
          Load the data of Category from the table
 java.util.Collection<Category> CategoryDAO.selectByName(java.lang.String strCategoryName)
          Load the data of Category from the table
 

Methods in fr.paris.lutece.plugins.document.business.category with parameters of type Category
static void CategoryHome.create(Category category)
          Create a new Category
 void ICategoryDAO.insert(Category category)
          insert a new Category
 void CategoryDAO.insert(Category category)
          Insert a new Category
 void ICategoryDAO.store(Category category)
          Update the record in the table
 void CategoryDAO.store(Category category)
          Update the record in the table
static void CategoryHome.update(Category category)
          Update the record in the table
 

Uses of Category in fr.paris.lutece.plugins.document.service.category
 

Methods in fr.paris.lutece.plugins.document.service.category that return Category
 Category CategoryService.CategoryDisplay.getCategory()
          Get the Category object
 

Methods in fr.paris.lutece.plugins.document.service.category with parameters of type Category
 void CategoryService.CategoryDisplay.setCategory(Category category)
          Set the Category object
 

Method parameters in fr.paris.lutece.plugins.document.service.category with type arguments of type Category
static java.util.Collection<CategoryService.CategoryDisplay> CategoryService.getAllCategoriesDisplay(java.util.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 © 2009 Mairie de Paris. All Rights Reserved.