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

java.lang.Object
  extended by com.liferay.portlet.messageboards.service.persistence.MBMessageFlagFinderImpl
All Implemented Interfaces:
com.liferay.portlet.messageboards.service.persistence.MBMessageFlagFinder

public class MBMessageFlagFinderImpl
extends java.lang.Object
implements com.liferay.portlet.messageboards.service.persistence.MBMessageFlagFinder

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String COUNT_BY_T_U
           
 
Constructor Summary
MBMessageFlagFinderImpl()
           
 
Method Summary
 int countByU_T(long threadId, long userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_BY_T_U

public static java.lang.String COUNT_BY_T_U
Constructor Detail

MBMessageFlagFinderImpl

public MBMessageFlagFinderImpl()
Method Detail

countByU_T

public int countByU_T(long threadId,
                      long userId)
               throws com.liferay.portal.SystemException
Specified by:
countByU_T in interface com.liferay.portlet.messageboards.service.persistence.MBMessageFlagFinder
Throws:
com.liferay.portal.SystemException