Uses of Class
com.skava.loyalty.model.LoyaltyRequest
Packages that use LoyaltyRequest
-
Uses of LoyaltyRequest in com.skava.loyalty.mapper
Methods in com.skava.loyalty.mapper that return LoyaltyRequestModifier and TypeMethodDescriptionLoyaltyModelMapper.loyaltyRequestDTOToLoyaltyRequest
(LoyaltyRequestDTO loyalty) This method is used to transform the orchestration LoyaltyRequestDTO data transfer model into LoyaltyRequest modelMethods in com.skava.loyalty.mapper with parameters of type LoyaltyRequestModifier and TypeMethodDescriptionLoyaltyModelMapper.loyaltyRequestToLoyaltyRequestDTO
(LoyaltyRequest loyalty) This method is used to transform the LoyaltyRequest model into orchestration LoyaltyRequestDTO data transfer model.