Uses of Class
de.hybris.platform.jalo.product.Unit
-
-
Uses of Unit in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo that return Unit Modifier and Type Method Description UnitGeneratedCatalogManager. getContentUnit(Product item)Generated method - Getter of theProduct.contentUnitattribute.UnitGeneratedCatalogManager. getContentUnit(SessionContext ctx, Product item)Generated method - Getter of theProduct.contentUnitattribute.Methods in de.hybris.platform.catalog.jalo with parameters of type Unit Modifier and Type Method Description voidGeneratedCatalogManager. 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 Unit Modifier and Type Method Description protected java.lang.StringUnitLabelProvider. getIconPath(Unit item)Deprecated.protected java.lang.StringUnitLabelProvider. getIconPath(Unit item, java.lang.String languageIso)Deprecated.protected java.lang.StringUnitLabelProvider. getItemDescription(Unit item)Deprecated.protected java.lang.StringUnitLabelProvider. getItemDescription(Unit item, java.lang.String languageIso)Deprecated.protected java.lang.StringUnitLabelProvider. getItemLabel(Unit unit)Deprecated.protected java.lang.StringUnitLabelProvider. getItemLabel(Unit unit, java.lang.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 Unit Modifier and Type Method Description UnitUnitsDataCreator. createOrGetUnit(java.lang.String unitType, java.lang.String unitCode) -
Uses of Unit in de.hybris.platform.europe1.jalo
Methods in de.hybris.platform.europe1.jalo that return Unit Modifier and Type Method Description UnitEurope1PriceInformation. getUnit()UnitGeneratedPriceRow. getUnit()Generated method - Getter of thePriceRow.unitattribute.UnitGeneratedPriceRow. getUnit(SessionContext ctx)Generated method - Getter of thePriceRow.unitattribute.Methods in de.hybris.platform.europe1.jalo with parameters of type Unit Modifier and Type Method Description PriceRowEurope1PriceFactory. 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.PriceRowEurope1PriceFactory. 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.PriceRowEurope1PriceFactory. 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.PriceRowEurope1PriceFactory. 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.protected java.util.List<PriceRow>Europe1PriceFactory. filterPriceRows4Price(java.util.Collection<PriceRow> rows, long _quantity, Unit unit, Currency curr, java.util.Date date, boolean giveAwayMode, PriceRowChannel channel)Filters price rows which do not match the given parameters.PriceRowEurope1PriceFactory. matchPriceRowForPrice(SessionContext ctx, Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup, long qtd, Unit unit, Currency currency, java.util.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)voidGeneratedPriceRow. setUnit(Unit value)Generated 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 Unit Constructor Description PriceRowMatchComparator(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 Modifier and Type Method Description protected voidImpExImportTest. checkUnit(Unit toCheck, ComposedType composedType, java.lang.String code, double conversion, java.lang.String type, java.lang.String nameDe, java.lang.String nameEn)Checks for given unit if it has all given attributes. -
Uses of Unit in de.hybris.platform.jalo.order
Methods in de.hybris.platform.jalo.order that return Unit Modifier and Type Method Description UnitGeneratedAbstractOrderEntry. getUnit()Generated method - Getter of theAbstractOrderEntry.unitattribute.UnitGeneratedAbstractOrderEntry. getUnit(SessionContext ctx)Generated method - Getter of theAbstractOrderEntry.unitattribute.Methods in de.hybris.platform.jalo.order with parameters of type Unit Modifier and Type Method Description AbstractOrderEntryAbstractOrder. addNewEntry(Product prod, long qtd, Unit unit)Deprecated.since 4.3, please use suitable OrderService.addNewEntry() methodAbstractOrderEntryAbstractOrder. addNewEntry(Product prod, long qtd, Unit unit, boolean addToPresent)Deprecated.since 4.3, please use suitable OrderService.addNewEntry() methodAbstractOrderEntryAbstractOrder. addNewEntry(Product prod, long qtd, Unit unit, int position, boolean addToPresent)Deprecated.since 4.3, please use suitable OrderService.addNewEntry() methodAbstractOrderEntryAbstractOrder. 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)CartEntryCart. 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.voidGeneratedAbstractOrderEntry. setUnit(Unit value)Generated 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 Unit Modifier and Type Method Description UnitProductManager. createUnit(PK pkBase, java.lang.String type, java.lang.String code)Deprecated.since ages - as of release 4.3, no replacement, please createUnitModelusingModelService.create(Class)UnitProductManager. createUnit(java.lang.String type, java.lang.String code)Deprecated.since agesUnitGeneratedProduct. getUnit()Generated method - Getter of theProduct.unitattribute.UnitGeneratedProduct. getUnit(SessionContext ctx)Generated method - Getter of theProduct.unitattribute.UnitProductManager. getUnit(PK pk)Deprecated.since ages - as of release 4.3, please useModelService.get(PK)) insteadUnitProductManager. getUnit(java.lang.String code)Deprecated.since ages - as of release 4.3, please useUnitService.getUnitForCode(String)UnitProductManager. getUnit(java.lang.String type, java.lang.String code)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 Unit Modifier and Type Method Description java.util.Set<Unit>Unit. getConvertibleUnits()Gets all units with the same unit type.java.util.Collection<Unit>ProductManager. getUnitsByCode(java.lang.String code)Deprecated.since ages - as of release 4.3, please useUnitService.getUnitForCode(String)as code is unique it returns single valuejava.util.Collection<Unit>ProductManager. getUnitsByTypeAndCode(java.lang.String type, java.lang.String code)Deprecated.since ages - as of release 4.3, please useUnitService.getUnitForCode(String)as code is unique, type is not usefuljava.util.Collection<Unit>ProductManager. getUnitsByUnitType(java.lang.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 Unit Modifier and Type Method Description intUnit. 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).longUnit. convert(Unit targetUnit, long value)Converts 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.voidGeneratedProduct. setUnit(Unit value)Generated 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 Unit Modifier and Type Method Description protected 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 Modifier and Type Class Description classMyTestUnit -
Uses of Unit in de.hybris.platform.promotions.jalo
Methods in de.hybris.platform.promotions.jalo that return Unit Modifier and Type Method Description UnitPromotionOrderEntryConsumed. getUnit()Get the units for this order entry.UnitPromotionOrderEntryConsumed. 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 Unit Modifier and Type Method Description UnitWrappedOrderEntry. getUnit()Get the unit for this entry.UnitWrappedOrderEntry. 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 Unit Modifier and Type Method Description UnitGeneratedServicelayerManager. createUnit(SessionContext ctx, java.util.Map attributeValues)UnitGeneratedServicelayerManager. createUnit(java.util.Map attributeValues) -
Uses of Unit in de.hybris.platform.servicelayer.internal.jalo.order
Methods in de.hybris.platform.servicelayer.internal.jalo.order that return Unit Modifier and Type Method Description UnitInMemoryCartEntry. getUnit(SessionContext ctx)Overwritten to provide in-memory implementation.Methods in de.hybris.platform.servicelayer.internal.jalo.order with parameters of type Unit Modifier and Type Method Description AbstractOrderEntryInMemoryCart. addNewEntry(Product prod, long qtd, Unit unit, int position, boolean addToPresent)Overwritten to provide in-memory list of entries.InMemoryCartEntryInMemoryCart. 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.test Modifier and Type Class Description classMySpringUnitForComposedTypeSpringTestonly!classMyUnitForComposedTypeSpringTestonly! -
Uses of Unit in de.hybris.platform.voucher.jalo
Methods in de.hybris.platform.voucher.jalo that return Unit Modifier and Type Method Description UnitGeneratedProductQuantityRestriction. getUnit()Generated method - Getter of theProductQuantityRestriction.unitattribute.UnitGeneratedProductQuantityRestriction. getUnit(SessionContext ctx)Generated method - Getter of theProductQuantityRestriction.unitattribute.Methods in de.hybris.platform.voucher.jalo with parameters of type Unit Modifier and Type Method Description voidGeneratedProductQuantityRestriction. setUnit(Unit value)Generated 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 Unit Modifier and Type Method Description UnitVoucherEntry. getUnit()Constructors in de.hybris.platform.voucher.jalo.util with parameters of type Unit Constructor Description VoucherEntry(AbstractOrderEntry anOrderEntry, long quantity, Unit aUnit)Creates a new instance ofVoucherEntry.
-