Liferay 7.0-ce-b4

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


@ProviderType
public interface RatingsStatsFinder


Method Summary
 Map<Serializable,RatingsStats> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<RatingsStats> findByC_C(long classNameId, List<Long> classPKs)
           
 

Method Detail

fetchByPrimaryKeys

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

findByC_C

List<RatingsStats> findByC_C(long classNameId,
                             List<Long> classPKs)

Liferay 7.0-ce-b4