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

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

Field Summary
 
Fields inherited from class com.liferay.portlet.messageboards.service.base.MBMessageFlagLocalServiceBaseImpl
counterLocalService, counterService, mbBanLocalService, mbBanPersistence, mbBanService, mbCategoryFinder, mbCategoryLocalService, mbCategoryPersistence, mbCategoryService, mbDiscussionLocalService, mbDiscussionPersistence, mbMessageFinder, mbMessageFlagLocalService, mbMessageFlagPersistence, mbMessageLocalService, mbMessagePersistence, mbMessageService, mbStatsUserLocalService, mbStatsUserPersistence, mbThreadFinder, mbThreadLocalService, mbThreadPersistence, mbThreadService, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
MBMessageFlagLocalServiceImpl()
           
 
Method Summary
 void addReadFlags(long userId, java.util.List<com.liferay.portlet.messageboards.model.MBMessage> messages)
          Deprecated.  
 void addReadFlags(long userId, com.liferay.portlet.messageboards.model.MBThread thread)
           
 void deleteFlags(long userId)
           
 void deleteThreadFlags(long threadId)
           
 boolean hasReadFlag(long userId, long messageId)
          Deprecated.  
 boolean hasReadFlag(long userId, com.liferay.portlet.messageboards.model.MBThread thread)
           
 
Methods inherited from class com.liferay.portlet.messageboards.service.base.MBMessageFlagLocalServiceBaseImpl
addMBMessageFlag, createMBMessageFlag, deleteMBMessageFlag, deleteMBMessageFlag, dynamicQuery, dynamicQuery, getCounterLocalService, getCounterService, getMBBanLocalService, getMBBanPersistence, getMBBanService, getMBCategoryFinder, getMBCategoryLocalService, getMBCategoryPersistence, getMBCategoryService, getMBDiscussionLocalService, getMBDiscussionPersistence, getMBMessageFinder, getMBMessageFlag, getMBMessageFlagLocalService, getMBMessageFlagPersistence, getMBMessageFlags, getMBMessageFlagsCount, getMBMessageLocalService, getMBMessagePersistence, getMBMessageService, getMBStatsUserLocalService, getMBStatsUserPersistence, getMBThreadFinder, getMBThreadLocalService, getMBThreadPersistence, getMBThreadService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setCounterService, setMBBanLocalService, setMBBanPersistence, setMBBanService, setMBCategoryFinder, setMBCategoryLocalService, setMBCategoryPersistence, setMBCategoryService, setMBDiscussionLocalService, setMBDiscussionPersistence, setMBMessageFinder, setMBMessageFlagLocalService, setMBMessageFlagPersistence, setMBMessageLocalService, setMBMessagePersistence, setMBMessageService, setMBStatsUserLocalService, setMBStatsUserPersistence, setMBThreadFinder, setMBThreadLocalService, setMBThreadPersistence, setMBThreadService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateMBMessageFlag, 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<com.liferay.portlet.messageboards.model.MBMessage> messages)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Deprecated. 

Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addReadFlags

public void addReadFlags(long userId,
                         com.liferay.portlet.messageboards.model.MBThread thread)
                  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

deleteThreadFlags

public void deleteThreadFlags(long threadId)
                       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
Deprecated. 

Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

hasReadFlag

public boolean hasReadFlag(long userId,
                           com.liferay.portlet.messageboards.model.MBThread thread)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException