com.liferay.portlet.messageboards.service.impl
Class MBDiscussionLocalServiceImpl
java.lang.Object
com.liferay.portlet.messageboards.service.base.MBDiscussionLocalServiceBaseImpl
com.liferay.portlet.messageboards.service.impl.MBDiscussionLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portlet.messageboards.service.MBDiscussionLocalService
public class MBDiscussionLocalServiceImpl
- extends MBDiscussionLocalServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan
Fields inherited from class com.liferay.portlet.messageboards.service.base.MBDiscussionLocalServiceBaseImpl |
counterLocalService, counterService, mbBanLocalService, mbBanPersistence, mbBanService, mbCategoryFinder, mbCategoryLocalService, mbCategoryPersistence, mbCategoryService, mbDiscussionLocalService, mbDiscussionPersistence, mbMailingListLocalService, mbMailingListPersistence, mbMessageFinder, mbMessageFlagLocalService, mbMessageFlagPersistence, mbMessageFlagService, mbMessageLocalService, mbMessagePersistence, mbMessageService, mbStatsUserLocalService, mbStatsUserPersistence, mbThreadFinder, mbThreadLocalService, mbThreadPersistence, mbThreadService |
Method Summary |
com.liferay.portlet.messageboards.model.MBDiscussion |
addDiscussion(long classNameId,
long classPK,
long threadId)
|
com.liferay.portlet.messageboards.model.MBDiscussion |
getDiscussion(long discussionId)
|
com.liferay.portlet.messageboards.model.MBDiscussion |
getDiscussion(java.lang.String className,
long classPK)
|
com.liferay.portlet.messageboards.model.MBDiscussion |
getThreadDiscussion(long threadId)
|
Methods inherited from class com.liferay.portlet.messageboards.service.base.MBDiscussionLocalServiceBaseImpl |
addMBDiscussion, createMBDiscussion, deleteMBDiscussion, deleteMBDiscussion, dynamicQuery, dynamicQuery, getCounterLocalService, getCounterService, getMBBanLocalService, getMBBanPersistence, getMBBanService, getMBCategoryFinder, getMBCategoryLocalService, getMBCategoryPersistence, getMBCategoryService, getMBDiscussion, getMBDiscussionLocalService, getMBDiscussionPersistence, getMBDiscussions, getMBDiscussionsCount, getMBMailingListLocalService, getMBMailingListPersistence, getMBMessageFinder, getMBMessageFlagLocalService, getMBMessageFlagPersistence, getMBMessageFlagService, getMBMessageLocalService, getMBMessagePersistence, getMBMessageService, getMBStatsUserLocalService, getMBStatsUserPersistence, getMBThreadFinder, getMBThreadLocalService, getMBThreadPersistence, getMBThreadService, runSQL, setCounterLocalService, setCounterService, setMBBanLocalService, setMBBanPersistence, setMBBanService, setMBCategoryFinder, setMBCategoryLocalService, setMBCategoryPersistence, setMBCategoryService, setMBDiscussionLocalService, setMBDiscussionPersistence, setMBMailingListLocalService, setMBMailingListPersistence, setMBMessageFinder, setMBMessageFlagLocalService, setMBMessageFlagPersistence, setMBMessageFlagService, setMBMessageLocalService, setMBMessagePersistence, setMBMessageService, setMBStatsUserLocalService, setMBStatsUserPersistence, setMBThreadFinder, setMBThreadLocalService, setMBThreadPersistence, setMBThreadService, updateMBDiscussion, updateMBDiscussion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBDiscussionLocalServiceImpl
public MBDiscussionLocalServiceImpl()
addDiscussion
public com.liferay.portlet.messageboards.model.MBDiscussion addDiscussion(long classNameId,
long classPK,
long threadId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getDiscussion
public com.liferay.portlet.messageboards.model.MBDiscussion getDiscussion(long discussionId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getDiscussion
public com.liferay.portlet.messageboards.model.MBDiscussion getDiscussion(java.lang.String className,
long classPK)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getThreadDiscussion
public com.liferay.portlet.messageboards.model.MBDiscussion getThreadDiscussion(long threadId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException