|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of RatingsStats in com.liferay.portal.kernel.comment |
|---|
| Methods in com.liferay.portal.kernel.comment that return RatingsStats | |
|---|---|
RatingsStats |
DiscussionComment.getRatingsStats()
|
| Uses of RatingsStats in com.liferay.portlet.ratings.model |
|---|
| Classes in com.liferay.portlet.ratings.model that implement RatingsStats | |
|---|---|
class |
RatingsStatsWrapper
This class is a wrapper for RatingsStats. |
| Fields in com.liferay.portlet.ratings.model with type parameters of type RatingsStats | |
|---|---|
static Accessor<RatingsStats,Long> |
RatingsStats.STATS_ID_ACCESSOR
|
| Methods in com.liferay.portlet.ratings.model that return RatingsStats | |
|---|---|
RatingsStats |
RatingsStatsWrapper.getWrappedModel()
|
RatingsStats |
RatingsStatsModel.toEscapedModel()
|
RatingsStats |
RatingsStatsWrapper.toEscapedModel()
|
RatingsStats |
RatingsStatsModel.toUnescapedModel()
|
RatingsStats |
RatingsStatsWrapper.toUnescapedModel()
|
| Methods in com.liferay.portlet.ratings.model that return types with arguments of type RatingsStats | |
|---|---|
CacheModel<RatingsStats> |
RatingsStatsModel.toCacheModel()
|
CacheModel<RatingsStats> |
RatingsStatsWrapper.toCacheModel()
|
| Methods in com.liferay.portlet.ratings.model with parameters of type RatingsStats | |
|---|---|
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)
|
| Method parameters in com.liferay.portlet.ratings.model with type arguments of type RatingsStats | |
|---|---|
static RatingsStatsSoap[] |
RatingsStatsSoap.toSoapModels(List<RatingsStats> models)
|
| Constructors in com.liferay.portlet.ratings.model with parameters of type RatingsStats | |
|---|---|
RatingsStatsWrapper(RatingsStats ratingsStats)
|
|
| Uses of RatingsStats in com.liferay.portlet.ratings.model.impl |
|---|
| Classes in com.liferay.portlet.ratings.model.impl that implement RatingsStats | |
|---|---|
class |
RatingsStatsBaseImpl
The extended model base implementation for the RatingsStats service. |
class |
RatingsStatsImpl
|
| Methods in com.liferay.portlet.ratings.model.impl that return RatingsStats | |
|---|---|
RatingsStats |
RatingsStatsCacheModel.toEntityModel()
|
RatingsStats |
RatingsStatsModelImpl.toEscapedModel()
|
| Methods in com.liferay.portlet.ratings.model.impl that return types with arguments of type RatingsStats | |
|---|---|
CacheModel<RatingsStats> |
RatingsStatsModelImpl.toCacheModel()
|
| Methods in com.liferay.portlet.ratings.model.impl with parameters of type RatingsStats | |
|---|---|
int |
RatingsStatsModelImpl.compareTo(RatingsStats ratingsStats)
|
| Uses of RatingsStats in com.liferay.portlet.ratings.service |
|---|
| Methods in com.liferay.portlet.ratings.service that return RatingsStats | |
|---|---|
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.addRatingsStats(RatingsStats ratingsStats)
Adds the ratings stats to the database. |
static RatingsStats |
RatingsStatsLocalServiceUtil.addStats(long classNameId,
long classPK)
|
RatingsStats |
RatingsStatsLocalService.addStats(long classNameId,
long classPK)
|
RatingsStats |
RatingsStatsLocalServiceWrapper.addStats(long classNameId,
long classPK)
|
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.createRatingsStats(long statsId)
Creates a new ratings stats with the primary key. |
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(long statsId)
Deletes the ratings stats with the primary key 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.deleteRatingsStats(RatingsStats ratingsStats)
Deletes the ratings stats from the database. |
static RatingsStats |
RatingsStatsLocalServiceUtil.fetchRatingsStats(long statsId)
|
RatingsStats |
RatingsStatsLocalService.fetchRatingsStats(long statsId)
|
RatingsStats |
RatingsStatsLocalServiceWrapper.fetchRatingsStats(long statsId)
|
static RatingsStats |
RatingsStatsLocalServiceUtil.fetchStats(String className,
long classPK)
|
RatingsStats |
RatingsStatsLocalService.fetchStats(String className,
long classPK)
|
RatingsStats |
RatingsStatsLocalServiceWrapper.fetchStats(String className,
long classPK)
|
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.getRatingsStats(long statsId)
Returns the ratings stats with the primary key. |
static RatingsStats |
RatingsStatsLocalServiceUtil.getStats(long statsId)
|
RatingsStats |
RatingsStatsLocalService.getStats(long statsId)
|
RatingsStats |
RatingsStatsLocalServiceWrapper.getStats(long statsId)
|
static RatingsStats |
RatingsStatsLocalServiceUtil.getStats(String className,
long classPK)
|
RatingsStats |
RatingsStatsLocalService.getStats(String className,
long classPK)
|
RatingsStats |
RatingsStatsLocalServiceWrapper.getStats(String className,
long classPK)
|
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. |
RatingsStats |
RatingsStatsLocalServiceWrapper.updateRatingsStats(RatingsStats ratingsStats)
Updates the ratings stats in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portlet.ratings.service that return types with arguments of type RatingsStats | |
|---|---|
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.getRatingsStatses(int start,
int end)
Returns a range of all the ratings statses. |
static List<RatingsStats> |
RatingsStatsLocalServiceUtil.getStats(String className,
List<Long> classPKs)
|
List<RatingsStats> |
RatingsStatsLocalService.getStats(String className,
List<Long> classPKs)
|
List<RatingsStats> |
RatingsStatsLocalServiceWrapper.getStats(String className,
List<Long> classPKs)
|
| Methods in com.liferay.portlet.ratings.service with parameters of type RatingsStats | |
|---|---|
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.addRatingsStats(RatingsStats ratingsStats)
Adds the ratings stats to 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.deleteRatingsStats(RatingsStats ratingsStats)
Deletes the ratings stats from the database. |
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. |
RatingsStats |
RatingsStatsLocalServiceWrapper.updateRatingsStats(RatingsStats ratingsStats)
Updates the ratings stats in the database or adds it if it does not yet exist. |
| Uses of RatingsStats in com.liferay.portlet.ratings.service.base |
|---|
| Methods in com.liferay.portlet.ratings.service.base that return RatingsStats | |
|---|---|
RatingsStats |
RatingsStatsLocalServiceBaseImpl.addRatingsStats(RatingsStats ratingsStats)
Adds the ratings stats to the database. |
RatingsStats |
RatingsStatsLocalServiceBaseImpl.createRatingsStats(long statsId)
Creates a new ratings stats with the primary key. |
RatingsStats |
RatingsStatsLocalServiceBaseImpl.deleteRatingsStats(long statsId)
Deletes the ratings stats with the primary key from the database. |
RatingsStats |
RatingsStatsLocalServiceBaseImpl.deleteRatingsStats(RatingsStats ratingsStats)
Deletes the ratings stats from the database. |
RatingsStats |
RatingsStatsLocalServiceBaseImpl.fetchRatingsStats(long statsId)
|
RatingsStats |
RatingsStatsLocalServiceBaseImpl.getRatingsStats(long statsId)
Returns the ratings stats with the primary key. |
RatingsStats |
RatingsStatsLocalServiceBaseImpl.updateRatingsStats(RatingsStats ratingsStats)
Updates the ratings stats in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portlet.ratings.service.base that return types with arguments of type RatingsStats | |
|---|---|
List<RatingsStats> |
RatingsStatsLocalServiceBaseImpl.getRatingsStatses(int start,
int end)
Returns a range of all the ratings statses. |
| Methods in com.liferay.portlet.ratings.service.base with parameters of type RatingsStats | |
|---|---|
RatingsStats |
RatingsStatsLocalServiceBaseImpl.addRatingsStats(RatingsStats ratingsStats)
Adds the ratings stats to the database. |
RatingsStats |
RatingsStatsLocalServiceBaseImpl.deleteRatingsStats(RatingsStats ratingsStats)
Deletes the ratings stats from the database. |
RatingsStats |
RatingsStatsLocalServiceBaseImpl.updateRatingsStats(RatingsStats ratingsStats)
Updates the ratings stats in the database or adds it if it does not yet exist. |
| Uses of RatingsStats in com.liferay.portlet.ratings.service.impl |
|---|
| Methods in com.liferay.portlet.ratings.service.impl that return RatingsStats | |
|---|---|
RatingsStats |
RatingsStatsLocalServiceImpl.addStats(long classNameId,
long classPK)
|
RatingsStats |
RatingsStatsLocalServiceImpl.fetchStats(String className,
long classPK)
|
RatingsStats |
RatingsStatsLocalServiceImpl.getStats(long statsId)
|
RatingsStats |
RatingsStatsLocalServiceImpl.getStats(String className,
long classPK)
|
| Methods in com.liferay.portlet.ratings.service.impl that return types with arguments of type RatingsStats | |
|---|---|
List<RatingsStats> |
RatingsStatsLocalServiceImpl.getStats(String className,
List<Long> classPKs)
|
| Uses of RatingsStats in com.liferay.portlet.ratings.service.persistence |
|---|
| Methods in com.liferay.portlet.ratings.service.persistence that return RatingsStats | |
|---|---|
static RatingsStats |
RatingsStatsUtil.create(long statsId)
Creates a new ratings stats with the primary key. |
RatingsStats |
RatingsStatsPersistence.create(long statsId)
Creates a new ratings stats with the primary key. |
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)
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,
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.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.fetchByPrimaryKey(long statsId)
Returns the ratings stats with the primary key or returns null if it could not be found. |
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.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.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.findByPrimaryKey(long statsId)
Returns the ratings stats with the primary key 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.remove(long statsId)
Removes the ratings stats with the primary key from the database. |
RatingsStats |
RatingsStatsPersistence.remove(long statsId)
Removes the ratings stats with the primary key from the database. |
static RatingsStats |
RatingsStatsUtil.removeByC_C(long classNameId,
long classPK)
Removes the ratings stats where classNameId = ? and classPK = ? 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.update(RatingsStats ratingsStats)
|
static RatingsStats |
RatingsStatsUtil.update(RatingsStats ratingsStats,
ServiceContext serviceContext)
|
static RatingsStats |
RatingsStatsUtil.updateImpl(RatingsStats ratingsStats)
|
RatingsStats |
RatingsStatsPersistence.updateImpl(RatingsStats ratingsStats)
|
| Methods in com.liferay.portlet.ratings.service.persistence that return types with arguments of type RatingsStats | |
|---|---|
static Map<Serializable,RatingsStats> |
RatingsStatsUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static Map<Serializable,RatingsStats> |
RatingsStatsFinderUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
Map<Serializable,RatingsStats> |
RatingsStatsPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
Map<Serializable,RatingsStats> |
RatingsStatsFinder.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static List<RatingsStats> |
RatingsStatsUtil.findAll()
Returns all the ratings statses. |
List<RatingsStats> |
RatingsStatsPersistence.findAll()
Returns 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)
Returns a 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)
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.findAll(int start,
int end,
OrderByComparator<RatingsStats> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings statses. |
static List<RatingsStats> |
RatingsStatsFinderUtil.findByC_C(long classNameId,
List<Long> classPKs)
|
List<RatingsStats> |
RatingsStatsFinder.findByC_C(long classNameId,
List<Long> classPKs)
|
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)
|
| Methods in com.liferay.portlet.ratings.service.persistence with parameters of type RatingsStats | |
|---|---|
static void |
RatingsStatsUtil.cacheResult(RatingsStats ratingsStats)
Caches the ratings stats in the entity cache if it is enabled. |
void |
RatingsStatsPersistence.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)
|
static RatingsStats |
RatingsStatsUtil.updateImpl(RatingsStats ratingsStats)
|
RatingsStats |
RatingsStatsPersistence.updateImpl(RatingsStats ratingsStats)
|
| Method parameters in com.liferay.portlet.ratings.service.persistence with type arguments of type RatingsStats | |
|---|---|
static void |
RatingsStatsUtil.cacheResult(List<RatingsStats> ratingsStatses)
Caches the ratings statses in the entity cache if it is enabled. |
void |
RatingsStatsPersistence.cacheResult(List<RatingsStats> ratingsStatses)
Caches the ratings statses in the entity cache if it is enabled. |
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)
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.findAll(int start,
int end,
OrderByComparator<RatingsStats> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings statses. |
static List<RatingsStats> |
RatingsStatsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<RatingsStats> orderByComparator)
|
| Uses of RatingsStats in com.liferay.portlet.ratings.service.persistence.impl |
|---|
| Methods in com.liferay.portlet.ratings.service.persistence.impl that return RatingsStats | |
|---|---|
RatingsStats |
RatingsStatsPersistenceImpl.create(long statsId)
Creates a new ratings stats with the primary key. |
RatingsStats |
RatingsStatsPersistenceImpl.fetchByC_C(long classNameId,
long classPK)
Returns the ratings stats where classNameId = ? and classPK = ? or returns null if it could not be found. |
RatingsStats |
RatingsStatsPersistenceImpl.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 |
RatingsStatsPersistenceImpl.fetchByPrimaryKey(long statsId)
Returns the ratings stats with the primary key or returns null if it could not be found. |
RatingsStats |
RatingsStatsPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the ratings stats with the primary key or returns null if it could not be found. |
RatingsStats |
RatingsStatsPersistenceImpl.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 |
RatingsStatsPersistenceImpl.findByPrimaryKey(long statsId)
Returns the ratings stats with the primary key or throws a NoSuchStatsException if it could not be found. |
RatingsStats |
RatingsStatsPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the ratings stats with the primary key or throws a NoSuchModelException if it could not be found. |
RatingsStats |
RatingsStatsPersistenceImpl.remove(long statsId)
Removes the ratings stats with the primary key from the database. |
RatingsStats |
RatingsStatsPersistenceImpl.remove(Serializable primaryKey)
Removes the ratings stats with the primary key from the database. |
RatingsStats |
RatingsStatsPersistenceImpl.removeByC_C(long classNameId,
long classPK)
Removes the ratings stats where classNameId = ? and classPK = ? from the database. |
protected RatingsStats |
RatingsStatsPersistenceImpl.removeImpl(RatingsStats ratingsStats)
|
protected RatingsStats |
RatingsStatsPersistenceImpl.toUnwrappedModel(RatingsStats ratingsStats)
|
RatingsStats |
RatingsStatsPersistenceImpl.updateImpl(RatingsStats ratingsStats)
|
| Methods in com.liferay.portlet.ratings.service.persistence.impl that return types with arguments of type RatingsStats | |
|---|---|
Map<Serializable,RatingsStats> |
RatingsStatsFinderImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
Map<Serializable,RatingsStats> |
RatingsStatsPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<RatingsStats> |
RatingsStatsPersistenceImpl.findAll()
Returns all the ratings statses. |
List<RatingsStats> |
RatingsStatsPersistenceImpl.findAll(int start,
int end)
Returns a range of all the ratings statses. |
List<RatingsStats> |
RatingsStatsPersistenceImpl.findAll(int start,
int end,
OrderByComparator<RatingsStats> orderByComparator)
Returns an ordered range of all the ratings statses. |
List<RatingsStats> |
RatingsStatsPersistenceImpl.findAll(int start,
int end,
OrderByComparator<RatingsStats> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings statses. |
List<RatingsStats> |
RatingsStatsFinderImpl.findByC_C(long classNameId,
List<Long> classPKs)
|
| Methods in com.liferay.portlet.ratings.service.persistence.impl with parameters of type RatingsStats | |
|---|---|
void |
RatingsStatsPersistenceImpl.cacheResult(RatingsStats ratingsStats)
Caches the ratings stats in the entity cache if it is enabled. |
void |
RatingsStatsPersistenceImpl.clearCache(RatingsStats ratingsStats)
Clears the cache for the ratings stats. |
protected RatingsStats |
RatingsStatsPersistenceImpl.removeImpl(RatingsStats ratingsStats)
|
protected RatingsStats |
RatingsStatsPersistenceImpl.toUnwrappedModel(RatingsStats ratingsStats)
|
RatingsStats |
RatingsStatsPersistenceImpl.updateImpl(RatingsStats ratingsStats)
|
| Method parameters in com.liferay.portlet.ratings.service.persistence.impl with type arguments of type RatingsStats | |
|---|---|
void |
RatingsStatsPersistenceImpl.cacheResult(List<RatingsStats> ratingsStatses)
Caches the ratings statses in the entity cache if it is enabled. |
void |
RatingsStatsPersistenceImpl.clearCache(List<RatingsStats> ratingsStatses)
|
List<RatingsStats> |
RatingsStatsPersistenceImpl.findAll(int start,
int end,
OrderByComparator<RatingsStats> orderByComparator)
Returns an ordered range of all the ratings statses. |
List<RatingsStats> |
RatingsStatsPersistenceImpl.findAll(int start,
int end,
OrderByComparator<RatingsStats> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings statses. |
| Uses of RatingsStats in com.liferay.portlet.ratings.util.test |
|---|
| Methods in com.liferay.portlet.ratings.util.test that return RatingsStats | |
|---|---|
static RatingsStats |
RatingsTestUtil.addStats(String className,
long classPK)
|
static RatingsStats |
RatingsTestUtil.addStats(String className,
long classPK,
double averageScore)
|
| Uses of RatingsStats in com.liferay.taglib.ui |
|---|
| Methods in com.liferay.taglib.ui with parameters of type RatingsStats | |
|---|---|
void |
RatingsTag.setRatingsStats(RatingsStats ratingsStats)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||