Liferay 6.2-ce-ga5

com.liferay.portlet.social.service.persistence
Class SocialActivityCounterFinderImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<SocialActivityCounter>
      extended by com.liferay.portlet.social.service.persistence.SocialActivityCounterFinderImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<SocialActivityCounter>, SocialActivityCounterFinder

public class SocialActivityCounterFinderImpl
extends BasePersistenceImpl<SocialActivityCounter>
implements SocialActivityCounterFinder


Field Summary
static String COUNT_U_BY_G_C_N_S_E
           
static String FIND_AC_BY_G_C_C_N_S_E
           
static String FIND_AC_BY_G_N_S_E_1
           
static String FIND_AC_BY_G_N_S_E_2
           
static String FIND_U_BY_G_C_N_S_E
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
 
Constructor Summary
SocialActivityCounterFinderImpl()
           
 
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)
           
protected  String getNames(String[] names)
           
protected  void setNames(QueryPos qPos, String[] names)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl, updateImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_U_BY_G_C_N_S_E

public static final String COUNT_U_BY_G_C_N_S_E

FIND_AC_BY_G_N_S_E_1

public static final String FIND_AC_BY_G_N_S_E_1

FIND_AC_BY_G_N_S_E_2

public static final String FIND_AC_BY_G_N_S_E_2

FIND_AC_BY_G_C_C_N_S_E

public static final String FIND_AC_BY_G_C_C_N_S_E

FIND_U_BY_G_C_N_S_E

public static final String FIND_U_BY_G_C_N_S_E
Constructor Detail

SocialActivityCounterFinderImpl

public SocialActivityCounterFinderImpl()
Method Detail

countU_ByG_N

public int countU_ByG_N(long groupId,
                        String[] names)
                 throws SystemException
Specified by:
countU_ByG_N in interface SocialActivityCounterFinder
Throws:
SystemException

findAC_ByG_N_S_E_1

public List<SocialActivityCounter> findAC_ByG_N_S_E_1(long groupId,
                                                      String name,
                                                      int startPeriod,
                                                      int endPeriod,
                                                      int periodLength)
                                               throws SystemException
Specified by:
findAC_ByG_N_S_E_1 in interface SocialActivityCounterFinder
Throws:
SystemException

findAC_ByG_N_S_E_2

public List<SocialActivityCounter> findAC_ByG_N_S_E_2(long groupId,
                                                      String counterName,
                                                      int startPeriod,
                                                      int endPeriod,
                                                      int periodLength)
                                               throws SystemException
Specified by:
findAC_ByG_N_S_E_2 in interface SocialActivityCounterFinder
Throws:
SystemException

findAC_By_G_C_C_N_S_E

public List<SocialActivityCounter> findAC_By_G_C_C_N_S_E(long groupId,
                                                         List<Long> userIds,
                                                         String[] names,
                                                         int start,
                                                         int end)
                                                  throws SystemException
Specified by:
findAC_By_G_C_C_N_S_E in interface SocialActivityCounterFinder
Throws:
SystemException

findU_ByG_N

public List<Long> findU_ByG_N(long groupId,
                              String[] names,
                              int start,
                              int end)
                       throws SystemException
Specified by:
findU_ByG_N in interface SocialActivityCounterFinder
Throws:
SystemException

getNames

protected String getNames(String[] names)

setNames

protected void setNames(QueryPos qPos,
                        String[] names)

Liferay 6.2-ce-ga5