Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.ratings.model.RatingsStats

Packages that use RatingsStats
com.liferay.portlet.ratings.model   
com.liferay.portlet.ratings.service   
com.liferay.portlet.ratings.service.persistence   
 

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. Renamed to RatingsStatsWrapper.getWrappedModel()
 RatingsStats RatingsStatsWrapper.toEscapedModel()
           
 RatingsStats RatingsStatsModel.toEscapedModel()
           
 RatingsStats RatingsStatsWrapper.toUnescapedModel()
           
 RatingsStats RatingsStatsModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.ratings.model that return types with arguments of type RatingsStats
 CacheModel<RatingsStats> RatingsStatsWrapper.toCacheModel()
           
 CacheModel<RatingsStats> RatingsStatsModel.toCacheModel()
           
 

Methods in com.liferay.portlet.ratings.model with parameters of type RatingsStats
 int RatingsStatsWrapper.compareTo(RatingsStats ratingsStats)
           
 int RatingsStatsModel.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.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.
static RatingsStats RatingsStatsLocalServiceUtil.updateRatingsStats(RatingsStats ratingsStats, boolean merge)
          Updates the ratings stats in the database or adds it if it does not yet exist.
 RatingsStats RatingsStatsLocalService.updateRatingsStats(RatingsStats ratingsStats, boolean merge)
          Updates the ratings stats in the database or adds it if it does not yet exist.
 RatingsStats RatingsStatsLocalServiceWrapper.updateRatingsStats(RatingsStats ratingsStats, boolean merge)
          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.
static RatingsStats RatingsStatsLocalServiceUtil.updateRatingsStats(RatingsStats ratingsStats, boolean merge)
          Updates the ratings stats in the database or adds it if it does not yet exist.
 RatingsStats RatingsStatsLocalService.updateRatingsStats(RatingsStats ratingsStats, boolean merge)
          Updates the ratings stats in the database or adds it if it does not yet exist.
 RatingsStats RatingsStatsLocalServiceWrapper.updateRatingsStats(RatingsStats ratingsStats, boolean merge)
          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.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, 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)
           
 

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.
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 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> RatingsStatsFinder.findByC_C(long classNameId, List<Long> classPKs)
           
static List<RatingsStats> RatingsStatsFinderUtil.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.
static void RatingsStatsUtil.clearCache(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)
           
 

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.
 


Liferay 6.1.2-ce-ga3