com.liferay.portlet.messageboards.service.persistence
Interface MBMessageFlagFinder


public interface MBMessageFlagFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByT_F(long threadId, int flag)
           
 int countByU_T_F(long userId, long threadId, int flag)
           
 int countByU_T(long userId, long threadId)
           
 

Method Detail

countByU_T

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

countByT_F

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

countByU_T_F

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