| java.lang.Object com.liferay.portlet.messageboards.service.base.MBThreadLocalServiceBaseImpl com.liferay.portlet.messageboards.service.impl.MBThreadLocalServiceImpl
Method Summary | |
protected MBThread | addThread(long categoryId, MBMessage message) | public void | deleteThread(long threadId) | public void | deleteThread(MBThread thread) | public void | deleteThreads(long categoryId) | public int | getCategoriesThreadsCount(List categoryIds) | public List | getGroupThreads(long groupId, int begin, int end) | public List | getGroupThreads(long groupId, long userId, int begin, int end) | public List | getGroupThreads(long groupId, long userId, boolean subscribed, int begin, int end) | public int | getGroupThreadsCount(long groupId) | public int | getGroupThreadsCount(long groupId, long userId) | public int | getGroupThreadsCount(long groupId, long userId, boolean subscribed) | public MBThread | getThread(long threadId) | public List | getThreads(long categoryId, int begin, int end) | public int | getThreadsCount(long categoryId) | public boolean | hasReadThread(long userId, long threadId) | public MBThread | moveThread(long categoryId, long threadId) | public MBThread | splitThread(long messageId, PortletPreferences prefs, ThemeDisplay themeDisplay) | public MBThread | updateThread(long threadId, int viewCount) |
getGroupThreads | public List getGroupThreads(long groupId, long userId, boolean subscribed, int begin, int end) throws SystemException(Code) | | |
getGroupThreadsCount | public int getGroupThreadsCount(long groupId, long userId) throws SystemException(Code) | | |
getGroupThreadsCount | public int getGroupThreadsCount(long groupId, long userId, boolean subscribed) throws SystemException(Code) | | |
|
|