Class SocialActivitySetFinderImpl

Object
com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.social.kernel.model.SocialActivitySet>
com.liferay.portlet.social.service.persistence.impl.SocialActivitySetFinderBaseImpl
com.liferay.portlet.social.service.persistence.impl.SocialActivitySetFinderImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.social.kernel.model.SocialActivitySet>, com.liferay.social.kernel.service.persistence.SocialActivitySetFinder

public class SocialActivitySetFinderImpl extends SocialActivitySetFinderBaseImpl implements com.liferay.social.kernel.service.persistence.SocialActivitySetFinder
Author:
Jonathan Lee
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     
    static final String
     
    static final String
     
    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.SocialActivitySetFinderBaseImpl

    socialActivitySetPersistence

    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
    countByOrganizationId(long organizationId)
     
    int
    countByRelation(long userId)
     
    int
    countByRelationType(long userId, int type)
     
    int
    countByUser(long userId)
     
    int
    countByUserGroups(long userId)
     
    List<com.liferay.social.kernel.model.SocialActivitySet>
    findByOrganizationId(long organizationId, int start, int end)
     
    List<com.liferay.social.kernel.model.SocialActivitySet>
    findByRelation(long userId, int start, int end)
     
    List<com.liferay.social.kernel.model.SocialActivitySet>
    findByRelationType(long userId, int type, int start, int end)
     
    List<com.liferay.social.kernel.model.SocialActivitySet>
    findByUser(long userId, int start, int end)
     
    List<com.liferay.social.kernel.model.SocialActivitySet>
    findByUserGroups(long userId, int start, int end)
     

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

    getBadColumnNames, getSocialActivitySetPersistence, setSocialActivitySetPersistence

    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_BY_ORGANIZATION_ID

      public static final String COUNT_BY_ORGANIZATION_ID
    • COUNT_BY_RELATION

      public static final String COUNT_BY_RELATION
    • COUNT_BY_RELATION_TYPE

      public static final String COUNT_BY_RELATION_TYPE
    • COUNT_BY_USER

      public static final String COUNT_BY_USER
    • COUNT_BY_USER_GROUPS

      public static final String COUNT_BY_USER_GROUPS
    • FIND_BY_ORGANIZATION_ID

      public static final String FIND_BY_ORGANIZATION_ID
    • FIND_BY_RELATION

      public static final String FIND_BY_RELATION
    • FIND_BY_RELATION_TYPE

      public static final String FIND_BY_RELATION_TYPE
    • FIND_BY_USER

      public static final String FIND_BY_USER
    • FIND_BY_USER_GROUPS

      public static final String FIND_BY_USER_GROUPS
  • Constructor Details

    • SocialActivitySetFinderImpl

      public SocialActivitySetFinderImpl()
  • Method Details

    • countByOrganizationId

      public int countByOrganizationId(long organizationId)
      Specified by:
      countByOrganizationId in interface com.liferay.social.kernel.service.persistence.SocialActivitySetFinder
    • countByRelation

      public int countByRelation(long userId)
      Specified by:
      countByRelation in interface com.liferay.social.kernel.service.persistence.SocialActivitySetFinder
    • countByRelationType

      public int countByRelationType(long userId, int type)
      Specified by:
      countByRelationType in interface com.liferay.social.kernel.service.persistence.SocialActivitySetFinder
    • countByUser

      public int countByUser(long userId)
      Specified by:
      countByUser in interface com.liferay.social.kernel.service.persistence.SocialActivitySetFinder
    • countByUserGroups

      public int countByUserGroups(long userId)
      Specified by:
      countByUserGroups in interface com.liferay.social.kernel.service.persistence.SocialActivitySetFinder
    • findByOrganizationId

      public List<com.liferay.social.kernel.model.SocialActivitySet> findByOrganizationId(long organizationId, int start, int end)
      Specified by:
      findByOrganizationId in interface com.liferay.social.kernel.service.persistence.SocialActivitySetFinder
    • findByRelation

      public List<com.liferay.social.kernel.model.SocialActivitySet> findByRelation(long userId, int start, int end)
      Specified by:
      findByRelation in interface com.liferay.social.kernel.service.persistence.SocialActivitySetFinder
    • findByRelationType

      public List<com.liferay.social.kernel.model.SocialActivitySet> findByRelationType(long userId, int type, int start, int end)
      Specified by:
      findByRelationType in interface com.liferay.social.kernel.service.persistence.SocialActivitySetFinder
    • findByUser

      public List<com.liferay.social.kernel.model.SocialActivitySet> findByUser(long userId, int start, int end)
      Specified by:
      findByUser in interface com.liferay.social.kernel.service.persistence.SocialActivitySetFinder
    • findByUserGroups

      public List<com.liferay.social.kernel.model.SocialActivitySet> findByUserGroups(long userId, int start, int end)
      Specified by:
      findByUserGroups in interface com.liferay.social.kernel.service.persistence.SocialActivitySetFinder