|
Liferay 6.2-ce-ga5 | |||||||||
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.getWrappedModel()
|
RatingsStats |
RatingsStatsWrapper.getWrappedRatingsStats()
Deprecated. As of 6.1.0, replaced by 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.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.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)
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
RatingsStats |
RatingsStatsPersistenceImpl.remove(Serializable primaryKey)
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. |
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)
|
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)
|
RatingsStats |
RatingsStatsPersistenceImpl.updateImpl(RatingsStats ratingsStats)
|
Methods in com.liferay.portlet.ratings.service.persistence that return types with arguments of type RatingsStats | |
---|---|
static List<RatingsStats> |
RatingsStatsUtil.findAll()
Returns all the ratings statses. |
List<RatingsStats> |
RatingsStatsPersistence.findAll()
Returns all the ratings statses. |
List<RatingsStats> |
RatingsStatsPersistenceImpl.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. |
List<RatingsStats> |
RatingsStatsPersistenceImpl.findAll(int start,
int end)
Returns a range of all the ratings statses. |
static List<RatingsStats> |
RatingsStatsUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the ratings statses. |
List<RatingsStats> |
RatingsStatsPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the ratings statses. |
List<RatingsStats> |
RatingsStatsPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
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)
|
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. |
protected void |
RatingsStatsPersistenceImpl.cacheUniqueFindersCache(RatingsStats ratingsStats)
|
static void |
RatingsStatsUtil.clearCache(RatingsStats ratingsStats)
|
void |
RatingsStatsPersistenceImpl.clearCache(RatingsStats ratingsStats)
Clears the cache for the ratings stats. |
protected void |
RatingsStatsPersistenceImpl.clearUniqueFindersCache(RatingsStats ratingsStats)
|
protected RatingsStats |
RatingsStatsPersistenceImpl.removeImpl(RatingsStats ratingsStats)
|
protected RatingsStats |
RatingsStatsPersistenceImpl.toUnwrappedModel(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)
|
RatingsStats |
RatingsStatsPersistenceImpl.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. |
void |
RatingsStatsPersistenceImpl.cacheResult(List<RatingsStats> ratingsStatses)
Caches the ratings statses in the entity cache if it is enabled. |
void |
RatingsStatsPersistenceImpl.clearCache(List<RatingsStats> ratingsStatses)
|
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.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |