Uses of Class
com.broadleafcommerce.inventory.domain.Address
Packages that use Address
Package
Description
-
Uses of Address in com.broadleafcommerce.inventory.domain
Methods in com.broadleafcommerce.inventory.domain that return AddressModifier and TypeMethodDescriptionInventoryLocation.getAddress()
Physical address of this location.SkuInventoryReservationRequestGroup.getShipToAddress()
This is only useful whenSkuInventoryFulfillmentType
is SHIP.Methods in com.broadleafcommerce.inventory.domain with parameters of type AddressModifier and TypeMethodDescriptionvoid
InventoryLocation.setAddress
(Address address) Physical address of this location.void
SkuInventoryReservationRequestGroup.setShipToAddress
(Address shipToAddress) This is only useful whenSkuInventoryFulfillmentType
is SHIP. -
Uses of Address in com.broadleafcommerce.inventory.provider.jpa.domain
Method parameters in com.broadleafcommerce.inventory.provider.jpa.domain with type arguments of type AddressModifier and TypeMethodDescriptionprotected <V> org.modelmapper.spi.DestinationSetter<InventoryLocation,
V> JpaInventoryLocation.fromMeAddressSetter
(org.modelmapper.spi.DestinationSetter<Address, V> setterOnAddress) protected org.modelmapper.spi.SourceGetter<InventoryLocation>
JpaInventoryLocation.toMeAddressGetter
(org.modelmapper.spi.SourceGetter<Address> getterOnAddress) -
Uses of Address in com.broadleafcommerce.inventory.service
Methods in com.broadleafcommerce.inventory.service with parameters of type AddressModifier and TypeMethodDescriptionDefaultSkuInventoryAvailabilityStrategy.resolveInventoryFromAddress
(String skuRefFieldType, Map<String, Integer> skuReferenceQuantities, Address address, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Extension point to resolve inventory location based on the supplied address. -
Uses of Address in com.broadleafcommerce.inventory.service.messaging.vendor
Methods in com.broadleafcommerce.inventory.service.messaging.vendor that return AddressModifier and TypeMethodDescriptionprotected Address
InventoryVendorNotificationHandler.getVendorAddress
(com.fasterxml.jackson.databind.JsonNode entityJson) -
Uses of Address in com.broadleafcommerce.inventory.service.provider.domain
Methods in com.broadleafcommerce.inventory.service.provider.domain that return AddressMethods in com.broadleafcommerce.inventory.service.provider.domain with parameters of type Address -
Uses of Address in com.broadleafcommerce.inventory.service.validation
Methods in com.broadleafcommerce.inventory.service.validation with parameters of type AddressModifier and TypeMethodDescriptionprotected void
InventoryLocationValidator.validateLatLon
(Address address, @NonNull org.springframework.validation.Errors errors)