com.liferay.portlet.messageboards.service
Class MBStatsUserLocalServiceUtil
java.lang.Object
com.liferay.portlet.messageboards.service.MBStatsUserLocalServiceUtil
public class MBStatsUserLocalServiceUtil
- extends java.lang.Object
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class provides static methods for the
MBStatsUserLocalService
bean. The static methods of
this class calls the same methods of the bean instance. It's convenient to be
able to just write one line to call a method on a bean instead of writing a
lookup call and a method call.
- Author:
- Brian Wing Shun Chan
- See Also:
MBStatsUserLocalService
- Generated:
Method Summary |
static MBStatsUser |
addMBStatsUser(MBStatsUser mbStatsUser)
|
static MBStatsUser |
addStatsUser(long groupId,
long userId)
|
static MBStatsUser |
createMBStatsUser(long statsUserId)
|
static void |
deleteMBStatsUser(long statsUserId)
|
static void |
deleteMBStatsUser(MBStatsUser mbStatsUser)
|
static void |
deleteStatsUsersByGroupId(long groupId)
|
static void |
deleteStatsUsersByUserId(long userId)
|
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
|
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
static MBStatsUser |
getMBStatsUser(long statsUserId)
|
static java.util.List<MBStatsUser> |
getMBStatsUsers(int start,
int end)
|
static int |
getMBStatsUsersCount()
|
static long |
getMessageCountByUserId(long userId)
|
static MBStatsUserLocalService |
getService()
|
static MBStatsUser |
getStatsUser(long groupId,
long userId)
|
static java.util.List<MBStatsUser> |
getStatsUsersByGroupId(long groupId,
int start,
int end)
|
static int |
getStatsUsersByGroupIdCount(long groupId)
|
static java.util.List<MBStatsUser> |
getStatsUsersByUserId(long userId)
|
void |
setService(MBStatsUserLocalService service)
|
static MBStatsUser |
updateMBStatsUser(MBStatsUser mbStatsUser)
|
static MBStatsUser |
updateMBStatsUser(MBStatsUser mbStatsUser,
boolean merge)
|
static MBStatsUser |
updateStatsUser(long groupId,
long userId)
|
static MBStatsUser |
updateStatsUser(long groupId,
long userId,
java.util.Date lastPostDate)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBStatsUserLocalServiceUtil
public MBStatsUserLocalServiceUtil()
addMBStatsUser
public static MBStatsUser addMBStatsUser(MBStatsUser mbStatsUser)
throws SystemException
- Throws:
SystemException
createMBStatsUser
public static MBStatsUser createMBStatsUser(long statsUserId)
deleteMBStatsUser
public static void deleteMBStatsUser(long statsUserId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteMBStatsUser
public static void deleteMBStatsUser(MBStatsUser mbStatsUser)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
dynamicQueryCount
public static long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
getMBStatsUser
public static MBStatsUser getMBStatsUser(long statsUserId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getMBStatsUsers
public static java.util.List<MBStatsUser> getMBStatsUsers(int start,
int end)
throws SystemException
- Throws:
SystemException
getMBStatsUsersCount
public static int getMBStatsUsersCount()
throws SystemException
- Throws:
SystemException
updateMBStatsUser
public static MBStatsUser updateMBStatsUser(MBStatsUser mbStatsUser)
throws SystemException
- Throws:
SystemException
updateMBStatsUser
public static MBStatsUser updateMBStatsUser(MBStatsUser mbStatsUser,
boolean merge)
throws SystemException
- Throws:
SystemException
addStatsUser
public static MBStatsUser addStatsUser(long groupId,
long userId)
throws SystemException
- Throws:
SystemException
deleteStatsUsersByGroupId
public static void deleteStatsUsersByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
deleteStatsUsersByUserId
public static void deleteStatsUsersByUserId(long userId)
throws SystemException
- Throws:
SystemException
getMessageCountByUserId
public static long getMessageCountByUserId(long userId)
throws SystemException
- Throws:
SystemException
getStatsUser
public static MBStatsUser getStatsUser(long groupId,
long userId)
throws SystemException
- Throws:
SystemException
getStatsUsersByGroupId
public static java.util.List<MBStatsUser> getStatsUsersByGroupId(long groupId,
int start,
int end)
throws SystemException
- Throws:
SystemException
getStatsUsersByUserId
public static java.util.List<MBStatsUser> getStatsUsersByUserId(long userId)
throws SystemException
- Throws:
SystemException
getStatsUsersByGroupIdCount
public static int getStatsUsersByGroupIdCount(long groupId)
throws SystemException
- Throws:
SystemException
updateStatsUser
public static MBStatsUser updateStatsUser(long groupId,
long userId)
throws SystemException
- Throws:
SystemException
updateStatsUser
public static MBStatsUser updateStatsUser(long groupId,
long userId,
java.util.Date lastPostDate)
throws SystemException
- Throws:
SystemException
getService
public static MBStatsUserLocalService getService()
setService
public void setService(MBStatsUserLocalService service)