|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portlet.messageboards.service.base.MBStatsUserLocalServiceBaseImpl
com.liferay.portlet.messageboards.service.impl.MBStatsUserLocalServiceImpl
public class MBStatsUserLocalServiceImpl
Field Summary |
---|
Constructor Summary | |
---|---|
MBStatsUserLocalServiceImpl()
|
Method Summary | |
---|---|
com.liferay.portlet.messageboards.model.MBStatsUser |
addStatsUser(long groupId,
long userId)
|
void |
deleteStatsUserByGroupId(long groupId)
Deprecated. |
void |
deleteStatsUserByUserId(long userId)
Deprecated. |
void |
deleteStatsUsersByGroupId(long groupId)
|
void |
deleteStatsUsersByUserId(long userId)
|
int |
getMessageCountByUserId(long userId)
|
com.liferay.portlet.messageboards.model.MBStatsUser |
getStatsUser(long groupId,
long userId)
|
java.util.List<com.liferay.portlet.messageboards.model.MBStatsUser> |
getStatsUsers(long groupId,
int start,
int end)
Deprecated. |
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)
|
int |
getStatsUsersCount(long groupId)
Deprecated. |
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MBStatsUserLocalServiceImpl()
Method Detail |
---|
public com.liferay.portlet.messageboards.model.MBStatsUser addStatsUser(long groupId, long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public void deleteStatsUserByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public void deleteStatsUsersByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public void deleteStatsUserByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public void deleteStatsUsersByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public int getMessageCountByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public com.liferay.portlet.messageboards.model.MBStatsUser getStatsUser(long groupId, long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public java.util.List<com.liferay.portlet.messageboards.model.MBStatsUser> getStatsUsers(long groupId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public java.util.List<com.liferay.portlet.messageboards.model.MBStatsUser> getStatsUsersByGroupId(long groupId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public java.util.List<com.liferay.portlet.messageboards.model.MBStatsUser> getStatsUsersByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public int getStatsUsersByGroupIdCount(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public int getStatsUsersCount(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public com.liferay.portlet.messageboards.model.MBStatsUser updateStatsUser(long groupId, long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public com.liferay.portlet.messageboards.model.MBStatsUser updateStatsUser(long groupId, long userId, java.util.Date lastPostDate) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |