com.liferay.portlet.messageboards.service.impl
Class MBMessageFlagLocalServiceImpl
java.lang.Object
com.liferay.portlet.messageboards.service.base.MBMessageFlagLocalServiceBaseImpl
com.liferay.portlet.messageboards.service.impl.MBMessageFlagLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portlet.messageboards.service.MBMessageFlagLocalService
- public class MBMessageFlagLocalServiceImpl
- extends MBMessageFlagLocalServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBMessageFlagLocalServiceImpl
public MBMessageFlagLocalServiceImpl()
addReadFlags
public void addReadFlags(long userId,
java.util.List messages)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteFlags
public void deleteFlags(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
hasReadFlag
public boolean hasReadFlag(long userId,
long messageId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException