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 Address
InventoryLocation. getAddress()
Physical address of this location.Address
SkuInventoryReservationRequestGroup. getShipToAddress()
This is only useful whenSkuInventoryFulfillmentType
is SHIP.Methods in com.broadleafcommerce.inventory.domain with parameters of type Address Modifier and Type Method Description void
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 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.provider.domain
Methods in com.broadleafcommerce.inventory.service.provider.domain that return Address Modifier and Type Method Description Address
FulfillmentGroup. getAddress()
Methods in com.broadleafcommerce.inventory.service.provider.domain with parameters of type Address Modifier and Type Method Description void
FulfillmentGroup. 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 void
InventoryLocationValidator. validateLatLon(Address address, @NonNull org.springframework.validation.Errors errors)
-