Uses of Class
com.skava.oms.delegate.model.LoyaltyServiceTransaction
Packages that use LoyaltyServiceTransaction
Package
Description
This package contains the information about the adapter flow
This package contains the information about the util flow
This package contains the information about the model for the assembler
This package contains the information about the models for the entities
-
Uses of LoyaltyServiceTransaction in com.skava.oms.flow.adapter
Methods in com.skava.oms.flow.adapter with parameters of type LoyaltyServiceTransactionModifier and TypeMethodDescriptionstatic void
VoucherReverseRedeemDiscountDelegate.updateLoyaltyTransaction
(Order parentOrder, LoyaltyServiceTransaction loyaltyTransaction) This method is used to update loyalty transaction -
Uses of LoyaltyServiceTransaction in com.skava.oms.flow.util
Methods in com.skava.oms.flow.util with parameters of type LoyaltyServiceTransactionModifier and TypeMethodDescriptionstatic void
PaymentUtil.updateLoyaltyTransaction
(LoyaltyServiceTransaction transaction, LoyaltyDetails[] loyaltyDetails) Update the LoyaltyTransaction for loyalty event payload -
Uses of LoyaltyServiceTransaction in com.skava.oms.model.assembler
Methods in com.skava.oms.model.assembler that return LoyaltyServiceTransactionModifier and TypeMethodDescriptionprotected LoyaltyServiceTransaction[]
OrderMapperImpl.loyaltyServiceTransactionDTOArrayToLoyaltyServiceTransactionArray
(LoyaltyServiceTransactionDTO[] loyaltyServiceTransactionDTOArray) protected LoyaltyServiceTransaction
OrderMapperImpl.loyaltyServiceTransactionDTOToLoyaltyServiceTransaction
(LoyaltyServiceTransactionDTO loyaltyServiceTransactionDTO) Methods in com.skava.oms.model.assembler with parameters of type LoyaltyServiceTransactionModifier and TypeMethodDescriptionprotected LoyaltyServiceTransactionDTO[]
OrderMapperImpl.loyaltyServiceTransactionArrayToLoyaltyServiceTransactionDTOArray
(LoyaltyServiceTransaction[] loyaltyServiceTransactionArray) protected LoyaltyServiceTransactionDTO
OrderMapperImpl.loyaltyServiceTransactionToLoyaltyServiceTransactionDTO
(LoyaltyServiceTransaction loyaltyServiceTransaction) -
Uses of LoyaltyServiceTransaction in com.skava.oms.model.entity.order
Methods in com.skava.oms.model.entity.order with parameters of type LoyaltyServiceTransactionModifier and TypeMethodDescriptionvoid
LoyaltyDetails.addTransaction
(LoyaltyServiceTransaction trans) AddTransaction