com.liferay.portlet.messageboards.service.persistence
Class MBMessageFlagFinderUtil

java.lang.Object
  extended by com.liferay.portlet.messageboards.service.persistence.MBMessageFlagFinderUtil

public class MBMessageFlagFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
MBMessageFlagFinderUtil()
           
 
Method Summary
static int countByT_F(long threadId, int flag)
           
static int countByU_T_F(long userId, long threadId, int flag)
           
static int countByU_T(long userId, long threadId)
           
static MBMessageFlagFinder getFinder()
           
 void setFinder(MBMessageFlagFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBMessageFlagFinderUtil

public MBMessageFlagFinderUtil()
Method Detail

countByU_T

public static int countByU_T(long userId,
                             long threadId)
                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByT_F

public static int countByT_F(long threadId,
                             int flag)
                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByU_T_F

public static int countByU_T_F(long userId,
                               long threadId,
                               int flag)
                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFinder

public static MBMessageFlagFinder getFinder()

setFinder

public void setFinder(MBMessageFlagFinder finder)