com.liferay.portlet.messageboards.service.base
Class MBCategoryLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portlet.messageboards.service.base.MBCategoryLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.messageboards.service.MBCategoryLocalService
Direct Known Subclasses:
MBCategoryLocalServiceImpl

public abstract class MBCategoryLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.messageboards.service.MBCategoryLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
MBCategoryLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.messageboards.model.MBCategory addMBCategory(com.liferay.portlet.messageboards.model.MBCategory 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.messageboards.model.MBCategory updateMBCategory(com.liferay.portlet.messageboards.model.MBCategory 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.messageboards.service.MBCategoryLocalService
addCategory, addCategory, addCategory, addCategoryResources, addCategoryResources, addCategoryResources, addCategoryResources, deleteCategories, deleteCategory, deleteCategory, getCategories, getCategoriesCount, getCategoriesCount, getCategory, getSubcategoryIds, getSubscribedCategories, getSubscribedCategoriesCount, getSystemCategory, reIndex, search, subscribeCategory, unsubscribeCategory, updateCategory
 

Constructor Detail

MBCategoryLocalServiceBaseImpl

public MBCategoryLocalServiceBaseImpl()
Method Detail

addMBCategory

public com.liferay.portlet.messageboards.model.MBCategory addMBCategory(com.liferay.portlet.messageboards.model.MBCategory model)
                                                                 throws com.liferay.portal.SystemException
Specified by:
addMBCategory in interface com.liferay.portlet.messageboards.service.MBCategoryLocalService
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.messageboards.service.MBCategoryLocalService
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.messageboards.service.MBCategoryLocalService
Throws:
com.liferay.portal.SystemException

updateMBCategory

public com.liferay.portlet.messageboards.model.MBCategory updateMBCategory(com.liferay.portlet.messageboards.model.MBCategory model)
                                                                    throws com.liferay.portal.SystemException
Specified by:
updateMBCategory in interface com.liferay.portlet.messageboards.service.MBCategoryLocalService
Throws:
com.liferay.portal.SystemException