com.liferay.portlet.messageboards.service
Class MBThreadLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.messageboards.service.MBThreadLocalServiceWrapper
All Implemented Interfaces:
MBThreadLocalService

public class MBThreadLocalServiceWrapper
extends java.lang.Object
implements MBThreadLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for MBThreadLocalService.

Author:
Brian Wing Shun Chan
See Also:
MBThreadLocalService
Generated:

Constructor Summary
MBThreadLocalServiceWrapper(MBThreadLocalService mbThreadLocalService)
           
 
Method Summary
 MBThread addMBThread(MBThread mbThread)
           
 MBThread createMBThread(long threadId)
           
 void deleteMBThread(long threadId)
           
 void deleteMBThread(MBThread mbThread)
           
 void deleteThread(long threadId)
           
 void deleteThread(MBThread thread)
           
 void deleteThreads(long groupId, long categoryId)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 int getCategoryThreadsCount(long groupId, long categoryId, int status)
           
 java.util.List<MBThread> getGroupThreads(long groupId, int status, int start, int end)
           
 java.util.List<MBThread> getGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end)
           
 java.util.List<MBThread> getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end)
           
 java.util.List<MBThread> getGroupThreads(long groupId, long userId, int status, int start, int end)
           
 int getGroupThreadsCount(long groupId, int status)
           
 int getGroupThreadsCount(long groupId, long userId, int status)
           
 int getGroupThreadsCount(long groupId, long userId, int status, boolean subscribed)
           
 int getGroupThreadsCount(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous)
           
 MBThread getMBThread(long threadId)
           
 java.util.List<MBThread> getMBThreads(int start, int end)
           
 int getMBThreadsCount()
           
 java.util.List<MBThread> getPriorityThreads(long categoryId, double priority)
           
 java.util.List<MBThread> getPriorityThreads(long categoryId, double priority, boolean inherit)
           
 MBThread getThread(long threadId)
           
 java.util.List<MBThread> getThreads(long groupId, long categoryId, int status, int start, int end)
           
 int getThreadsCount(long groupId, long categoryId, int status)
           
 MBThreadLocalService getWrappedMBThreadLocalService()
           
 MBThread moveThread(long groupId, long categoryId, long threadId)
           
 MBThread splitThread(long messageId, ServiceContext serviceContext)
           
 MBThread updateMBThread(MBThread mbThread)
           
 MBThread updateMBThread(MBThread mbThread, boolean merge)
           
 MBThread updateThread(long threadId, int viewCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBThreadLocalServiceWrapper

public MBThreadLocalServiceWrapper(MBThreadLocalService mbThreadLocalService)
Method Detail

addMBThread

public MBThread addMBThread(MBThread mbThread)
                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addMBThread in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

createMBThread

public MBThread createMBThread(long threadId)
Specified by:
createMBThread in interface MBThreadLocalService

deleteMBThread

public void deleteMBThread(long threadId)
                    throws com.liferay.portal.kernel.exception.PortalException,
                           com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteMBThread in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteMBThread

public void deleteMBThread(MBThread mbThread)
                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteMBThread in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getMBThread

public MBThread getMBThread(long threadId)
                     throws com.liferay.portal.kernel.exception.PortalException,
                            com.liferay.portal.kernel.exception.SystemException
Specified by:
getMBThread in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getMBThreads

public java.util.List<MBThread> getMBThreads(int start,
                                             int end)
                                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getMBThreads in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getMBThreadsCount

public int getMBThreadsCount()
                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getMBThreadsCount in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateMBThread

public MBThread updateMBThread(MBThread mbThread)
                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateMBThread in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateMBThread

public MBThread updateMBThread(MBThread mbThread,
                               boolean merge)
                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateMBThread in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteThread

public void deleteThread(long threadId)
                  throws com.liferay.portal.kernel.exception.PortalException,
                         com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteThread in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteThread

public void deleteThread(MBThread thread)
                  throws com.liferay.portal.kernel.exception.PortalException,
                         com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteThread in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteThreads

public void deleteThreads(long groupId,
                          long categoryId)
                   throws com.liferay.portal.kernel.exception.PortalException,
                          com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteThreads in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getCategoryThreadsCount

public int getCategoryThreadsCount(long groupId,
                                   long categoryId,
                                   int status)
                            throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getCategoryThreadsCount in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getGroupThreads

public java.util.List<MBThread> getGroupThreads(long groupId,
                                                int status,
                                                int start,
                                                int end)
                                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getGroupThreads in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getGroupThreads

public java.util.List<MBThread> getGroupThreads(long groupId,
                                                long userId,
                                                int status,
                                                int start,
                                                int end)
                                         throws com.liferay.portal.kernel.exception.PortalException,
                                                com.liferay.portal.kernel.exception.SystemException
Specified by:
getGroupThreads in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getGroupThreads

public java.util.List<MBThread> getGroupThreads(long groupId,
                                                long userId,
                                                int status,
                                                boolean subscribed,
                                                int start,
                                                int end)
                                         throws com.liferay.portal.kernel.exception.PortalException,
                                                com.liferay.portal.kernel.exception.SystemException
Specified by:
getGroupThreads in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getGroupThreads

public java.util.List<MBThread> getGroupThreads(long groupId,
                                                long userId,
                                                int status,
                                                boolean subscribed,
                                                boolean includeAnonymous,
                                                int start,
                                                int end)
                                         throws com.liferay.portal.kernel.exception.PortalException,
                                                com.liferay.portal.kernel.exception.SystemException
Specified by:
getGroupThreads in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getGroupThreadsCount

public int getGroupThreadsCount(long groupId,
                                int status)
                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getGroupThreadsCount in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getGroupThreadsCount

public int getGroupThreadsCount(long groupId,
                                long userId,
                                int status)
                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getGroupThreadsCount in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getGroupThreadsCount

public int getGroupThreadsCount(long groupId,
                                long userId,
                                int status,
                                boolean subscribed)
                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getGroupThreadsCount in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getGroupThreadsCount

public int getGroupThreadsCount(long groupId,
                                long userId,
                                int status,
                                boolean subscribed,
                                boolean includeAnonymous)
                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getGroupThreadsCount in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getPriorityThreads

public java.util.List<MBThread> getPriorityThreads(long categoryId,
                                                   double priority)
                                            throws com.liferay.portal.kernel.exception.PortalException,
                                                   com.liferay.portal.kernel.exception.SystemException
Specified by:
getPriorityThreads in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getPriorityThreads

public java.util.List<MBThread> getPriorityThreads(long categoryId,
                                                   double priority,
                                                   boolean inherit)
                                            throws com.liferay.portal.kernel.exception.PortalException,
                                                   com.liferay.portal.kernel.exception.SystemException
Specified by:
getPriorityThreads in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getThread

public MBThread getThread(long threadId)
                   throws com.liferay.portal.kernel.exception.PortalException,
                          com.liferay.portal.kernel.exception.SystemException
Specified by:
getThread in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getThreads

public java.util.List<MBThread> getThreads(long groupId,
                                           long categoryId,
                                           int status,
                                           int start,
                                           int end)
                                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getThreads in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getThreadsCount

public int getThreadsCount(long groupId,
                           long categoryId,
                           int status)
                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getThreadsCount in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

moveThread

public MBThread moveThread(long groupId,
                           long categoryId,
                           long threadId)
                    throws com.liferay.portal.kernel.exception.PortalException,
                           com.liferay.portal.kernel.exception.SystemException
Specified by:
moveThread in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

splitThread

public MBThread splitThread(long messageId,
                            ServiceContext serviceContext)
                     throws com.liferay.portal.kernel.exception.PortalException,
                            com.liferay.portal.kernel.exception.SystemException
Specified by:
splitThread in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

updateThread

public MBThread updateThread(long threadId,
                             int viewCount)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
updateThread in interface MBThreadLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedMBThreadLocalService

public MBThreadLocalService getWrappedMBThreadLocalService()