Uses of Class
com.needleandstitch.pavuk.model.ShippingInfo
Packages that use ShippingInfo
-
Uses of ShippingInfo in com.needleandstitch.pavuk.model
Methods in com.needleandstitch.pavuk.model that return ShippingInfoModifier and TypeMethodDescriptionOrder.getShippingInfo()
Gets the shipping information for the order.Methods in com.needleandstitch.pavuk.model with parameters of type ShippingInfoModifier and TypeMethodDescriptionvoid
Order.setShippingInfo
(ShippingInfo shippingInfo) Sets the shipping information for the order.Constructors in com.needleandstitch.pavuk.model with parameters of type ShippingInfoModifierConstructorDescriptionOrder
(Customer customer, ClothingItem clothingItem, ShippingInfo shippingInfo) Constructor to create a new order with the specified customer, clothing item, and shipping information. -
Uses of ShippingInfo in com.needleandstitch.pavuk.repository
Subinterfaces with type arguments of type ShippingInfo in com.needleandstitch.pavuk.repositoryModifier and TypeInterfaceDescriptioninterface
Repository interface for managing ShippingInfo entities.Methods in com.needleandstitch.pavuk.repository that return types with arguments of type ShippingInfoModifier and TypeMethodDescriptionShippingInfoRepository.findByPostalCode
(String postalCode) Finds a user shipping information by its postal code.