Package | Description |
---|---|
com.liferay.social.kernel.service.persistence |
Modifier and Type | Method and Description |
---|---|
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.
|