Uses of Class
de.hybris.platform.jalo.product.Unit
Packages that use Unit
Package
Description
-
Uses of Unit in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo that return UnitModifier and TypeMethodDescriptionGeneratedCatalogManager.getContentUnit(Product item) Generated method - Getter of theProduct.contentUnitattribute.GeneratedCatalogManager.getContentUnit(SessionContext ctx, Product item) Generated method - Getter of theProduct.contentUnitattribute.Methods in de.hybris.platform.catalog.jalo with parameters of type UnitModifier and TypeMethodDescriptionvoidGeneratedCatalogManager.setContentUnit(Product item, Unit value) Generated method - Setter of theProduct.contentUnitattribute.voidGeneratedCatalogManager.setContentUnit(SessionContext ctx, Product item, Unit value) Generated method - Setter of theProduct.contentUnitattribute. -
Uses of Unit in de.hybris.platform.cockpit.services.label.impl
Methods in de.hybris.platform.cockpit.services.label.impl with parameters of type UnitModifier and TypeMethodDescriptionprotected StringUnitLabelProvider.getIconPath(Unit item) Deprecated.protected StringUnitLabelProvider.getIconPath(Unit item, String languageIso) Deprecated.protected StringUnitLabelProvider.getItemDescription(Unit item) Deprecated.protected StringUnitLabelProvider.getItemDescription(Unit item, String languageIso) Deprecated.protected StringUnitLabelProvider.getItemLabel(Unit unit) Deprecated.protected StringUnitLabelProvider.getItemLabel(Unit unit, String languageIso) Deprecated. -
Uses of Unit in de.hybris.platform.core.systemsetup.datacreator.impl
Methods in de.hybris.platform.core.systemsetup.datacreator.impl that return UnitModifier and TypeMethodDescriptionUnitsDataCreator.createOrGetUnit(String unitType, String unitCode) -
Uses of Unit in de.hybris.platform.europe1.jalo
Methods in de.hybris.platform.europe1.jalo that return UnitModifier and TypeMethodDescriptionEurope1PriceInformation.getUnit()GeneratedPriceRow.getUnit()Generated method - Getter of thePriceRow.unitattribute.GeneratedPriceRow.getUnit(SessionContext ctx) Generated method - Getter of thePriceRow.unitattribute.Methods in de.hybris.platform.europe1.jalo with parameters of type UnitModifier and TypeMethodDescriptionEurope1PriceFactory.createPriceRow(Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, long minQuantity, Currency currency, Unit unit, int unitFactor, boolean net, DateRange dateRange, double price) Creates a new PriceRow.Europe1PriceFactory.createPriceRow(Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, long minQuantity, Currency currency, Unit unit, int unitFactor, boolean net, DateRange dateRange, double price, EnumerationValue channel) Overloaded method to support Channel dimension to PriceRow.Europe1PriceFactory.createPriceRow(SessionContext ctx, Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, long minQuantity, Currency currency, Unit unit, int unitFactor, boolean net, DateRange dateRange, double price) Same asEurope1PriceFactory.createPriceRow(Product, EnumerationValue, User, EnumerationValue, long, Currency, Unit, int, boolean, DateRange, double)but with specific SessionContext.Europe1PriceFactory.createPriceRow(SessionContext ctx, Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, long minQuantity, Currency currency, Unit unit, int unitFactor, boolean net, DateRange dateRange, double price, EnumerationValue channel) Same asEurope1PriceFactory.createPriceRow(Product, EnumerationValue, User, EnumerationValue, long, Currency, Unit, int, boolean, DateRange, double, EnumerationValue)but with specific SessionContext.Europe1PriceFactory.filterPriceRows4Price(Collection<PriceRow> rows, long _quantity, Unit unit, Currency curr, Date date, boolean giveAwayMode, PriceRowChannel channel) Filters price rows which do not match the given parameters.Europe1PriceFactory.matchPriceRowForPrice(SessionContext ctx, Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup, long qtd, Unit unit, Currency currency, Date date, boolean net, boolean giveAwayMode) matches price rows by product or product group, user or user group, min quantity, currency and daterange.protected voidEurope1PriceFactory.removeRowsFor(SessionContext ctx, Unit unit) voidGenerated method - Setter of thePriceRow.unitattribute.voidGeneratedPriceRow.setUnit(SessionContext ctx, Unit value) Generated method - Setter of thePriceRow.unitattribute.voidPriceRow.setUnit(SessionContext ctx, Unit value) Constructors in de.hybris.platform.europe1.jalo with parameters of type UnitModifierConstructorDescriptionprotectedPriceRowMatchComparator(Currency curr, boolean net, Unit unit) -
Uses of Unit in de.hybris.platform.impex.jalo
Methods in de.hybris.platform.impex.jalo with parameters of type Unit -
Uses of Unit in de.hybris.platform.jalo.order
Methods in de.hybris.platform.jalo.order that return UnitModifier and TypeMethodDescriptionGeneratedAbstractOrderEntry.getUnit()Generated method - Getter of theAbstractOrderEntry.unitattribute.GeneratedAbstractOrderEntry.getUnit(SessionContext ctx) Generated method - Getter of theAbstractOrderEntry.unitattribute.Methods in de.hybris.platform.jalo.order with parameters of type UnitModifier and TypeMethodDescriptionAbstractOrder.addNewEntry(Product prod, long qtd, Unit unit) Deprecated.since 4.3, please use suitable OrderService.addNewEntry() methodAbstractOrder.addNewEntry(Product prod, long qtd, Unit unit, boolean addToPresent) Deprecated.since 4.3, please use suitable OrderService.addNewEntry() methodAbstractOrder.addNewEntry(Product prod, long qtd, Unit unit, int position, boolean addToPresent) Deprecated.since 4.3, please use suitable OrderService.addNewEntry() methodAbstractOrder.addNewEntry(ComposedType type, Product prod, long qtd, Unit unit, int position, boolean addToPresent) Deprecated.since 4.3, please use suitable OrderService.addNewEntry() methodprotected abstract AbstractOrderEntryAbstractOrder.createNewEntry(SessionContext ctx, ComposedType entryType, Product product, long quantity, Unit unit, int position) Cart.createNewEntry(SessionContext ctx, ComposedType type, Product prod, long qtd, Unit unit, int pos) protected OrderEntryOrder.createNewEntry(SessionContext ctx, ComposedType entryType, Product product, long quantity, Unit unit, int position) protected QuoteEntryQuote.createNewEntry(SessionContext ctx, ComposedType entryType, Product product, long quantity, Unit unit, int position) voidAbstractOrderEntry.setUnit(SessionContext ctx, Unit unit) Changes the unit of the ordered amount. Please note that this resets the entry in the 'uncalculated' status since prices might also depend on units.voidGenerated method - Setter of theAbstractOrderEntry.unitattribute.voidGeneratedAbstractOrderEntry.setUnit(SessionContext ctx, Unit value) Generated method - Setter of theAbstractOrderEntry.unitattribute. -
Uses of Unit in de.hybris.platform.jalo.product
Methods in de.hybris.platform.jalo.product that return UnitModifier and TypeMethodDescriptionProductManager.createUnit(PK pkBase, String type, String code) Deprecated.since ages - as of release 4.3, no replacement, please createUnitModelusingModelService.create(Class)ProductManager.createUnit(String type, String code) Deprecated.since agesGeneratedProduct.getUnit()Generated method - Getter of theProduct.unitattribute.GeneratedProduct.getUnit(SessionContext ctx) Generated method - Getter of theProduct.unitattribute.Deprecated.since ages - as of release 4.3, please useModelService.get(PK)) insteadDeprecated.since ages - as of release 4.3, please useUnitService.getUnitForCode(String)Deprecated.since ages - as of release 4.3, please useUnitService.getUnitForCode(String)as code is unique, type is not usefulMethods in de.hybris.platform.jalo.product that return types with arguments of type UnitModifier and TypeMethodDescriptionUnit.getConvertibleUnits()Gets all units with the same unit type.ProductManager.getUnitsByCode(String code) Deprecated.since ages - as of release 4.3, please useUnitService.getUnitForCode(String)as code is unique it returns single valueProductManager.getUnitsByTypeAndCode(String type, String code) Deprecated.since ages - as of release 4.3, please useUnitService.getUnitForCode(String)as code is unique, type is not usefulProductManager.getUnitsByUnitType(String type) Deprecated.since ages - as of release 4.3, please useUnitService.getUnitsForUnitType(String)Methods in de.hybris.platform.jalo.product with parameters of type UnitModifier and TypeMethodDescriptionintUnit.compareQuantity(double value, Unit toUnit, double otherValue) Compares the quantity of first argument (related to this unit) and third argument (related to second argument unit).longConverts a quantity of this unit into another quantity of a specified target unit.doubleUnit.convertExact(Unit targetUnit, double value) Converts a quantity of this unit into another quantity of a specified target unit.booleanUnit.isConvertibleTo(Unit unit) Checks if values of this unit can be converted to given unit.voidGenerated method - Setter of theProduct.unitattribute.voidGeneratedProduct.setUnit(SessionContext ctx, Unit value) Generated method - Setter of theProduct.unitattribute. -
Uses of Unit in de.hybris.platform.order
Methods in de.hybris.platform.order with parameters of type UnitModifier and TypeMethodDescriptionprotected voidInMemoryCartTest.testCalculation(InMemoryCart cart, Currency curr, Unit unit) protected voidInMemoryCartTest.testCartService(InMemoryCart cart, Unit unit) -
Uses of Unit in de.hybris.platform.persistence
Subclasses of Unit in de.hybris.platform.persistence -
Uses of Unit in de.hybris.platform.promotions.jalo
Methods in de.hybris.platform.promotions.jalo that return UnitModifier and TypeMethodDescriptionfinal UnitPromotionOrderEntryConsumed.getUnit()Get the units for this order entry.PromotionOrderEntryConsumed.getUnit(SessionContext ctx) Get the units for this order entry. -
Uses of Unit in de.hybris.platform.promotions.result
Methods in de.hybris.platform.promotions.result that return UnitModifier and TypeMethodDescriptionWrappedOrderEntry.getUnit()Get the unit for this entry.WrappedOrderEntry.getUnit(SessionContext ctx) Get the unit for this entry. -
Uses of Unit in de.hybris.platform.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo that return UnitModifier and TypeMethodDescriptionGeneratedServicelayerManager.createUnit(SessionContext ctx, Map attributeValues) GeneratedServicelayerManager.createUnit(Map attributeValues) -
Uses of Unit in de.hybris.platform.servicelayer.internal.jalo.order
Methods in de.hybris.platform.servicelayer.internal.jalo.order that return UnitModifier and TypeMethodDescriptionInMemoryCartEntry.getUnit(SessionContext ctx) Overwritten to provide in-memory implementation.Methods in de.hybris.platform.servicelayer.internal.jalo.order with parameters of type UnitModifier and TypeMethodDescriptionInMemoryCart.addNewEntry(Product prod, long qtd, Unit unit, int position, boolean addToPresent) Overwritten to provide in-memory list of entries.InMemoryCart.createNewEntry(SessionContext ctx, ComposedType entryType, Product p, long amount, Unit u, int pos) voidInMemoryCartEntry.setUnit(SessionContext ctx, Unit unit) Overwritten to provide in-memory implementation. -
Uses of Unit in de.hybris.platform.test
Subclasses of Unit in de.hybris.platform.testModifier and TypeClassDescriptionclassForComposedTypeSpringTestonly!classForComposedTypeSpringTestonly! -
Uses of Unit in de.hybris.platform.voucher.jalo
Methods in de.hybris.platform.voucher.jalo that return UnitModifier and TypeMethodDescriptionGeneratedProductQuantityRestriction.getUnit()Generated method - Getter of theProductQuantityRestriction.unitattribute.GeneratedProductQuantityRestriction.getUnit(SessionContext ctx) Generated method - Getter of theProductQuantityRestriction.unitattribute.Methods in de.hybris.platform.voucher.jalo with parameters of type UnitModifier and TypeMethodDescriptionvoidGenerated method - Setter of theProductQuantityRestriction.unitattribute.voidGeneratedProductQuantityRestriction.setUnit(SessionContext ctx, Unit value) Generated method - Setter of theProductQuantityRestriction.unitattribute. -
Uses of Unit in de.hybris.platform.voucher.jalo.util
Methods in de.hybris.platform.voucher.jalo.util that return UnitConstructors in de.hybris.platform.voucher.jalo.util with parameters of type UnitModifierConstructorDescriptionVoucherEntry(AbstractOrderEntry anOrderEntry, long quantity, Unit aUnit) Creates a new instance ofVoucherEntry.