Uses of Enum Class
org.api.mkm.modele.Product.PRODUCT_ATTS
Packages that use Product.PRODUCT_ATTS
-
Uses of Product.PRODUCT_ATTS in org.api.mkm.modele
Methods in org.api.mkm.modele that return Product.PRODUCT_ATTSModifier and TypeMethodDescriptionstatic Product.PRODUCT_ATTSReturns the enum constant of this class with the specified name.static Product.PRODUCT_ATTS[]Product.PRODUCT_ATTS.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Product.PRODUCT_ATTS in org.api.mkm.services
Method parameters in org.api.mkm.services with type arguments of type Product.PRODUCT_ATTSModifier and TypeMethodDescriptionProductServices.findMetaProduct(String name, Map<Product.PRODUCT_ATTS, String> atts) ProductServices.findProduct(String name, Map<Product.PRODUCT_ATTS, String> atts)