Liferay 7.0-ce-b7 portal-service

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


@ProviderType
public interface RatingsEntryFinder

{$generated.description}

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-b7 portal-service