@ProviderType public class ShoppingCategoryServiceWrapper extends java.lang.Object implements ShoppingCategoryService, com.liferay.portal.kernel.service.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,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCategory(long categoryId) |
java.util.List<ShoppingCategory> |
getCategories(long groupId) |
java.util.List<ShoppingCategory> |
getCategories(long groupId,
long parentCategoryId,
int start,
int end) |
java.util.List<java.lang.Object> |
getCategoriesAndItems(long groupId,
long categoryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<?> obc) |
int |
getCategoriesAndItemsCount(long groupId,
long categoryId) |
int |
getCategoriesCount(long groupId,
long parentCategoryId) |
ShoppingCategory |
getCategory(long categoryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
void |
getSubcategoryIds(java.util.List<java.lang.Long> categoryIds,
long groupId,
long categoryId) |
ShoppingCategoryService |
getWrappedService() |
void |
setWrappedService(ShoppingCategoryService shoppingCategoryService) |
ShoppingCategory |
updateCategory(long categoryId,
long parentCategoryId,
java.lang.String name,
java.lang.String description,
boolean mergeWithParentCategory,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public ShoppingCategoryServiceWrapper(ShoppingCategoryService shoppingCategoryService)
public ShoppingCategory addCategory(long parentCategoryId, java.lang.String name, java.lang.String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCategory in interface ShoppingCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCategory(long categoryId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCategory in interface ShoppingCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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 java.util.List<java.lang.Object> getCategoriesAndItems(long groupId,
long categoryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<?> obc)
getCategoriesAndItems in interface ShoppingCategoryServicepublic int getCategoriesAndItemsCount(long groupId,
long categoryId)
getCategoriesAndItemsCount in interface ShoppingCategoryServicepublic int getCategoriesCount(long groupId,
long parentCategoryId)
getCategoriesCount in interface ShoppingCategoryServicepublic ShoppingCategory getCategory(long categoryId) throws com.liferay.portal.kernel.exception.PortalException
getCategory in interface ShoppingCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ShoppingCategoryServicepublic void getSubcategoryIds(java.util.List<java.lang.Long> categoryIds,
long groupId,
long categoryId)
getSubcategoryIds in interface ShoppingCategoryServicepublic ShoppingCategory updateCategory(long categoryId, long parentCategoryId, java.lang.String name, java.lang.String description, boolean mergeWithParentCategory, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCategory in interface ShoppingCategoryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ShoppingCategoryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ShoppingCategoryService>public void setWrappedService(ShoppingCategoryService shoppingCategoryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ShoppingCategoryService>