Uses of Class
com.skava.ratingandreviews.collection.process.CollectionProcess
Packages that use CollectionProcess
Package
Description
Provides the class for List authorization.
Provides the service implementation classes for collection.
Provides the exception classes for list.
Provides the exception classes for list.
Provides the exception classes for list.
-
Uses of CollectionProcess in com.skava.ratingandreviews.auth
Constructors in com.skava.ratingandreviews.auth with parameters of type CollectionProcessModifierConstructorDescriptionRatingsAndReviewsSecurityConfig
(CollectionProcess collectionProcess) -
Uses of CollectionProcess in com.skava.ratingandreviews.collection.service.impl
Constructors in com.skava.ratingandreviews.collection.service.impl with parameters of type CollectionProcessModifierConstructorDescriptionCreateCollectionServiceImpl
(CollectionProcess collectionProcess, CollectionFactory collectionFactory, CollectionPropertyFactory collectionPropertyFactory, CreateCollectionValidator validator, CollectionAttributeProcess collectionAttributeProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) FindAllCollectionServiceImpl
(CollectionProcess collectionProcess, FindAllCollectionValidator validator, com.skava.core.auth.AuthTokenHandler authTokenHandler) FindCollectionServiceImpl
(CollectionProcess collectionProcess, CollectionFactory collectionFactory, FindCollectionValidator validator, com.skava.core.auth.AuthTokenHandler authTokenHandler) UpdateCollectionServiceImpl
(CollectionProcess collectionProcess, CollectionPropertyFactory collectionPropertyFactory, CollectionFactory collectionFactory, CreateCollectionValidator validator, CollectionAttributeProcess collectionAttributeProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) -
Uses of CollectionProcess in com.skava.ratingandreviews.process
Constructors in com.skava.ratingandreviews.process with parameters of type CollectionProcessModifierConstructorDescriptionRatingQuestionsAndAnswersProcess
(RatingQuestionsAndAnswersFactory ratingQuestionsAndAnswersFactory, RatingQuestionsRepository ratingQuestionsRepository, RatingAnswersRepository ratingAnswersRepository, RatingsReviewsRepository ratingsReviewsRepository, CollectionProcess collectionProcess, RatingVotesRepository ratingVotesRepository, com.skava.core.auth.AuthTokenHandler authTokenHandler) RatingReviewPreferenceProcess
(RatingsReviewsRepository ratingreviewPreferenceRepository, RatingReviewFactory ratingReviewPreferenceFactory, CollectionProcess collectionProcess, RatingAggregation ratingAggregation, com.skava.core.auth.AuthTokenHandler authTokenHandler, jakarta.persistence.EntityManager entityManager) RatingSummaryProcess
(RatingSummaryRepository ratingSummaryRepository, RatingSummaryFactory ratingSummaryFactory, CollectionProcess collectionProcess) -
Uses of CollectionProcess in com.skava.ratingandreviews.service.impl
Constructors in com.skava.ratingandreviews.service.impl with parameters of type CollectionProcessModifierConstructorDescriptionCreateRatingAnswersForQuestionServiceImpl
(CollectionProcess collectionProcess, RatingAnswersForQuestionProcess ratingAnswersForQuestionProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) CreateRatingQuestionsAndAnswersServiceImpl
(RatingQuestionsAndAnswersFactory ratingQuestionsAndAnswersFactory, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess, CollectionProcess collectionProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) CreateRatingReviewServiceImpl
(RatingReviewFactory ratingReviewFactory, RatingReviewPreferenceProcess ratingReviewPreferenceProcess, CreateRatingReviewPreferenceValidator validator, CollectionProcess collectionProcess, RatingAggregation ratingAggregation) CreateVotesServiceImpl
(CollectionProcess collectionProcess, CreateVotesProcess createVotesProcess, VotesFactory votesFactory, com.skava.core.auth.AuthTokenHandler authTokenHandler) DeleteQuestionServiceImpl
(CollectionProcess collectionProcess, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) FindAllAnswersServiceImpl
(CollectionProcess collectionProcess, RatingQuestionsRepository ratingQuestionsRepository, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) FindAllQuestionsServiceImpl
(CollectionProcess collectionProcess, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) FindALLRatingReviewServiceImpl
(RatingReviewFactory ratingReviewFactory, RatingsReviewsRepository ratingsReviewsRepository, RatingReviewPreferenceProcess ratingReviewPreferenceProcess, FindRatingReviewPreferenceValidator validator, CollectionProcess collectionProcess, ReviewApp reviewApp, com.skava.core.auth.AuthTokenHandler authTokenHandler) FindbyIdQuestionsAndAnswersServiceImpl
(CollectionProcess collectionProcess, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess) FindbyIdRatingReviewServiceImpl
(RatingReviewFactory ratingReviewFactory, RatingReviewPreferenceProcess ratingReviewPreferenceProcess, FindRatingReviewPreferenceValidator validator, CollectionProcess collectionProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) GetVotesServiceImpl
(CollectionProcess collectionProcess, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess) PatchUpdateAnswerStatusServiceImpl
(CollectionProcess collectionProcess, RatingQuestionsAndAnswersFactory ratingQuestionsAndAnswersFactory, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) PatchUpdateQuestionStatusServiceImpl
(CollectionProcess collectionProcess, RatingQuestionsAndAnswersFactory ratingQuestionsAndAnswersFactory, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) UpdateAllAnswersForQuestionImpl
(CollectionProcess collectionProcess, UpdateAllAnswersProcess updateAllAnswersProcess, RatingQuestionsRepository ratingQuestionsRepository, com.skava.core.auth.AuthTokenHandler authTokenHandler) UpdateRatingReviewServiceImpl
(RatingReviewFactory ratingReviewFactory, RatingReviewPreferenceProcess ratingReviewPreferenceProcess, UpdateRatingReviewPreferenceValidator validator, RatingandReviewEventSender ratingandReviewEventSender, CollectionProcess collectionProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) -
Uses of CollectionProcess in com.skava.ratingandreviews.validator
Constructors in com.skava.ratingandreviews.validator with parameters of type CollectionProcessModifierConstructorDescriptionCreateRatingReviewPreferenceValidator
(CollectionProcess collectionProcess)