Uses of Class
be.appify.prefab.example.sale.GiftVoucher
Packages that use GiftVoucher
Package
Description
-
Uses of GiftVoucher in be.appify.prefab.example.sale
Methods in be.appify.prefab.example.sale that return types with arguments of type GiftVoucherModifier and TypeMethodDescriptionPayment.giftVoucher()Returns the value of thegiftVoucherrecord component.SalePaidWithGiftVoucher.giftVoucher()Returns the value of thegiftVoucherrecord component.Method parameters in be.appify.prefab.example.sale with type arguments of type GiftVoucherModifier and TypeMethodDescriptionvoidSale.addPayment(@NotNull BigDecimal amount, @NotNull PaymentMethod method, Reference<GiftVoucher> giftVoucher) Constructor parameters in be.appify.prefab.example.sale with type arguments of type GiftVoucherModifierConstructorDescriptionPayment(@NotNull BigDecimal amount, @NotNull PaymentMethod method, Reference<GiftVoucher> giftVoucher) Creates an instance of aPaymentrecord class.SalePaidWithGiftVoucher(Reference<GiftVoucher> giftVoucher, BigDecimal amount) Creates an instance of aSalePaidWithGiftVoucherrecord class. -
Uses of GiftVoucher in be.appify.prefab.example.sale.application
Subinterfaces with type arguments of type GiftVoucher in be.appify.prefab.example.sale.applicationModifier and TypeInterfaceDescriptioninterfaceinterfaceMethods in be.appify.prefab.example.sale.application that return types with arguments of type GiftVoucherModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<GiftVoucher> GiftVoucherRepository.findAll(org.springframework.data.domain.Example<GiftVoucher> example, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<GiftVoucher> Method parameters in be.appify.prefab.example.sale.application with type arguments of type GiftVoucherModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<GiftVoucher> GiftVoucherRepository.findAll(org.springframework.data.domain.Example<GiftVoucher> example, org.springframework.data.domain.Pageable pageable) -
Uses of GiftVoucher in be.appify.prefab.example.sale.infrastructure.http
Methods in be.appify.prefab.example.sale.infrastructure.http with parameters of type GiftVoucherModifier and TypeMethodDescriptionstatic GiftVoucherResponseGiftVoucherResponse.from(GiftVoucher aggregateRoot)