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


public interface MBMessageFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByCategoryIds(java.util.List<java.lang.Long> categoryIds)
           
 int countByG_U(long groupId, long userId)
           
 int countByGroupId(long groupId)
           
 java.util.List<MBMessage> findByC_C(long classNameId, long classPK)
           
 java.util.List<MBMessage> findByG_U(long groupId, long userId, int start, int end)
           
 java.util.List<MBMessage> findByG_U(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<MBMessage> findByGroupId(long groupId, int start, int end)
           
 java.util.List<MBMessage> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<MBMessage> findByNoAssets()
           
 MBMessage findByUuid_G(java.lang.String uuid, long groupId)
           
 

Method Detail

countByCategoryIds

int countByCategoryIds(java.util.List<java.lang.Long> categoryIds)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByGroupId

int countByGroupId(long groupId)
                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByG_U

int countByG_U(long groupId,
               long userId)
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByGroupId

java.util.List<MBMessage> findByGroupId(long groupId,
                                        int start,
                                        int end)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByGroupId

java.util.List<MBMessage> findByGroupId(long groupId,
                                        int start,
                                        int end,
                                        com.liferay.portal.kernel.util.OrderByComparator obc)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByNoAssets

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

findByUuid_G

MBMessage findByUuid_G(java.lang.String uuid,
                       long groupId)
                       throws com.liferay.portal.SystemException,
                              NoSuchMessageException
Throws:
com.liferay.portal.SystemException
NoSuchMessageException

findByG_U

java.util.List<MBMessage> findByG_U(long groupId,
                                    long userId,
                                    int start,
                                    int end)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_U

java.util.List<MBMessage> findByG_U(long groupId,
                                    long userId,
                                    int start,
                                    int end,
                                    com.liferay.portal.kernel.util.OrderByComparator obc)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_C

java.util.List<MBMessage> findByC_C(long classNameId,
                                    long classPK)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException