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.acceleratorservices.order.impl
Methods in de.hybris.platform.acceleratorservices.order.impl with parameters of type UnitModelModifier and TypeMethodDescriptionDefaultCartServiceForAccelerator.addNewEntry(ComposedTypeModel entryType, CartModel order, ProductModel product, long qty, UnitModel unit, int number, boolean addToPresent) protected AbstractOrderEntryModelDefaultCartServiceForAccelerator.getAbstractOrderEntryModel(CartModel order, ProductModel product, long qty, int number, boolean addToPresent, UnitModel usedUnit) protected booleanDefaultCartServiceForAccelerator.isNotGiveAwayAndHasEqualUnit(CartEntryModel cartEntry, UnitModel usedUnit) -
Uses of UnitModel in de.hybris.platform.b2b.testframework
Methods in de.hybris.platform.b2b.testframework that return UnitModelMethods in de.hybris.platform.b2b.testframework with parameters of type UnitModelModifier and TypeMethodDescriptionModelFactory.createPriceRow(CurrencyModel currency, Double price, UnitModel unit, ProductModel product, Boolean isNet) ModelFactory.createProduct(String code, CatalogVersionModel catalogVersion, String variantTypeCode, UnitModel unit, CategoryModel... superCategories) -
Uses of UnitModel in de.hybris.platform.basecommerce.util
Methods in de.hybris.platform.basecommerce.util that return UnitModelModifier and TypeMethodDescriptionAbstractCommerceServicelayerTransactionalTest.createUnit(String code) Methods in de.hybris.platform.basecommerce.util with parameters of type UnitModelModifier and TypeMethodDescriptionAbstractCommerceServicelayerTransactionalTest.createProduct(String code, CatalogVersionModel catalogVersion, String variantTypeCode, UnitModel unit, CategoryModel... superCategories) -
Uses of UnitModel in de.hybris.platform.catalog
Fields in de.hybris.platform.catalog declared as UnitModel -
Uses of UnitModel in de.hybris.platform.cockpit.services.label.impl
Methods in de.hybris.platform.cockpit.services.label.impl with parameters of type UnitModelModifier and TypeMethodDescriptionprotected StringUnitModelLabelProvider.getIconPath(UnitModel item) protected StringUnitModelLabelProvider.getIconPath(UnitModel item, String languageIso) protected StringUnitModelLabelProvider.getItemDescription(UnitModel item) protected StringUnitModelLabelProvider.getItemDescription(UnitModel item, String languageIso) protected StringUnitModelLabelProvider.getItemLabel(UnitModel unit) protected StringUnitModelLabelProvider.getItemLabel(UnitModel unit, String languageIso) -
Uses of UnitModel in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order with parameters of type UnitModelModifier and TypeMethodDescriptionCommerceCartService.addToCart(CartModel cartModel, ProductModel productModel, long quantity, UnitModel unit, boolean forceNewEntry) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.CommerceCartService.addToCart(CartModel cartModel, ProductModel productModel, PointOfServiceModel deliveryPointOfService, long quantity, UnitModel unit, boolean forceNewEntry) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2. -
Uses of UnitModel in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl that return UnitModelModifier and TypeMethodDescriptionprotected UnitModelDefaultCommerceAddToCartStrategy.getUnit(CommerceCartParameter parameter) Methods in de.hybris.platform.commerceservices.order.impl with parameters of type UnitModelModifier and TypeMethodDescriptionDefaultCommerceCartService.addToCart(CartModel cartModel, ProductModel productModel, long quantityToAdd, UnitModel unit, boolean forceNewEntry) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.DefaultCommerceCartService.addToCart(CartModel cartModel, ProductModel productModel, PointOfServiceModel deliveryPointOfService, long quantity, UnitModel unit, boolean forceNewEntry) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2. -
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.configurablebundleservices.bundle.impl
Fields in de.hybris.platform.configurablebundleservices.bundle.impl declared as 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
Methods in de.hybris.platform.europe1 that return UnitModel -
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.order
Methods in de.hybris.platform.order with parameters of type UnitModelModifier and TypeMethodDescriptionAbstractOrderService.addNewEntry(ComposedTypeModel entryType, O order, ProductModel product, long qty, UnitModel unit, int number, boolean addToPresent) Adds a new entry of the givenComposedTypeModelto the given order.AbstractOrderService.addNewEntry(O order, ProductModel product, long qty, UnitModel unit) Adds a new entry to the given order.AbstractOrderService.addNewEntry(O order, ProductModel product, long qty, UnitModel unit, int number, boolean addToPresent) Adds a new entry to the given order on the required entry number.OrderService.addNewEntry(OrderModel order, ProductModel product, long qty, UnitModel unit, int number, boolean addToPresent) Adds a new order entry to the given order on the required entry number.OrderService.addNewEntry(ComposedTypeModel entryType, OrderModel order, ProductModel product, long qty, UnitModel unit, int number, boolean addToPresent) Adds a new entry of the givenComposedTypeModelto the given order.voidCartService.addToCart(CartModel cart, ProductModel product, long quantity, UnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.since 6.2.0 - UseAbstractOrderService.addNewEntry(AbstractOrderModel, ProductModel, long, UnitModel)from the cart service instead. -
Uses of UnitModel in de.hybris.platform.order.impl
Methods in de.hybris.platform.order.impl with parameters of type UnitModelModifier and TypeMethodDescriptionDefaultAbstractOrderService.addNewEntry(ComposedTypeModel entryType, O order, ProductModel product, long qty, UnitModel unit, int number, boolean addToPresent) DefaultAbstractOrderService.addNewEntry(O order, ProductModel product, long qty, UnitModel unit) DefaultAbstractOrderService.addNewEntry(O order, ProductModel product, long qty, UnitModel unit, int number, boolean addToPresent) DefaultOrderService.addNewEntry(OrderModel order, ProductModel product, long qty, UnitModel unit, int number, boolean addToPresent) DefaultOrderService.addNewEntry(ComposedTypeModel entryType, OrderModel order, ProductModel product, long qty, UnitModel unit, int number, boolean addToPresent) voidDefaultCartService.addToCart(CartModel cartModel, ProductModel productModel, long quantity, UnitModel unitModel) Deprecated, for removal: This API element is subject to removal in a future version.since 6.2.0 -
Uses of UnitModel in de.hybris.platform.order.strategies
Methods in de.hybris.platform.order.strategies with parameters of type UnitModelModifier and TypeMethodDescriptionvoidAddToCartStrategy.addToCart(CartModel cart, ProductModel product, long quantity, UnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.Adds to the (existing)CartModelthe (existing)ProductModelin the givenUnitModeland with the givenquantity. -
Uses of UnitModel in de.hybris.platform.order.strategies.calculation.pdt.comparator.impl
Constructors in de.hybris.platform.order.strategies.calculation.pdt.comparator.impl with parameters of type UnitModelModifierConstructorDescriptionprotectedPriceRowValueMatchComparator(CurrencyModel curr, boolean net, UnitModel unit) -
Uses of UnitModel in de.hybris.platform.order.strategies.calculation.pdt.criteria
Methods in de.hybris.platform.order.strategies.calculation.pdt.criteria that return UnitModel -
Uses of UnitModel in de.hybris.platform.order.strategies.calculation.pdt.criteria.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.criteria.impl that return UnitModelMethods in de.hybris.platform.order.strategies.calculation.pdt.criteria.impl with parameters of type UnitModelModifier and TypeMethodDescription -
Uses of UnitModel in de.hybris.platform.order.strategies.impl
Methods in de.hybris.platform.order.strategies.impl with parameters of type UnitModelModifier and TypeMethodDescriptionvoidDefaultAddToCartStrategy.addToCart(CartModel cart, ProductModel product, long quantity, UnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.since ages -
Uses of UnitModel in de.hybris.platform.product
Methods in de.hybris.platform.product that return UnitModelModifier and TypeMethodDescriptionProductService.getOrderableUnit(ProductModel product) Returns for the givenproductthe first foundUnitModelfrom the PriceInformations of the product.Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useUnitService.getUnitForCode(String)Returns the Unit with the specified code.UnitService.getUnitForCode(String code) Methods in de.hybris.platform.product that return types with arguments of type UnitModelModifier and TypeMethodDescriptionUnitService.getAllUnits()Returns all Units.UnitService.getUnitsForUnitType(String unitType) Returns all units for specific unit type -
Uses of UnitModel in de.hybris.platform.product.daos
Methods in de.hybris.platform.product.daos that return types with arguments of type UnitModelModifier and TypeMethodDescriptionUnitDao.findAllUnits()Returns all Units.UnitDao.findUnitsByCode(String code) UnitDao.findUnitsByUnitType(String unitType) Finds all units that match specific unit type -
Uses of UnitModel in de.hybris.platform.product.daos.impl
Methods in de.hybris.platform.product.daos.impl that return types with arguments of type UnitModelModifier and TypeMethodDescriptionDefaultUnitDao.findAllUnits()DefaultUnitDao.findUnitsByCode(String code) DefaultUnitDao.findUnitsByUnitType(String unitType) -
Uses of UnitModel in de.hybris.platform.product.impl
Methods in de.hybris.platform.product.impl that return UnitModelModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useUnitDao.findUnitsByCode(String)DefaultProductService.getOrderableUnit(ProductModel product) Deprecated, for removal: This API element is subject to removal in a future version.since agesDeprecated, for removal: This API element is subject to removal in a future version.since agesDefaultUnitService.getUnitForCode(String code) Methods in de.hybris.platform.product.impl that return types with arguments of type UnitModelModifier and TypeMethodDescriptionDefaultUnitService.getAllUnits()DefaultUnitService.getUnitsForUnitType(String unitType) -
Uses of UnitModel in de.hybris.platform.promotionengineservices.action.impl
Methods in de.hybris.platform.promotionengineservices.action.impl that return UnitModelModifier and TypeMethodDescriptionprotected UnitModelDefaultAddProductToCartActionStrategy.getUnit(ProductModel productModel) -
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.sap.productconfig.facades.impl
Methods in de.hybris.platform.sap.productconfig.facades.impl with parameters of type UnitModelModifier and TypeMethodDescriptionprotected voidConfigurationCartIntegrationFacadeImpl.fillCommerceCartParameterForAddToCart(CommerceCartParameter parameter, CartModel cart, ProductModel product, long l, UnitModel unit, boolean forceNewEntry, String configId) -
Uses of UnitModel in de.hybris.platform.sap.productconfig.runtime.interf
Methods in de.hybris.platform.sap.productconfig.runtime.interf with parameters of type UnitModelModifier and TypeMethodDescriptionPricingConfigurationParameter.retrieveUnitIsoCode(UnitModel unitModel) Retrieves the ISO unit of measure code for a givenUnitModel.PricingConfigurationParameter.retrieveUnitSapCode(UnitModel unitModel) Retrieves the SAP unit of measure code for a givenUnitModel. -
Uses of UnitModel in de.hybris.platform.sap.productconfig.runtime.mock.impl
Methods in de.hybris.platform.sap.productconfig.runtime.mock.impl with parameters of type UnitModelModifier and TypeMethodDescriptionSimplePricingConfigurationParameter.retrieveUnitIsoCode(UnitModel unitModel) SimplePricingConfigurationParameter.retrieveUnitSapCode(UnitModel unitModel) Won't return the SAP code as it is not available without SAP integration. -
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.jalo
Methods in de.hybris.platform.voucher.jalo that return UnitModelMethods in de.hybris.platform.voucher.jalo with parameters of type UnitModel -
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 -
Uses of UnitModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return UnitModelMethods in de.hybris.platform.warehousing.util.builder with parameters of type UnitModelModifier and TypeMethodDescription -
Uses of UnitModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return UnitModel -
Uses of UnitModel in ydocumentcartpackage.persistence.polyglot.repository.documentcart
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart that return UnitModelMethods in ydocumentcartpackage.persistence.polyglot.repository.documentcart with parameters of type UnitModelModifier and TypeMethodDescriptionCartModelsCreator.createCartEntry(UnitModel unit, ProductModel product, CartModel order, Long quantity) CartModelsCreator.createCartEntry(UnitModel unit, ProductModel product, CartModel order, Long quantity, Integer entryNumber)