com.liferay.portlet.messageboards.service.base
Class MBThreadLocalServiceBaseImpl
java.lang.Object
com.liferay.portlet.messageboards.service.base.MBThreadLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portlet.messageboards.service.MBThreadLocalService
- Direct Known Subclasses:
- MBThreadLocalServiceImpl
- public abstract class MBThreadLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portlet.messageboards.service.MBThreadLocalService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portlet.messageboards.model.MBThread |
addMBThread(com.liferay.portlet.messageboards.model.MBThread 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.MBThread |
updateMBThread(com.liferay.portlet.messageboards.model.MBThread 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.MBThreadLocalService |
deleteThread, deleteThread, deleteThreads, getCategoriesThreadsCount, getGroupThreads, getGroupThreads, getGroupThreads, getGroupThreadsCount, getGroupThreadsCount, getGroupThreadsCount, getThread, getThreads, getThreadsCount, hasReadThread, updateThread |
MBThreadLocalServiceBaseImpl
public MBThreadLocalServiceBaseImpl()
addMBThread
public com.liferay.portlet.messageboards.model.MBThread addMBThread(com.liferay.portlet.messageboards.model.MBThread model)
throws com.liferay.portal.SystemException
- Specified by:
addMBThread
in interface com.liferay.portlet.messageboards.service.MBThreadLocalService
- 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.MBThreadLocalService
- 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.MBThreadLocalService
- Throws:
com.liferay.portal.SystemException
updateMBThread
public com.liferay.portlet.messageboards.model.MBThread updateMBThread(com.liferay.portlet.messageboards.model.MBThread model)
throws com.liferay.portal.SystemException
- Specified by:
updateMBThread
in interface com.liferay.portlet.messageboards.service.MBThreadLocalService
- Throws:
com.liferay.portal.SystemException