Uses of Class
de.hybris.platform.customerreview.enums.CustomerReviewApprovalType
-
Packages that use CustomerReviewApprovalType Package Description de.hybris.platform.customerreview.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.customerreview.model Contains generated models for each type of de.hybris.platform.customerreview.jalo package.de.hybris.platform.marketplaceservices.model Contains generated models for each type of de.hybris.platform.marketplaceservices.jalo package. -
-
Uses of CustomerReviewApprovalType in de.hybris.platform.customerreview.enums
Methods in de.hybris.platform.customerreview.enums that return CustomerReviewApprovalType Modifier and Type Method Description static CustomerReviewApprovalTypeCustomerReviewApprovalType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CustomerReviewApprovalType[]CustomerReviewApprovalType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CustomerReviewApprovalType in de.hybris.platform.customerreview.model
Methods in de.hybris.platform.customerreview.model that return CustomerReviewApprovalType Modifier and Type Method Description CustomerReviewApprovalTypeCustomerReviewModel. getApprovalStatus()Generated method - Getter of theCustomerReview.approvalStatusattribute defined at extensioncustomerreview.Methods in de.hybris.platform.customerreview.model with parameters of type CustomerReviewApprovalType Modifier and Type Method Description voidCustomerReviewModel. setApprovalStatus(CustomerReviewApprovalType value)Generated method - Setter ofCustomerReview.approvalStatusattribute defined at extensioncustomerreview. -
Uses of CustomerReviewApprovalType in de.hybris.platform.marketplaceservices.model
Methods in de.hybris.platform.marketplaceservices.model that return CustomerReviewApprovalType Modifier and Type Method Description CustomerReviewApprovalTypeCustomerVendorReviewModel. getApprovalStatus()Generated method - Getter of theCustomerVendorReview.approvalStatusattribute defined at extensionmarketplaceservices.Methods in de.hybris.platform.marketplaceservices.model with parameters of type CustomerReviewApprovalType Modifier and Type Method Description voidCustomerVendorReviewModel. setApprovalStatus(CustomerReviewApprovalType value)Generated method - Setter ofCustomerVendorReview.approvalStatusattribute defined at extensionmarketplaceservices.
-