com.liferay.portlet.messageboards.service.persistence
Interface MBThreadFinder
- public interface MBThreadFinder
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)
|
int |
countByS_G_U(long groupId,
long userId)
|
java.util.List |
findByG_U(long groupId,
long userId,
int begin,
int end)
|
java.util.List |
findByGroupId(long groupId,
int begin,
int end)
|
java.util.List |
findByS_G_U(long groupId,
long userId,
int begin,
int end)
|
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
countByS_G_U
public int countByS_G_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
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
findByS_G_U
public java.util.List findByS_G_U(long groupId,
long userId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException