Liferay 7.0-ce-b4

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

All Known Implementing Classes:
RatingsStatsFinderImpl

@ProviderType
public interface RatingsStatsFinder

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

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