Uses of Class
com.skava.ratingandreviews.model.entity.RatingSummaryEntity
Packages that use RatingSummaryEntity
Package
Description
Provides the class for List authorization.
Provides the exception classes for list.
Provides the exception classes for list.
Provides the exception classes for list.
Provides the exception classes for list.
-
Uses of RatingSummaryEntity in com.skava.ratingandreviews.factory
Methods in com.skava.ratingandreviews.factory that return RatingSummaryEntityModifier and TypeMethodDescriptionRatingSummaryFactory.createRatingEntityDomain
(RatingSummaryDomain ratingsummaryDomain) Methods in com.skava.ratingandreviews.factory with parameters of type RatingSummaryEntityModifier and TypeMethodDescriptionRatingSummaryFactory.createRatingSummaryDomain
(RatingSummaryEntity summaryEntity) -
Uses of RatingSummaryEntity in com.skava.ratingandreviews.factory.impl
Methods in com.skava.ratingandreviews.factory.impl that return RatingSummaryEntityModifier and TypeMethodDescriptionRatingSummaryFactoryImpl.createRatingEntityDomain
(RatingSummaryDomain ratingsummaryDomain) method createRatingEntityDomain this method is used to create RatingEntityDomain with the help of RatingSummaryDomain from which the values can be derived and the stored inside the RatingSumaryDomain.Methods in com.skava.ratingandreviews.factory.impl with parameters of type RatingSummaryEntityModifier and TypeMethodDescriptionRatingSummaryFactoryImpl.createRatingSummaryDomain
(RatingSummaryEntity summaryEntity) method createRatingSummaryDomain this method is used to create RatingSummaryDomain with the help of RatingSummaryEntity from which the values can be derived and the stored inside the RatingSumaryDomain. -
Uses of RatingSummaryEntity in com.skava.ratingandreviews.model.entity
Constructor parameters in com.skava.ratingandreviews.model.entity with type arguments of type RatingSummaryEntityModifierConstructorDescriptionQRatingSummaryEntity
(com.querydsl.core.types.Path<? extends RatingSummaryEntity> path) -
Uses of RatingSummaryEntity in com.skava.ratingandreviews.process
Methods in com.skava.ratingandreviews.process that return types with arguments of type RatingSummaryEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<RatingSummaryEntity>
RatingSummaryProcess.search
(String filters, org.springframework.data.domain.Sort sort, int page, int size) This function is used to search the collection and find all collection based on filtering, pagination and sorting. -
Uses of RatingSummaryEntity in com.skava.ratingandreviews.repository
Methods in com.skava.ratingandreviews.repository that return types with arguments of type RatingSummaryEntityModifier and TypeMethodDescriptionRatingSummaryRepository.findByCollectionId
(long collectionid) RatingSummaryRepository.findByIdAndCollectionId
(long id, long collectionid) RatingSummaryRepository.findByItemIdAndCollectionIdAndClassificationAndStatus
(String itemId, long collectionId, RatingClassification classification, RatingStatus status)