com.liferay.portlet.blogs.service.base
Class BlogsCategoryLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portlet.blogs.service.base.BlogsCategoryLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.blogs.service.BlogsCategoryLocalService
Direct Known Subclasses:
BlogsCategoryLocalServiceImpl

public abstract class BlogsCategoryLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.blogs.service.BlogsCategoryLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
BlogsCategoryLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.blogs.model.BlogsCategory addBlogsCategory(com.liferay.portlet.blogs.model.BlogsCategory 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.blogs.model.BlogsCategory updateBlogsCategory(com.liferay.portlet.blogs.model.BlogsCategory 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.blogs.service.BlogsCategoryLocalService
addCategory, addCategory, addCategory, addCategoryResources, addCategoryResources, addCategoryResources, addCategoryResources, deleteCategory, deleteCategory, getCategories, getCategoriesCount, getCategory, getSubcategoryIds, updateCategory
 

Constructor Detail

BlogsCategoryLocalServiceBaseImpl

public BlogsCategoryLocalServiceBaseImpl()
Method Detail

addBlogsCategory

public com.liferay.portlet.blogs.model.BlogsCategory addBlogsCategory(com.liferay.portlet.blogs.model.BlogsCategory model)
                                                               throws com.liferay.portal.SystemException
Specified by:
addBlogsCategory in interface com.liferay.portlet.blogs.service.BlogsCategoryLocalService
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.blogs.service.BlogsCategoryLocalService
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.blogs.service.BlogsCategoryLocalService
Throws:
com.liferay.portal.SystemException

updateBlogsCategory

public com.liferay.portlet.blogs.model.BlogsCategory updateBlogsCategory(com.liferay.portlet.blogs.model.BlogsCategory model)
                                                                  throws com.liferay.portal.SystemException
Specified by:
updateBlogsCategory in interface com.liferay.portlet.blogs.service.BlogsCategoryLocalService
Throws:
com.liferay.portal.SystemException