Uses of Class
com.skava.loyalty.model.exchange.Voucher
Packages that use Voucher
Package
Description
Entity Model classes of the Loyalty Service available here.
Exchange Model classes of the Loyalty Service available here.
DB Operations(CRUD) are triggered from the process class.
-
Uses of Voucher in com.skava.loyalty.model.entity
Fields in com.skava.loyalty.model.entity with type parameters of type Voucher -
Uses of Voucher in com.skava.loyalty.model.exchange
Methods in com.skava.loyalty.model.exchange that return VoucherModifier and TypeMethodDescriptionVoucher.toVoucherDomainObject
(Voucher voucherEntity) This method is used to convert the entity object to domain objectMethods in com.skava.loyalty.model.exchange that return types with arguments of type VoucherModifier and TypeMethodDescriptionVoucher.toVoucherDomainObject
(List<Voucher> voucherEntities) This method is used to convert the entity object to domain objectMethods in com.skava.loyalty.model.exchange with parameters of type VoucherModifier and TypeMethodDescriptionVoucher.toVoucherEntity
(Voucher voucher) This method is used to convert the domain object to entity objectMethod parameters in com.skava.loyalty.model.exchange with type arguments of type VoucherModifier and TypeMethodDescriptionVoucher.toVoucherEntity
(List<Voucher> voucher) This method is used to convert the domain object to entity objectConstructor parameters in com.skava.loyalty.model.exchange with type arguments of type Voucher -
Uses of Voucher in com.skava.loyalty.process
Methods in com.skava.loyalty.process that return types with arguments of type VoucherModifier and TypeMethodDescriptionLoyaltyProcess.findVoucherById
(LoyaltyDO userDO) This method is used to collect the voucher details for the specified userMethod parameters in com.skava.loyalty.process with type arguments of type VoucherModifier and TypeMethodDescriptionvoid
LoyaltyRewardBankProcess.setVoucherDetails
(Loyalty loyaltyBank, List<Voucher> vouchers) This method is used to set voucher details in Loyalty response