com.liferay.portlet.shopping.service
Class ShoppingCategoryServiceWrapper
java.lang.Object
com.liferay.portlet.shopping.service.ShoppingCategoryServiceWrapper
- All Implemented Interfaces:
- ShoppingCategoryService
public class ShoppingCategoryServiceWrapper
- extends java.lang.Object
- implements ShoppingCategoryService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for ShoppingCategoryService
.
- Author:
- Brian Wing Shun Chan
- See Also:
ShoppingCategoryService
- Generated:
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,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addCategory
in interface ShoppingCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteCategory
public void deleteCategory(long categoryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteCategory
in interface ShoppingCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getCategory
public ShoppingCategory getCategory(long categoryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCategory
in interface ShoppingCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateCategory
public ShoppingCategory updateCategory(long categoryId,
long parentCategoryId,
java.lang.String name,
java.lang.String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateCategory
in interface ShoppingCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedShoppingCategoryService
public ShoppingCategoryService getWrappedShoppingCategoryService()