com.liferay.portlet.messageboards.service.impl
Class MBMessageFlagLocalServiceImpl

java.lang.Object
  extended bycom.liferay.portlet.messageboards.service.base.MBMessageFlagLocalServiceBaseImpl
      extended bycom.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

Constructor Summary
MBMessageFlagLocalServiceImpl()
           
 
Method Summary
 void addReadFlags(long userId, java.util.List messages)
           
 void deleteFlags(long userId)
           
 boolean hasReadFlag(long userId, long messageId)
           
 
Methods inherited from class com.liferay.portlet.messageboards.service.base.MBMessageFlagLocalServiceBaseImpl
addMBMessageFlag, dynamicQuery, dynamicQuery, updateMBMessageFlag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBMessageFlagLocalServiceImpl

public MBMessageFlagLocalServiceImpl()
Method Detail

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