Liferay 6.2-ce-ga5

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 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

findByC_C

public static List<RatingsStats> findByC_C(long classNameId,
                                           List<Long> classPKs)
                                    throws SystemException
Throws:
SystemException

getFinder

public static RatingsStatsFinder getFinder()

setFinder

public void setFinder(RatingsStatsFinder finder)

Liferay 6.2-ce-ga5