Liferay 6.1.2-ce-ga3

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


public interface RatingsEntryFinder


Method Summary
 List<RatingsEntry> findByU_C_C(long userId, long classNameId, List<Long> classPKs)
           
 

Method Detail

findByU_C_C

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

Liferay 6.1.2-ce-ga3