com.liferay.portlet.messageboards.service.persistence
Interface MBMessageFinder
public interface MBMessageFinder
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
int |
countByG_U_A(long groupId,
long userId,
boolean anonymous)
|
int |
countByG_U(long groupId,
long userId)
|
java.util.List<java.lang.Long> |
findByG_U_A(long groupId,
long userId,
boolean anonymous,
int start,
int end)
|
java.util.List<java.lang.Long> |
findByG_U(long groupId,
long userId,
int start,
int end)
|
java.util.List<MBMessage> |
findByNoAssets()
|
countByG_U
int countByG_U(long groupId,
long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByG_U_A
int countByG_U_A(long groupId,
long userId,
boolean anonymous)
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
findByG_U
java.util.List<java.lang.Long> findByG_U(long groupId,
long userId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_U_A
java.util.List<java.lang.Long> findByG_U_A(long groupId,
long userId,
boolean anonymous,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException