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

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

public class SocialActivityCounterFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialActivityCounter>
implements com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder

Author:
Zsolt Berentey

Field Summary
static java.lang.String COUNT_U_BY_G_C_N_S_E
           
static java.lang.String FIND_AC_BY_G_C_C_N_S_E
           
static java.lang.String FIND_AC_BY_G_N_S_E_1
           
static java.lang.String FIND_AC_BY_G_N_S_E_2
           
static java.lang.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, java.lang.String[] names)
           
 java.util.List<com.liferay.portlet.social.model.SocialActivityCounter> findAC_By_G_C_C_N_S_E(long groupId, java.util.List<java.lang.Long> userIds, java.lang.String[] names, int start, int end)
           
 java.util.List<com.liferay.portlet.social.model.SocialActivityCounter> findAC_ByG_N_S_E_1(long groupId, java.lang.String name, int startPeriod, int endPeriod, int periodLength)
           
 java.util.List<com.liferay.portlet.social.model.SocialActivityCounter> findAC_ByG_N_S_E_2(long groupId, java.lang.String counterName, int startPeriod, int endPeriod, int periodLength)
           
 java.util.List<java.lang.Long> findU_ByG_N(long groupId, java.lang.String[] names, int start, int end)
           
protected  java.lang.String getNames(java.lang.String[] names)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, remove, removeImpl, setDataSource, setSessionFactory, unregisterListener, update, update, 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 java.lang.String COUNT_U_BY_G_C_N_S_E

FIND_AC_BY_G_N_S_E_1

public static java.lang.String FIND_AC_BY_G_N_S_E_1

FIND_AC_BY_G_N_S_E_2

public static java.lang.String FIND_AC_BY_G_N_S_E_2

FIND_AC_BY_G_C_C_N_S_E

public static java.lang.String FIND_AC_BY_G_C_C_N_S_E

FIND_U_BY_G_C_N_S_E

public static java.lang.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,
                        java.lang.String[] names)
                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
countU_ByG_N in interface com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

findAC_ByG_N_S_E_1

public java.util.List<com.liferay.portlet.social.model.SocialActivityCounter> findAC_ByG_N_S_E_1(long groupId,
                                                                                                 java.lang.String name,
                                                                                                 int startPeriod,
                                                                                                 int endPeriod,
                                                                                                 int periodLength)
                                                                                          throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findAC_ByG_N_S_E_1 in interface com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

findAC_ByG_N_S_E_2

public java.util.List<com.liferay.portlet.social.model.SocialActivityCounter> findAC_ByG_N_S_E_2(long groupId,
                                                                                                 java.lang.String counterName,
                                                                                                 int startPeriod,
                                                                                                 int endPeriod,
                                                                                                 int periodLength)
                                                                                          throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findAC_ByG_N_S_E_2 in interface com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

findAC_By_G_C_C_N_S_E

public java.util.List<com.liferay.portlet.social.model.SocialActivityCounter> findAC_By_G_C_C_N_S_E(long groupId,
                                                                                                    java.util.List<java.lang.Long> userIds,
                                                                                                    java.lang.String[] names,
                                                                                                    int start,
                                                                                                    int end)
                                                                                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findAC_By_G_C_C_N_S_E in interface com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

findU_ByG_N

public java.util.List<java.lang.Long> findU_ByG_N(long groupId,
                                                  java.lang.String[] names,
                                                  int start,
                                                  int end)
                                           throws com.liferay.portal.kernel.exception.SystemException
Specified by:
findU_ByG_N in interface com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder
Throws:
com.liferay.portal.kernel.exception.SystemException

getNames

protected java.lang.String getNames(java.lang.String[] names)