Uses of Class
com.broadleafcommerce.inventory.domain.Address
-
-
Uses of Address in com.broadleafcommerce.inventory.domain
Methods in com.broadleafcommerce.inventory.domain that return Address Modifier and Type Method Description AddressInventoryLocation. getAddress()Physical address of this location.AddressSkuInventoryReservationRequestGroup. getShipToAddress()This is only useful whenSkuInventoryFulfillmentTypeis SHIP.Methods in com.broadleafcommerce.inventory.domain with parameters of type Address Modifier and Type Method Description voidInventoryLocation. setAddress(Address address)Physical address of this location.voidSkuInventoryReservationRequestGroup. setShipToAddress(Address shipToAddress)This is only useful whenSkuInventoryFulfillmentTypeis 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 Address Modifier and Type Method Description protected <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 Address Modifier and Type Method Description protected List<I>DefaultSkuInventoryAvailabilityStrategy. 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 Address Modifier and Type Method Description protected AddressInventoryVendorNotificationHandler. 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 Address Modifier and Type Method Description AddressFulfillmentGroup. getAddress()Methods in com.broadleafcommerce.inventory.service.provider.domain with parameters of type Address Modifier and Type Method Description voidFulfillmentGroup. setAddress(Address address) -
Uses of Address in com.broadleafcommerce.inventory.service.validation
Methods in com.broadleafcommerce.inventory.service.validation with parameters of type Address Modifier and Type Method Description protected voidInventoryLocationValidator. validateLatLon(Address address, @NonNull org.springframework.validation.Errors errors)
-