@ProviderType public class UserThreadServiceWrapper extends java.lang.Object implements UserThreadService, com.liferay.portal.kernel.service.ServiceWrapper<UserThreadService>
UserThreadService.UserThreadService| Constructor and Description |
|---|
UserThreadServiceWrapper(UserThreadService userThreadService) |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.message.boards.kernel.model.MBMessage |
getLastThreadMessage(long mbThreadId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
java.util.List<com.liferay.message.boards.kernel.model.MBMessage> |
getThreadMessages(long mbThreadId,
int start,
int end,
boolean ascending) |
int |
getThreadMessagesCount(long mbThreadId) |
java.util.List<UserThread> |
getUserUserThreads(boolean deleted) |
UserThreadService |
getWrappedService() |
void |
setWrappedService(UserThreadService userThreadService) |
public UserThreadServiceWrapper(UserThreadService userThreadService)
public com.liferay.message.boards.kernel.model.MBMessage getLastThreadMessage(long mbThreadId)
throws com.liferay.portal.kernel.exception.PortalException
getLastThreadMessage in interface UserThreadServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getThreadMessagesCount(long mbThreadId)
throws com.liferay.portal.kernel.exception.PortalException
getThreadMessagesCount in interface UserThreadServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface UserThreadServicepublic java.util.List<com.liferay.message.boards.kernel.model.MBMessage> getThreadMessages(long mbThreadId,
int start,
int end,
boolean ascending)
throws com.liferay.portal.kernel.exception.PortalException
getThreadMessages in interface UserThreadServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<UserThread> getUserUserThreads(boolean deleted) throws com.liferay.portal.kernel.security.auth.PrincipalException
getUserUserThreads in interface UserThreadServicecom.liferay.portal.kernel.security.auth.PrincipalExceptionpublic UserThreadService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<UserThreadService>public void setWrappedService(UserThreadService userThreadService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<UserThreadService>