Class SocialActivitySetUtil

Object
com.liferay.social.kernel.service.persistence.SocialActivitySetUtil

public class SocialActivitySetUtil extends Object
The persistence utility for the social activity set service. This utility wraps com.liferay.portlet.social.service.persistence.impl.SocialActivitySetPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Constructor Details

    • SocialActivitySetUtil

      public SocialActivitySetUtil()
  • Method Details

    • clearCache

      public static void clearCache()
      See Also:
    • clearCache

      public static void clearCache(SocialActivitySet socialActivitySet)
      See Also:
    • countWithDynamicQuery

      public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
      See Also:
    • fetchByPrimaryKeys

      public static Map<Serializable,SocialActivitySet> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      See Also:
    • findWithDynamicQuery

      public static List<SocialActivitySet> findWithDynamicQuery(DynamicQuery dynamicQuery)
      See Also:
    • findWithDynamicQuery

      public static List<SocialActivitySet> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
      See Also:
    • findWithDynamicQuery

      public static List<SocialActivitySet> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator)
      See Also:
    • update

      public static SocialActivitySet update(SocialActivitySet socialActivitySet)
      See Also:
    • update

      public static SocialActivitySet update(SocialActivitySet socialActivitySet, ServiceContext serviceContext)
      See Also:
    • findByGroupId

      public static List<SocialActivitySet> findByGroupId(long groupId)
      Returns all the social activity sets where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the matching social activity sets
    • findByGroupId

      public static List<SocialActivitySet> findByGroupId(long groupId, int start, int end)
      Returns a range of all the social activity sets where groupId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialActivitySetModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of social activity sets
      end - the upper bound of the range of social activity sets (not inclusive)
      Returns:
      the range of matching social activity sets
    • findByGroupId

      public static List<SocialActivitySet> findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator)
      Returns an ordered range of all the social activity sets where groupId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialActivitySetModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of social activity sets
      end - the upper bound of the range of social activity sets (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching social activity sets
    • findByGroupId

      public static List<SocialActivitySet> findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the social activity sets where groupId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialActivitySetModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of social activity sets
      end - the upper bound of the range of social activity sets (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching social activity sets
    • findByGroupId_First

      public static SocialActivitySet findByGroupId_First(long groupId, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
      Returns the first social activity set in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching social activity set
      Throws:
      NoSuchActivitySetException - if a matching social activity set could not be found
      NoSuchActivitySetException
    • fetchByGroupId_First

      public static SocialActivitySet fetchByGroupId_First(long groupId, OrderByComparator<SocialActivitySet> orderByComparator)
      Returns the first social activity set in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching social activity set, or null if a matching social activity set could not be found
    • findByGroupId_Last

      public static SocialActivitySet findByGroupId_Last(long groupId, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
      Returns the last social activity set in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching social activity set
      Throws:
      NoSuchActivitySetException - if a matching social activity set could not be found
      NoSuchActivitySetException
    • fetchByGroupId_Last

      public static SocialActivitySet fetchByGroupId_Last(long groupId, OrderByComparator<SocialActivitySet> orderByComparator)
      Returns the last social activity set in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching social activity set, or null if a matching social activity set could not be found
    • findByGroupId_PrevAndNext

      public static SocialActivitySet[] findByGroupId_PrevAndNext(long activitySetId, long groupId, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
      Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ?.
      Parameters:
      activitySetId - the primary key of the current social activity set
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next social activity set
      Throws:
      NoSuchActivitySetException - if a social activity set with the primary key could not be found
      NoSuchActivitySetException
    • removeByGroupId

      public static void removeByGroupId(long groupId)
      Removes all the social activity sets where groupId = ? from the database.
      Parameters:
      groupId - the group ID
    • countByGroupId

      public static int countByGroupId(long groupId)
      Returns the number of social activity sets where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the number of matching social activity sets
    • findByUserId

      public static List<SocialActivitySet> findByUserId(long userId)
      Returns all the social activity sets where userId = ?.
      Parameters:
      userId - the user ID
      Returns:
      the matching social activity sets
    • findByUserId

      public static List<SocialActivitySet> findByUserId(long userId, int start, int end)
      Returns a range of all the social activity sets where userId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialActivitySetModelImpl.

      Parameters:
      userId - the user ID
      start - the lower bound of the range of social activity sets
      end - the upper bound of the range of social activity sets (not inclusive)
      Returns:
      the range of matching social activity sets
    • findByUserId

      public static List<SocialActivitySet> findByUserId(long userId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator)
      Returns an ordered range of all the social activity sets where userId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialActivitySetModelImpl.

      Parameters:
      userId - the user ID
      start - the lower bound of the range of social activity sets
      end - the upper bound of the range of social activity sets (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching social activity sets
    • findByUserId

      public static List<SocialActivitySet> findByUserId(long userId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the social activity sets where userId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialActivitySetModelImpl.

      Parameters:
      userId - the user ID
      start - the lower bound of the range of social activity sets
      end - the upper bound of the range of social activity sets (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching social activity sets
    • findByUserId_First

      public static SocialActivitySet findByUserId_First(long userId, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
      Returns the first social activity set in the ordered set where userId = ?.
      Parameters:
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching social activity set
      Throws:
      NoSuchActivitySetException - if a matching social activity set could not be found
      NoSuchActivitySetException
    • fetchByUserId_First

      public static SocialActivitySet fetchByUserId_First(long userId, OrderByComparator<SocialActivitySet> orderByComparator)
      Returns the first social activity set in the ordered set where userId = ?.
      Parameters:
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching social activity set, or null if a matching social activity set could not be found
    • findByUserId_Last

      public static SocialActivitySet findByUserId_Last(long userId, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
      Returns the last social activity set in the ordered set where userId = ?.
      Parameters:
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching social activity set
      Throws:
      NoSuchActivitySetException - if a matching social activity set could not be found
      NoSuchActivitySetException
    • fetchByUserId_Last

      public static SocialActivitySet fetchByUserId_Last(long userId, OrderByComparator<SocialActivitySet> orderByComparator)
      Returns the last social activity set in the ordered set where userId = ?.
      Parameters:
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching social activity set, or null if a matching social activity set could not be found
    • findByUserId_PrevAndNext

      public static SocialActivitySet[] findByUserId_PrevAndNext(long activitySetId, long userId, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
      Returns the social activity sets before and after the current social activity set in the ordered set where userId = ?.
      Parameters:
      activitySetId - the primary key of the current social activity set
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next social activity set
      Throws:
      NoSuchActivitySetException - if a social activity set with the primary key could not be found
      NoSuchActivitySetException
    • removeByUserId

      public static void removeByUserId(long userId)
      Removes all the social activity sets where userId = ? from the database.
      Parameters:
      userId - the user ID
    • countByUserId

      public static int countByUserId(long userId)
      Returns the number of social activity sets where userId = ?.
      Parameters:
      userId - the user ID
      Returns:
      the number of matching social activity sets
    • findByG_U_T

      public static List<SocialActivitySet> findByG_U_T(long groupId, long userId, int type)
      Returns all the social activity sets where groupId = ? and userId = ? and type = ?.
      Parameters:
      groupId - the group ID
      userId - the user ID
      type - the type
      Returns:
      the matching social activity sets
    • findByG_U_T

      public static List<SocialActivitySet> findByG_U_T(long groupId, long userId, int type, int start, int end)
      Returns a range of all the social activity sets where groupId = ? and userId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialActivitySetModelImpl.

      Parameters:
      groupId - the group ID
      userId - the user ID
      type - the type
      start - the lower bound of the range of social activity sets
      end - the upper bound of the range of social activity sets (not inclusive)
      Returns:
      the range of matching social activity sets
    • findByG_U_T

      public static List<SocialActivitySet> findByG_U_T(long groupId, long userId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator)
      Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialActivitySetModelImpl.

      Parameters:
      groupId - the group ID
      userId - the user ID
      type - the type
      start - the lower bound of the range of social activity sets
      end - the upper bound of the range of social activity sets (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching social activity sets
    • findByG_U_T

      public static List<SocialActivitySet> findByG_U_T(long groupId, long userId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialActivitySetModelImpl.

      Parameters:
      groupId - the group ID
      userId - the user ID
      type - the type
      start - the lower bound of the range of social activity sets
      end - the upper bound of the range of social activity sets (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching social activity sets
    • findByG_U_T_First

      public static SocialActivitySet findByG_U_T_First(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
      Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?.
      Parameters:
      groupId - the group ID
      userId - the user ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching social activity set
      Throws:
      NoSuchActivitySetException - if a matching social activity set could not be found
      NoSuchActivitySetException
    • fetchByG_U_T_First

      public static SocialActivitySet fetchByG_U_T_First(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator)
      Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?.
      Parameters:
      groupId - the group ID
      userId - the user ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching social activity set, or null if a matching social activity set could not be found
    • findByG_U_T_Last

      public static SocialActivitySet findByG_U_T_Last(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
      Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?.
      Parameters:
      groupId - the group ID
      userId - the user ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching social activity set
      Throws:
      NoSuchActivitySetException - if a matching social activity set could not be found
      NoSuchActivitySetException
    • fetchByG_U_T_Last

      public static SocialActivitySet fetchByG_U_T_Last(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator)
      Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?.
      Parameters:
      groupId - the group ID
      userId - the user ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching social activity set, or null if a matching social activity set could not be found
    • findByG_U_T_PrevAndNext

      public static SocialActivitySet[] findByG_U_T_PrevAndNext(long activitySetId, long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
      Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and type = ?.
      Parameters:
      activitySetId - the primary key of the current social activity set
      groupId - the group ID
      userId - the user ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next social activity set
      Throws:
      NoSuchActivitySetException - if a social activity set with the primary key could not be found
      NoSuchActivitySetException
    • removeByG_U_T

      public static void removeByG_U_T(long groupId, long userId, int type)
      Removes all the social activity sets where groupId = ? and userId = ? and type = ? from the database.
      Parameters:
      groupId - the group ID
      userId - the user ID
      type - the type
    • countByG_U_T

      public static int countByG_U_T(long groupId, long userId, int type)
      Returns the number of social activity sets where groupId = ? and userId = ? and type = ?.
      Parameters:
      groupId - the group ID
      userId - the user ID
      type - the type
      Returns:
      the number of matching social activity sets
    • findByC_C_T

      public static List<SocialActivitySet> findByC_C_T(long classNameId, long classPK, int type)
      Returns all the social activity sets where classNameId = ? and classPK = ? and type = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      Returns:
      the matching social activity sets
    • findByC_C_T

      public static List<SocialActivitySet> findByC_C_T(long classNameId, long classPK, int type, int start, int end)
      Returns a range of all the social activity sets where classNameId = ? and classPK = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialActivitySetModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      start - the lower bound of the range of social activity sets
      end - the upper bound of the range of social activity sets (not inclusive)
      Returns:
      the range of matching social activity sets
    • findByC_C_T

      public static List<SocialActivitySet> findByC_C_T(long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator)
      Returns an ordered range of all the social activity sets where classNameId = ? and classPK = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialActivitySetModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      start - the lower bound of the range of social activity sets
      end - the upper bound of the range of social activity sets (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching social activity sets
    • findByC_C_T

      public static List<SocialActivitySet> findByC_C_T(long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the social activity sets where classNameId = ? and classPK = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialActivitySetModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      start - the lower bound of the range of social activity sets
      end - the upper bound of the range of social activity sets (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching social activity sets
    • findByC_C_T_First

      public static SocialActivitySet findByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
      Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching social activity set
      Throws:
      NoSuchActivitySetException - if a matching social activity set could not be found
      NoSuchActivitySetException
    • fetchByC_C_T_First

      public static SocialActivitySet fetchByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator)
      Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching social activity set, or null if a matching social activity set could not be found
    • findByC_C_T_Last

      public static SocialActivitySet findByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
      Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching social activity set
      Throws:
      NoSuchActivitySetException - if a matching social activity set could not be found
      NoSuchActivitySetException
    • fetchByC_C_T_Last

      public static SocialActivitySet fetchByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator)
      Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching social activity set, or null if a matching social activity set could not be found
    • findByC_C_T_PrevAndNext

      public static SocialActivitySet[] findByC_C_T_PrevAndNext(long activitySetId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
      Returns the social activity sets before and after the current social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.
      Parameters:
      activitySetId - the primary key of the current social activity set
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next social activity set
      Throws:
      NoSuchActivitySetException - if a social activity set with the primary key could not be found
      NoSuchActivitySetException
    • removeByC_C_T

      public static void removeByC_C_T(long classNameId, long classPK, int type)
      Removes all the social activity sets where classNameId = ? and classPK = ? and type = ? from the database.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
    • countByC_C_T

      public static int countByC_C_T(long classNameId, long classPK, int type)
      Returns the number of social activity sets where classNameId = ? and classPK = ? and type = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      Returns:
      the number of matching social activity sets
    • findByG_U_C_T

      public static List<SocialActivitySet> findByG_U_C_T(long groupId, long userId, long classNameId, int type)
      Returns all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.
      Parameters:
      groupId - the group ID
      userId - the user ID
      classNameId - the class name ID
      type - the type
      Returns:
      the matching social activity sets
    • findByG_U_C_T

      public static List<SocialActivitySet> findByG_U_C_T(long groupId, long userId, long classNameId, int type, int start, int end)
      Returns a range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialActivitySetModelImpl.

      Parameters:
      groupId - the group ID
      userId - the user ID
      classNameId - the class name ID
      type - the type
      start - the lower bound of the range of social activity sets
      end - the upper bound of the range of social activity sets (not inclusive)
      Returns:
      the range of matching social activity sets
    • findByG_U_C_T

      public static List<SocialActivitySet> findByG_U_C_T(long groupId, long userId, long classNameId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator)
      Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialActivitySetModelImpl.

      Parameters:
      groupId - the group ID
      userId - the user ID
      classNameId - the class name ID
      type - the type
      start - the lower bound of the range of social activity sets
      end - the upper bound of the range of social activity sets (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching social activity sets
    • findByG_U_C_T

      public static List<SocialActivitySet> findByG_U_C_T(long groupId, long userId, long classNameId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialActivitySetModelImpl.

      Parameters:
      groupId - the group ID
      userId - the user ID
      classNameId - the class name ID
      type - the type
      start - the lower bound of the range of social activity sets
      end - the upper bound of the range of social activity sets (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching social activity sets
    • findByG_U_C_T_First

      public static SocialActivitySet findByG_U_C_T_First(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
      Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.
      Parameters:
      groupId - the group ID
      userId - the user ID
      classNameId - the class name ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching social activity set
      Throws:
      NoSuchActivitySetException - if a matching social activity set could not be found
      NoSuchActivitySetException
    • fetchByG_U_C_T_First

      public static SocialActivitySet fetchByG_U_C_T_First(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator)
      Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.
      Parameters:
      groupId - the group ID
      userId - the user ID
      classNameId - the class name ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching social activity set, or null if a matching social activity set could not be found
    • findByG_U_C_T_Last

      public static SocialActivitySet findByG_U_C_T_Last(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
      Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.
      Parameters:
      groupId - the group ID
      userId - the user ID
      classNameId - the class name ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching social activity set
      Throws:
      NoSuchActivitySetException - if a matching social activity set could not be found
      NoSuchActivitySetException
    • fetchByG_U_C_T_Last

      public static SocialActivitySet fetchByG_U_C_T_Last(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator)
      Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.
      Parameters:
      groupId - the group ID
      userId - the user ID
      classNameId - the class name ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching social activity set, or null if a matching social activity set could not be found
    • findByG_U_C_T_PrevAndNext

      public static SocialActivitySet[] findByG_U_C_T_PrevAndNext(long activitySetId, long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
      Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.
      Parameters:
      activitySetId - the primary key of the current social activity set
      groupId - the group ID
      userId - the user ID
      classNameId - the class name ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next social activity set
      Throws:
      NoSuchActivitySetException - if a social activity set with the primary key could not be found
      NoSuchActivitySetException
    • removeByG_U_C_T

      public static void removeByG_U_C_T(long groupId, long userId, long classNameId, int type)
      Removes all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ? from the database.
      Parameters:
      groupId - the group ID
      userId - the user ID
      classNameId - the class name ID
      type - the type
    • countByG_U_C_T

      public static int countByG_U_C_T(long groupId, long userId, long classNameId, int type)
      Returns the number of social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.
      Parameters:
      groupId - the group ID
      userId - the user ID
      classNameId - the class name ID
      type - the type
      Returns:
      the number of matching social activity sets
    • findByU_C_C_T

      public static List<SocialActivitySet> findByU_C_C_T(long userId, long classNameId, long classPK, int type)
      Returns all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.
      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      Returns:
      the matching social activity sets
    • findByU_C_C_T

      public static List<SocialActivitySet> findByU_C_C_T(long userId, long classNameId, long classPK, int type, int start, int end)
      Returns a range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialActivitySetModelImpl.

      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      start - the lower bound of the range of social activity sets
      end - the upper bound of the range of social activity sets (not inclusive)
      Returns:
      the range of matching social activity sets
    • findByU_C_C_T

      public static List<SocialActivitySet> findByU_C_C_T(long userId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator)
      Returns an ordered range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialActivitySetModelImpl.

      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      start - the lower bound of the range of social activity sets
      end - the upper bound of the range of social activity sets (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching social activity sets
    • findByU_C_C_T

      public static List<SocialActivitySet> findByU_C_C_T(long userId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialActivitySetModelImpl.

      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      start - the lower bound of the range of social activity sets
      end - the upper bound of the range of social activity sets (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching social activity sets
    • findByU_C_C_T_First

      public static SocialActivitySet findByU_C_C_T_First(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
      Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.
      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching social activity set
      Throws:
      NoSuchActivitySetException - if a matching social activity set could not be found
      NoSuchActivitySetException
    • fetchByU_C_C_T_First

      public static SocialActivitySet fetchByU_C_C_T_First(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator)
      Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.
      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching social activity set, or null if a matching social activity set could not be found
    • findByU_C_C_T_Last

      public static SocialActivitySet findByU_C_C_T_Last(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
      Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.
      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching social activity set
      Throws:
      NoSuchActivitySetException - if a matching social activity set could not be found
      NoSuchActivitySetException
    • fetchByU_C_C_T_Last

      public static SocialActivitySet fetchByU_C_C_T_Last(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator)
      Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.
      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching social activity set, or null if a matching social activity set could not be found
    • findByU_C_C_T_PrevAndNext

      public static SocialActivitySet[] findByU_C_C_T_PrevAndNext(long activitySetId, long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
      Returns the social activity sets before and after the current social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.
      Parameters:
      activitySetId - the primary key of the current social activity set
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next social activity set
      Throws:
      NoSuchActivitySetException - if a social activity set with the primary key could not be found
      NoSuchActivitySetException
    • removeByU_C_C_T

      public static void removeByU_C_C_T(long userId, long classNameId, long classPK, int type)
      Removes all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ? from the database.
      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
    • countByU_C_C_T

      public static int countByU_C_C_T(long userId, long classNameId, long classPK, int type)
      Returns the number of social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.
      Parameters:
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      Returns:
      the number of matching social activity sets
    • cacheResult

      public static void cacheResult(SocialActivitySet socialActivitySet)
      Caches the social activity set in the entity cache if it is enabled.
      Parameters:
      socialActivitySet - the social activity set
    • cacheResult

      public static void cacheResult(List<SocialActivitySet> socialActivitySets)
      Caches the social activity sets in the entity cache if it is enabled.
      Parameters:
      socialActivitySets - the social activity sets
    • create

      public static SocialActivitySet create(long activitySetId)
      Creates a new social activity set with the primary key. Does not add the social activity set to the database.
      Parameters:
      activitySetId - the primary key for the new social activity set
      Returns:
      the new social activity set
    • remove

      public static SocialActivitySet remove(long activitySetId) throws NoSuchActivitySetException
      Removes the social activity set with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      activitySetId - the primary key of the social activity set
      Returns:
      the social activity set that was removed
      Throws:
      NoSuchActivitySetException - if a social activity set with the primary key could not be found
      NoSuchActivitySetException
    • updateImpl

      public static SocialActivitySet updateImpl(SocialActivitySet socialActivitySet)
    • findByPrimaryKey

      public static SocialActivitySet findByPrimaryKey(long activitySetId) throws NoSuchActivitySetException
      Returns the social activity set with the primary key or throws a NoSuchActivitySetException if it could not be found.
      Parameters:
      activitySetId - the primary key of the social activity set
      Returns:
      the social activity set
      Throws:
      NoSuchActivitySetException - if a social activity set with the primary key could not be found
      NoSuchActivitySetException
    • fetchByPrimaryKey

      public static SocialActivitySet fetchByPrimaryKey(long activitySetId)
      Returns the social activity set with the primary key or returns null if it could not be found.
      Parameters:
      activitySetId - the primary key of the social activity set
      Returns:
      the social activity set, or null if a social activity set with the primary key could not be found
    • findAll

      public static List<SocialActivitySet> findAll()
      Returns all the social activity sets.
      Returns:
      the social activity sets
    • findAll

      public static List<SocialActivitySet> findAll(int start, int end)
      Returns a range of all the social activity sets.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialActivitySetModelImpl.

      Parameters:
      start - the lower bound of the range of social activity sets
      end - the upper bound of the range of social activity sets (not inclusive)
      Returns:
      the range of social activity sets
    • findAll

      public static List<SocialActivitySet> findAll(int start, int end, OrderByComparator<SocialActivitySet> orderByComparator)
      Returns an ordered range of all the social activity sets.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialActivitySetModelImpl.

      Parameters:
      start - the lower bound of the range of social activity sets
      end - the upper bound of the range of social activity sets (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of social activity sets
    • findAll

      public static List<SocialActivitySet> findAll(int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the social activity sets.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SocialActivitySetModelImpl.

      Parameters:
      start - the lower bound of the range of social activity sets
      end - the upper bound of the range of social activity sets (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of social activity sets
    • removeAll

      public static void removeAll()
      Removes all the social activity sets from the database.
    • countAll

      public static int countAll()
      Returns the number of social activity sets.
      Returns:
      the number of social activity sets
    • getPersistence

      public static SocialActivitySetPersistence getPersistence()
    • setPersistence

      public static void setPersistence(SocialActivitySetPersistence persistence)