com.liferay.portlet.messageboards.service
Class MBStatsUserLocalServiceWrapper
java.lang.Object
com.liferay.portlet.messageboards.service.MBStatsUserLocalServiceWrapper
- All Implemented Interfaces:
- MBStatsUserLocalService
public class MBStatsUserLocalServiceWrapper
- extends Object
- implements MBStatsUserLocalService
This class is a wrapper for MBStatsUserLocalService.
- See Also:
MBStatsUserLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
MBStatsUser |
getMBStatsUser(long statsUserId)
|
List<MBStatsUser> |
getMBStatsUsers(int start,
int end)
|
int |
getMBStatsUsersCount()
|
long |
getMessageCountByUserId(long userId)
|
MBStatsUser |
getStatsUser(long groupId,
long userId)
|
List<MBStatsUser> |
getStatsUsersByGroupId(long groupId,
int start,
int end)
|
int |
getStatsUsersByGroupIdCount(long groupId)
|
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,
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 List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface MBStatsUserLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface MBStatsUserLocalService
- Throws:
SystemException
dynamicQuery
public 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 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 List<MBStatsUser> getStatsUsersByGroupId(long groupId,
int start,
int end)
throws SystemException
- Specified by:
getStatsUsersByGroupId in interface MBStatsUserLocalService
- Throws:
SystemException
getStatsUsersByUserId
public 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,
Date lastPostDate)
throws SystemException
- Specified by:
updateStatsUser in interface MBStatsUserLocalService
- Throws:
SystemException
getWrappedMBStatsUserLocalService
public MBStatsUserLocalService getWrappedMBStatsUserLocalService()