Uses of Class
de.hybris.platform.core.model.product.UnitModel
Packages that use UnitModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.order package.
Contains generated models for each type of de.hybris.platform.jalo.product package.
Contains generated models for each type of de.hybris.platform.europe1.jalo package.
Contains generated models for each type of de.hybris.platform.returns.jalo package.
Contains generated models for each type of de.hybris.platform.servicelayer.internal.jalo.order package.
Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package.
Contains generated models for each type of de.hybris.platform.voucher.jalo package.
-
Uses of UnitModel in de.hybris.platform.b2ctelcofacades.converters.populator
Classes in de.hybris.platform.b2ctelcofacades.converters.populator with type parameters of type UnitModelModifier and TypeClassDescriptionclassTmaUnitPopulator<SOURCE extends UnitModel,TARGET extends UnitData> Methods in de.hybris.platform.b2ctelcofacades.converters.populator that return types with arguments of type UnitModelModifier and TypeMethodDescriptionTmaBasicPricePopulator.getTmaUnitConverter()TmaSubscriptionPricePlanPopulator.getTmaUnitConverter()Method parameters in de.hybris.platform.b2ctelcofacades.converters.populator with type arguments of type UnitModelModifier and TypeMethodDescriptionvoidTmaSubscriptionPricePlanPopulator.setTmaUnitConverter(de.hybris.platform.servicelayer.dto.converter.Converter<UnitModel, UnitData> tmaUnitConverter) Constructor parameters in de.hybris.platform.b2ctelcofacades.converters.populator with type arguments of type UnitModelModifierConstructorDescriptionTmaBasicPricePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<UnitModel, UnitData> tmaUnitConverter, TmaPriceValueFormatter priceValueFormatter) -
Uses of UnitModel in de.hybris.platform.commerceservices.service.data
Methods in de.hybris.platform.commerceservices.service.data that return UnitModelMethods in de.hybris.platform.commerceservices.service.data with parameters of type UnitModel -
Uses of UnitModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return UnitModelModifier and TypeMethodDescriptionAbstractOrderEntryModel.getUnit()Generated method - Getter of theAbstractOrderEntry.unitattribute defined at extensioncore.Methods in de.hybris.platform.core.model.order with parameters of type UnitModelModifier and TypeMethodDescriptionvoidGenerated method - Setter ofAbstractOrderEntry.unitattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.order with parameters of type UnitModelModifierConstructorDescriptionAbstractOrderEntryModel(ItemModel _owner, ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractOrderEntryModel(ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCartEntryModel(ItemModel _owner, ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCartEntryModel(ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderEntryModel(ItemModel _owner, ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderEntryModel(ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersQuoteEntryModel(ItemModel _owner, ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersQuoteEntryModel(ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of UnitModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return UnitModelModifier and TypeMethodDescriptionProductModel.getContentUnit()Generated method - Getter of theProduct.contentUnitattribute defined at extensioncatalog.ProductModel.getUnit()Generated method - Getter of theProduct.unitattribute defined at extensioncore.Methods in de.hybris.platform.core.model.product with parameters of type UnitModelModifier and TypeMethodDescriptionvoidProductModel.setContentUnit(UnitModel value) Generated method - Setter ofProduct.contentUnitattribute defined at extensioncatalog.voidGenerated method - Setter ofProduct.unitattribute defined at extensioncore. -
Uses of UnitModel in de.hybris.platform.europe1.model
Methods in de.hybris.platform.europe1.model that return UnitModelModifier and TypeMethodDescriptionPriceRowModel.getUnit()Generated method - Getter of thePriceRow.unitattribute defined at extensioneurope1.Methods in de.hybris.platform.europe1.model with parameters of type UnitModelModifier and TypeMethodDescriptionvoidGenerated method - Setter ofPriceRow.unitattribute defined at extensioneurope1.Constructors in de.hybris.platform.europe1.model with parameters of type UnitModelModifierConstructorDescriptionPriceRowModel(CurrencyModel _currency, ItemModel _owner, ProductPriceGroup _pg, Double _price, ProductModel _product, String _productId, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPriceRowModel(CurrencyModel _currency, Double _price, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of UnitModel in de.hybris.platform.returns.model
Constructors in de.hybris.platform.returns.model with parameters of type UnitModelModifierConstructorDescriptionReplacementOrderEntryModel(ItemModel _owner, ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReplacementOrderEntryModel(ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReturnOrderEntryModel(ItemModel _owner, ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReturnOrderEntryModel(ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of UnitModel in de.hybris.platform.servicelayer.internal.model.order
Constructors in de.hybris.platform.servicelayer.internal.model.order with parameters of type UnitModelModifierConstructorDescriptionInMemoryCartEntryModel(ItemModel _owner, ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersInMemoryCartEntryModel(ProductModel _product, Long _quantity, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of UnitModel in de.hybris.platform.subscriptionservices.model
Constructors in de.hybris.platform.subscriptionservices.model with parameters of type UnitModelModifierConstructorDescriptionSubscriptionPricePlanModel(CurrencyModel _currency, ItemModel _owner, ProductPriceGroup _pg, Double _price, ProductModel _product, String _productId, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSubscriptionPricePlanModel(CurrencyModel _currency, Double _price, UnitModel _unit) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of UnitModel in de.hybris.platform.voucher.model
Methods in de.hybris.platform.voucher.model that return UnitModelModifier and TypeMethodDescriptionProductQuantityRestrictionModel.getUnit()Generated method - Getter of theProductQuantityRestriction.unitattribute defined at extensionvoucher.Methods in de.hybris.platform.voucher.model with parameters of type UnitModelModifier and TypeMethodDescriptionvoidGenerated method - Setter ofProductQuantityRestriction.unitattribute defined at extensionvoucher.Constructors in de.hybris.platform.voucher.model with parameters of type UnitModelModifierConstructorDescriptionProductQuantityRestrictionModel(ItemModel _owner, Long _quantity, UnitModel _unit, VoucherModel _voucher) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductQuantityRestrictionModel(Long _quantity, UnitModel _unit, VoucherModel _voucher) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters