Uses of Class
org.silverpeas.components.resourcesmanager.model.Category
-
Packages that use Category Package Description org.silverpeas.components.resourcesmanager.model org.silverpeas.components.resourcesmanager.repository org.silverpeas.components.resourcesmanager.service -
-
Uses of Category in org.silverpeas.components.resourcesmanager.model
Methods in org.silverpeas.components.resourcesmanager.model that return Category Modifier and Type Method Description Category
Resource. getCategory()
Methods in org.silverpeas.components.resourcesmanager.model with parameters of type Category Modifier and Type Method Description void
Resource. setCategory(Category category)
-
Uses of Category in org.silverpeas.components.resourcesmanager.repository
Methods in org.silverpeas.components.resourcesmanager.repository that return types with arguments of type Category Modifier and Type Method Description List<Category>
CategoryJpaRepository. findCategoriesByInstanceId(String instanceId)
List<Category>
CategoryRepository. findCategoriesByInstanceId(String instanceId)
-
Uses of Category in org.silverpeas.components.resourcesmanager.service
Methods in org.silverpeas.components.resourcesmanager.service that return Category Modifier and Type Method Description Category
CategoryService. getCategory(Long id)
Category
ResourcesManager. getCategory(Long id)
Category
SimpleResourcesManager. getCategory(Long id)
Methods in org.silverpeas.components.resourcesmanager.service that return types with arguments of type Category Modifier and Type Method Description List<Category>
CategoryService. getCategories(String instanceId)
List<Category>
ResourcesManager. getCategories(String instanceId)
List<Category>
SimpleResourcesManager. getCategories(String instanceId)
Methods in org.silverpeas.components.resourcesmanager.service with parameters of type Category Modifier and Type Method Description void
CategoryService. createCategory(Category category)
void
ResourcesManager. createCategory(Category category)
void
SimpleResourcesManager. createCategory(Category category)
Creating a new resource category.void
CategoryService. updateCategory(Category category)
void
ResourcesManager. updateCategory(Category category)
void
SimpleResourcesManager. updateCategory(Category category)
-