Uses of Class
com.needleandstitch.pavuk.model.PostService
Packages that use PostService
-
Uses of PostService in com.needleandstitch.pavuk.model
Methods in com.needleandstitch.pavuk.model that return PostServiceModifier and TypeMethodDescriptionShippingInfo.getPostService()
Gets the post service used for shipping.Methods in com.needleandstitch.pavuk.model with parameters of type PostServiceModifier and TypeMethodDescriptionvoid
ShippingInfo.setPostService
(PostService postService) Sets the post service used for shipping.Constructors in com.needleandstitch.pavuk.model with parameters of type PostServiceModifierConstructorDescriptionShippingInfo
(String country, String region, String city, String postalCode, PostService postService) Constructor to create a new shipping information record. -
Uses of PostService in com.needleandstitch.pavuk.repository
Subinterfaces with type arguments of type PostService in com.needleandstitch.pavuk.repositoryModifier and TypeInterfaceDescriptioninterface
Repository interface for managing PostService entities.Methods in com.needleandstitch.pavuk.repository that return types with arguments of type PostServiceModifier and TypeMethodDescriptionPostServiceRepository.findByName
(String name) Finds a post service by its name.