org.silverpeas.resourcemanager.services
Class CategoryService
java.lang.Object
org.silverpeas.resourcemanager.services.CategoryService
@Service
@Transactional
public class CategoryService
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CategoryService
public CategoryService()
createCategory
public void createCategory(Category category)
updateCategory
public void updateCategory(Category category)
getCategories
public List<Category> getCategories(String instanceId)
getCategory
public Category getCategory(Long id)
deleteCategory
public void deleteCategory(Long id)
Copyright © 2016 Silverpeas. All Rights Reserved.