|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.shopping.service.ShoppingCategoryServiceWrapper
public class ShoppingCategoryServiceWrapper
This class is 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. Renamed to getWrappedService() |
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedService(ShoppingCategoryService shoppingCategoryService)
|
void |
setWrappedShoppingCategoryService(ShoppingCategoryService shoppingCategoryService)
Deprecated. Renamed to 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 String getBeanIdentifier()
getBeanIdentifier in interface ShoppingCategoryServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface ShoppingCategoryServicebeanIdentifier - the Spring bean ID for this bean
public ShoppingCategory addCategory(long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
addCategory in interface ShoppingCategoryServicePortalException
SystemException
public void deleteCategory(long categoryId)
throws PortalException,
SystemException
deleteCategory in interface ShoppingCategoryServicePortalException
SystemException
public List<ShoppingCategory> getCategories(long groupId)
throws SystemException
getCategories in interface ShoppingCategoryServiceSystemException
public List<ShoppingCategory> getCategories(long groupId,
long parentCategoryId,
int start,
int end)
throws SystemException
getCategories in interface ShoppingCategoryServiceSystemException
public int getCategoriesCount(long groupId,
long parentCategoryId)
throws SystemException
getCategoriesCount in interface ShoppingCategoryServiceSystemException
public ShoppingCategory getCategory(long categoryId)
throws PortalException,
SystemException
getCategory in interface ShoppingCategoryServicePortalException
SystemException
public void getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
throws SystemException
getSubcategoryIds in interface ShoppingCategoryServiceSystemException
public ShoppingCategory updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateCategory in interface ShoppingCategoryServicePortalException
SystemExceptionpublic 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>
|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||