Liferay 7.0-ce-b8 portal-service

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


@ProviderType
public interface RatingsStatsFinder

{$generated.description}

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