Uses of Enum Class
com.skava.ratingandreviews.model.RatingQandAStatus
Packages that use RatingQandAStatus
Package
Description
Provides the class for List authorization.
Provides the exception classes for list.
Provides the exception classes for list.
-
Uses of RatingQandAStatus in com.skava.ratingandreviews.model
Methods in com.skava.ratingandreviews.model that return RatingQandAStatusModifier and TypeMethodDescriptionstatic RatingQandAStatus
Returns the enum constant of this class with the specified name.static RatingQandAStatus[]
RatingQandAStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RatingQandAStatus in com.skava.ratingandreviews.model.entity
Fields in com.skava.ratingandreviews.model.entity with type parameters of type RatingQandAStatusModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.EnumPath<RatingQandAStatus>
QRatingQuestionsEntity.status
-
Uses of RatingQandAStatus in com.skava.ratingandreviews.repository
Methods in com.skava.ratingandreviews.repository with parameters of type RatingQandAStatusModifier and TypeMethodDescriptionRatingQuestionsRepository.findByIdAndCollectionIdAndStatus
(long id, long collectionId, RatingQandAStatus status) RatingQuestionsRepository.findByIdAndStatus
(long id, RatingQandAStatus active)