Package | Description |
---|---|
com.liferay.ratings.kernel.service.persistence |
Modifier and Type | Method and Description |
---|---|
RatingsStats |
RatingsStatsPersistence.findByC_C(long classNameId,
long classPK)
Returns the ratings stats where classNameId = ? and classPK = ? or throws a
NoSuchStatsException if it could not be found. |
static RatingsStats |
RatingsStatsUtil.findByC_C(long classNameId,
long classPK)
Returns the ratings stats where classNameId = ? and classPK = ? or throws a
NoSuchStatsException if it could not be found. |
RatingsStats |
RatingsStatsPersistence.findByPrimaryKey(long statsId)
Returns the ratings stats with the primary key or throws a
NoSuchStatsException if it could not be found. |
static RatingsStats |
RatingsStatsUtil.findByPrimaryKey(long statsId)
Returns the ratings stats with the primary key or throws a
NoSuchStatsException if it could not be found. |
RatingsStats |
RatingsStatsPersistence.remove(long statsId)
Removes the ratings stats with the primary key from the database.
|
static RatingsStats |
RatingsStatsUtil.remove(long statsId)
Removes the ratings stats with the primary key from the database.
|
RatingsStats |
RatingsStatsPersistence.removeByC_C(long classNameId,
long classPK)
Removes the ratings stats where classNameId = ? and classPK = ? from the database.
|
static RatingsStats |
RatingsStatsUtil.removeByC_C(long classNameId,
long classPK)
Removes the ratings stats where classNameId = ? and classPK = ? from the database.
|