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()
|
countByC_T
int countByC_T(java.util.Date createDate,
long threadId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_U_S
int countByG_U_S(long groupId,
long userId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_U_A_S
int countByG_U_A_S(long groupId,
long userId,
boolean anonymous,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByNoAssets
java.util.List<MBMessage> findByNoAssets()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U_S
java.util.List<java.lang.Long> findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.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 com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException