|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 . |
Methods in com.liferay.portlet.ratings.model that return RatingsStats | |
---|---|
RatingsStats |
RatingsStatsWrapper.getWrappedRatingsStats()
|
RatingsStats |
RatingsStatsWrapper.toEscapedModel()
|
RatingsStats |
RatingsStatsModel.toEscapedModel()
Gets a copy of this ratings stats as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
Methods in com.liferay.portlet.ratings.model with parameters of type RatingsStats | |
---|---|
int |
RatingsStatsWrapper.compareTo(RatingsStats ratingsStats)
|
int |
RatingsStatsModel.compareTo(RatingsStats ratingsStats)
|
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 |
RatingsStatsImpl
|
Methods in com.liferay.portlet.ratings.model.impl that return RatingsStats | |
---|---|
RatingsStats |
RatingsStatsModelImpl.toEscapedModel()
|
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 | |
---|---|
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.getRatingsStats(long statsId)
Gets the ratings stats with the primary key. |
static RatingsStats |
RatingsStatsLocalServiceUtil.getRatingsStats(long statsId)
Gets the ratings stats with the primary key. |
RatingsStats |
RatingsStatsLocalService.getRatingsStats(long statsId)
Gets 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. |
static RatingsStats |
RatingsStatsLocalServiceUtil.updateRatingsStats(RatingsStats ratingsStats)
Updates the ratings stats in the database. |
RatingsStats |
RatingsStatsLocalService.updateRatingsStats(RatingsStats ratingsStats)
Updates the ratings stats in the database. |
RatingsStats |
RatingsStatsLocalServiceWrapper.updateRatingsStats(RatingsStats ratingsStats,
boolean merge)
Updates the ratings stats in the database. |
static RatingsStats |
RatingsStatsLocalServiceUtil.updateRatingsStats(RatingsStats ratingsStats,
boolean merge)
Updates the ratings stats in the database. |
RatingsStats |
RatingsStatsLocalService.updateRatingsStats(RatingsStats ratingsStats,
boolean merge)
Updates the ratings stats in the database. |
Methods in com.liferay.portlet.ratings.service that return types with arguments of type RatingsStats | |
---|---|
List<RatingsStats> |
RatingsStatsLocalServiceWrapper.getRatingsStatses(int start,
int end)
Gets a range of all the ratings statses. |
static List<RatingsStats> |
RatingsStatsLocalServiceUtil.getRatingsStatses(int start,
int end)
Gets a range of all the ratings statses. |
List<RatingsStats> |
RatingsStatsLocalService.getRatingsStatses(int start,
int end)
Gets a range of all the ratings statses. |
List<RatingsStats> |
RatingsStatsLocalServiceWrapper.getStats(String className,
List<Long> classPKs)
|
static List<RatingsStats> |
RatingsStatsLocalServiceUtil.getStats(String className,
List<Long> classPKs)
|
List<RatingsStats> |
RatingsStatsLocalService.getStats(String className,
List<Long> classPKs)
|
Methods in com.liferay.portlet.ratings.service with parameters of type RatingsStats | |
---|---|
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. |
void |
RatingsStatsLocalServiceWrapper.deleteRatingsStats(RatingsStats ratingsStats)
Deletes the ratings stats from the database. |
static void |
RatingsStatsLocalServiceUtil.deleteRatingsStats(RatingsStats ratingsStats)
Deletes the ratings stats from the database. |
void |
RatingsStatsLocalService.deleteRatingsStats(RatingsStats ratingsStats)
Deletes the ratings stats from the database. |
RatingsStats |
RatingsStatsLocalServiceWrapper.updateRatingsStats(RatingsStats ratingsStats)
Updates the ratings stats in the database. |
static RatingsStats |
RatingsStatsLocalServiceUtil.updateRatingsStats(RatingsStats ratingsStats)
Updates the ratings stats in the database. |
RatingsStats |
RatingsStatsLocalService.updateRatingsStats(RatingsStats ratingsStats)
Updates the ratings stats in the database. |
RatingsStats |
RatingsStatsLocalServiceWrapper.updateRatingsStats(RatingsStats ratingsStats,
boolean merge)
Updates the ratings stats in the database. |
static RatingsStats |
RatingsStatsLocalServiceUtil.updateRatingsStats(RatingsStats ratingsStats,
boolean merge)
Updates the ratings stats in the database. |
RatingsStats |
RatingsStatsLocalService.updateRatingsStats(RatingsStats ratingsStats,
boolean merge)
Updates the ratings stats in the database. |
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.getRatingsStats(long statsId)
Gets the ratings stats with the primary key. |
RatingsStats |
RatingsStatsLocalServiceBaseImpl.updateRatingsStats(RatingsStats ratingsStats)
Updates the ratings stats in the database. |
RatingsStats |
RatingsStatsLocalServiceBaseImpl.updateRatingsStats(RatingsStats ratingsStats,
boolean merge)
Updates the ratings stats in the database. |
Methods in com.liferay.portlet.ratings.service.base that return types with arguments of type RatingsStats | |
---|---|
List<RatingsStats> |
RatingsStatsLocalServiceBaseImpl.getRatingsStatses(int start,
int end)
Gets 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. |
void |
RatingsStatsLocalServiceBaseImpl.deleteRatingsStats(RatingsStats ratingsStats)
Deletes the ratings stats from the database. |
RatingsStats |
RatingsStatsLocalServiceBaseImpl.updateRatingsStats(RatingsStats ratingsStats)
Updates the ratings stats in the database. |
RatingsStats |
RatingsStatsLocalServiceBaseImpl.updateRatingsStats(RatingsStats ratingsStats,
boolean merge)
Updates the ratings stats in the database. |
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.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. |
RatingsStats |
RatingsStatsPersistenceImpl.create(long statsId)
Creates a new ratings stats with the primary key. |
static RatingsStats |
RatingsStatsUtil.fetchByC_C(long classNameId,
long classPK)
Finds the ratings stats where classNameId = ? and classPK = ? or returns null if it could not be found. |
RatingsStats |
RatingsStatsPersistence.fetchByC_C(long classNameId,
long classPK)
Finds the ratings stats where classNameId = ? and classPK = ? or returns null if it could not be found. |
RatingsStats |
RatingsStatsPersistenceImpl.fetchByC_C(long classNameId,
long classPK)
Finds 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)
Finds 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)
Finds the ratings stats where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
RatingsStats |
RatingsStatsPersistenceImpl.fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Finds 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)
Finds the ratings stats with the primary key or returns null if it could not be found. |
RatingsStats |
RatingsStatsPersistence.fetchByPrimaryKey(long statsId)
Finds the ratings stats with the primary key or returns null if it could not be found. |
RatingsStats |
RatingsStatsPersistenceImpl.fetchByPrimaryKey(long statsId)
Finds the ratings stats with the primary key or returns null if it could not be found. |
RatingsStats |
RatingsStatsPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Finds 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)
Finds 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)
Finds the ratings stats where classNameId = ? and classPK = ? or throws a NoSuchStatsException if it could not be found. |
RatingsStats |
RatingsStatsPersistenceImpl.findByC_C(long classNameId,
long classPK)
Finds the ratings stats where classNameId = ? and classPK = ? or throws a NoSuchStatsException if it could not be found. |
static RatingsStats |
RatingsStatsUtil.findByPrimaryKey(long statsId)
Finds the ratings stats with the primary key or throws a NoSuchStatsException if it could not be found. |
RatingsStats |
RatingsStatsPersistence.findByPrimaryKey(long statsId)
Finds the ratings stats with the primary key or throws a NoSuchStatsException if it could not be found. |
RatingsStats |
RatingsStatsPersistenceImpl.findByPrimaryKey(long statsId)
Finds the ratings stats with the primary key or throws a NoSuchStatsException if it could not be found. |
RatingsStats |
RatingsStatsPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Finds the ratings stats with the primary key or throws a NoSuchModelException 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. |
RatingsStats |
RatingsStatsPersistenceImpl.remove(long statsId)
Removes the ratings stats with the primary key from the database. |
static RatingsStats |
RatingsStatsUtil.remove(RatingsStats ratingsStats)
|
RatingsStats |
RatingsStatsPersistenceImpl.remove(Serializable primaryKey)
Removes the ratings stats with the primary key from the database. |
protected RatingsStats |
RatingsStatsPersistenceImpl.removeImpl(RatingsStats ratingsStats)
|
protected RatingsStats |
RatingsStatsPersistenceImpl.toUnwrappedModel(RatingsStats ratingsStats)
|
static RatingsStats |
RatingsStatsUtil.update(RatingsStats ratingsStats,
boolean merge)
|
static RatingsStats |
RatingsStatsUtil.update(RatingsStats ratingsStats,
boolean merge,
ServiceContext serviceContext)
|
static RatingsStats |
RatingsStatsUtil.updateImpl(RatingsStats ratingsStats,
boolean merge)
|
RatingsStats |
RatingsStatsPersistence.updateImpl(RatingsStats ratingsStats,
boolean merge)
|
RatingsStats |
RatingsStatsPersistenceImpl.updateImpl(RatingsStats ratingsStats,
boolean merge)
|
Methods in com.liferay.portlet.ratings.service.persistence that return types with arguments of type RatingsStats | |
---|---|
static List<RatingsStats> |
RatingsStatsUtil.findAll()
Finds all the ratings statses. |
List<RatingsStats> |
RatingsStatsPersistence.findAll()
Finds all the ratings statses. |
List<RatingsStats> |
RatingsStatsPersistenceImpl.findAll()
Finds all the ratings statses. |
static List<RatingsStats> |
RatingsStatsUtil.findAll(int start,
int end)
Finds a range of all the ratings statses. |
List<RatingsStats> |
RatingsStatsPersistence.findAll(int start,
int end)
Finds a range of all the ratings statses. |
List<RatingsStats> |
RatingsStatsPersistenceImpl.findAll(int start,
int end)
Finds a range of all the ratings statses. |
static List<RatingsStats> |
RatingsStatsUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the ratings statses. |
List<RatingsStats> |
RatingsStatsPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the ratings statses. |
List<RatingsStats> |
RatingsStatsPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds 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)
|
List<RatingsStats> |
RatingsStatsFinderImpl.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 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. |
void |
RatingsStatsPersistenceImpl.cacheResult(RatingsStats ratingsStats)
Caches the ratings stats in the entity cache if it is enabled. |
static void |
RatingsStatsUtil.clearCache(RatingsStats ratingsStats)
|
void |
RatingsStatsPersistenceImpl.clearCache(RatingsStats ratingsStats)
Clears the cache for the ratings stats. |
static RatingsStats |
RatingsStatsUtil.remove(RatingsStats ratingsStats)
|
protected RatingsStats |
RatingsStatsPersistenceImpl.removeImpl(RatingsStats ratingsStats)
|
protected RatingsStats |
RatingsStatsPersistenceImpl.toUnwrappedModel(RatingsStats ratingsStats)
|
static RatingsStats |
RatingsStatsUtil.update(RatingsStats ratingsStats,
boolean merge)
|
static RatingsStats |
RatingsStatsUtil.update(RatingsStats ratingsStats,
boolean merge,
ServiceContext serviceContext)
|
static RatingsStats |
RatingsStatsUtil.updateImpl(RatingsStats ratingsStats,
boolean merge)
|
RatingsStats |
RatingsStatsPersistence.updateImpl(RatingsStats ratingsStats,
boolean merge)
|
RatingsStats |
RatingsStatsPersistenceImpl.updateImpl(RatingsStats ratingsStats,
boolean merge)
|
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. |
void |
RatingsStatsPersistenceImpl.cacheResult(List<RatingsStats> ratingsStatses)
Caches the ratings statses in the entity cache if it is enabled. |
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 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |