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


public interface MBMessageFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByC_T(java.util.Date createDate, long threadId)
           
 int countByG_U_A_S(long groupId, long userId, boolean anonymous, int status)
           
 int countByG_U_S(long groupId, long userId, int status)
           
 java.util.List<java.lang.Long> findByG_U_A_S(long groupId, long userId, boolean anonymous, int status, int start, int end)
           
 java.util.List<java.lang.Long> findByG_U_S(long groupId, long userId, int status, int start, int end)
           
 java.util.List<MBMessage> findByNoAssets()
           
 

Method Detail

countByC_T

int countByC_T(java.util.Date createDate,
               long threadId)
               throws SystemException
Throws:
SystemException

countByG_U_S

int countByG_U_S(long groupId,
                 long userId,
                 int status)
                 throws SystemException
Throws:
SystemException

countByG_U_A_S

int countByG_U_A_S(long groupId,
                   long userId,
                   boolean anonymous,
                   int status)
                   throws SystemException
Throws:
SystemException

findByNoAssets

java.util.List<MBMessage> findByNoAssets()
                                         throws SystemException
Throws:
SystemException

findByG_U_S

java.util.List<java.lang.Long> findByG_U_S(long groupId,
                                           long userId,
                                           int status,
                                           int start,
                                           int end)
                                           throws SystemException
Throws:
SystemException

findByG_U_A_S

java.util.List<java.lang.Long> findByG_U_A_S(long groupId,
                                             long userId,
                                             boolean anonymous,
                                             int status,
                                             int start,
                                             int end)
                                             throws SystemException
Throws:
SystemException