Uses of Class
com.skava.shipping.model.dto.Items
Packages that use Items
Package
Description
This package provide class for implemented method for shipping service.
This package provide generic functionality for shipping services.
Provide default implementation of of the plugin classes.
-
Uses of Items in com.skava.shipping.factory.impl
Method parameters in com.skava.shipping.factory.impl with type arguments of type ItemsModifier and TypeMethodDescriptionShippingDomainFactoryImpl.getItemDetailsDomain
(List<Items> itemDetails) Gets the item details domain. -
Uses of Items in com.skava.shipping.helper
Methods in com.skava.shipping.helper with parameters of type ItemsModifier and TypeMethodDescriptionShippingCalculationHelper.getAddress
(Shipping dtoModel, Items itemdtoModel, ShippingRequest request) Gets the address.Gets the type. -
Uses of Items in com.skava.shipping.plugin.impl
Method parameters in com.skava.shipping.plugin.impl with type arguments of type ItemsModifier and TypeMethodDescriptionvoid
ShippingZoneValidatorPluginImpl.validateItemZipCodeWithShippingZones
(List<Items> itemDetails, List<ShippingZoneDomain> shippingZoneDomains, String countryCode, String locale) Validate item zip code with shipping zones.