| Package | Description |
|---|---|
| org.exoplatform.addon.marketplace.service | |
| org.exoplatform.addon.marketplace.service.impl |
| Modifier and Type | Method and Description |
|---|---|
Category |
MarketPlaceService.createCategory(Category category,
long parentId)
Create a sub-category with given
category model object and parent category ID. |
List<Category> |
MarketPlaceService.findAllCategories()
Return all categories registered in the DB
|
Category |
MarketPlaceService.findCategoryByName(String categoryName) |
Category |
MarketPlaceService.getCategory(Long categoryId)
Return the category with given
categoryId. |
void |
MarketPlaceService.removeCategory(long categoryId,
boolean deleteChild)
Remove the category with given
categoryId,
and also its descendants if deleteChild is true. |
| Modifier and Type | Method and Description |
|---|---|
Category |
MarketPlaceServiceImpl.createCategory(Category category,
long parentId) |
Category |
MarketPlaceServiceImpl.findCategoryByName(String categoryName) |
Category |
MarketPlaceServiceImpl.getCategory(Long id) |
void |
MarketPlaceServiceImpl.removeCategory(long id,
boolean deleteChild) |
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.