Uses of Class
fr.cnes.sitools.common.model.Category

Packages that use Category
fr.cnes.sitools.common   
fr.cnes.sitools.common.application   
fr.cnes.sitools.common.model   
fr.cnes.sitools.plugins.applications.dto   
fr.cnes.sitools.plugins.applications.model   
 

Uses of Category in fr.cnes.sitools.common
 

Methods in fr.cnes.sitools.common that return types with arguments of type Category
 java.util.List<Category> SitoolsSettings.getIntranetCategories()
          Gets the intranetCategories value
 

Method parameters in fr.cnes.sitools.common with type arguments of type Category
 void SitoolsSettings.setIntranetCategories(java.util.List<Category> intranetCategories)
          Sets the value of intranetCategories
 

Uses of Category in fr.cnes.sitools.common.application
 

Methods in fr.cnes.sitools.common.application that return Category
 Category SitoolsApplication.getCategory()
          Gets the category value
 

Methods in fr.cnes.sitools.common.application with parameters of type Category
 void SitoolsApplication.setCategory(Category category)
          Sets the value of category
 

Uses of Category in fr.cnes.sitools.common.model
 

Methods in fr.cnes.sitools.common.model that return Category
 Category Resource.getCategory()
          Gets the category value
static Category Category.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Category[] Category.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fr.cnes.sitools.common.model with parameters of type Category
 void Resource.setCategory(Category category)
          Sets the value of category
 

Uses of Category in fr.cnes.sitools.plugins.applications.dto
 

Methods in fr.cnes.sitools.plugins.applications.dto that return Category
 Category ApplicationPluginModelDTO.getCategory()
          Gets the category value
 

Methods in fr.cnes.sitools.plugins.applications.dto with parameters of type Category
 void ApplicationPluginModelDTO.setCategory(Category category)
          Sets the value of category
 

Uses of Category in fr.cnes.sitools.plugins.applications.model
 

Methods in fr.cnes.sitools.plugins.applications.model that return Category
 Category ApplicationPluginModel.getCategory()
          Gets the category value
 

Methods in fr.cnes.sitools.plugins.applications.model with parameters of type Category
 void ApplicationPluginModel.setCategory(Category category)
          Sets the value of category
 



Copyright © 2010-2013 CNES. All Rights Reserved.