Uses of Enum Class
de.hybris.platform.customerreview.enums.CustomerReviewApprovalType
Packages that use CustomerReviewApprovalType
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.customerreview.jalo package.
-
Uses of CustomerReviewApprovalType in de.hybris.platform.customerreview.enums
Methods in de.hybris.platform.customerreview.enums that return CustomerReviewApprovalTypeModifier and TypeMethodDescriptionstatic CustomerReviewApprovalTypeReturns the enum constant of this class with the specified name.static CustomerReviewApprovalType[]CustomerReviewApprovalType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CustomerReviewApprovalType in de.hybris.platform.customerreview.model
Methods in de.hybris.platform.customerreview.model that return CustomerReviewApprovalTypeModifier and TypeMethodDescriptionCustomerReviewModel.getApprovalStatus()Generated method - Getter of theCustomerReview.approvalStatusattribute defined at extensioncustomerreview.Methods in de.hybris.platform.customerreview.model with parameters of type CustomerReviewApprovalTypeModifier and TypeMethodDescriptionvoidCustomerReviewModel.setApprovalStatus(CustomerReviewApprovalType value) Generated method - Setter ofCustomerReview.approvalStatusattribute defined at extensioncustomerreview.