|
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 BlogsStatsUserLocalService
This interface defines the service. The default implementation is
BlogsStatsUserLocalServiceImpl.
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.
BlogsStatsUserLocalServiceUtil| Method Detail |
|---|
BlogsStatsUser addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
throws SystemException
SystemExceptionBlogsStatsUser createBlogsStatsUser(long statsUserId)
void deleteBlogsStatsUser(long statsUserId)
throws PortalException,
SystemException
PortalException
SystemException
void deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
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)
BlogsStatsUser getBlogsStatsUser(long statsUserId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<BlogsStatsUser> getBlogsStatsUsers(int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getBlogsStatsUsersCount()
throws SystemException
SystemException
BlogsStatsUser updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
throws SystemException
SystemException
BlogsStatsUser updateBlogsStatsUser(BlogsStatsUser blogsStatsUser,
boolean merge)
throws SystemException
SystemException
void deleteStatsUserByGroupId(long groupId)
throws SystemException
SystemException
void deleteStatsUserByUserId(long userId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<BlogsStatsUser> getCompanyStatsUsers(long companyId,
int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<BlogsStatsUser> getCompanyStatsUsers(long companyId,
int start,
int end,
OrderByComparator obc)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCompanyStatsUsersCount(long companyId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<BlogsStatsUser> getGroupsStatsUsers(long companyId,
long groupId,
int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<BlogsStatsUser> getGroupStatsUsers(long groupId,
int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<BlogsStatsUser> getGroupStatsUsers(long groupId,
int start,
int end,
OrderByComparator obc)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getGroupStatsUsersCount(long groupId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId,
int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId,
int start,
int end,
OrderByComparator obc)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getOrganizationStatsUsersCount(long organizationId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
BlogsStatsUser getStatsUser(long groupId,
long userId)
throws PortalException,
SystemException
PortalException
SystemException
void updateStatsUser(long groupId,
long userId)
throws PortalException,
SystemException
PortalException
SystemException
void updateStatsUser(long groupId,
long userId,
Date displayDate)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||