Class SocialActivityCounterFinderImpl

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

public class SocialActivityCounterFinderImpl extends SocialActivityCounterFinderBaseImpl implements com.liferay.social.kernel.service.persistence.SocialActivityCounterFinder
Author:
Zsolt Berentey
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     
    static final String
     
    static final String
     

    Fields inherited from class com.liferay.portlet.social.service.persistence.impl.SocialActivityCounterFinderBaseImpl

    socialActivityCounterPersistence

    Fields inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl

    CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, dbColumnNames, dummyEntityCache, dummyFinderCache, entityCacheEnabled, FINDER_ARGS_EMPTY, finderCacheEnabled, NULL_SAFE_STRING_COMPARATOR, nullModel, 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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    countU_ByG_N(long groupId, String[] names)
     
    List<com.liferay.social.kernel.model.SocialActivityCounter>
    findAC_By_G_C_C_N_S_E(long groupId, List<Long> userIds, String[] names, int start, int end)
     
    List<com.liferay.social.kernel.model.SocialActivityCounter>
    findAC_ByG_N_S_E_1(long groupId, String name, int startPeriod, int endPeriod, int periodLength)
     
    List<com.liferay.social.kernel.model.SocialActivityCounter>
    findAC_ByG_N_S_E_2(long groupId, String counterName, int startPeriod, int endPeriod, int periodLength)
     
    findU_ByG_N(long groupId, String[] names, int start, int end)
     
    protected String
    getNames(String[] names)
     
    protected void
    setNames(com.liferay.portal.kernel.dao.orm.QueryPos queryPos, String[] names)
     

    Methods inherited from class com.liferay.portlet.social.service.persistence.impl.SocialActivityCounterFinderBaseImpl

    getBadColumnNames, getSocialActivityCounterPersistence, setSocialActivityCounterPersistence

    Methods inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl

    appendOrderByComparator, appendOrderByComparator, cacheResult, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getEntityCache, getFinderCache, getListeners, getModelClass, getPKDBName, getSelectSQL, getTableColumnsMap, openNewSession, openSession, processException, registerListener, remove, remove, removeByFunction, removeConjunction, removeImpl, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, setTable, unregisterListener, update, update, updateImpl

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence

    clearCache, dslQueryCount
  • Field Details

    • 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 Details

    • SocialActivityCounterFinderImpl

      public SocialActivityCounterFinderImpl()
  • Method Details

    • countU_ByG_N

      public int countU_ByG_N(long groupId, String[] names)
      Specified by:
      countU_ByG_N in interface com.liferay.social.kernel.service.persistence.SocialActivityCounterFinder
    • findAC_ByG_N_S_E_1

      public List<com.liferay.social.kernel.model.SocialActivityCounter> findAC_ByG_N_S_E_1(long groupId, String name, int startPeriod, int endPeriod, int periodLength)
      Specified by:
      findAC_ByG_N_S_E_1 in interface com.liferay.social.kernel.service.persistence.SocialActivityCounterFinder
    • findAC_ByG_N_S_E_2

      public List<com.liferay.social.kernel.model.SocialActivityCounter> findAC_ByG_N_S_E_2(long groupId, String counterName, int startPeriod, int endPeriod, int periodLength)
      Specified by:
      findAC_ByG_N_S_E_2 in interface com.liferay.social.kernel.service.persistence.SocialActivityCounterFinder
    • findAC_By_G_C_C_N_S_E

      public List<com.liferay.social.kernel.model.SocialActivityCounter> findAC_By_G_C_C_N_S_E(long groupId, List<Long> userIds, String[] names, int start, int end)
      Specified by:
      findAC_By_G_C_C_N_S_E in interface com.liferay.social.kernel.service.persistence.SocialActivityCounterFinder
    • findU_ByG_N

      public List<Long> findU_ByG_N(long groupId, String[] names, int start, int end)
      Specified by:
      findU_ByG_N in interface com.liferay.social.kernel.service.persistence.SocialActivityCounterFinder
    • getNames

      protected String getNames(String[] names)
    • setNames

      protected void setNames(com.liferay.portal.kernel.dao.orm.QueryPos queryPos, String[] names)