Liferay 6.2-ce-ga5

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

All Known Implementing Classes:
RatingsEntryFinderImpl

@ProviderType
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.2-ce-ga5