Liferay 7.0-ce-b4

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

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

@ProviderType
public class RatingsEntryFinderUtil
extends Object

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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

Constructor Detail

RatingsEntryFinderUtil

public RatingsEntryFinderUtil()
Method Detail

fetchByPrimaryKeys

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

findByU_C_C

public static List<RatingsEntry> findByU_C_C(long userId,
                                             long classNameId,
                                             List<Long> classPKs)

getFinder

public static RatingsEntryFinder getFinder()

setFinder

public void setFinder(RatingsEntryFinder finder)

Liferay 7.0-ce-b4