Uses of Class
org.silverpeas.resourcemanager.model.Category

Packages that use Category
org.silverpeas.resourcemanager.control   
org.silverpeas.resourcemanager.model   
org.silverpeas.resourcemanager.repository   
org.silverpeas.resourcemanager.services   
org.silverpeas.resourcesmanager.control   
org.silverpeas.resourcesmanager.web   
 

Uses of Category in org.silverpeas.resourcemanager.control
 

Methods in org.silverpeas.resourcemanager.control that return Category
 Category ResourcesManager.getCategory(Long id)
           
 Category SimpleResourcesManager.getCategory(Long id)
           
 

Methods in org.silverpeas.resourcemanager.control that return types with arguments of type Category
 List<Category> ResourcesManager.getCategories(String instanceId)
           
 List<Category> SimpleResourcesManager.getCategories(String instanceId)
           
 

Methods in org.silverpeas.resourcemanager.control with parameters of type Category
 void ResourcesManager.createCategory(Category category)
           
 void SimpleResourcesManager.createCategory(Category category)
          Creating a new resource category.
 void ResourcesManager.updateCategory(Category category)
           
 void SimpleResourcesManager.updateCategory(Category category)
           
 

Uses of Category in org.silverpeas.resourcemanager.model
 

Methods in org.silverpeas.resourcemanager.model that return Category
 Category Resource.getCategory()
           
 

Methods in org.silverpeas.resourcemanager.model with parameters of type Category
 void Resource.setCategory(Category category)
           
 

Constructors in org.silverpeas.resourcemanager.model with parameters of type Category
Resource(Long id, Category category, String name, String description, String createrId, String updaterId, String instanceId, boolean bookable)
           
 

Uses of Category in org.silverpeas.resourcemanager.repository
 

Methods in org.silverpeas.resourcemanager.repository that return types with arguments of type Category
 List<Category> CategoryRepository.findCategoriesByInstanceId(String instanceId)
           
 

Uses of Category in org.silverpeas.resourcemanager.services
 

Methods in org.silverpeas.resourcemanager.services that return Category
 Category CategoryService.getCategory(Long id)
           
 

Methods in org.silverpeas.resourcemanager.services that return types with arguments of type Category
 List<Category> CategoryService.getCategories(String instanceId)
           
 

Methods in org.silverpeas.resourcemanager.services with parameters of type Category
 void CategoryService.createCategory(Category category)
           
 void CategoryService.updateCategory(Category category)
           
 

Uses of Category in org.silverpeas.resourcesmanager.control
 

Methods in org.silverpeas.resourcesmanager.control that return Category
 Category ResourcesManagerSessionController.getCategory(Long id)
           
 

Methods in org.silverpeas.resourcesmanager.control that return types with arguments of type Category
 List<Category> ResourcesManagerSessionController.getCategories()
           
 

Methods in org.silverpeas.resourcesmanager.control with parameters of type Category
 void ResourcesManagerSessionController.createCategory(Category category)
          Creating a new Category.
 void ResourcesManagerSessionController.updateCategory(Category category)
           
 

Uses of Category in org.silverpeas.resourcesmanager.web
 

Methods in org.silverpeas.resourcesmanager.web with parameters of type Category
protected  ResourceCategoryEntity AbstractResourceManagerResource.asWebEntity(Category category)
          Converts the category into its corresponding web entity.
protected  URI AbstractResourceManagerResource.buildResourceCategoryURI(Category category)
          Centralized build of resource reservation URI.
static ResourceCategoryEntity ResourceCategoryEntity.createFrom(Category category)
          Creates a new category entity from the specified category.
 

Constructors in org.silverpeas.resourcesmanager.web with parameters of type Category
ResourceCategoryEntity(Category category)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.