Uses of Class
be.appify.prefab.example.sale.Sale
Packages that use Sale
Package
Description
-
Uses of Sale in be.appify.prefab.example.sale.application
Subinterfaces with type arguments of type Sale in be.appify.prefab.example.sale.applicationMethods in be.appify.prefab.example.sale.application that return types with arguments of type SaleModifier and TypeMethodDescriptionSaleService.addCustomer(String id, @Valid SaleAddCustomerRequest request) SaleService.addItem(String id, @Valid SaleAddItemRequest request) SaleService.addPayment(String id, @Valid SaleAddPaymentRequest request) SaleService.setType(String id, @Valid SaleSetTypeRequest request) -
Uses of Sale in be.appify.prefab.example.sale.infrastructure.http
Methods in be.appify.prefab.example.sale.infrastructure.http with parameters of type Sale