@ProviderType public class ShoppingCategoryServiceWrapper extends java.lang.Object implements ShoppingCategoryService, ServiceWrapper<ShoppingCategoryService>
ShoppingCategoryService.ShoppingCategoryService| Constructor and Description |
|---|
ShoppingCategoryServiceWrapper(ShoppingCategoryService shoppingCategoryService) |
| Modifier and Type | Method and Description |
|---|---|
ShoppingCategory |
addCategory(long parentCategoryId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
void |
deleteCategory(long categoryId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.util.List<ShoppingCategory> |
getCategories(long groupId) |
java.util.List<ShoppingCategory> |
getCategories(long groupId,
long parentCategoryId,
int start,
int end) |
int |
getCategoriesCount(long groupId,
long parentCategoryId) |
ShoppingCategory |
getCategory(long categoryId) |
void |
getSubcategoryIds(java.util.List<java.lang.Long> categoryIds,
long groupId,
long categoryId) |
ShoppingCategoryService |
getWrappedService() |
ShoppingCategoryService |
getWrappedShoppingCategoryService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedService(ShoppingCategoryService shoppingCategoryService) |
void |
setWrappedShoppingCategoryService(ShoppingCategoryService shoppingCategoryService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.shopping.service.ShoppingCategoryService) |
ShoppingCategory |
updateCategory(long categoryId,
long parentCategoryId,
java.lang.String name,
java.lang.String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext) |
public ShoppingCategoryServiceWrapper(ShoppingCategoryService shoppingCategoryService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface ShoppingCategoryServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface ShoppingCategoryServicebeanIdentifier - the Spring bean ID for this beanpublic ShoppingCategory addCategory(long parentCategoryId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException, SystemException
addCategory in interface ShoppingCategoryServicePortalExceptionSystemExceptionpublic void deleteCategory(long categoryId)
throws PortalException,
SystemException
deleteCategory in interface ShoppingCategoryServicePortalExceptionSystemExceptionpublic java.util.List<ShoppingCategory> getCategories(long groupId) throws SystemException
getCategories in interface ShoppingCategoryServiceSystemExceptionpublic java.util.List<ShoppingCategory> getCategories(long groupId, long parentCategoryId, int start, int end) throws SystemException
getCategories in interface ShoppingCategoryServiceSystemExceptionpublic int getCategoriesCount(long groupId,
long parentCategoryId)
throws SystemException
getCategoriesCount in interface ShoppingCategoryServiceSystemExceptionpublic ShoppingCategory getCategory(long categoryId) throws PortalException, SystemException
getCategory in interface ShoppingCategoryServicePortalExceptionSystemExceptionpublic void getSubcategoryIds(java.util.List<java.lang.Long> categoryIds,
long groupId,
long categoryId)
throws SystemException
getSubcategoryIds in interface ShoppingCategoryServiceSystemExceptionpublic ShoppingCategory updateCategory(long categoryId, long parentCategoryId, java.lang.String name, java.lang.String description, boolean mergeWithParentCategory, ServiceContext serviceContext) throws PortalException, SystemException
updateCategory in interface ShoppingCategoryServicePortalExceptionSystemExceptionpublic ShoppingCategoryService getWrappedShoppingCategoryService()
getWrappedService()public void setWrappedShoppingCategoryService(ShoppingCategoryService shoppingCategoryService)
setWrappedService(com.liferay.portlet.shopping.service.ShoppingCategoryService)public ShoppingCategoryService getWrappedService()
getWrappedService in interface ServiceWrapper<ShoppingCategoryService>public void setWrappedService(ShoppingCategoryService shoppingCategoryService)
setWrappedService in interface ServiceWrapper<ShoppingCategoryService>