com.liferay.portlet.messageboards.service
Interface MBStatsUserLocalService
public interface MBStatsUserLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portlet.messageboards.service.impl.MBStatsUserLocalServiceImpl
.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
- Author:
- Brian Wing Shun Chan
- See Also:
MBStatsUserLocalServiceFactory
,
MBStatsUserLocalServiceUtil
addMBStatsUser
MBStatsUser addMBStatsUser(MBStatsUser mbStatsUser)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteMBStatsUser
void deleteMBStatsUser(long statsUserId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteMBStatsUser
void deleteMBStatsUser(MBStatsUser mbStatsUser)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
dynamicQuery
java.util.List<MBStatsUser> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
java.util.List<MBStatsUser> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateMBStatsUser
MBStatsUser updateMBStatsUser(MBStatsUser mbStatsUser)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteStatsUserByGroupId
void deleteStatsUserByGroupId(long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteStatsUserByUserId
void deleteStatsUserByUserId(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getStatsUser
MBStatsUser getStatsUser(long groupId,
long userId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getStatsUsers
java.util.List<MBStatsUser> getStatsUsers(long groupId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getStatsUsersCount
int getStatsUsersCount(long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateStatsUser
void updateStatsUser(long groupId,
long userId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException