public class CategoryManagement extends GenericController
| Constructor and Description |
|---|
CategoryManagement() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteCategory(org.exoplatform.addon.marketplace.bo.Category category) |
juzu.Response |
getBundle(String locale) |
List<org.exoplatform.addon.marketplace.bo.Category> |
getCategories() |
org.exoplatform.services.log.Log |
getLogger() |
juzu.Response |
index(juzu.request.SecurityContext securityContext) |
org.exoplatform.addon.marketplace.bo.Category |
saveCategory(org.exoplatform.addon.marketplace.bo.Category category) |
getBundle, getResourceBundle, getResourceBundlepublic juzu.Response index(juzu.request.SecurityContext securityContext)
throws org.exoplatform.addon.marketplace.exception.MarketPlaceException
org.exoplatform.addon.marketplace.exception.MarketPlaceExceptionpublic org.exoplatform.addon.marketplace.bo.Category saveCategory(org.exoplatform.addon.marketplace.bo.Category category)
throws Exception
Exceptionpublic void deleteCategory(org.exoplatform.addon.marketplace.bo.Category category)
throws Exception
Exceptionpublic org.exoplatform.services.log.Log getLogger()
getLogger in class GenericControllerpublic List<org.exoplatform.addon.marketplace.bo.Category> getCategories() throws Exception
Exceptionpublic juzu.Response getBundle(String locale)
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.