Uses of Class
com.liferay.social.kernel.exception.NoSuchActivityLimitException
Packages that use NoSuchActivityLimitException
-
Uses of NoSuchActivityLimitException in com.liferay.social.kernel.service.persistence
Methods in com.liferay.social.kernel.service.persistence that throw NoSuchActivityLimitExceptionModifier and TypeMethodDescriptionSocialActivityLimitPersistence.findByC_C_First
(long classNameId, long classPK, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?.static SocialActivityLimit
SocialActivityLimitUtil.findByC_C_First
(long classNameId, long classPK, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?.SocialActivityLimitPersistence.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?.static SocialActivityLimit
SocialActivityLimitUtil.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?.SocialActivityLimitPersistence.findByC_C_PrevAndNext
(long activityLimitId, long classNameId, long classPK, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the social activity limits before and after the current social activity limit in the ordered set where classNameId = ? and classPK = ?.static SocialActivityLimit[]
SocialActivityLimitUtil.findByC_C_PrevAndNext
(long activityLimitId, long classNameId, long classPK, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the social activity limits before and after the current social activity limit in the ordered set where classNameId = ? and classPK = ?.SocialActivityLimitPersistence.findByG_U_C_C_A_A
(long groupId, long userId, long classNameId, long classPK, int activityType, String activityCounterName) Returns the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? or throws aNoSuchActivityLimitException
if it could not be found.static SocialActivityLimit
SocialActivityLimitUtil.findByG_U_C_C_A_A
(long groupId, long userId, long classNameId, long classPK, int activityType, String activityCounterName) Returns the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? or throws aNoSuchActivityLimitException
if it could not be found.SocialActivityLimitPersistence.findByGroupId_First
(long groupId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the first social activity limit in the ordered set where groupId = ?.static SocialActivityLimit
SocialActivityLimitUtil.findByGroupId_First
(long groupId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the first social activity limit in the ordered set where groupId = ?.SocialActivityLimitPersistence.findByGroupId_Last
(long groupId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the last social activity limit in the ordered set where groupId = ?.static SocialActivityLimit
SocialActivityLimitUtil.findByGroupId_Last
(long groupId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the last social activity limit in the ordered set where groupId = ?.SocialActivityLimitPersistence.findByGroupId_PrevAndNext
(long activityLimitId, long groupId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the social activity limits before and after the current social activity limit in the ordered set where groupId = ?.static SocialActivityLimit[]
SocialActivityLimitUtil.findByGroupId_PrevAndNext
(long activityLimitId, long groupId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the social activity limits before and after the current social activity limit in the ordered set where groupId = ?.SocialActivityLimitPersistence.findByPrimaryKey
(long activityLimitId) Returns the social activity limit with the primary key or throws aNoSuchActivityLimitException
if it could not be found.static SocialActivityLimit
SocialActivityLimitUtil.findByPrimaryKey
(long activityLimitId) Returns the social activity limit with the primary key or throws aNoSuchActivityLimitException
if it could not be found.SocialActivityLimitPersistence.findByUserId_First
(long userId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the first social activity limit in the ordered set where userId = ?.static SocialActivityLimit
SocialActivityLimitUtil.findByUserId_First
(long userId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the first social activity limit in the ordered set where userId = ?.SocialActivityLimitPersistence.findByUserId_Last
(long userId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the last social activity limit in the ordered set where userId = ?.static SocialActivityLimit
SocialActivityLimitUtil.findByUserId_Last
(long userId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the last social activity limit in the ordered set where userId = ?.SocialActivityLimitPersistence.findByUserId_PrevAndNext
(long activityLimitId, long userId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the social activity limits before and after the current social activity limit in the ordered set where userId = ?.static SocialActivityLimit[]
SocialActivityLimitUtil.findByUserId_PrevAndNext
(long activityLimitId, long userId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the social activity limits before and after the current social activity limit in the ordered set where userId = ?.SocialActivityLimitPersistence.remove
(long activityLimitId) Removes the social activity limit with the primary key from the database.static SocialActivityLimit
SocialActivityLimitUtil.remove
(long activityLimitId) Removes the social activity limit with the primary key from the database.SocialActivityLimitPersistence.removeByG_U_C_C_A_A
(long groupId, long userId, long classNameId, long classPK, int activityType, String activityCounterName) Removes the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? from the database.static SocialActivityLimit
SocialActivityLimitUtil.removeByG_U_C_C_A_A
(long groupId, long userId, long classNameId, long classPK, int activityType, String activityCounterName) Removes the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? from the database.