Uses of Class
com.skava.loyalty.model.domain.LoyaltyEventDO
Packages that use LoyaltyEventDO
Package
Description
Constants that are available in the loyalty Services are maintained here.
Constants that are available in the loyalty Services are maintained here.
DB Operations(CRUD) are triggered from the process class.
This package has the Utility classes for the entities available in Loyalty Service.
-
Uses of LoyaltyEventDO in com.skava.loyalty.factory
Methods in com.skava.loyalty.factory that return LoyaltyEventDOModifier and TypeMethodDescriptionLoyaltyEventFactory.createDomainFromRequest
(LoyaltyEventRequestInternal request) LoyaltyEventFactory.createDomainFromRequest
(LoyaltyEventRequestInternal request, boolean isUpdate) LoyaltyEventFactory.fromEntity
(LoyaltyEvent loyaltyEvent) Methods in com.skava.loyalty.factory with parameters of type LoyaltyEventDOModifier and TypeMethodDescriptionLoyaltyEventFactory.fromDomainObject
(LoyaltyEventDO loyaltyEventDO) LoyaltyEventFactory.toEntity
(LoyaltyEventDO loyaltyEventDO) -
Uses of LoyaltyEventDO in com.skava.loyalty.factory.impl
Methods in com.skava.loyalty.factory.impl that return LoyaltyEventDOModifier and TypeMethodDescriptionLoyaltyEventFactoryImpl.createDomainFromRequest
(LoyaltyEventRequestInternal request) LoyaltyEventFactoryImpl.createDomainFromRequest
(LoyaltyEventRequestInternal request, boolean isUpdate) LoyaltyEventFactoryImpl.fromEntity
(LoyaltyEvent loyaltyEvent) Methods in com.skava.loyalty.factory.impl with parameters of type LoyaltyEventDOModifier and TypeMethodDescriptionLoyaltyEventFactoryImpl.fromDomainObject
(LoyaltyEventDO loyaltyEventDO) LoyaltyEventFactoryImpl.toEntity
(LoyaltyEventDO loyaltyEventDO) -
Uses of LoyaltyEventDO in com.skava.loyalty.process
Methods in com.skava.loyalty.process that return LoyaltyEventDOModifier and TypeMethodDescriptionLoyaltyEventProcess.create
(LoyaltyEventDO loyaltyEventDO) This method is used to create LoyaltyEvent based on given LoyaltyRequest.LoyaltyEventProcess.delete
(LoyaltyEventDO loyaltyEventDO) This method is used to delete LoyaltyEvent based on given LoyaltyRequest.LoyaltyEventProcess.get
(LoyaltyEventDO loyaltyEventDO) This method is used to get LoyaltyEvent based on given LoyaltyRequest.LoyaltyEventProcess.putUpdate
(LoyaltyEventDO loyaltyEventDO) This method is used to update LoyaltyEvent based on given LoyaltyRequest.LoyaltyEventProcess.update
(LoyaltyEventDO loyaltyEventDO, String softDelete) This method is used to create LoyaltyEvent based on given LoyaltyRequest.Methods in com.skava.loyalty.process that return types with arguments of type LoyaltyEventDOModifier and TypeMethodDescriptionLoyaltyEventProcess.findAll
(LoyaltyEventDO loyaltyEventDO) This method is used to find all Collections based on given RewardRequest.Methods in com.skava.loyalty.process with parameters of type LoyaltyEventDOModifier and TypeMethodDescriptionLoyaltyEventProcess.create
(LoyaltyEventDO loyaltyEventDO) This method is used to create LoyaltyEvent based on given LoyaltyRequest.LoyaltyEventProcess.delete
(LoyaltyEventDO loyaltyEventDO) This method is used to delete LoyaltyEvent based on given LoyaltyRequest.LoyaltyEventProcess.findAll
(LoyaltyEventDO loyaltyEventDO) This method is used to find all Collections based on given RewardRequest.LoyaltyEventProcess.get
(LoyaltyEventDO loyaltyEventDO) This method is used to get LoyaltyEvent based on given LoyaltyRequest.LoyaltyEventProcess.putUpdate
(LoyaltyEventDO loyaltyEventDO) This method is used to update LoyaltyEvent based on given LoyaltyRequest.LoyaltyEventProcess.update
(LoyaltyEventDO loyaltyEventDO, String softDelete) This method is used to create LoyaltyEvent based on given LoyaltyRequest. -
Uses of LoyaltyEventDO in com.skava.loyalty.util
Methods in com.skava.loyalty.util with parameters of type LoyaltyEventDOModifier and TypeMethodDescriptionstatic void
LoyaltyEventRewardtUtil.checkIfEventMappedWithRule
(LoyaltyEventDO loyaltyEventDO, LoyaltyEvent loyaltyEventFromDB, RuleRepository ruleRepository, LoyaltyEventFactory loyaltyEventFactory) checkIfEventMappedWithRulestatic void
LoyaltyEventRewardtUtil.validatePropertyForPut
(LoyaltyEvent loyaltyEventFromDB, LoyaltyEventDO loyaltyEventDO, LoyaltyEventFactory loyaltyEventFactory) validatePropertyForPut