com.liferay.portlet.ratings.service.persistence
Interface RatingsEntryFinder


public interface RatingsEntryFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 java.util.List<RatingsEntry> findByU_C_C(long userId, long classNameId, java.util.List<java.lang.Long> classPKs)
           
 

Method Detail

findByU_C_C

java.util.List<RatingsEntry> findByU_C_C(long userId,
                                         long classNameId,
                                         java.util.List<java.lang.Long> classPKs)
                                         throws SystemException
Throws:
SystemException