Class MBThreadServiceWrapper
java.lang.Object
com.liferay.message.boards.service.MBThreadServiceWrapper
- All Implemented Interfaces:
MBThreadService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<MBThreadService>
public class MBThreadServiceWrapper
extends Object
implements MBThreadService, com.liferay.portal.kernel.service.ServiceWrapper<MBThreadService>
Provides a wrapper for
MBThreadService
.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteThread
(long threadId) getGroupThreads
(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end) getGroupThreads
(long groupId, long userId, int status, boolean subscribed, int start, int end) getGroupThreads
(long groupId, long userId, int status, int start, int end) getGroupThreads
(long groupId, long userId, Date modifiedDate, boolean includeAnonymous, int status, int start, int end) getGroupThreads
(long groupId, long userId, Date modifiedDate, int status, int start, int end) 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) int
getGroupThreadsCount
(long groupId, long userId, Date modifiedDate, boolean includeAnonymous, int status) int
getGroupThreadsCount
(long groupId, long userId, Date modifiedDate, int status) Returns the OSGi service identifier.getThreads
(long groupId, long categoryId, int status, int start, int end) getThreads
(long groupId, long categoryId, com.liferay.portal.kernel.dao.orm.QueryDefinition<MBThread> queryDefinition) int
getThreadsCount
(long groupId, long categoryId, int status) int
getThreadsCount
(long groupId, long categoryId, com.liferay.portal.kernel.dao.orm.QueryDefinition<MBThread> queryDefinition) com.liferay.portal.kernel.lock.Lock
lockThread
(long threadId) moveThread
(long categoryId, long threadId) moveThreadFromTrash
(long categoryId, long threadId) moveThreadToTrash
(long threadId) void
restoreThreadFromTrash
(long threadId) com.liferay.portal.kernel.search.Hits
search
(long groupId, long creatorUserId, int status, int start, int end) com.liferay.portal.kernel.search.Hits
search
(long groupId, long creatorUserId, long startDate, long endDate, int status, int start, int end) void
setWrappedService
(MBThreadService mbThreadService) splitThread
(long messageId, String subject, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
unlockThread
(long threadId)
-
Constructor Details
-
MBThreadServiceWrapper
public MBThreadServiceWrapper() -
MBThreadServiceWrapper
-
-
Method Details
-
deleteThread
public void deleteThread(long threadId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteThread
in interfaceMBThreadService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupThreads
public List<MBThread> getGroupThreads(long groupId, long userId, Date modifiedDate, boolean includeAnonymous, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getGroupThreads
in interfaceMBThreadService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupThreads
public List<MBThread> getGroupThreads(long groupId, long userId, Date modifiedDate, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getGroupThreads
in interfaceMBThreadService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupThreads
public List<MBThread> getGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getGroupThreads
in interfaceMBThreadService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupThreads
public List<MBThread> getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getGroupThreads
in interfaceMBThreadService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupThreads
public List<MBThread> getGroupThreads(long groupId, long userId, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getGroupThreads
in interfaceMBThreadService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupThreadsCount
public int getGroupThreadsCount(long groupId, long userId, Date modifiedDate, boolean includeAnonymous, int status) - Specified by:
getGroupThreadsCount
in interfaceMBThreadService
-
getGroupThreadsCount
- Specified by:
getGroupThreadsCount
in interfaceMBThreadService
-
getGroupThreadsCount
public int getGroupThreadsCount(long groupId, long userId, int status) - Specified by:
getGroupThreadsCount
in interfaceMBThreadService
-
getGroupThreadsCount
public int getGroupThreadsCount(long groupId, long userId, int status, boolean subscribed) - Specified by:
getGroupThreadsCount
in interfaceMBThreadService
-
getGroupThreadsCount
public int getGroupThreadsCount(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous) - Specified by:
getGroupThreadsCount
in interfaceMBThreadService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceMBThreadService
- Returns:
- the OSGi service identifier
-
getThreads
- Specified by:
getThreads
in interfaceMBThreadService
-
getThreads
public List<MBThread> getThreads(long groupId, long categoryId, com.liferay.portal.kernel.dao.orm.QueryDefinition<MBThread> queryDefinition) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getThreads
in interfaceMBThreadService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getThreadsCount
public int getThreadsCount(long groupId, long categoryId, int status) - Specified by:
getThreadsCount
in interfaceMBThreadService
-
getThreadsCount
public int getThreadsCount(long groupId, long categoryId, com.liferay.portal.kernel.dao.orm.QueryDefinition<MBThread> queryDefinition) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getThreadsCount
in interfaceMBThreadService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
lockThread
public com.liferay.portal.kernel.lock.Lock lockThread(long threadId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
lockThread
in interfaceMBThreadService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
moveThread
public MBThread moveThread(long categoryId, long threadId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveThread
in interfaceMBThreadService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
moveThreadFromTrash
public MBThread moveThreadFromTrash(long categoryId, long threadId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveThreadFromTrash
in interfaceMBThreadService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
moveThreadToTrash
public MBThread moveThreadToTrash(long threadId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveThreadToTrash
in interfaceMBThreadService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
restoreThreadFromTrash
public void restoreThreadFromTrash(long threadId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
restoreThreadFromTrash
in interfaceMBThreadService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
search
public com.liferay.portal.kernel.search.Hits search(long groupId, long creatorUserId, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
search
in interfaceMBThreadService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
search
public com.liferay.portal.kernel.search.Hits search(long groupId, long creatorUserId, long startDate, long endDate, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
search
in interfaceMBThreadService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
splitThread
public MBThread splitThread(long messageId, String subject, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
splitThread
in interfaceMBThreadService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
unlockThread
public void unlockThread(long threadId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
unlockThread
in interfaceMBThreadService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<MBThreadService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<MBThreadService>
-