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