|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface MBStatsUserLocalService
This interface defines the service. The default implementation is
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.
MBStatsUserLocalServiceUtil| Method Detail |
|---|
MBStatsUser addMBStatsUser(MBStatsUser mbStatsUser)
throws SystemException
SystemExceptionMBStatsUser createMBStatsUser(long statsUserId)
void deleteMBStatsUser(long statsUserId)
throws PortalException,
SystemException
PortalException
SystemException
void deleteMBStatsUser(MBStatsUser mbStatsUser)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
MBStatsUser getMBStatsUser(long statsUserId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<MBStatsUser> getMBStatsUsers(int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getMBStatsUsersCount()
throws SystemException
SystemException
MBStatsUser updateMBStatsUser(MBStatsUser mbStatsUser)
throws SystemException
SystemException
MBStatsUser updateMBStatsUser(MBStatsUser mbStatsUser,
boolean merge)
throws SystemException
SystemException
MBStatsUser addStatsUser(long groupId,
long userId)
throws SystemException
SystemException
void deleteStatsUsersByGroupId(long groupId)
throws SystemException
SystemException
void deleteStatsUsersByUserId(long userId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
long getMessageCountByUserId(long userId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
MBStatsUser getStatsUser(long groupId,
long userId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<MBStatsUser> getStatsUsersByGroupId(long groupId,
int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<MBStatsUser> getStatsUsersByUserId(long userId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getStatsUsersByGroupIdCount(long groupId)
throws SystemException
SystemException
MBStatsUser updateStatsUser(long groupId,
long userId)
throws SystemException
SystemException
MBStatsUser updateStatsUser(long groupId,
long userId,
Date lastPostDate)
throws SystemException
SystemException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||