com.liferay.portlet.messageboards.service.base
Class MBStatsUserLocalServiceBaseImpl
java.lang.Object
com.liferay.portlet.messageboards.service.base.MBStatsUserLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portlet.messageboards.service.MBStatsUserLocalService
- Direct Known Subclasses:
- MBStatsUserLocalServiceImpl
- public abstract class MBStatsUserLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portlet.messageboards.service.MBStatsUserLocalService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portlet.messageboards.model.MBStatsUser |
addMBStatsUser(com.liferay.portlet.messageboards.model.MBStatsUser model)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
com.liferay.portlet.messageboards.model.MBStatsUser |
updateMBStatsUser(com.liferay.portlet.messageboards.model.MBStatsUser model)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portlet.messageboards.service.MBStatsUserLocalService |
deleteStatsUserByGroupId, deleteStatsUserByUserId, getStatsUser, getStatsUsers, getStatsUsersCount, updateStatsUser |
MBStatsUserLocalServiceBaseImpl
public MBStatsUserLocalServiceBaseImpl()
addMBStatsUser
public com.liferay.portlet.messageboards.model.MBStatsUser addMBStatsUser(com.liferay.portlet.messageboards.model.MBStatsUser model)
throws com.liferay.portal.SystemException
- Specified by:
addMBStatsUser
in interface com.liferay.portlet.messageboards.service.MBStatsUserLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portlet.messageboards.service.MBStatsUserLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portlet.messageboards.service.MBStatsUserLocalService
- Throws:
com.liferay.portal.SystemException
updateMBStatsUser
public com.liferay.portlet.messageboards.model.MBStatsUser updateMBStatsUser(com.liferay.portlet.messageboards.model.MBStatsUser model)
throws com.liferay.portal.SystemException
- Specified by:
updateMBStatsUser
in interface com.liferay.portlet.messageboards.service.MBStatsUserLocalService
- Throws:
com.liferay.portal.SystemException