Liferay 6.0.5

com.liferay.portlet.shopping.service
Class ShoppingCategoryServiceWrapper

java.lang.Object
  extended by 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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
ShoppingCategoryServiceWrapper(ShoppingCategoryService shoppingCategoryService)
           
 
Method Summary
 ShoppingCategory addCategory(long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
 void deleteCategory(long categoryId)
           
 ShoppingCategory getCategory(long categoryId)
           
 ShoppingCategoryService getWrappedShoppingCategoryService()
           
 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
 

Constructor Detail

ShoppingCategoryServiceWrapper

public ShoppingCategoryServiceWrapper(ShoppingCategoryService shoppingCategoryService)
Method Detail

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

getCategory

public ShoppingCategory getCategory(long categoryId)
                             throws PortalException,
                                    SystemException
Specified by:
getCategory in interface ShoppingCategoryService
Throws:
PortalException
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()

Liferay 6.0.5