Liferay 6.2-ce-ga5

com.liferay.portlet.social.service.persistence
Interface SocialActivityCounterFinder


@ProviderType
public interface SocialActivityCounterFinder


Method Summary
 int countU_ByG_N(long groupId, String[] names)
           
 List<SocialActivityCounter> findAC_By_G_C_C_N_S_E(long groupId, List<Long> userIds, String[] names, int start, int end)
           
 List<SocialActivityCounter> findAC_ByG_N_S_E_1(long groupId, String name, int startPeriod, int endPeriod, int periodLength)
           
 List<SocialActivityCounter> findAC_ByG_N_S_E_2(long groupId, String counterName, int startPeriod, int endPeriod, int periodLength)
           
 List<Long> findU_ByG_N(long groupId, String[] names, int start, int end)
           
 

Method Detail

countU_ByG_N

int countU_ByG_N(long groupId,
                 String[] names)
                 throws SystemException
Throws:
SystemException

findAC_ByG_N_S_E_1

List<SocialActivityCounter> findAC_ByG_N_S_E_1(long groupId,
                                               String name,
                                               int startPeriod,
                                               int endPeriod,
                                               int periodLength)
                                               throws SystemException
Throws:
SystemException

findAC_ByG_N_S_E_2

List<SocialActivityCounter> findAC_ByG_N_S_E_2(long groupId,
                                               String counterName,
                                               int startPeriod,
                                               int endPeriod,
                                               int periodLength)
                                               throws SystemException
Throws:
SystemException

findAC_By_G_C_C_N_S_E

List<SocialActivityCounter> findAC_By_G_C_C_N_S_E(long groupId,
                                                  List<Long> userIds,
                                                  String[] names,
                                                  int start,
                                                  int end)
                                                  throws SystemException
Throws:
SystemException

findU_ByG_N

List<Long> findU_ByG_N(long groupId,
                       String[] names,
                       int start,
                       int end)
                       throws SystemException
Throws:
SystemException

Liferay 6.2-ce-ga5