public interface CategoryDAO extends org.exoplatform.commons.api.persistence.GenericDAO<Category,Long>
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Category> |
findCategories(String query) |
Category |
findCategoryByName(String categoryName) |
org.exoplatform.commons.utils.ListAccess<Category> |
findSubCategory(Category category) |
Category |
removeCategory(long categoryId,
boolean deleteChild) |
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.