|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.shopping.service.ShoppingCategoryServiceWrapper
@ProviderType public class ShoppingCategoryServiceWrapper
Provides a wrapper for ShoppingCategoryService.
ShoppingCategoryService| Constructor Summary | |
|---|---|
ShoppingCategoryServiceWrapper(ShoppingCategoryService shoppingCategoryService)
|
|
| Method Summary | |
|---|---|
ShoppingCategory |
addCategory(long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
void |
deleteCategory(long categoryId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
List<ShoppingCategory> |
getCategories(long groupId)
|
List<ShoppingCategory> |
getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
int |
getCategoriesCount(long groupId,
long parentCategoryId)
|
ShoppingCategory |
getCategory(long categoryId)
|
void |
getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
|
ShoppingCategoryService |
getWrappedService()
|
ShoppingCategoryService |
getWrappedShoppingCategoryService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
void |
setBeanIdentifier(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,
String name,
String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShoppingCategoryServiceWrapper(ShoppingCategoryService shoppingCategoryService)
| Method Detail |
|---|
public ShoppingCategory addCategory(long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException
addCategory in interface ShoppingCategoryServicePortalException
public void deleteCategory(long categoryId)
throws PortalException
deleteCategory in interface ShoppingCategoryServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface ShoppingCategoryServicepublic List<ShoppingCategory> getCategories(long groupId)
getCategories in interface ShoppingCategoryService
public List<ShoppingCategory> getCategories(long groupId,
long parentCategoryId,
int start,
int end)
getCategories in interface ShoppingCategoryService
public int getCategoriesCount(long groupId,
long parentCategoryId)
getCategoriesCount in interface ShoppingCategoryService
public ShoppingCategory getCategory(long categoryId)
throws PortalException
getCategory in interface ShoppingCategoryServicePortalException
public void getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
getSubcategoryIds in interface ShoppingCategoryServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface ShoppingCategoryServicebeanIdentifier - the Spring bean ID for this bean
public ShoppingCategory updateCategory(long categoryId,
long parentCategoryId,
String name,
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>
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||