com.liferay.portlet.shopping.service
Class ShoppingCategoryServiceWrapper
java.lang.Object
com.liferay.portlet.shopping.service.ShoppingCategoryServiceWrapper
- All Implemented Interfaces:
- ShoppingCategoryService
public class ShoppingCategoryServiceWrapper
- extends Object
- implements ShoppingCategoryService
This class is a wrapper for ShoppingCategoryService.
- See Also:
ShoppingCategoryService
|
Method Summary |
ShoppingCategory |
addCategory(long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
void |
deleteCategory(long categoryId)
|
List<ShoppingCategory> |
getCategories(long groupId)
|
List<ShoppingCategory> |
getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
int |
getCategoriesCount(long groupId,
long parentCategoryId)
|
ShoppingCategory |
getCategory(long categoryId)
|
void |
getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
|
ShoppingCategoryService |
getWrappedShoppingCategoryService()
|
void |
setWrappedShoppingCategoryService(ShoppingCategoryService shoppingCategoryService)
|
ShoppingCategory |
updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShoppingCategoryServiceWrapper
public ShoppingCategoryServiceWrapper(ShoppingCategoryService shoppingCategoryService)
addCategory
public ShoppingCategory addCategory(long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addCategory in interface ShoppingCategoryService
- Throws:
PortalException
SystemException
deleteCategory
public void deleteCategory(long categoryId)
throws PortalException,
SystemException
- Specified by:
deleteCategory in interface ShoppingCategoryService
- Throws:
PortalException
SystemException
getCategories
public List<ShoppingCategory> getCategories(long groupId)
throws SystemException
- Specified by:
getCategories in interface ShoppingCategoryService
- Throws:
SystemException
getCategories
public List<ShoppingCategory> getCategories(long groupId,
long parentCategoryId,
int start,
int end)
throws SystemException
- Specified by:
getCategories in interface ShoppingCategoryService
- Throws:
SystemException
getCategoriesCount
public int getCategoriesCount(long groupId,
long parentCategoryId)
throws SystemException
- Specified by:
getCategoriesCount in interface ShoppingCategoryService
- Throws:
SystemException
getCategory
public ShoppingCategory getCategory(long categoryId)
throws PortalException,
SystemException
- Specified by:
getCategory in interface ShoppingCategoryService
- Throws:
PortalException
SystemException
getSubcategoryIds
public void getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
throws SystemException
- Specified by:
getSubcategoryIds in interface ShoppingCategoryService
- Throws:
SystemException
updateCategory
public ShoppingCategory updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateCategory in interface ShoppingCategoryService
- Throws:
PortalException
SystemException
getWrappedShoppingCategoryService
public ShoppingCategoryService getWrappedShoppingCategoryService()
setWrappedShoppingCategoryService
public void setWrappedShoppingCategoryService(ShoppingCategoryService shoppingCategoryService)