Liferay 7.0-ce-b4

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

All Known Implementing Classes:
RatingsEntryFinderImpl

@ProviderType
public interface RatingsEntryFinder

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

Method Summary
 Map<Serializable,RatingsEntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<RatingsEntry> findByU_C_C(long userId, long classNameId, List<Long> classPKs)
           
 

Method Detail

fetchByPrimaryKeys

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

findByU_C_C

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

Liferay 7.0-ce-b4