Uses of Class
com.broadleafcommerce.inventory.domain.Address
Package
Description
-
Uses of Address in com.broadleafcommerce.inventory.domain
Modifier and TypeMethodDescriptionInventoryLocation.getAddress()
Physical address of this location.SkuInventoryReservationRequestGroup.getShipToAddress()
This is only useful whenSkuInventoryFulfillmentType
is SHIP.Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected Address
InventoryVendorNotificationHandler.getVendorAddress
(com.fasterxml.jackson.databind.JsonNode entityJson) -
Uses of Address in com.broadleafcommerce.inventory.service.provider.domain
-
Uses of Address in com.broadleafcommerce.inventory.service.validation
Modifier and TypeMethodDescriptionprotected void
InventoryLocationValidator.validateLatLon
(Address address, @NonNull org.springframework.validation.Errors errors)