com.liferay.portlet.messageboards.service
Interface MBStatsUserLocalService


@Transactional(rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
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:
MBStatsUserLocalServiceUtil

Method Summary
 MBStatsUser addMBStatsUser(MBStatsUser mbStatsUser)
           
 MBStatsUser createMBStatsUser(long statsUserId)
           
 void deleteMBStatsUser(long statsUserId)
           
 void deleteMBStatsUser(MBStatsUser mbStatsUser)
           
 void deleteStatsUserByGroupId(long groupId)
           
 void deleteStatsUserByUserId(long userId)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 MBStatsUser getMBStatsUser(long statsUserId)
           
 java.util.List<MBStatsUser> getMBStatsUsers(int start, int end)
           
 int getMBStatsUsersCount()
           
 MBStatsUser getStatsUser(long groupId, long userId)
           
 java.util.List<MBStatsUser> getStatsUsers(long groupId, int start, int end)
           
 int getStatsUsersCount(long groupId)
           
 MBStatsUser updateMBStatsUser(MBStatsUser mbStatsUser)
           
 void updateStatsUser(long groupId, long userId)
           
 

Method Detail

addMBStatsUser

MBStatsUser addMBStatsUser(MBStatsUser mbStatsUser)
                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

createMBStatsUser

MBStatsUser createMBStatsUser(long statsUserId)

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
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                              int start,
                                              int end)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getMBStatsUser

@Transactional(propagation=SUPPORTS,
               readOnly=true)
MBStatsUser getMBStatsUser(long statsUserId)
                           throws com.liferay.portal.SystemException,
                                  com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getMBStatsUsers

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<MBStatsUser> getMBStatsUsers(int start,
                                                          int end)
                                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getMBStatsUsersCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getMBStatsUsersCount()
                         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
Throws:
com.liferay.portal.SystemException

getStatsUsers

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<MBStatsUser> getStatsUsers(long groupId,
                                                        int start,
                                                        int end)
                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getStatsUsersCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
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
Throws:
com.liferay.portal.SystemException