Package | Description |
---|---|
com.liferay.portal.kernel.comment | |
com.liferay.ratings.kernel.model | |
com.liferay.ratings.kernel.service | |
com.liferay.ratings.kernel.service.persistence |
Modifier and Type | Method and Description |
---|---|
RatingsStats |
DiscussionComment.getRatingsStats() |
Modifier and Type | Class and Description |
---|---|
class |
RatingsStatsWrapper
This class is a wrapper for
RatingsStats . |
Modifier and Type | Field and Description |
---|---|
static Accessor<RatingsStats,Long> |
RatingsStats.STATS_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
RatingsStats |
RatingsStatsWrapper.getWrappedModel() |
RatingsStats |
RatingsStatsModel.toEscapedModel() |
RatingsStats |
RatingsStatsWrapper.toEscapedModel() |
RatingsStats |
RatingsStatsModel.toUnescapedModel() |
RatingsStats |
RatingsStatsWrapper.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<RatingsStats> |
RatingsStatsModel.toCacheModel() |
CacheModel<RatingsStats> |
RatingsStatsWrapper.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
RatingsStatsModel.compareTo(RatingsStats ratingsStats) |
int |
RatingsStatsWrapper.compareTo(RatingsStats ratingsStats) |
static RatingsStatsSoap |
RatingsStatsSoap.toSoapModel(RatingsStats model) |
static RatingsStatsSoap[] |
RatingsStatsSoap.toSoapModels(RatingsStats[] models) |
static RatingsStatsSoap[][] |
RatingsStatsSoap.toSoapModels(RatingsStats[][] models) |
Modifier and Type | Method and Description |
---|---|
static RatingsStatsSoap[] |
RatingsStatsSoap.toSoapModels(List<RatingsStats> models) |
Constructor and Description |
---|
RatingsStatsWrapper(RatingsStats ratingsStats) |
Modifier and Type | Method and Description |
---|---|
RatingsStats |
RatingsStatsLocalServiceWrapper.addRatingsStats(RatingsStats ratingsStats)
Adds the ratings stats to the database.
|
static RatingsStats |
RatingsStatsLocalServiceUtil.addRatingsStats(RatingsStats ratingsStats)
Adds the ratings stats to the database.
|
RatingsStats |
RatingsStatsLocalService.addRatingsStats(RatingsStats ratingsStats)
Adds the ratings stats to the database.
|
RatingsStats |
RatingsStatsLocalServiceWrapper.addStats(long classNameId,
long classPK) |
static RatingsStats |
RatingsStatsLocalServiceUtil.addStats(long classNameId,
long classPK) |
RatingsStats |
RatingsStatsLocalService.addStats(long classNameId,
long classPK) |
RatingsStats |
RatingsStatsLocalServiceWrapper.createRatingsStats(long statsId)
Creates a new ratings stats with the primary key.
|
static RatingsStats |
RatingsStatsLocalServiceUtil.createRatingsStats(long statsId)
Creates a new ratings stats with the primary key.
|
RatingsStats |
RatingsStatsLocalService.createRatingsStats(long statsId)
Creates a new ratings stats with the primary key.
|
RatingsStats |
RatingsStatsLocalServiceWrapper.deleteRatingsStats(long statsId)
Deletes the ratings stats with the primary key from the database.
|
static RatingsStats |
RatingsStatsLocalServiceUtil.deleteRatingsStats(long statsId)
Deletes the ratings stats with the primary key from the database.
|
RatingsStats |
RatingsStatsLocalService.deleteRatingsStats(long statsId)
Deletes the ratings stats with the primary key from the database.
|
RatingsStats |
RatingsStatsLocalServiceWrapper.deleteRatingsStats(RatingsStats ratingsStats)
Deletes the ratings stats from the database.
|
static RatingsStats |
RatingsStatsLocalServiceUtil.deleteRatingsStats(RatingsStats ratingsStats)
Deletes the ratings stats from the database.
|
RatingsStats |
RatingsStatsLocalService.deleteRatingsStats(RatingsStats ratingsStats)
Deletes the ratings stats from the database.
|
RatingsStats |
RatingsStatsLocalServiceWrapper.fetchRatingsStats(long statsId) |
static RatingsStats |
RatingsStatsLocalServiceUtil.fetchRatingsStats(long statsId) |
RatingsStats |
RatingsStatsLocalService.fetchRatingsStats(long statsId) |
RatingsStats |
RatingsStatsLocalServiceWrapper.fetchStats(String className,
long classPK) |
static RatingsStats |
RatingsStatsLocalServiceUtil.fetchStats(String className,
long classPK) |
RatingsStats |
RatingsStatsLocalService.fetchStats(String className,
long classPK) |
RatingsStats |
RatingsStatsLocalServiceWrapper.getRatingsStats(long statsId)
Returns the ratings stats with the primary key.
|
static RatingsStats |
RatingsStatsLocalServiceUtil.getRatingsStats(long statsId)
Returns the ratings stats with the primary key.
|
RatingsStats |
RatingsStatsLocalService.getRatingsStats(long statsId)
Returns the ratings stats with the primary key.
|
RatingsStats |
RatingsStatsLocalServiceWrapper.getStats(long statsId) |
static RatingsStats |
RatingsStatsLocalServiceUtil.getStats(long statsId) |
RatingsStats |
RatingsStatsLocalService.getStats(long statsId) |
RatingsStats |
RatingsStatsLocalServiceWrapper.getStats(String className,
long classPK) |
static RatingsStats |
RatingsStatsLocalServiceUtil.getStats(String className,
long classPK) |
RatingsStats |
RatingsStatsLocalService.getStats(String className,
long classPK) |
RatingsStats |
RatingsStatsLocalServiceWrapper.updateRatingsStats(RatingsStats ratingsStats)
Updates the ratings stats in the database or adds it if it does not yet exist.
|
static RatingsStats |
RatingsStatsLocalServiceUtil.updateRatingsStats(RatingsStats ratingsStats)
Updates the ratings stats in the database or adds it if it does not yet exist.
|
RatingsStats |
RatingsStatsLocalService.updateRatingsStats(RatingsStats ratingsStats)
Updates the ratings stats in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
List<RatingsStats> |
RatingsStatsLocalServiceWrapper.getRatingsStatses(int start,
int end)
Returns a range of all the ratings statses.
|
static List<RatingsStats> |
RatingsStatsLocalServiceUtil.getRatingsStatses(int start,
int end)
Returns a range of all the ratings statses.
|
List<RatingsStats> |
RatingsStatsLocalService.getRatingsStatses(int start,
int end)
Returns a range of all the ratings statses.
|
List<RatingsStats> |
RatingsStatsLocalServiceWrapper.getStats(String className,
List<Long> classPKs)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
static List<RatingsStats> |
RatingsStatsLocalServiceUtil.getStats(String className,
List<Long> classPKs)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
List<RatingsStats> |
RatingsStatsLocalService.getStats(String className,
List<Long> classPKs)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
Map<Long,RatingsStats> |
RatingsStatsLocalServiceWrapper.getStats(String className,
long[] classPKs) |
static Map<Long,RatingsStats> |
RatingsStatsLocalServiceUtil.getStats(String className,
long[] classPKs) |
Map<Long,RatingsStats> |
RatingsStatsLocalService.getStats(String className,
long[] classPKs) |
Modifier and Type | Method and Description |
---|---|
RatingsStats |
RatingsStatsLocalServiceWrapper.addRatingsStats(RatingsStats ratingsStats)
Adds the ratings stats to the database.
|
static RatingsStats |
RatingsStatsLocalServiceUtil.addRatingsStats(RatingsStats ratingsStats)
Adds the ratings stats to the database.
|
RatingsStats |
RatingsStatsLocalService.addRatingsStats(RatingsStats ratingsStats)
Adds the ratings stats to the database.
|
RatingsStats |
RatingsStatsLocalServiceWrapper.deleteRatingsStats(RatingsStats ratingsStats)
Deletes the ratings stats from the database.
|
static RatingsStats |
RatingsStatsLocalServiceUtil.deleteRatingsStats(RatingsStats ratingsStats)
Deletes the ratings stats from the database.
|
RatingsStats |
RatingsStatsLocalService.deleteRatingsStats(RatingsStats ratingsStats)
Deletes the ratings stats from the database.
|
RatingsStats |
RatingsStatsLocalServiceWrapper.updateRatingsStats(RatingsStats ratingsStats)
Updates the ratings stats in the database or adds it if it does not yet exist.
|
static RatingsStats |
RatingsStatsLocalServiceUtil.updateRatingsStats(RatingsStats ratingsStats)
Updates the ratings stats in the database or adds it if it does not yet exist.
|
RatingsStats |
RatingsStatsLocalService.updateRatingsStats(RatingsStats ratingsStats)
Updates the ratings stats in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
RatingsStats |
RatingsStatsPersistence.create(long statsId)
Creates a new ratings stats with the primary key.
|
static RatingsStats |
RatingsStatsUtil.create(long statsId)
Creates a new ratings stats with the primary key.
|
RatingsStats |
RatingsStatsPersistence.fetchByC_C(long classNameId,
long classPK)
Returns the ratings stats where classNameId = ? and classPK = ? or returns
null if it could not be found. |
static RatingsStats |
RatingsStatsUtil.fetchByC_C(long classNameId,
long classPK)
Returns the ratings stats where classNameId = ? and classPK = ? or returns
null if it could not be found. |
RatingsStats |
RatingsStatsPersistence.fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the ratings stats where classNameId = ? and classPK = ? or returns
null if it could not be found, optionally using the finder cache. |
static RatingsStats |
RatingsStatsUtil.fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the ratings stats where classNameId = ? and classPK = ? or returns
null if it could not be found, optionally using the finder cache. |
RatingsStats |
RatingsStatsPersistence.fetchByPrimaryKey(long statsId)
Returns the ratings stats with the primary key or returns
null if it could not be found. |
static RatingsStats |
RatingsStatsUtil.fetchByPrimaryKey(long statsId)
Returns the ratings stats with the primary key or returns
null if it could not be found. |
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.
|
static RatingsStats |
RatingsStatsUtil.update(RatingsStats ratingsStats) |
static RatingsStats |
RatingsStatsUtil.update(RatingsStats ratingsStats,
ServiceContext serviceContext) |
RatingsStats |
RatingsStatsPersistence.updateImpl(RatingsStats ratingsStats) |
static RatingsStats |
RatingsStatsUtil.updateImpl(RatingsStats ratingsStats) |
Modifier and Type | Method and Description |
---|---|
Map<Serializable,RatingsStats> |
RatingsStatsFinder.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
Deprecated.
|
Map<Serializable,RatingsStats> |
RatingsStatsPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Map<Serializable,RatingsStats> |
RatingsStatsUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Map<Serializable,RatingsStats> |
RatingsStatsFinderUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
Deprecated.
|
List<RatingsStats> |
RatingsStatsPersistence.findAll()
Returns all the ratings statses.
|
static List<RatingsStats> |
RatingsStatsUtil.findAll()
Returns all the ratings statses.
|
List<RatingsStats> |
RatingsStatsPersistence.findAll(int start,
int end)
Returns a range of all the ratings statses.
|
static List<RatingsStats> |
RatingsStatsUtil.findAll(int start,
int end)
Returns a range of all the ratings statses.
|
List<RatingsStats> |
RatingsStatsPersistence.findAll(int start,
int end,
OrderByComparator<RatingsStats> orderByComparator)
Returns an ordered range of all the ratings statses.
|
static List<RatingsStats> |
RatingsStatsUtil.findAll(int start,
int end,
OrderByComparator<RatingsStats> orderByComparator)
Returns an ordered range of all the ratings statses.
|
List<RatingsStats> |
RatingsStatsPersistence.findAll(int start,
int end,
OrderByComparator<RatingsStats> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings statses.
|
static List<RatingsStats> |
RatingsStatsUtil.findAll(int start,
int end,
OrderByComparator<RatingsStats> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings statses.
|
List<RatingsStats> |
RatingsStatsFinder.findByC_C(long classNameId,
List<Long> classPKs)
Deprecated.
|
static List<RatingsStats> |
RatingsStatsFinderUtil.findByC_C(long classNameId,
List<Long> classPKs)
Deprecated.
|
List<RatingsStats> |
RatingsStatsPersistence.findByC_C(long classNameId,
long[] classPKs)
Returns all the ratings statses where classNameId = ? and classPK = any ?.
|
static List<RatingsStats> |
RatingsStatsUtil.findByC_C(long classNameId,
long[] classPKs)
Returns all the ratings statses where classNameId = ? and classPK = any ?.
|
List<RatingsStats> |
RatingsStatsPersistence.findByC_C(long classNameId,
long[] classPKs,
int start,
int end)
Returns a range of all the ratings statses where classNameId = ? and classPK = any ?.
|
static List<RatingsStats> |
RatingsStatsUtil.findByC_C(long classNameId,
long[] classPKs,
int start,
int end)
Returns a range of all the ratings statses where classNameId = ? and classPK = any ?.
|
List<RatingsStats> |
RatingsStatsPersistence.findByC_C(long classNameId,
long[] classPKs,
int start,
int end,
OrderByComparator<RatingsStats> orderByComparator)
Returns an ordered range of all the ratings statses where classNameId = ? and classPK = any ?.
|
static List<RatingsStats> |
RatingsStatsUtil.findByC_C(long classNameId,
long[] classPKs,
int start,
int end,
OrderByComparator<RatingsStats> orderByComparator)
Returns an ordered range of all the ratings statses where classNameId = ? and classPK = any ?.
|
List<RatingsStats> |
RatingsStatsPersistence.findByC_C(long classNameId,
long[] classPKs,
int start,
int end,
OrderByComparator<RatingsStats> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings statses where classNameId = ? and classPK = ?, optionally using the finder cache.
|
static List<RatingsStats> |
RatingsStatsUtil.findByC_C(long classNameId,
long[] classPKs,
int start,
int end,
OrderByComparator<RatingsStats> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings statses where classNameId = ? and classPK = ?, optionally using the finder cache.
|
static List<RatingsStats> |
RatingsStatsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<RatingsStats> |
RatingsStatsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<RatingsStats> |
RatingsStatsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<RatingsStats> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
void |
RatingsStatsPersistence.cacheResult(RatingsStats ratingsStats)
Caches the ratings stats in the entity cache if it is enabled.
|
static void |
RatingsStatsUtil.cacheResult(RatingsStats ratingsStats)
Caches the ratings stats in the entity cache if it is enabled.
|
static void |
RatingsStatsUtil.clearCache(RatingsStats ratingsStats) |
static RatingsStats |
RatingsStatsUtil.update(RatingsStats ratingsStats) |
static RatingsStats |
RatingsStatsUtil.update(RatingsStats ratingsStats,
ServiceContext serviceContext) |
RatingsStats |
RatingsStatsPersistence.updateImpl(RatingsStats ratingsStats) |
static RatingsStats |
RatingsStatsUtil.updateImpl(RatingsStats ratingsStats) |
Modifier and Type | Method and Description |
---|---|
void |
RatingsStatsPersistence.cacheResult(List<RatingsStats> ratingsStatses)
Caches the ratings statses in the entity cache if it is enabled.
|
static void |
RatingsStatsUtil.cacheResult(List<RatingsStats> ratingsStatses)
Caches the ratings statses in the entity cache if it is enabled.
|
List<RatingsStats> |
RatingsStatsPersistence.findAll(int start,
int end,
OrderByComparator<RatingsStats> orderByComparator)
Returns an ordered range of all the ratings statses.
|
static List<RatingsStats> |
RatingsStatsUtil.findAll(int start,
int end,
OrderByComparator<RatingsStats> orderByComparator)
Returns an ordered range of all the ratings statses.
|
List<RatingsStats> |
RatingsStatsPersistence.findAll(int start,
int end,
OrderByComparator<RatingsStats> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings statses.
|
static List<RatingsStats> |
RatingsStatsUtil.findAll(int start,
int end,
OrderByComparator<RatingsStats> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings statses.
|
List<RatingsStats> |
RatingsStatsPersistence.findByC_C(long classNameId,
long[] classPKs,
int start,
int end,
OrderByComparator<RatingsStats> orderByComparator)
Returns an ordered range of all the ratings statses where classNameId = ? and classPK = any ?.
|
static List<RatingsStats> |
RatingsStatsUtil.findByC_C(long classNameId,
long[] classPKs,
int start,
int end,
OrderByComparator<RatingsStats> orderByComparator)
Returns an ordered range of all the ratings statses where classNameId = ? and classPK = any ?.
|
List<RatingsStats> |
RatingsStatsPersistence.findByC_C(long classNameId,
long[] classPKs,
int start,
int end,
OrderByComparator<RatingsStats> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings statses where classNameId = ? and classPK = ?, optionally using the finder cache.
|
static List<RatingsStats> |
RatingsStatsUtil.findByC_C(long classNameId,
long[] classPKs,
int start,
int end,
OrderByComparator<RatingsStats> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings statses where classNameId = ? and classPK = ?, optionally using the finder cache.
|
static List<RatingsStats> |
RatingsStatsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<RatingsStats> orderByComparator) |