Package | Description |
---|---|
com.liferay.social.kernel.model | |
com.liferay.social.kernel.service |
This package defines the social related portlet service local and remote interfaces, utilities, and wrappers.
|
com.liferay.social.kernel.service.persistence |
Modifier and Type | Class and Description |
---|---|
class |
SocialActivityCounterWrapper
This class is a wrapper for
SocialActivityCounter . |
Modifier and Type | Field and Description |
---|---|
static Accessor<SocialActivityCounter,Long> |
SocialActivityCounter.ACTIVITY_COUNTER_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
SocialActivityCounter |
SocialActivityCounterWrapper.cloneWithOriginalValues() |
SocialActivityCounter |
SocialActivityCounterModel.cloneWithOriginalValues() |
Modifier and Type | Method and Description |
---|---|
Map<String,Function<SocialActivityCounter,Object>> |
SocialActivityCounterWrapper.getAttributeGetterFunctions() |
Map<String,BiConsumer<SocialActivityCounter,Object>> |
SocialActivityCounterWrapper.getAttributeSetterBiConsumers() |
Modifier and Type | Method and Description |
---|---|
protected SocialActivityCounterWrapper |
SocialActivityCounterWrapper.wrap(SocialActivityCounter socialActivityCounter) |
Constructor and Description |
---|
SocialActivityCounterWrapper(SocialActivityCounter socialActivityCounter) |
Modifier and Type | Method and Description |
---|---|
SocialActivityCounter |
SocialActivityCounterLocalService.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.
|
SocialActivityCounter |
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.
|
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.
|
SocialActivityCounter |
SocialActivityCounterLocalService.addSocialActivityCounter(SocialActivityCounter socialActivityCounter)
Adds the social activity counter to the database.
|
SocialActivityCounter |
SocialActivityCounterLocalServiceWrapper.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.
|
SocialActivityCounter |
SocialActivityCounterLocalService.createSocialActivityCounter(long activityCounterId)
Creates a new social activity counter with the primary key.
|
SocialActivityCounter |
SocialActivityCounterLocalServiceWrapper.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.
|
SocialActivityCounter |
SocialActivityCounterLocalService.deleteSocialActivityCounter(long activityCounterId)
Deletes the social activity counter with the primary key from the database.
|
SocialActivityCounter |
SocialActivityCounterLocalServiceWrapper.deleteSocialActivityCounter(long activityCounterId)
Deletes the social activity counter with the primary key from the database.
|
static SocialActivityCounter |
SocialActivityCounterLocalServiceUtil.deleteSocialActivityCounter(long activityCounterId)
Deletes the social activity counter with the primary key from the database.
|
SocialActivityCounter |
SocialActivityCounterLocalService.deleteSocialActivityCounter(SocialActivityCounter socialActivityCounter)
Deletes the social activity counter from the database.
|
SocialActivityCounter |
SocialActivityCounterLocalServiceWrapper.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.
|
SocialActivityCounter |
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.
|
SocialActivityCounter |
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.
|
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.
|
SocialActivityCounter |
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.
|
SocialActivityCounter |
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.
|
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.
|
SocialActivityCounter |
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.
|
SocialActivityCounter |
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.
|
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.
|
SocialActivityCounter |
SocialActivityCounterLocalService.fetchSocialActivityCounter(long activityCounterId) |
SocialActivityCounter |
SocialActivityCounterLocalServiceWrapper.fetchSocialActivityCounter(long activityCounterId) |
static SocialActivityCounter |
SocialActivityCounterLocalServiceUtil.fetchSocialActivityCounter(long activityCounterId) |
SocialActivityCounter |
SocialActivityCounterLocalService.getSocialActivityCounter(long activityCounterId)
Returns the social activity counter with the primary key.
|
SocialActivityCounter |
SocialActivityCounterLocalServiceWrapper.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.
|
SocialActivityCounter |
SocialActivityCounterLocalService.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter)
Updates the social activity counter in the database or adds it if it does not yet exist.
|
SocialActivityCounter |
SocialActivityCounterLocalServiceWrapper.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.
|
Modifier and Type | Method and Description |
---|---|
CTPersistence<SocialActivityCounter> |
SocialActivityCounterLocalService.getCTPersistence() |
CTPersistence<SocialActivityCounter> |
SocialActivityCounterLocalServiceWrapper.getCTPersistence() |
Class<SocialActivityCounter> |
SocialActivityCounterLocalService.getModelClass() |
Class<SocialActivityCounter> |
SocialActivityCounterLocalServiceWrapper.getModelClass() |
List<SocialActivityCounter> |
SocialActivityCounterLocalService.getOffsetActivityCounters(long groupId,
String name,
int startOffset,
int endOffset)
Returns all the activity counters with the given name and period offsets.
|
List<SocialActivityCounter> |
SocialActivityCounterLocalServiceWrapper.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.
|
List<SocialActivityCounter> |
SocialActivityCounterLocalService.getOffsetDistributionActivityCounters(long groupId,
String name,
int startOffset,
int endOffset)
Returns the distribution of the activity counters with the given name and
period offsets.
|
List<SocialActivityCounter> |
SocialActivityCounterLocalServiceWrapper.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.
|
List<SocialActivityCounter> |
SocialActivityCounterLocalService.getPeriodActivityCounters(long groupId,
String name,
int startPeriod,
int endPeriod)
Returns all the activity counters with the given name and time period.
|
List<SocialActivityCounter> |
SocialActivityCounterLocalServiceWrapper.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.
|
List<SocialActivityCounter> |
SocialActivityCounterLocalService.getPeriodDistributionActivityCounters(long groupId,
String name,
int startPeriod,
int endPeriod)
Returns the distribution of activity counters with the given name and
time period.
|
List<SocialActivityCounter> |
SocialActivityCounterLocalServiceWrapper.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.
|
List<SocialActivityCounter> |
SocialActivityCounterLocalService.getSocialActivityCounters(int start,
int end)
Returns a range of all the social activity counters.
|
List<SocialActivityCounter> |
SocialActivityCounterLocalServiceWrapper.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.
|
Modifier and Type | Method and Description |
---|---|
SocialActivityCounter |
SocialActivityCounterLocalService.addSocialActivityCounter(SocialActivityCounter socialActivityCounter)
Adds the social activity counter to the database.
|
SocialActivityCounter |
SocialActivityCounterLocalServiceWrapper.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.
|
SocialActivityCounter |
SocialActivityCounterLocalService.deleteSocialActivityCounter(SocialActivityCounter socialActivityCounter)
Deletes the social activity counter from the database.
|
SocialActivityCounter |
SocialActivityCounterLocalServiceWrapper.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.
|
SocialActivityCounter |
SocialActivityCounterLocalService.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter)
Updates the social activity counter in the database or adds it if it does not yet exist.
|
SocialActivityCounter |
SocialActivityCounterLocalServiceWrapper.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.
|
Modifier and Type | Method and Description |
---|---|
<R,E extends Throwable> |
SocialActivityCounterLocalService.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<SocialActivityCounter>,R,E> updateUnsafeFunction) |
<R,E extends Throwable> |
SocialActivityCounterLocalServiceWrapper.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<SocialActivityCounter>,R,E> updateUnsafeFunction) |
Modifier and Type | Method and Description |
---|---|
static SocialActivityCounter |
SocialActivityCounterUtil.create(long activityCounterId)
Creates a new social activity counter with the primary key.
|
SocialActivityCounter |
SocialActivityCounterPersistence.create(long activityCounterId)
Creates a new social activity counter with the primary key.
|
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 = ?.
|
SocialActivityCounter |
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_Last(long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.
|
SocialActivityCounter |
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.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 returns
null if it could not be found. |
SocialActivityCounter |
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 returns
null 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 returns
null if it could not be found, optionally using the finder cache. |
SocialActivityCounter |
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 returns
null 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 returns
null if it could not be found. |
SocialActivityCounter |
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 returns
null 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 returns
null if it could not be found, optionally using the finder cache. |
SocialActivityCounter |
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 returns
null if it could not be found, optionally using the finder cache. |
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 = ?.
|
SocialActivityCounter |
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_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 = ?.
|
SocialActivityCounter |
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.fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ?.
|
SocialActivityCounter |
SocialActivityCounterPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first 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 = ?.
|
SocialActivityCounter |
SocialActivityCounterPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where groupId = ?.
|
static SocialActivityCounter |
SocialActivityCounterUtil.fetchByPrimaryKey(long activityCounterId)
Returns the social activity counter with the primary key or returns
null if it could not be found. |
SocialActivityCounter |
SocialActivityCounterPersistence.fetchByPrimaryKey(long activityCounterId)
Returns the social activity counter with the primary key or returns
null if it could not be found. |
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 = ?.
|
SocialActivityCounter |
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_Last(long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.
|
SocialActivityCounter |
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_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 = ?.
|
SocialActivityCounter[] |
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.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 a
NoSuchActivityCounterException if it could not be found. |
SocialActivityCounter |
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 a
NoSuchActivityCounterException 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 a
NoSuchActivityCounterException if it could not be found. |
SocialActivityCounter |
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 a
NoSuchActivityCounterException if it could not be found. |
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 = ?.
|
SocialActivityCounter |
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_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 = ?.
|
SocialActivityCounter |
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_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 = ?.
|
SocialActivityCounter[] |
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.findByGroupId_First(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ?.
|
SocialActivityCounter |
SocialActivityCounterPersistence.findByGroupId_First(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first 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 = ?.
|
SocialActivityCounter |
SocialActivityCounterPersistence.findByGroupId_Last(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last 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 = ?.
|
SocialActivityCounter[] |
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.findByPrimaryKey(long activityCounterId)
Returns the social activity counter with the primary key or throws a
NoSuchActivityCounterException if it could not be found. |
SocialActivityCounter |
SocialActivityCounterPersistence.findByPrimaryKey(long activityCounterId)
Returns the social activity counter with the primary key or throws a
NoSuchActivityCounterException if it could not be found. |
static SocialActivityCounter |
SocialActivityCounterUtil.remove(long activityCounterId)
Removes the social activity counter with the primary key from the database.
|
SocialActivityCounter |
SocialActivityCounterPersistence.remove(long activityCounterId)
Removes the social activity counter with the primary key 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.
|
SocialActivityCounter |
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_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.
|
SocialActivityCounter |
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.update(SocialActivityCounter socialActivityCounter) |
static SocialActivityCounter |
SocialActivityCounterUtil.update(SocialActivityCounter socialActivityCounter,
ServiceContext serviceContext) |
static SocialActivityCounter |
SocialActivityCounterUtil.updateImpl(SocialActivityCounter socialActivityCounter) |
SocialActivityCounter |
SocialActivityCounterPersistence.updateImpl(SocialActivityCounter socialActivityCounter) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,SocialActivityCounter> |
SocialActivityCounterUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static List<SocialActivityCounter> |
SocialActivityCounterFinderUtil.findAC_By_G_C_C_N_S_E(long groupId,
List<Long> userIds,
String[] names,
int start,
int end) |
List<SocialActivityCounter> |
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_ByG_N_S_E_1(long groupId,
String name,
int startPeriod,
int endPeriod,
int periodLength) |
List<SocialActivityCounter> |
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_2(long groupId,
String counterName,
int startPeriod,
int endPeriod,
int periodLength) |
List<SocialActivityCounter> |
SocialActivityCounterFinder.findAC_ByG_N_S_E_2(long groupId,
String counterName,
int startPeriod,
int endPeriod,
int periodLength) |
static List<SocialActivityCounter> |
SocialActivityCounterUtil.findAll()
Returns all the social activity counters.
|
List<SocialActivityCounter> |
SocialActivityCounterPersistence.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.
|
List<SocialActivityCounter> |
SocialActivityCounterPersistence.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.
|
List<SocialActivityCounter> |
SocialActivityCounterPersistence.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.
|
List<SocialActivityCounter> |
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.findByC_C(long classNameId,
long classPK)
Returns all the social activity counters where classNameId = ? and classPK = ?.
|
List<SocialActivityCounter> |
SocialActivityCounterPersistence.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 = ?.
|
List<SocialActivityCounter> |
SocialActivityCounterPersistence.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 = ?.
|
List<SocialActivityCounter> |
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 = ?.
|
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 = ?.
|
List<SocialActivityCounter> |
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.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 = ?.
|
List<SocialActivityCounter> |
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 = ?.
|
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 = ?.
|
List<SocialActivityCounter> |
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 = ?.
|
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 = ?.
|
List<SocialActivityCounter> |
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 = ?.
|
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 = ?.
|
List<SocialActivityCounter> |
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.findByGroupId(long groupId)
Returns all the social activity counters where groupId = ?.
|
List<SocialActivityCounter> |
SocialActivityCounterPersistence.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 = ?.
|
List<SocialActivityCounter> |
SocialActivityCounterPersistence.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 = ?.
|
List<SocialActivityCounter> |
SocialActivityCounterPersistence.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 = ?.
|
List<SocialActivityCounter> |
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.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) |
Modifier and Type | Method and Description |
---|---|
static void |
SocialActivityCounterUtil.cacheResult(SocialActivityCounter socialActivityCounter)
Caches the social activity counter in the entity cache if it is enabled.
|
void |
SocialActivityCounterPersistence.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) |
static SocialActivityCounter |
SocialActivityCounterUtil.updateImpl(SocialActivityCounter socialActivityCounter) |
SocialActivityCounter |
SocialActivityCounterPersistence.updateImpl(SocialActivityCounter socialActivityCounter) |
Modifier and Type | Method and Description |
---|---|
static void |
SocialActivityCounterUtil.cacheResult(List<SocialActivityCounter> socialActivityCounters)
Caches the social activity counters in the entity cache if it is enabled.
|
void |
SocialActivityCounterPersistence.cacheResult(List<SocialActivityCounter> socialActivityCounters)
Caches the social activity counters in the entity cache if it is enabled.
|
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 = ?.
|
SocialActivityCounter |
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_Last(long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.
|
SocialActivityCounter |
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.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 = ?.
|
SocialActivityCounter |
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_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 = ?.
|
SocialActivityCounter |
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.fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ?.
|
SocialActivityCounter |
SocialActivityCounterPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first 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 = ?.
|
SocialActivityCounter |
SocialActivityCounterPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where groupId = ?.
|
static List<SocialActivityCounter> |
SocialActivityCounterUtil.findAll(int start,
int end,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns an ordered range of all the social activity counters.
|
List<SocialActivityCounter> |
SocialActivityCounterPersistence.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.
|
List<SocialActivityCounter> |
SocialActivityCounterPersistence.findAll(int start,
int end,
OrderByComparator<SocialActivityCounter> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the social activity counters.
|
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 = ?.
|
SocialActivityCounter |
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_Last(long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.
|
SocialActivityCounter |
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_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 = ?.
|
SocialActivityCounter[] |
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 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 = ?.
|
List<SocialActivityCounter> |
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 = ?.
|
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 = ?.
|
List<SocialActivityCounter> |
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 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 = ?.
|
SocialActivityCounter |
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_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 = ?.
|
SocialActivityCounter |
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_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 = ?.
|
SocialActivityCounter[] |
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 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 = ?.
|
List<SocialActivityCounter> |
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 = ?.
|
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 = ?.
|
List<SocialActivityCounter> |
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 SocialActivityCounter |
SocialActivityCounterUtil.findByGroupId_First(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ?.
|
SocialActivityCounter |
SocialActivityCounterPersistence.findByGroupId_First(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first 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 = ?.
|
SocialActivityCounter |
SocialActivityCounterPersistence.findByGroupId_Last(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last 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 = ?.
|
SocialActivityCounter[] |
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 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 = ?.
|
List<SocialActivityCounter> |
SocialActivityCounterPersistence.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 = ?.
|
List<SocialActivityCounter> |
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.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SocialActivityCounter> orderByComparator) |