Uses of Interface
com.liferay.social.kernel.model.SocialActivityCounter
Packages that use SocialActivityCounter
Package
Description
This package defines the social related portlet service local and remote interfaces, utilities, and wrappers.
-
Uses of SocialActivityCounter in com.liferay.social.kernel.model
Classes in com.liferay.social.kernel.model that implement SocialActivityCounterFields in com.liferay.social.kernel.model with type parameters of type SocialActivityCounterModifier and TypeFieldDescriptionstatic final Accessor<SocialActivityCounter,
Long> SocialActivityCounter.ACTIVITY_COUNTER_ID_ACCESSOR
Methods in com.liferay.social.kernel.model that return SocialActivityCounterModifier and TypeMethodDescriptionSocialActivityCounterModel.cloneWithOriginalValues()
SocialActivityCounterWrapper.cloneWithOriginalValues()
Methods in com.liferay.social.kernel.model that return types with arguments of type SocialActivityCounterModifier and TypeMethodDescriptionSocialActivityCounterWrapper.getAttributeGetterFunctions()
SocialActivityCounterWrapper.getAttributeSetterBiConsumers()
Methods in com.liferay.social.kernel.model with parameters of type SocialActivityCounterModifier and TypeMethodDescriptionprotected SocialActivityCounterWrapper
SocialActivityCounterWrapper.wrap
(SocialActivityCounter socialActivityCounter) Constructors in com.liferay.social.kernel.model with parameters of type SocialActivityCounterModifierConstructorDescriptionSocialActivityCounterWrapper
(SocialActivityCounter socialActivityCounter) -
Uses of SocialActivityCounter in com.liferay.social.kernel.service
Methods in com.liferay.social.kernel.service that return SocialActivityCounterModifier and TypeMethodDescriptionSocialActivityCounterLocalService.addActivityCounter
(long groupId, long classNameId, long classPK, String name, int ownerType, int totalValue, long previousActivityCounterId, int periodLength) Adds an activity counter specifying a previous activity and period length.static SocialActivityCounter
SocialActivityCounterLocalServiceUtil.addActivityCounter
(long groupId, long classNameId, long classPK, String name, int ownerType, int totalValue, long previousActivityCounterId, int periodLength) Adds an activity counter specifying a previous activity and period length.SocialActivityCounterLocalServiceWrapper.addActivityCounter
(long groupId, long classNameId, long classPK, String name, int ownerType, int totalValue, long previousActivityCounterId, int periodLength) Adds an activity counter specifying a previous activity and period length.SocialActivityCounterLocalService.addSocialActivityCounter
(SocialActivityCounter socialActivityCounter) Adds the social activity counter to the database.static SocialActivityCounter
SocialActivityCounterLocalServiceUtil.addSocialActivityCounter
(SocialActivityCounter socialActivityCounter) Adds the social activity counter to the database.SocialActivityCounterLocalServiceWrapper.addSocialActivityCounter
(SocialActivityCounter socialActivityCounter) Adds the social activity counter to the database.SocialActivityCounterLocalService.createSocialActivityCounter
(long activityCounterId) Creates a new social activity counter with the primary key.static SocialActivityCounter
SocialActivityCounterLocalServiceUtil.createSocialActivityCounter
(long activityCounterId) Creates a new social activity counter with the primary key.SocialActivityCounterLocalServiceWrapper.createSocialActivityCounter
(long activityCounterId) Creates a new social activity counter with the primary key.SocialActivityCounterLocalService.deleteSocialActivityCounter
(long activityCounterId) Deletes the social activity counter with the primary key from the database.SocialActivityCounterLocalService.deleteSocialActivityCounter
(SocialActivityCounter socialActivityCounter) Deletes the social activity counter from the database.static SocialActivityCounter
SocialActivityCounterLocalServiceUtil.deleteSocialActivityCounter
(long activityCounterId) Deletes the social activity counter with the primary key from the database.static SocialActivityCounter
SocialActivityCounterLocalServiceUtil.deleteSocialActivityCounter
(SocialActivityCounter socialActivityCounter) Deletes the social activity counter from the database.SocialActivityCounterLocalServiceWrapper.deleteSocialActivityCounter
(long activityCounterId) Deletes the social activity counter with the primary key from the database.SocialActivityCounterLocalServiceWrapper.deleteSocialActivityCounter
(SocialActivityCounter socialActivityCounter) Deletes the social activity counter from the database.SocialActivityCounterLocalService.fetchActivityCounterByEndPeriod
(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod) Returns the activity counter with the given name, owner, and end period that belong to the given entity.static SocialActivityCounter
SocialActivityCounterLocalServiceUtil.fetchActivityCounterByEndPeriod
(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod) Returns the activity counter with the given name, owner, and end period that belong to the given entity.SocialActivityCounterLocalServiceWrapper.fetchActivityCounterByEndPeriod
(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod) Returns the activity counter with the given name, owner, and end period that belong to the given entity.SocialActivityCounterLocalService.fetchActivityCounterByStartPeriod
(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod) Returns the activity counter with the given name, owner, and start period that belong to the given entity.static SocialActivityCounter
SocialActivityCounterLocalServiceUtil.fetchActivityCounterByStartPeriod
(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod) Returns the activity counter with the given name, owner, and start period that belong to the given entity.SocialActivityCounterLocalServiceWrapper.fetchActivityCounterByStartPeriod
(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod) Returns the activity counter with the given name, owner, and start period that belong to the given entity.SocialActivityCounterLocalService.fetchLatestActivityCounter
(long groupId, long classNameId, long classPK, String name, int ownerType) Returns the latest activity counter with the given name and owner that belong to the given entity.static SocialActivityCounter
SocialActivityCounterLocalServiceUtil.fetchLatestActivityCounter
(long groupId, long classNameId, long classPK, String name, int ownerType) Returns the latest activity counter with the given name and owner that belong to the given entity.SocialActivityCounterLocalServiceWrapper.fetchLatestActivityCounter
(long groupId, long classNameId, long classPK, String name, int ownerType) Returns the latest activity counter with the given name and owner that belong to the given entity.SocialActivityCounterLocalService.fetchSocialActivityCounter
(long activityCounterId) static SocialActivityCounter
SocialActivityCounterLocalServiceUtil.fetchSocialActivityCounter
(long activityCounterId) SocialActivityCounterLocalServiceWrapper.fetchSocialActivityCounter
(long activityCounterId) SocialActivityCounterLocalService.getSocialActivityCounter
(long activityCounterId) Returns the social activity counter with the primary key.static SocialActivityCounter
SocialActivityCounterLocalServiceUtil.getSocialActivityCounter
(long activityCounterId) Returns the social activity counter with the primary key.SocialActivityCounterLocalServiceWrapper.getSocialActivityCounter
(long activityCounterId) Returns the social activity counter with the primary key.SocialActivityCounterLocalService.updateSocialActivityCounter
(SocialActivityCounter socialActivityCounter) Updates the social activity counter in the database or adds it if it does not yet exist.static SocialActivityCounter
SocialActivityCounterLocalServiceUtil.updateSocialActivityCounter
(SocialActivityCounter socialActivityCounter) Updates the social activity counter in the database or adds it if it does not yet exist.SocialActivityCounterLocalServiceWrapper.updateSocialActivityCounter
(SocialActivityCounter socialActivityCounter) Updates the social activity counter in the database or adds it if it does not yet exist.Methods in com.liferay.social.kernel.service that return types with arguments of type SocialActivityCounterModifier and TypeMethodDescriptionSocialActivityCounterLocalService.getCTPersistence()
SocialActivityCounterLocalServiceWrapper.getCTPersistence()
SocialActivityCounterLocalService.getModelClass()
SocialActivityCounterLocalServiceWrapper.getModelClass()
SocialActivityCounterLocalService.getOffsetActivityCounters
(long groupId, String name, int startOffset, int endOffset) Returns all the activity counters with the given name and period offsets.static List<SocialActivityCounter>
SocialActivityCounterLocalServiceUtil.getOffsetActivityCounters
(long groupId, String name, int startOffset, int endOffset) Returns all the activity counters with the given name and period offsets.SocialActivityCounterLocalServiceWrapper.getOffsetActivityCounters
(long groupId, String name, int startOffset, int endOffset) Returns all the activity counters with the given name and period offsets.SocialActivityCounterLocalService.getOffsetDistributionActivityCounters
(long groupId, String name, int startOffset, int endOffset) Returns the distribution of the activity counters with the given name and period offsets.static List<SocialActivityCounter>
SocialActivityCounterLocalServiceUtil.getOffsetDistributionActivityCounters
(long groupId, String name, int startOffset, int endOffset) Returns the distribution of the activity counters with the given name and period offsets.SocialActivityCounterLocalServiceWrapper.getOffsetDistributionActivityCounters
(long groupId, String name, int startOffset, int endOffset) Returns the distribution of the activity counters with the given name and period offsets.SocialActivityCounterLocalService.getPeriodActivityCounters
(long groupId, String name, int startPeriod, int endPeriod) Returns all the activity counters with the given name and time period.static List<SocialActivityCounter>
SocialActivityCounterLocalServiceUtil.getPeriodActivityCounters
(long groupId, String name, int startPeriod, int endPeriod) Returns all the activity counters with the given name and time period.SocialActivityCounterLocalServiceWrapper.getPeriodActivityCounters
(long groupId, String name, int startPeriod, int endPeriod) Returns all the activity counters with the given name and time period.SocialActivityCounterLocalService.getPeriodDistributionActivityCounters
(long groupId, String name, int startPeriod, int endPeriod) Returns the distribution of activity counters with the given name and time period.static List<SocialActivityCounter>
SocialActivityCounterLocalServiceUtil.getPeriodDistributionActivityCounters
(long groupId, String name, int startPeriod, int endPeriod) Returns the distribution of activity counters with the given name and time period.SocialActivityCounterLocalServiceWrapper.getPeriodDistributionActivityCounters
(long groupId, String name, int startPeriod, int endPeriod) Returns the distribution of activity counters with the given name and time period.SocialActivityCounterLocalService.getSocialActivityCounters
(int start, int end) Returns a range of all the social activity counters.static List<SocialActivityCounter>
SocialActivityCounterLocalServiceUtil.getSocialActivityCounters
(int start, int end) Returns a range of all the social activity counters.SocialActivityCounterLocalServiceWrapper.getSocialActivityCounters
(int start, int end) Returns a range of all the social activity counters.Methods in com.liferay.social.kernel.service with parameters of type SocialActivityCounterModifier and TypeMethodDescriptionSocialActivityCounterLocalService.addSocialActivityCounter
(SocialActivityCounter socialActivityCounter) Adds the social activity counter to the database.static SocialActivityCounter
SocialActivityCounterLocalServiceUtil.addSocialActivityCounter
(SocialActivityCounter socialActivityCounter) Adds the social activity counter to the database.SocialActivityCounterLocalServiceWrapper.addSocialActivityCounter
(SocialActivityCounter socialActivityCounter) Adds the social activity counter to the database.SocialActivityCounterLocalService.deleteSocialActivityCounter
(SocialActivityCounter socialActivityCounter) Deletes the social activity counter from the database.static SocialActivityCounter
SocialActivityCounterLocalServiceUtil.deleteSocialActivityCounter
(SocialActivityCounter socialActivityCounter) Deletes the social activity counter from the database.SocialActivityCounterLocalServiceWrapper.deleteSocialActivityCounter
(SocialActivityCounter socialActivityCounter) Deletes the social activity counter from the database.SocialActivityCounterLocalService.updateSocialActivityCounter
(SocialActivityCounter socialActivityCounter) Updates the social activity counter in the database or adds it if it does not yet exist.static SocialActivityCounter
SocialActivityCounterLocalServiceUtil.updateSocialActivityCounter
(SocialActivityCounter socialActivityCounter) Updates the social activity counter in the database or adds it if it does not yet exist.SocialActivityCounterLocalServiceWrapper.updateSocialActivityCounter
(SocialActivityCounter socialActivityCounter) Updates the social activity counter in the database or adds it if it does not yet exist.Method parameters in com.liferay.social.kernel.service with type arguments of type SocialActivityCounterModifier and TypeMethodDescription<R,
E extends Throwable>
RSocialActivityCounterLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<SocialActivityCounter>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RSocialActivityCounterLocalServiceWrapper.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<SocialActivityCounter>, R, E> updateUnsafeFunction) -
Uses of SocialActivityCounter in com.liferay.social.kernel.service.persistence
Methods in com.liferay.social.kernel.service.persistence that return SocialActivityCounterModifier and TypeMethodDescriptionSocialActivityCounterPersistence.create
(long activityCounterId) Creates a new social activity counter with the primary key.static SocialActivityCounter
SocialActivityCounterUtil.create
(long activityCounterId) Creates a new social activity counter with the primary key.SocialActivityCounterPersistence.fetchByC_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.fetchByC_C_First
(long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.SocialActivityCounterPersistence.fetchByC_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.fetchByC_C_Last
(long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.SocialActivityCounterPersistence.fetchByG_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 returnsnull
if it could not be found.SocialActivityCounterPersistence.fetchByG_C_C_N_O_E
(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod, boolean useFinderCache) Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or returnsnull
if it could not be found, optionally using the finder cache.static SocialActivityCounter
SocialActivityCounterUtil.fetchByG_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 returnsnull
if it could not be found.static SocialActivityCounter
SocialActivityCounterUtil.fetchByG_C_C_N_O_E
(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod, boolean useFinderCache) Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or returnsnull
if it could not be found, optionally using the finder cache.SocialActivityCounterPersistence.fetchByG_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 returnsnull
if it could not be found.SocialActivityCounterPersistence.fetchByG_C_C_N_O_S
(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod, boolean useFinderCache) Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or returnsnull
if it could not be found, optionally using the finder cache.static SocialActivityCounter
SocialActivityCounterUtil.fetchByG_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 returnsnull
if it could not be found.static SocialActivityCounter
SocialActivityCounterUtil.fetchByG_C_C_N_O_S
(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod, boolean useFinderCache) Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or returnsnull
if it could not be found, optionally using the finder cache.SocialActivityCounterPersistence.fetchByG_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.fetchByG_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.fetchByG_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.fetchByG_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.fetchByGroupId_First
(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where groupId = ?.static SocialActivityCounter
SocialActivityCounterUtil.fetchByGroupId_First
(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where groupId = ?.SocialActivityCounterPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where groupId = ?.static SocialActivityCounter
SocialActivityCounterUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where groupId = ?.SocialActivityCounterPersistence.fetchByPrimaryKey
(long activityCounterId) Returns the social activity counter with the primary key or returnsnull
if it could not be found.static SocialActivityCounter
SocialActivityCounterUtil.fetchByPrimaryKey
(long activityCounterId) Returns the social activity counter with the primary key or returnsnull
if it could not be found.SocialActivityCounterPersistence.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.static SocialActivityCounter
SocialActivityCounterUtil.update
(SocialActivityCounter socialActivityCounter) static SocialActivityCounter
SocialActivityCounterUtil.update
(SocialActivityCounter socialActivityCounter, ServiceContext serviceContext) SocialActivityCounterPersistence.updateImpl
(SocialActivityCounter socialActivityCounter) static SocialActivityCounter
SocialActivityCounterUtil.updateImpl
(SocialActivityCounter socialActivityCounter) Methods in com.liferay.social.kernel.service.persistence that return types with arguments of type SocialActivityCounterModifier and TypeMethodDescriptionstatic Map<Serializable,
SocialActivityCounter> SocialActivityCounterUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) SocialActivityCounterFinder.findAC_By_G_C_C_N_S_E
(long groupId, List<Long> userIds, String[] names, int start, int end) static List<SocialActivityCounter>
SocialActivityCounterFinderUtil.findAC_By_G_C_C_N_S_E
(long groupId, List<Long> userIds, String[] names, int start, int end) SocialActivityCounterFinder.findAC_ByG_N_S_E_1
(long groupId, String name, int startPeriod, int endPeriod, int periodLength) static List<SocialActivityCounter>
SocialActivityCounterFinderUtil.findAC_ByG_N_S_E_1
(long groupId, String name, int startPeriod, int endPeriod, int periodLength) SocialActivityCounterFinder.findAC_ByG_N_S_E_2
(long groupId, String counterName, int startPeriod, int endPeriod, int periodLength) static List<SocialActivityCounter>
SocialActivityCounterFinderUtil.findAC_ByG_N_S_E_2
(long groupId, String counterName, int startPeriod, int endPeriod, int periodLength) SocialActivityCounterPersistence.findAll()
Returns all the social activity counters.SocialActivityCounterPersistence.findAll
(int start, int end) Returns a range of all the social activity counters.SocialActivityCounterPersistence.findAll
(int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters.SocialActivityCounterPersistence.findAll
(int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters.static List<SocialActivityCounter>
SocialActivityCounterUtil.findAll()
Returns all the social activity counters.static List<SocialActivityCounter>
SocialActivityCounterUtil.findAll
(int start, int end) Returns a range of all the social activity counters.static List<SocialActivityCounter>
SocialActivityCounterUtil.findAll
(int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters.static List<SocialActivityCounter>
SocialActivityCounterUtil.findAll
(int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters.SocialActivityCounterPersistence.findByC_C
(long classNameId, long classPK) Returns all the social activity counters where classNameId = ? and classPK = ?.SocialActivityCounterPersistence.findByC_C
(long classNameId, long classPK, int start, int end) Returns a range of all the social activity counters where classNameId = ? and classPK = ?.SocialActivityCounterPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?.SocialActivityCounterPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByC_C
(long classNameId, long classPK) Returns all the social activity counters where classNameId = ? and classPK = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByC_C
(long classNameId, long classPK, int start, int end) Returns a range of all the social activity counters where classNameId = ? and classPK = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?.SocialActivityCounterPersistence.findByG_C_C_O
(long groupId, long classNameId, long classPK, int ownerType) Returns all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.SocialActivityCounterPersistence.findByG_C_C_O
(long groupId, long classNameId, long classPK, int ownerType, int start, int end) Returns a range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.SocialActivityCounterPersistence.findByG_C_C_O
(long groupId, long classNameId, long classPK, int ownerType, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.SocialActivityCounterPersistence.findByG_C_C_O
(long groupId, long classNameId, long classPK, int ownerType, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByG_C_C_O
(long groupId, long classNameId, long classPK, int ownerType) Returns all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByG_C_C_O
(long groupId, long classNameId, long classPK, int ownerType, int start, int end) Returns a range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByG_C_C_O
(long groupId, long classNameId, long classPK, int ownerType, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByG_C_C_O
(long groupId, long classNameId, long classPK, int ownerType, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.SocialActivityCounterPersistence.findByGroupId
(long groupId) Returns all the social activity counters where groupId = ?.SocialActivityCounterPersistence.findByGroupId
(long groupId, int start, int end) Returns a range of all the social activity counters where groupId = ?.SocialActivityCounterPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters where groupId = ?.SocialActivityCounterPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters where groupId = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByGroupId
(long groupId) Returns all the social activity counters where groupId = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByGroupId
(long groupId, int start, int end) Returns a range of all the social activity counters where groupId = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters where groupId = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters where groupId = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<SocialActivityCounter>
SocialActivityCounterUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<SocialActivityCounter>
SocialActivityCounterUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Methods in com.liferay.social.kernel.service.persistence with parameters of type SocialActivityCounterModifier and TypeMethodDescriptionvoid
SocialActivityCounterPersistence.cacheResult
(SocialActivityCounter socialActivityCounter) Caches the social activity counter in the entity cache if it is enabled.static void
SocialActivityCounterUtil.cacheResult
(SocialActivityCounter socialActivityCounter) Caches the social activity counter in the entity cache if it is enabled.static void
SocialActivityCounterUtil.clearCache
(SocialActivityCounter socialActivityCounter) static SocialActivityCounter
SocialActivityCounterUtil.update
(SocialActivityCounter socialActivityCounter) static SocialActivityCounter
SocialActivityCounterUtil.update
(SocialActivityCounter socialActivityCounter, ServiceContext serviceContext) SocialActivityCounterPersistence.updateImpl
(SocialActivityCounter socialActivityCounter) static SocialActivityCounter
SocialActivityCounterUtil.updateImpl
(SocialActivityCounter socialActivityCounter) Method parameters in com.liferay.social.kernel.service.persistence with type arguments of type SocialActivityCounterModifier and TypeMethodDescriptionvoid
SocialActivityCounterPersistence.cacheResult
(List<SocialActivityCounter> socialActivityCounters) Caches the social activity counters in the entity cache if it is enabled.static void
SocialActivityCounterUtil.cacheResult
(List<SocialActivityCounter> socialActivityCounters) Caches the social activity counters in the entity cache if it is enabled.SocialActivityCounterPersistence.fetchByC_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.fetchByC_C_First
(long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.SocialActivityCounterPersistence.fetchByC_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.fetchByC_C_Last
(long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.SocialActivityCounterPersistence.fetchByG_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.fetchByG_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.fetchByG_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.fetchByG_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.fetchByGroupId_First
(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where groupId = ?.static SocialActivityCounter
SocialActivityCounterUtil.fetchByGroupId_First
(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where groupId = ?.SocialActivityCounterPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where groupId = ?.static SocialActivityCounter
SocialActivityCounterUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where groupId = ?.SocialActivityCounterPersistence.findAll
(int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters.SocialActivityCounterPersistence.findAll
(int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters.static List<SocialActivityCounter>
SocialActivityCounterUtil.findAll
(int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters.static List<SocialActivityCounter>
SocialActivityCounterUtil.findAll
(int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters.SocialActivityCounterPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?.SocialActivityCounterPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?.SocialActivityCounterPersistence.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_O
(long groupId, long classNameId, long classPK, int ownerType, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.SocialActivityCounterPersistence.findByG_C_C_O
(long groupId, long classNameId, long classPK, int ownerType, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByG_C_C_O
(long groupId, long classNameId, long classPK, int ownerType, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByG_C_C_O
(long groupId, long classNameId, long classPK, int ownerType, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.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
(long groupId, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters where groupId = ?.SocialActivityCounterPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters where groupId = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters where groupId = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters where groupId = ?.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 = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator)