public class MBStatsUserLocalServiceImpl extends MBStatsUserLocalServiceBaseImpl
counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, mbMessageFinder, mbMessageLocalService, mbMessagePersistence, mbMessageService, mbStatsUserLocalService, mbStatsUserPersistence, mbThreadFinder, mbThreadLocalService, mbThreadPersistence, mbThreadService, persistedModelLocalServiceRegistry, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
MBStatsUserLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portlet.messageboards.model.MBStatsUser |
addStatsUser(long groupId,
long userId) |
void |
deleteStatsUser(long statsUserId) |
void |
deleteStatsUser(com.liferay.portlet.messageboards.model.MBStatsUser statsUser) |
void |
deleteStatsUsersByGroupId(long groupId) |
void |
deleteStatsUsersByUserId(long userId) |
java.util.Date |
getLastPostDateByUserId(long groupId,
long userId) |
long |
getMessageCountByGroupId(long groupId) |
long |
getMessageCountByUserId(long userId) |
com.liferay.portlet.messageboards.model.MBStatsUser |
getStatsUser(long groupId,
long userId) |
java.util.List<com.liferay.portlet.messageboards.model.MBStatsUser> |
getStatsUsersByGroupId(long groupId,
int start,
int end) |
int |
getStatsUsersByGroupIdCount(long groupId) |
java.util.List<com.liferay.portlet.messageboards.model.MBStatsUser> |
getStatsUsersByUserId(long userId) |
com.liferay.portlet.messageboards.model.MBStatsUser |
updateStatsUser(long groupId,
long userId) |
com.liferay.portlet.messageboards.model.MBStatsUser |
updateStatsUser(long groupId,
long userId,
java.util.Date lastPostDate) |
com.liferay.portlet.messageboards.model.MBStatsUser |
updateStatsUser(long groupId,
long userId,
int messageCount,
java.util.Date lastPostDate) |
addMBStatsUser, afterPropertiesSet, createMBStatsUser, deleteMBStatsUser, deleteMBStatsUser, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchMBStatsUser, getActionableDynamicQuery, getBeanIdentifier, getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getMBMessageFinder, getMBMessageLocalService, getMBMessagePersistence, getMBMessageService, getMBStatsUser, getMBStatsUserLocalService, getMBStatsUserPersistence, getMBStatsUsers, getMBStatsUsersCount, getMBThreadFinder, getMBThreadLocalService, getMBThreadPersistence, getMBThreadService, getModelClass, getModelClassName, getPersistedModel, getUserFinder, getUserLocalService, getUserPersistence, getUserService, initActionableDynamicQuery, runSQL, setBeanIdentifier, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setMBMessageFinder, setMBMessageLocalService, setMBMessagePersistence, setMBMessageService, setMBStatsUserLocalService, setMBStatsUserPersistence, setMBThreadFinder, setMBThreadLocalService, setMBThreadPersistence, setMBThreadService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateMBStatsUserpublic com.liferay.portlet.messageboards.model.MBStatsUser addStatsUser(long groupId,
long userId)
public void deleteStatsUser(long statsUserId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void deleteStatsUser(com.liferay.portlet.messageboards.model.MBStatsUser statsUser)
public void deleteStatsUsersByGroupId(long groupId)
public void deleteStatsUsersByUserId(long userId)
public java.util.Date getLastPostDateByUserId(long groupId,
long userId)
public long getMessageCountByGroupId(long groupId)
public long getMessageCountByUserId(long userId)
public com.liferay.portlet.messageboards.model.MBStatsUser getStatsUser(long groupId,
long userId)
public java.util.List<com.liferay.portlet.messageboards.model.MBStatsUser> getStatsUsersByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic int getStatsUsersByGroupIdCount(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portlet.messageboards.model.MBStatsUser> getStatsUsersByUserId(long userId)
public com.liferay.portlet.messageboards.model.MBStatsUser updateStatsUser(long groupId,
long userId)
public com.liferay.portlet.messageboards.model.MBStatsUser updateStatsUser(long groupId,
long userId,
java.util.Date lastPostDate)
public com.liferay.portlet.messageboards.model.MBStatsUser updateStatsUser(long groupId,
long userId,
int messageCount,
java.util.Date lastPostDate)