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 |
dynamicQuery(DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
MBStatsUser |
getMBStatsUser(long statsUserId)
|
java.util.List<MBStatsUser> |
getMBStatsUsers(int start,
int end)
|
int |
getMBStatsUsersCount()
|
long |
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 SystemException
- Specified by:
addMBStatsUser
in interface MBStatsUserLocalService
- Throws:
SystemException
createMBStatsUser
public MBStatsUser createMBStatsUser(long statsUserId)
- Specified by:
createMBStatsUser
in interface MBStatsUserLocalService
deleteMBStatsUser
public void deleteMBStatsUser(long statsUserId)
throws PortalException,
SystemException
- Specified by:
deleteMBStatsUser
in interface MBStatsUserLocalService
- Throws:
PortalException
SystemException
deleteMBStatsUser
public void deleteMBStatsUser(MBStatsUser mbStatsUser)
throws SystemException
- Specified by:
deleteMBStatsUser
in interface MBStatsUserLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery
in interface MBStatsUserLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery
in interface MBStatsUserLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery
in interface MBStatsUserLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount
in interface MBStatsUserLocalService
- Throws:
SystemException
getMBStatsUser
public MBStatsUser getMBStatsUser(long statsUserId)
throws PortalException,
SystemException
- Specified by:
getMBStatsUser
in interface MBStatsUserLocalService
- Throws:
PortalException
SystemException
getMBStatsUsers
public java.util.List<MBStatsUser> getMBStatsUsers(int start,
int end)
throws SystemException
- Specified by:
getMBStatsUsers
in interface MBStatsUserLocalService
- Throws:
SystemException
getMBStatsUsersCount
public int getMBStatsUsersCount()
throws SystemException
- Specified by:
getMBStatsUsersCount
in interface MBStatsUserLocalService
- Throws:
SystemException
updateMBStatsUser
public MBStatsUser updateMBStatsUser(MBStatsUser mbStatsUser)
throws SystemException
- Specified by:
updateMBStatsUser
in interface MBStatsUserLocalService
- Throws:
SystemException
updateMBStatsUser
public MBStatsUser updateMBStatsUser(MBStatsUser mbStatsUser,
boolean merge)
throws SystemException
- Specified by:
updateMBStatsUser
in interface MBStatsUserLocalService
- Throws:
SystemException
addStatsUser
public MBStatsUser addStatsUser(long groupId,
long userId)
throws SystemException
- Specified by:
addStatsUser
in interface MBStatsUserLocalService
- Throws:
SystemException
deleteStatsUsersByGroupId
public void deleteStatsUsersByGroupId(long groupId)
throws SystemException
- Specified by:
deleteStatsUsersByGroupId
in interface MBStatsUserLocalService
- Throws:
SystemException
deleteStatsUsersByUserId
public void deleteStatsUsersByUserId(long userId)
throws SystemException
- Specified by:
deleteStatsUsersByUserId
in interface MBStatsUserLocalService
- Throws:
SystemException
getMessageCountByUserId
public long getMessageCountByUserId(long userId)
throws SystemException
- Specified by:
getMessageCountByUserId
in interface MBStatsUserLocalService
- Throws:
SystemException
getStatsUser
public MBStatsUser getStatsUser(long groupId,
long userId)
throws SystemException
- Specified by:
getStatsUser
in interface MBStatsUserLocalService
- Throws:
SystemException
getStatsUsersByGroupId
public java.util.List<MBStatsUser> getStatsUsersByGroupId(long groupId,
int start,
int end)
throws SystemException
- Specified by:
getStatsUsersByGroupId
in interface MBStatsUserLocalService
- Throws:
SystemException
getStatsUsersByUserId
public java.util.List<MBStatsUser> getStatsUsersByUserId(long userId)
throws SystemException
- Specified by:
getStatsUsersByUserId
in interface MBStatsUserLocalService
- Throws:
SystemException
getStatsUsersByGroupIdCount
public int getStatsUsersByGroupIdCount(long groupId)
throws SystemException
- Specified by:
getStatsUsersByGroupIdCount
in interface MBStatsUserLocalService
- Throws:
SystemException
updateStatsUser
public MBStatsUser updateStatsUser(long groupId,
long userId)
throws SystemException
- Specified by:
updateStatsUser
in interface MBStatsUserLocalService
- Throws:
SystemException
updateStatsUser
public MBStatsUser updateStatsUser(long groupId,
long userId,
java.util.Date lastPostDate)
throws SystemException
- Specified by:
updateStatsUser
in interface MBStatsUserLocalService
- Throws:
SystemException
getWrappedMBStatsUserLocalService
public MBStatsUserLocalService getWrappedMBStatsUserLocalService()