Uses of Class
de.bytestore.hostinger.entity.logistics.LogisticsResultItem
Packages that use LogisticsResultItem
Package
Description
-
Uses of LogisticsResultItem in de.bytestore.hostinger.ecommerce.service
Methods in de.bytestore.hostinger.ecommerce.service that return types with arguments of type LogisticsResultItemModifier and TypeMethodDescriptionLogisticService.query(LogisticsFilter termIO) Executes a query for LogisticsResults using the given term.Method parameters in de.bytestore.hostinger.ecommerce.service with type arguments of type LogisticsResultItemModifier and TypeMethodDescriptionLogisticService.combineEANs(ArrayList<LogisticsResultItem> productsIO) Combines the EANs of the given list of LogisticsProducts and calculates the highest and lowest prices for each EAN. -
Uses of LogisticsResultItem in de.bytestore.hostinger.extension.logistics
Methods in de.bytestore.hostinger.extension.logistics that return types with arguments of type LogisticsResultItemModifier and TypeMethodDescriptionCollection<? extends LogisticsResultItem>LogisticsExtensionPoint.query(LogisticsFilter filterIO) Performs a query on the available products based on the given logistics filter.