Class Europe1Tools
java.lang.Object
de.hybris.platform.europe1.constants.Europe1Tools
tool functions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DiscountValuecreateDiscountValue(AbstractDiscountRow discountRow) Deprecated, for removal: This API element is subject to removal in a future version.static final List<DiscountValue>createDiscountValueList(List<AbstractDiscountRow> discountRows) Deprecated, for removal: This API element is subject to removal in a future version.since 6.1.0 - useDiscountValueConverter.discountsToValues(java.util.List)insteadstatic final PriceInformationcreatePriceInformation(PriceRow row, Currency currency) static final CollectiongetTaxValues(List taxInformations)
-
Constructor Details
-
Europe1Tools
public Europe1Tools()
-
-
Method Details
-
getTaxValues
-
createDiscountValueList
@Deprecated(since="6.1.0", forRemoval=true) public static final List<DiscountValue> createDiscountValueList(List<AbstractDiscountRow> discountRows) Deprecated, for removal: This API element is subject to removal in a future version.since 6.1.0 - useDiscountValueConverter.discountsToValues(java.util.List)instead- Parameters:
discountRows-- Returns:
-
createDiscountValue
@Deprecated(since="6.2.0", forRemoval=true) public static DiscountValue createDiscountValue(AbstractDiscountRow discountRow) Deprecated, for removal: This API element is subject to removal in a future version.since 6.2.0 - useDiscountValueConverter.discountToValue(AbstractDiscountRowModel)instead- Parameters:
discountRow-- Returns:
-
createPriceInformation
-
DiscountValueConverter.discountToValue(AbstractDiscountRowModel)instead