com.liferay.portlet.shopping.service.base
Class ShoppingCategoryLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portlet.shopping.service.base.ShoppingCategoryLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.shopping.service.ShoppingCategoryLocalService
Direct Known Subclasses:
ShoppingCategoryLocalServiceImpl

public abstract class ShoppingCategoryLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.shopping.service.ShoppingCategoryLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
ShoppingCategoryLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.shopping.model.ShoppingCategory addShoppingCategory(com.liferay.portlet.shopping.model.ShoppingCategory model)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 com.liferay.portlet.shopping.model.ShoppingCategory updateShoppingCategory(com.liferay.portlet.shopping.model.ShoppingCategory model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.shopping.service.ShoppingCategoryLocalService
addCategory, addCategory, addCategory, addCategoryResources, addCategoryResources, addCategoryResources, addCategoryResources, deleteCategory, deleteCategory, getCategories, getCategories, getCategoriesCount, getCategory, getParentCategories, getParentCategories, getParentCategory, getSubcategoryIds, updateCategory
 

Constructor Detail

ShoppingCategoryLocalServiceBaseImpl

public ShoppingCategoryLocalServiceBaseImpl()
Method Detail

addShoppingCategory

public com.liferay.portlet.shopping.model.ShoppingCategory addShoppingCategory(com.liferay.portlet.shopping.model.ShoppingCategory model)
                                                                        throws com.liferay.portal.SystemException
Specified by:
addShoppingCategory in interface com.liferay.portlet.shopping.service.ShoppingCategoryLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.shopping.service.ShoppingCategoryLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                   int begin,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.shopping.service.ShoppingCategoryLocalService
Throws:
com.liferay.portal.SystemException

updateShoppingCategory

public com.liferay.portlet.shopping.model.ShoppingCategory updateShoppingCategory(com.liferay.portlet.shopping.model.ShoppingCategory model)
                                                                           throws com.liferay.portal.SystemException
Specified by:
updateShoppingCategory in interface com.liferay.portlet.shopping.service.ShoppingCategoryLocalService
Throws:
com.liferay.portal.SystemException