@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 ShoppingCategory addCategory(long parentCategoryId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException
addCategory in interface ShoppingCategoryServicePortalExceptionpublic void deleteCategory(long categoryId)
throws PortalException
deleteCategory in interface ShoppingCategoryServicePortalExceptionpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface ShoppingCategoryServicepublic java.util.List<ShoppingCategory> getCategories(long groupId)
getCategories in interface ShoppingCategoryServicepublic java.util.List<ShoppingCategory> getCategories(long groupId, long parentCategoryId, int start, int end)
getCategories in interface ShoppingCategoryServicepublic int getCategoriesCount(long groupId,
long parentCategoryId)
getCategoriesCount in interface ShoppingCategoryServicepublic ShoppingCategory getCategory(long categoryId) throws PortalException
getCategory in interface ShoppingCategoryServicePortalExceptionpublic void getSubcategoryIds(java.util.List<java.lang.Long> categoryIds,
long groupId,
long categoryId)
getSubcategoryIds in interface ShoppingCategoryServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface ShoppingCategoryServicebeanIdentifier - the Spring bean ID for this beanpublic ShoppingCategory updateCategory(long categoryId, long parentCategoryId, java.lang.String name, java.lang.String description, boolean mergeWithParentCategory, ServiceContext serviceContext) throws PortalException
updateCategory in interface ShoppingCategoryServicePortalException@Deprecated public ShoppingCategoryService getWrappedShoppingCategoryService()
getWrappedService()@Deprecated 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>