com.liferay.portlet.messageboards.service.impl
Class MBStatsUserLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.messageboards.service.base.MBStatsUserLocalServiceBaseImpl
com.liferay.portlet.messageboards.service.impl.MBStatsUserLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseLocalService, PersistedModelLocalService, MBStatsUserLocalService
public class MBStatsUserLocalServiceImpl
- extends MBStatsUserLocalServiceBaseImpl
Fields inherited from class com.liferay.portlet.messageboards.service.base.MBStatsUserLocalServiceBaseImpl |
counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, mbBanLocalService, mbBanPersistence, mbBanService, mbCategoryFinder, mbCategoryLocalService, mbCategoryPersistence, mbCategoryService, mbDiscussionLocalService, mbDiscussionPersistence, mbMailingListLocalService, mbMailingListPersistence, mbMessageFinder, mbMessageLocalService, mbMessagePersistence, mbMessageService, mbStatsUserLocalService, mbStatsUserPersistence, mbThreadFinder, mbThreadFlagLocalService, mbThreadFlagPersistence, mbThreadLocalService, mbThreadPersistence, mbThreadService, persistedModelLocalServiceRegistry, resourceLocalService, userFinder, userLocalService, userPersistence, userService |
Method Summary |
MBStatsUser |
addStatsUser(long groupId,
long userId)
|
void |
deleteStatsUser(long statsUserId)
|
void |
deleteStatsUser(MBStatsUser statsUser)
|
void |
deleteStatsUsersByGroupId(long groupId)
|
void |
deleteStatsUsersByUserId(long userId)
|
Date |
getLastPostDateByUserId(long groupId,
long userId)
|
long |
getMessageCountByGroupId(long groupId)
|
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)
|
MBStatsUser |
updateStatsUser(long groupId,
long userId)
|
MBStatsUser |
updateStatsUser(long groupId,
long userId,
Date lastPostDate)
|
MBStatsUser |
updateStatsUser(long groupId,
long userId,
int messageCount,
Date lastPostDate)
|
Methods inherited from class com.liferay.portlet.messageboards.service.base.MBStatsUserLocalServiceBaseImpl |
addMBStatsUser, afterPropertiesSet, createMBStatsUser, deleteMBStatsUser, deleteMBStatsUser, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchMBStatsUser, getBeanIdentifier, getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getMBBanLocalService, getMBBanPersistence, getMBBanService, getMBCategoryFinder, getMBCategoryLocalService, getMBCategoryPersistence, getMBCategoryService, getMBDiscussionLocalService, getMBDiscussionPersistence, getMBMailingListLocalService, getMBMailingListPersistence, getMBMessageFinder, getMBMessageLocalService, getMBMessagePersistence, getMBMessageService, getMBStatsUser, getMBStatsUserLocalService, getMBStatsUserPersistence, getMBStatsUsers, getMBStatsUsersCount, getMBThreadFinder, getMBThreadFlagLocalService, getMBThreadFlagPersistence, getMBThreadLocalService, getMBThreadPersistence, getMBThreadService, getModelClass, getModelClassName, getPersistedModel, getResourceLocalService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setMBBanLocalService, setMBBanPersistence, setMBBanService, setMBCategoryFinder, setMBCategoryLocalService, setMBCategoryPersistence, setMBCategoryService, setMBDiscussionLocalService, setMBDiscussionPersistence, setMBMailingListLocalService, setMBMailingListPersistence, setMBMessageFinder, setMBMessageLocalService, setMBMessagePersistence, setMBMessageService, setMBStatsUserLocalService, setMBStatsUserPersistence, setMBThreadFinder, setMBThreadFlagLocalService, setMBThreadFlagPersistence, setMBThreadLocalService, setMBThreadPersistence, setMBThreadService, setResourceLocalService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateMBStatsUser |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBStatsUserLocalServiceImpl
public MBStatsUserLocalServiceImpl()
addStatsUser
public MBStatsUser addStatsUser(long groupId,
long userId)
throws SystemException
- Throws:
SystemException
deleteStatsUser
public void deleteStatsUser(long statsUserId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteStatsUser
public void deleteStatsUser(MBStatsUser statsUser)
throws SystemException
- Throws:
SystemException
deleteStatsUsersByGroupId
public void deleteStatsUsersByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
deleteStatsUsersByUserId
public void deleteStatsUsersByUserId(long userId)
throws SystemException
- Throws:
SystemException
getLastPostDateByUserId
public Date getLastPostDateByUserId(long groupId,
long userId)
throws SystemException
- Throws:
SystemException
getMessageCountByGroupId
public long getMessageCountByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
getMessageCountByUserId
public long getMessageCountByUserId(long userId)
throws SystemException
- Throws:
SystemException
getStatsUser
public MBStatsUser getStatsUser(long groupId,
long userId)
throws SystemException
- Throws:
SystemException
getStatsUsersByGroupId
public List<MBStatsUser> getStatsUsersByGroupId(long groupId,
int start,
int end)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getStatsUsersByGroupIdCount
public int getStatsUsersByGroupIdCount(long groupId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getStatsUsersByUserId
public List<MBStatsUser> getStatsUsersByUserId(long userId)
throws SystemException
- Throws:
SystemException
updateStatsUser
public MBStatsUser updateStatsUser(long groupId,
long userId)
throws SystemException
- Throws:
SystemException
updateStatsUser
public MBStatsUser updateStatsUser(long groupId,
long userId,
Date lastPostDate)
throws SystemException
- Throws:
SystemException
updateStatsUser
public MBStatsUser updateStatsUser(long groupId,
long userId,
int messageCount,
Date lastPostDate)
throws SystemException
- Throws:
SystemException