Uses of Class
org.api.mkm.modele.Product.PRODUCT_ATTS
| Package | Description |
|---|---|
| org.api.mkm.modele | |
| org.api.mkm.services |
-
Uses of Product.PRODUCT_ATTS in org.api.mkm.modele
Methods in org.api.mkm.modele that return Product.PRODUCT_ATTS Modifier and Type Method Description static Product.PRODUCT_ATTSProduct.PRODUCT_ATTS. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Product.PRODUCT_ATTS[]Product.PRODUCT_ATTS. values()Returns an array containing the constants of this enum type, 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_ATTS Modifier and Type Method Description java.util.List<Product>ProductServices. findMetaProduct(java.lang.String name, java.util.Map<Product.PRODUCT_ATTS,java.lang.String> atts)java.util.List<Product>ProductServices. findProduct(java.lang.String name, java.util.Map<Product.PRODUCT_ATTS,java.lang.String> atts)