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