| Modifier and Type | Method and Description |
|---|---|
Category |
Category.clone(boolean cloneCategory) |
Category |
Category.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
Category.getChildren()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Category.setParent(Category parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
Category.setChildren(List<Category> children)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Category |
CategoryDAO.findCategoryByName(String categoryName) |
Category |
CategoryDAO.removeCategory(long categoryId,
boolean deleteChild) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Category> |
CategoryDAO.findCategories(String query) |
org.exoplatform.commons.utils.ListAccess<Category> |
CategoryDAO.findSubCategory(Category category) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Category> |
CategoryDAO.findSubCategory(Category category) |
| Modifier and Type | Method and Description |
|---|---|
Category |
CategoryDAOImpl.findCategoryByName(String name) |
Category |
CategoryDAOImpl.removeCategory(long categoryId,
boolean deleteChild) |
Category |
CategoryDAOImpl.update(Category entity) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Category> |
CategoryDAOImpl.findCategories(String query) |
org.exoplatform.commons.utils.ListAccess<Category> |
CategoryDAOImpl.findSubCategory(Category category) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryDAOImpl.delete(Category entity) |
org.exoplatform.commons.utils.ListAccess<Category> |
CategoryDAOImpl.findSubCategory(Category category) |
Category |
CategoryDAOImpl.update(Category entity) |
| Modifier and Type | Method and Description |
|---|---|
Category |
MarketPlaceService.createCategory(Category category)
Create a category with given
category model object. |
Category |
MarketPlaceService.createCategory(Category category,
long parentId)
Create a sub-category with given
category model object and parent category ID. |
Category |
MarketPlaceService.findCategoryByName(String categoryName) |
Category |
MarketPlaceService.getCategory(Long categoryId)
Return the category with given
categoryId. |
Category |
MarketPlaceService.updateCategory(Category category)
Update the category.
|
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
MarketPlaceService.findAllCategories()
Return all categories registered in the DB
|
org.exoplatform.commons.utils.ListAccess<Category> |
MarketPlaceService.findCategories(String query) |
org.exoplatform.commons.utils.ListAccess<Category> |
MarketPlaceService.getSubCategory(long parentId)
Return a list of children of a parent category with given
parentId. |
| Modifier and Type | Method and Description |
|---|---|
Category |
MarketPlaceService.createCategory(Category category)
Create a category with given
category model object. |
Category |
MarketPlaceService.createCategory(Category category,
long parentId)
Create a sub-category with given
category model object and parent category ID. |
Category |
MarketPlaceService.updateCategory(Category category)
Update the category.
|
| Modifier and Type | Method and Description |
|---|---|
Category |
MarketPlaceServiceImpl.createCategory(Category category) |
Category |
MarketPlaceServiceImpl.createCategory(Category category,
long parentId) |
Category |
MarketPlaceServiceImpl.findCategoryByName(String categoryName) |
Category |
MarketPlaceServiceImpl.getCategory(Long id) |
Category |
MarketPlaceServiceImpl.updateCategory(Category category) |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
MarketPlaceServiceImpl.findAllCategories() |
org.exoplatform.commons.utils.ListAccess<Category> |
MarketPlaceServiceImpl.findCategories(String query) |
org.exoplatform.commons.utils.ListAccess<Category> |
MarketPlaceServiceImpl.getSubCategory(long parentId) |
| Modifier and Type | Method and Description |
|---|---|
Category |
MarketPlaceServiceImpl.createCategory(Category category) |
Category |
MarketPlaceServiceImpl.createCategory(Category category,
long parentId) |
Category |
MarketPlaceServiceImpl.updateCategory(Category category) |
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.