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 categoryIds)
           
 int countByG_U(long groupId, long userId)
           
 int countByGroupId(long groupId)
           
 java.util.List findByC_C(long classNameId, long classPK)
           
 java.util.List findByG_U(long groupId, long userId, int begin, int end)
           
 java.util.List findByG_U(long groupId, long userId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List findByGroupId(long groupId, int begin, int end)
           
 java.util.List findByGroupId(long groupId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List findByNoAssets()
           
 MBMessage findByUuid_G(java.lang.String uuid, long groupId)
           
 

Method Detail

countByCategoryIds

public int countByCategoryIds(java.util.List categoryIds)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByGroupId

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

countByG_U

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

findByGroupId

public java.util.List findByGroupId(long groupId,
                                    int begin,
                                    int end)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByGroupId

public java.util.List findByGroupId(long groupId,
                                    int begin,
                                    int end,
                                    com.liferay.portal.kernel.util.OrderByComparator obc)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByNoAssets

public java.util.List findByNoAssets()
                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUuid_G

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

findByG_U

public java.util.List findByG_U(long groupId,
                                long userId,
                                int begin,
                                int end)
                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_U

public java.util.List findByG_U(long groupId,
                                long userId,
                                int begin,
                                int end,
                                com.liferay.portal.kernel.util.OrderByComparator obc)
                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_C

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