Uses of Class
com.liferay.social.kernel.exception.NoSuchActivityCounterException
Packages that use NoSuchActivityCounterException
-
Uses of NoSuchActivityCounterException in com.liferay.social.kernel.service.persistence
Methods in com.liferay.social.kernel.service.persistence that throw NoSuchActivityCounterExceptionModifier and TypeMethodDescriptionSocialActivityCounterPersistence.findByC_C_First
(long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.static SocialActivityCounter
SocialActivityCounterUtil.findByC_C_First
(long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.SocialActivityCounterPersistence.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.static SocialActivityCounter
SocialActivityCounterUtil.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.SocialActivityCounterPersistence.findByC_C_PrevAndNext
(long activityCounterId, long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the social activity counters before and after the current social activity counter in the ordered set where classNameId = ? and classPK = ?.static SocialActivityCounter[]
SocialActivityCounterUtil.findByC_C_PrevAndNext
(long activityCounterId, long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the social activity counters before and after the current social activity counter in the ordered set where classNameId = ? and classPK = ?.SocialActivityCounterPersistence.findByG_C_C_N_O_E
(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod) Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or throws aNoSuchActivityCounterException
if it could not be found.static SocialActivityCounter
SocialActivityCounterUtil.findByG_C_C_N_O_E
(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod) Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or throws aNoSuchActivityCounterException
if it could not be found.SocialActivityCounterPersistence.findByG_C_C_N_O_S
(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod) Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or throws aNoSuchActivityCounterException
if it could not be found.static SocialActivityCounter
SocialActivityCounterUtil.findByG_C_C_N_O_S
(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod) Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or throws aNoSuchActivityCounterException
if it could not be found.SocialActivityCounterPersistence.findByG_C_C_O_First
(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.static SocialActivityCounter
SocialActivityCounterUtil.findByG_C_C_O_First
(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.SocialActivityCounterPersistence.findByG_C_C_O_Last
(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.static SocialActivityCounter
SocialActivityCounterUtil.findByG_C_C_O_Last
(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.SocialActivityCounterPersistence.findByG_C_C_O_PrevAndNext
(long activityCounterId, long groupId, long classNameId, long classPK, int ownerType, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.static SocialActivityCounter[]
SocialActivityCounterUtil.findByG_C_C_O_PrevAndNext
(long activityCounterId, long groupId, long classNameId, long classPK, int ownerType, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.SocialActivityCounterPersistence.findByGroupId_First
(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where groupId = ?.static SocialActivityCounter
SocialActivityCounterUtil.findByGroupId_First
(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where groupId = ?.SocialActivityCounterPersistence.findByGroupId_Last
(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where groupId = ?.static SocialActivityCounter
SocialActivityCounterUtil.findByGroupId_Last
(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where groupId = ?.SocialActivityCounterPersistence.findByGroupId_PrevAndNext
(long activityCounterId, long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ?.static SocialActivityCounter[]
SocialActivityCounterUtil.findByGroupId_PrevAndNext
(long activityCounterId, long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ?.SocialActivityCounterPersistence.findByPrimaryKey
(long activityCounterId) Returns the social activity counter with the primary key or throws aNoSuchActivityCounterException
if it could not be found.static SocialActivityCounter
SocialActivityCounterUtil.findByPrimaryKey
(long activityCounterId) Returns the social activity counter with the primary key or throws aNoSuchActivityCounterException
if it could not be found.SocialActivityCounterPersistence.remove
(long activityCounterId) Removes the social activity counter with the primary key from the database.static SocialActivityCounter
SocialActivityCounterUtil.remove
(long activityCounterId) Removes the social activity counter with the primary key from the database.SocialActivityCounterPersistence.removeByG_C_C_N_O_E
(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod) Removes the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? from the database.static SocialActivityCounter
SocialActivityCounterUtil.removeByG_C_C_N_O_E
(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod) Removes the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? from the database.SocialActivityCounterPersistence.removeByG_C_C_N_O_S
(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod) Removes the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? from the database.static SocialActivityCounter
SocialActivityCounterUtil.removeByG_C_C_N_O_S
(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod) Removes the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? from the database.