Liferay 7.0-ce-b4

com.liferay.portlet.messageboards.service
Class MBThreadServiceUtil

java.lang.Object
  extended by com.liferay.portlet.messageboards.service.MBThreadServiceUtil

@ProviderType
public class MBThreadServiceUtil
extends Object

Provides the remote service utility for MBThread. This utility wraps com.liferay.portlet.messageboards.service.impl.MBThreadServiceImpl and is the primary access point for service operations in application layer code running on a remote server. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.

See Also:
MBThreadService, com.liferay.portlet.messageboards.service.base.MBThreadServiceBaseImpl, com.liferay.portlet.messageboards.service.impl.MBThreadServiceImpl

Constructor Summary
MBThreadServiceUtil()
           
 
Method Summary
static void deleteThread(long threadId)
           
static List<MBThread> getGroupThreads(long groupId, long userId, Date modifiedDate, int status, int start, int end)
           
static List<MBThread> getGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end)
           
static List<MBThread> getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end)
           
static List<MBThread> getGroupThreads(long groupId, long userId, int status, int start, int end)
           
static int getGroupThreadsCount(long groupId, long userId, Date modifiedDate, int status)
           
static int getGroupThreadsCount(long groupId, long userId, int status)
           
static int getGroupThreadsCount(long groupId, long userId, int status, boolean subscribed)
           
static int getGroupThreadsCount(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous)
           
static String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
static MBThreadService getService()
           
static List<MBThread> getThreads(long groupId, long categoryId, int status, int start, int end)
           
static int getThreadsCount(long groupId, long categoryId, int status)
           
static Lock lockThread(long threadId)
           
static MBThread moveThread(long categoryId, long threadId)
           
static MBThread moveThreadFromTrash(long categoryId, long threadId)
           
static MBThread moveThreadToTrash(long threadId)
           
static void restoreThreadFromTrash(long threadId)
           
static Hits search(long groupId, long creatorUserId, int status, int start, int end)
           
static Hits search(long groupId, long creatorUserId, long startDate, long endDate, int status, int start, int end)
           
static MBThread splitThread(long messageId, String subject, ServiceContext serviceContext)
           
static void unlockThread(long threadId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBThreadServiceUtil

public MBThreadServiceUtil()
Method Detail

deleteThread

public static void deleteThread(long threadId)
                         throws PortalException
Throws:
PortalException

getGroupThreads

public static List<MBThread> getGroupThreads(long groupId,
                                             long userId,
                                             Date modifiedDate,
                                             int status,
                                             int start,
                                             int end)
                                      throws PortalException
Throws:
PortalException

getGroupThreads

public static List<MBThread> getGroupThreads(long groupId,
                                             long userId,
                                             int status,
                                             int start,
                                             int end)
                                      throws PortalException
Throws:
PortalException

getGroupThreads

public static List<MBThread> getGroupThreads(long groupId,
                                             long userId,
                                             int status,
                                             boolean subscribed,
                                             boolean includeAnonymous,
                                             int start,
                                             int end)
                                      throws PortalException
Throws:
PortalException

getGroupThreads

public static List<MBThread> getGroupThreads(long groupId,
                                             long userId,
                                             int status,
                                             boolean subscribed,
                                             int start,
                                             int end)
                                      throws PortalException
Throws:
PortalException

getGroupThreadsCount

public static int getGroupThreadsCount(long groupId,
                                       long userId,
                                       Date modifiedDate,
                                       int status)

getGroupThreadsCount

public static int getGroupThreadsCount(long groupId,
                                       long userId,
                                       int status)

getGroupThreadsCount

public static int getGroupThreadsCount(long groupId,
                                       long userId,
                                       int status,
                                       boolean subscribed)

getGroupThreadsCount

public static int getGroupThreadsCount(long groupId,
                                       long userId,
                                       int status,
                                       boolean subscribed,
                                       boolean includeAnonymous)

getOSGiServiceIdentifier

public static String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Returns:
the OSGi service identifier

getThreads

public static List<MBThread> getThreads(long groupId,
                                        long categoryId,
                                        int status,
                                        int start,
                                        int end)

getThreadsCount

public static int getThreadsCount(long groupId,
                                  long categoryId,
                                  int status)

lockThread

public static Lock lockThread(long threadId)
                       throws PortalException
Throws:
PortalException

moveThread

public static MBThread moveThread(long categoryId,
                                  long threadId)
                           throws PortalException
Throws:
PortalException

moveThreadFromTrash

public static MBThread moveThreadFromTrash(long categoryId,
                                           long threadId)
                                    throws PortalException
Throws:
PortalException

moveThreadToTrash

public static MBThread moveThreadToTrash(long threadId)
                                  throws PortalException
Throws:
PortalException

restoreThreadFromTrash

public static void restoreThreadFromTrash(long threadId)
                                   throws PortalException
Throws:
PortalException

search

public static Hits search(long groupId,
                          long creatorUserId,
                          long startDate,
                          long endDate,
                          int status,
                          int start,
                          int end)
                   throws PortalException
Throws:
PortalException

search

public static Hits search(long groupId,
                          long creatorUserId,
                          int status,
                          int start,
                          int end)
                   throws PortalException
Throws:
PortalException

splitThread

public static MBThread splitThread(long messageId,
                                   String subject,
                                   ServiceContext serviceContext)
                            throws PortalException
Throws:
PortalException

unlockThread

public static void unlockThread(long threadId)
                         throws PortalException
Throws:
PortalException

getService

public static MBThreadService getService()

Liferay 7.0-ce-b4