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 TypeMethodDescriptionvoiddeleteThread(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) intgetGroupThreadsCount(long groupId, long userId, int status) intgetGroupThreadsCount(long groupId, long userId, int status, boolean subscribed) intgetGroupThreadsCount(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous) intgetGroupThreadsCount(long groupId, long userId, Date modifiedDate, boolean includeAnonymous, int status) intgetGroupThreadsCount(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) intgetThreadsCount(long groupId, long categoryId, int status) intgetThreadsCount(long groupId, long categoryId, com.liferay.portal.kernel.dao.orm.QueryDefinition<MBThread> queryDefinition) com.liferay.portal.kernel.lock.LocklockThread(long threadId) moveThread(long categoryId, long threadId) moveThreadFromTrash(long categoryId, long threadId) moveThreadToTrash(long threadId) voidrestoreThreadFromTrash(long threadId) com.liferay.portal.kernel.search.Hitssearch(long groupId, long creatorUserId, int status, int start, int end) com.liferay.portal.kernel.search.Hitssearch(long groupId, long creatorUserId, long startDate, long endDate, int status, int start, int end) voidsetWrappedService(MBThreadService mbThreadService) splitThread(long messageId, String subject, com.liferay.portal.kernel.service.ServiceContext serviceContext) voidunlockThread(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:
deleteThreadin 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:
getGroupThreadsin 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:
getGroupThreadsin 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:
getGroupThreadsin 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:
getGroupThreadsin 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:
getGroupThreadsin interfaceMBThreadService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupThreadsCount
public int getGroupThreadsCount(long groupId, long userId, Date modifiedDate, boolean includeAnonymous, int status) - Specified by:
getGroupThreadsCountin interfaceMBThreadService
-
getGroupThreadsCount
- Specified by:
getGroupThreadsCountin interfaceMBThreadService
-
getGroupThreadsCount
public int getGroupThreadsCount(long groupId, long userId, int status) - Specified by:
getGroupThreadsCountin interfaceMBThreadService
-
getGroupThreadsCount
public int getGroupThreadsCount(long groupId, long userId, int status, boolean subscribed) - Specified by:
getGroupThreadsCountin interfaceMBThreadService
-
getGroupThreadsCount
public int getGroupThreadsCount(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous) - Specified by:
getGroupThreadsCountin interfaceMBThreadService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceMBThreadService- Returns:
- the OSGi service identifier
-
getThreads
- Specified by:
getThreadsin 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:
getThreadsin interfaceMBThreadService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getThreadsCount
public int getThreadsCount(long groupId, long categoryId, int status) - Specified by:
getThreadsCountin 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:
getThreadsCountin 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:
lockThreadin 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:
moveThreadin 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:
moveThreadFromTrashin interfaceMBThreadService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
moveThreadToTrash
public MBThread moveThreadToTrash(long threadId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveThreadToTrashin interfaceMBThreadService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
restoreThreadFromTrash
public void restoreThreadFromTrash(long threadId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
restoreThreadFromTrashin 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:
searchin 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:
searchin 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:
splitThreadin interfaceMBThreadService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
unlockThread
public void unlockThread(long threadId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
unlockThreadin interfaceMBThreadService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<MBThreadService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<MBThreadService>
-