Uses of Class
com.skava.account.orchestration.model.AccountBuyerDTO
Packages that use AccountBuyerDTO
-
Uses of AccountBuyerDTO in com.skava.account.mapper
Methods in com.skava.account.mapper that return AccountBuyerDTOModifier and TypeMethodDescriptionAccountModelMapper.accountBuyerToAccountBuyerDTO
(AccountBuyer accountBuyer) This method is used to transform the account buyer model into orchestration account buyer data transfer modelMethods in com.skava.account.mapper that return types with arguments of type AccountBuyerDTOModifier and TypeMethodDescriptionAccountModelMapper.accountBuyerToAccountBuyerDTO
(List<AccountBuyer> accountBuyers) This method is used to transform the account buyer list model into the orchestration account buyer data transfer list modelMethods in com.skava.account.mapper with parameters of type AccountBuyerDTOModifier and TypeMethodDescriptionAccountModelMapper.accountBuyerDTOToAccountBuyer
(AccountBuyerDTO accountBuyerDTO) This method is used to transform the orchestration account buyer data transfer model into account buyer modelMethod parameters in com.skava.account.mapper with type arguments of type AccountBuyerDTOModifier and TypeMethodDescriptionAccountModelMapper.accountBuyerDTOToAccountBuyer
(List<AccountBuyerDTO> accountBuyers) This method is used to transform the orchestration account buyer data transfer list model into the account buyer list model