com.liferay.portlet.messageboards.service
Class MBStatsUserLocalServiceWrapper
java.lang.Object
com.liferay.portlet.messageboards.service.MBStatsUserLocalServiceWrapper
- All Implemented Interfaces:
- MBStatsUserLocalService
public class MBStatsUserLocalServiceWrapper
- extends java.lang.Object
- implements MBStatsUserLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for MBStatsUserLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
MBStatsUserLocalService
- Generated:
Method Summary |
MBStatsUser |
addMBStatsUser(MBStatsUser mbStatsUser)
|
MBStatsUser |
addStatsUser(long groupId,
long userId)
|
MBStatsUser |
createMBStatsUser(long statsUserId)
|
void |
deleteMBStatsUser(long statsUserId)
|
void |
deleteMBStatsUser(MBStatsUser mbStatsUser)
|
void |
deleteStatsUsersByGroupId(long groupId)
|
void |
deleteStatsUsersByUserId(long userId)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
MBStatsUser |
getMBStatsUser(long statsUserId)
|
java.util.List<MBStatsUser> |
getMBStatsUsers(int start,
int end)
|
int |
getMBStatsUsersCount()
|
int |
getMessageCountByUserId(long userId)
|
MBStatsUser |
getStatsUser(long groupId,
long userId)
|
java.util.List<MBStatsUser> |
getStatsUsersByGroupId(long groupId,
int start,
int end)
|
int |
getStatsUsersByGroupIdCount(long groupId)
|
java.util.List<MBStatsUser> |
getStatsUsersByUserId(long userId)
|
MBStatsUserLocalService |
getWrappedMBStatsUserLocalService()
|
MBStatsUser |
updateMBStatsUser(MBStatsUser mbStatsUser)
|
MBStatsUser |
updateMBStatsUser(MBStatsUser mbStatsUser,
boolean merge)
|
MBStatsUser |
updateStatsUser(long groupId,
long userId)
|
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 |
MBStatsUserLocalServiceWrapper
public MBStatsUserLocalServiceWrapper(MBStatsUserLocalService mbStatsUserLocalService)
addMBStatsUser
public MBStatsUser addMBStatsUser(MBStatsUser mbStatsUser)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addMBStatsUser
in interface MBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createMBStatsUser
public MBStatsUser createMBStatsUser(long statsUserId)
- Specified by:
createMBStatsUser
in interface MBStatsUserLocalService
deleteMBStatsUser
public void deleteMBStatsUser(long statsUserId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteMBStatsUser
in interface MBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteMBStatsUser
public void deleteMBStatsUser(MBStatsUser mbStatsUser)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteMBStatsUser
in interface MBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface MBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface MBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getMBStatsUser
public MBStatsUser getMBStatsUser(long statsUserId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getMBStatsUser
in interface MBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getMBStatsUsers
public java.util.List<MBStatsUser> getMBStatsUsers(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getMBStatsUsers
in interface MBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getMBStatsUsersCount
public int getMBStatsUsersCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getMBStatsUsersCount
in interface MBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateMBStatsUser
public MBStatsUser updateMBStatsUser(MBStatsUser mbStatsUser)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateMBStatsUser
in interface MBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateMBStatsUser
public MBStatsUser updateMBStatsUser(MBStatsUser mbStatsUser,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateMBStatsUser
in interface MBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
addStatsUser
public MBStatsUser addStatsUser(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addStatsUser
in interface MBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteStatsUsersByGroupId
public void deleteStatsUsersByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteStatsUsersByGroupId
in interface MBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteStatsUsersByUserId
public void deleteStatsUsersByUserId(long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteStatsUsersByUserId
in interface MBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getMessageCountByUserId
public int getMessageCountByUserId(long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getMessageCountByUserId
in interface MBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getStatsUser
public MBStatsUser getStatsUser(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getStatsUser
in interface MBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getStatsUsersByGroupId
public java.util.List<MBStatsUser> getStatsUsersByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getStatsUsersByGroupId
in interface MBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getStatsUsersByUserId
public java.util.List<MBStatsUser> getStatsUsersByUserId(long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getStatsUsersByUserId
in interface MBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getStatsUsersByGroupIdCount
public int getStatsUsersByGroupIdCount(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getStatsUsersByGroupIdCount
in interface MBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateStatsUser
public MBStatsUser updateStatsUser(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateStatsUser
in interface MBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateStatsUser
public MBStatsUser updateStatsUser(long groupId,
long userId,
java.util.Date lastPostDate)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateStatsUser
in interface MBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWrappedMBStatsUserLocalService
public MBStatsUserLocalService getWrappedMBStatsUserLocalService()