Liferay 7.0-ce-b4

com.liferay.portlet.ratings.service.persistence
Class RatingsStatsFinderUtil

java.lang.Object
  extended by com.liferay.portlet.ratings.service.persistence.RatingsStatsFinderUtil

@ProviderType
public class RatingsStatsFinderUtil
extends Object


Constructor Summary
RatingsStatsFinderUtil()
           
 
Method Summary
static Map<Serializable,RatingsStats> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static List<RatingsStats> findByC_C(long classNameId, List<Long> classPKs)
           
static RatingsStatsFinder getFinder()
           
 void setFinder(RatingsStatsFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RatingsStatsFinderUtil

public RatingsStatsFinderUtil()
Method Detail

fetchByPrimaryKeys

public static Map<Serializable,RatingsStats> fetchByPrimaryKeys(Set<Serializable> primaryKeys)

findByC_C

public static List<RatingsStats> findByC_C(long classNameId,
                                           List<Long> classPKs)

getFinder

public static RatingsStatsFinder getFinder()

setFinder

public void setFinder(RatingsStatsFinder finder)

Liferay 7.0-ce-b4