@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface UserThreadService
extends com.liferay.portal.kernel.service.BaseService
UserThreadServiceUtil,
com.liferay.social.privatemessaging.service.base.UserThreadServiceBaseImpl,
com.liferay.social.privatemessaging.service.impl.UserThreadServiceImpl| 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) |
@Transactional(propagation=SUPPORTS,
readOnly=true)
com.liferay.message.boards.kernel.model.MBMessage getLastThreadMessage(long mbThreadId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
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
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getThreadMessagesCount(long mbThreadId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<UserThread> getUserUserThreads(boolean deleted)
throws com.liferay.portal.kernel.security.auth.PrincipalException
com.liferay.portal.kernel.security.auth.PrincipalException