public class ShoppingCategoryServiceImpl
extends com.liferay.shopping.service.base.ShoppingCategoryServiceBaseImpl
| Modifier and Type | Field and Description |
|---|---|
protected ShoppingCategoryPermission |
shoppingCategoryPermission |
counterLocalService, resourceLocalService, shoppingCategoryFinder, shoppingCategoryLocalService, shoppingCategoryPersistence, shoppingCategoryService, shoppingItemFinder, shoppingItemLocalService, shoppingItemPersistence, shoppingItemService, userLocalService, userPersistence, userService| Constructor and Description |
|---|
ShoppingCategoryServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.shopping.model.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<com.liferay.shopping.model.ShoppingCategory> |
getCategories(long groupId) |
java.util.List<com.liferay.shopping.model.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) |
com.liferay.shopping.model.ShoppingCategory |
getCategory(long categoryId) |
void |
getSubcategoryIds(java.util.List<java.lang.Long> categoryIds,
long groupId,
long categoryId) |
com.liferay.shopping.model.ShoppingCategory |
updateCategory(long categoryId,
long parentCategoryId,
java.lang.String name,
java.lang.String description,
boolean mergeWithParentCategory,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
afterPropertiesSet, destroy, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getResourceLocalService, getShoppingCategoryFinder, getShoppingCategoryLocalService, getShoppingCategoryPersistence, getShoppingCategoryService, getShoppingItemFinder, getShoppingItemLocalService, getShoppingItemPersistence, getShoppingItemService, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setResourceLocalService, setShoppingCategoryFinder, setShoppingCategoryLocalService, setShoppingCategoryPersistence, setShoppingCategoryService, setShoppingItemFinder, setShoppingItemLocalService, setShoppingItemPersistence, setShoppingItemService, setUserLocalService, setUserPersistence, setUserService@ServiceReference(type=ShoppingCategoryPermission.class) protected ShoppingCategoryPermission shoppingCategoryPermission
public com.liferay.shopping.model.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
com.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCategory(long categoryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.shopping.model.ShoppingCategory> getCategories(long groupId)
public java.util.List<com.liferay.shopping.model.ShoppingCategory> getCategories(long groupId,
long parentCategoryId,
int start,
int end)
public java.util.List<java.lang.Object> getCategoriesAndItems(long groupId,
long categoryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<?> obc)
public int getCategoriesAndItemsCount(long groupId,
long categoryId)
public int getCategoriesCount(long groupId,
long parentCategoryId)
public com.liferay.shopping.model.ShoppingCategory getCategory(long categoryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void getSubcategoryIds(java.util.List<java.lang.Long> categoryIds,
long groupId,
long categoryId)
public com.liferay.shopping.model.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
com.liferay.portal.kernel.exception.PortalException