|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portlet.messageboards.service.MBStatsUserLocalServiceWrapper
public class MBStatsUserLocalServiceWrapper
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
This class is a wrapper for MBStatsUserLocalService
.
MBStatsUserLocalService
Constructor Summary | |
---|---|
MBStatsUserLocalServiceWrapper(MBStatsUserLocalService mbStatsUserLocalService)
|
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 |
deleteStatsUserByGroupId(long groupId)
Deprecated. |
void |
deleteStatsUserByUserId(long userId)
Deprecated. |
void |
deleteStatsUsersByGroupId(long groupId)
|
void |
deleteStatsUsersByUserId(long userId)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
MBStatsUser |
getMBStatsUser(long statsUserId)
|
java.util.List<MBStatsUser> |
getMBStatsUsers(int start,
int end)
|
int |
getMBStatsUsersCount()
|
int |
getMessageCountByUserId(long userId)
|
MBStatsUser |
getStatsUser(long groupId,
long userId)
|
java.util.List<MBStatsUser> |
getStatsUsers(long groupId,
int start,
int end)
Deprecated. |
java.util.List<MBStatsUser> |
getStatsUsersByGroupId(long groupId,
int start,
int end)
|
int |
getStatsUsersByGroupIdCount(long groupId)
|
java.util.List<MBStatsUser> |
getStatsUsersByUserId(long userId)
|
int |
getStatsUsersCount(long groupId)
Deprecated. |
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 |
Constructor Detail |
---|
public MBStatsUserLocalServiceWrapper(MBStatsUserLocalService mbStatsUserLocalService)
Method Detail |
---|
public MBStatsUser addMBStatsUser(MBStatsUser mbStatsUser) throws com.liferay.portal.SystemException
addMBStatsUser
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public MBStatsUser createMBStatsUser(long statsUserId)
createMBStatsUser
in interface MBStatsUserLocalService
public void deleteMBStatsUser(long statsUserId) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
deleteMBStatsUser
in interface MBStatsUserLocalService
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public void deleteMBStatsUser(MBStatsUser mbStatsUser) throws com.liferay.portal.SystemException
deleteMBStatsUser
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
dynamicQuery
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) throws com.liferay.portal.SystemException
dynamicQuery
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator) throws com.liferay.portal.SystemException
dynamicQuery
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
dynamicQueryCount
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public MBStatsUser getMBStatsUser(long statsUserId) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
getMBStatsUser
in interface MBStatsUserLocalService
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public java.util.List<MBStatsUser> getMBStatsUsers(int start, int end) throws com.liferay.portal.SystemException
getMBStatsUsers
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public int getMBStatsUsersCount() throws com.liferay.portal.SystemException
getMBStatsUsersCount
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public MBStatsUser updateMBStatsUser(MBStatsUser mbStatsUser) throws com.liferay.portal.SystemException
updateMBStatsUser
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public MBStatsUser updateMBStatsUser(MBStatsUser mbStatsUser, boolean merge) throws com.liferay.portal.SystemException
updateMBStatsUser
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public MBStatsUser addStatsUser(long groupId, long userId) throws com.liferay.portal.SystemException
addStatsUser
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public void deleteStatsUserByGroupId(long groupId) throws com.liferay.portal.SystemException
deleteStatsUserByGroupId
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public void deleteStatsUserByUserId(long userId) throws com.liferay.portal.SystemException
deleteStatsUserByUserId
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public void deleteStatsUsersByGroupId(long groupId) throws com.liferay.portal.SystemException
deleteStatsUsersByGroupId
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public void deleteStatsUsersByUserId(long userId) throws com.liferay.portal.SystemException
deleteStatsUsersByUserId
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public int getMessageCountByUserId(long userId) throws com.liferay.portal.SystemException
getMessageCountByUserId
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public MBStatsUser getStatsUser(long groupId, long userId) throws com.liferay.portal.SystemException
getStatsUser
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public java.util.List<MBStatsUser> getStatsUsers(long groupId, int start, int end) throws com.liferay.portal.SystemException
getStatsUsers
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public java.util.List<MBStatsUser> getStatsUsersByGroupId(long groupId, int start, int end) throws com.liferay.portal.SystemException
getStatsUsersByGroupId
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public int getStatsUsersByGroupIdCount(long groupId) throws com.liferay.portal.SystemException
getStatsUsersByGroupIdCount
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public java.util.List<MBStatsUser> getStatsUsersByUserId(long userId) throws com.liferay.portal.SystemException
getStatsUsersByUserId
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public int getStatsUsersCount(long groupId) throws com.liferay.portal.SystemException
getStatsUsersCount
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public MBStatsUser updateStatsUser(long groupId, long userId) throws com.liferay.portal.SystemException
updateStatsUser
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public MBStatsUser updateStatsUser(long groupId, long userId, java.util.Date lastPostDate) throws com.liferay.portal.SystemException
updateStatsUser
in interface MBStatsUserLocalService
com.liferay.portal.SystemException
public MBStatsUserLocalService getWrappedMBStatsUserLocalService()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |