Uses of Class
de.hybris.platform.deeplink.model.media.BarcodeMediaModel
-
Packages that use BarcodeMediaModel Package Description de.hybris.platform.core.model.product Contains generated models for each type of de.hybris.platform.jalo.product package.de.hybris.platform.deeplink.model.rules Contains generated models for each type of de.hybris.platform.deeplink.jalo.rules package. -
-
Uses of BarcodeMediaModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type BarcodeMediaModel Modifier and Type Method Description java.util.Collection<BarcodeMediaModel>ProductModel. getBarcodes()Generated method - Getter of theProduct.barcodesattribute defined at extensionbasecommerce. -
Uses of BarcodeMediaModel in de.hybris.platform.deeplink.model.rules
Methods in de.hybris.platform.deeplink.model.rules that return types with arguments of type BarcodeMediaModel Modifier and Type Method Description java.util.Collection<BarcodeMediaModel>DeeplinkUrlModel. getBarcodeMedias()Generated method - Getter of theDeeplinkUrl.barcodeMediasattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.deeplink.model.rules with type arguments of type BarcodeMediaModel Modifier and Type Method Description voidDeeplinkUrlModel. setBarcodeMedias(java.util.Collection<BarcodeMediaModel> value)Generated method - Setter ofDeeplinkUrl.barcodeMediasattribute defined at extensionbasecommerce.
-