com.liferay.portlet.messageboards.service.persistence
Class MBMessageFinderUtil
java.lang.Object
com.liferay.portlet.messageboards.service.persistence.MBMessageFinderUtil
public class MBMessageFinderUtil
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
static int |
countByG_U_A(long groupId,
long userId,
boolean anonymous)
|
static int |
countByG_U(long groupId,
long userId)
|
static java.util.List<java.lang.Long> |
findByG_U_A(long groupId,
long userId,
boolean anonymous,
int start,
int end)
|
static java.util.List<java.lang.Long> |
findByG_U(long groupId,
long userId,
int start,
int end)
|
static java.util.List<MBMessage> |
findByNoAssets()
|
static MBMessageFinder |
getFinder()
|
void |
setFinder(MBMessageFinder finder)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBMessageFinderUtil
public MBMessageFinderUtil()
countByG_U
public static int countByG_U(long groupId,
long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByG_U_A
public static int countByG_U_A(long groupId,
long userId,
boolean anonymous)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByNoAssets
public static java.util.List<MBMessage> findByNoAssets()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_U
public static 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
public static 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
getFinder
public static MBMessageFinder getFinder()
setFinder
public void setFinder(MBMessageFinder finder)