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:
Method Summary |
ShoppingCategory |
addCategory(long plid,
long parentCategoryId,
java.lang.String name,
java.lang.String description,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
ShoppingCategory |
addCategory(long plid,
long parentCategoryId,
java.lang.String name,
java.lang.String description,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
void |
deleteCategory(long categoryId)
|
ShoppingCategory |
getCategory(long categoryId)
|
ShoppingCategoryService |
getWrappedShoppingCategoryService()
|
ShoppingCategory |
updateCategory(long categoryId,
long parentCategoryId,
java.lang.String name,
java.lang.String description,
boolean mergeWithParentCategory)
|
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 plid,
long parentCategoryId,
java.lang.String name,
java.lang.String description,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException,
java.rmi.RemoteException
- Specified by:
addCategory
in interface ShoppingCategoryService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException
addCategory
public ShoppingCategory addCategory(long plid,
long parentCategoryId,
java.lang.String name,
java.lang.String description,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException,
java.rmi.RemoteException
- Specified by:
addCategory
in interface ShoppingCategoryService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException
deleteCategory
public void deleteCategory(long categoryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException,
java.rmi.RemoteException
- Specified by:
deleteCategory
in interface ShoppingCategoryService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException
getCategory
public ShoppingCategory getCategory(long categoryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException,
java.rmi.RemoteException
- Specified by:
getCategory
in interface ShoppingCategoryService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException
updateCategory
public ShoppingCategory updateCategory(long categoryId,
long parentCategoryId,
java.lang.String name,
java.lang.String description,
boolean mergeWithParentCategory)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException,
java.rmi.RemoteException
- Specified by:
updateCategory
in interface ShoppingCategoryService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException
getWrappedShoppingCategoryService
public ShoppingCategoryService getWrappedShoppingCategoryService()