Uses of Class
com.skava.account.model.Accounts
Packages that use Accounts
-
Uses of Accounts in com.skava.account.mapper
Methods in com.skava.account.mapper that return AccountsModifier and TypeMethodDescriptionAccountModelMapper.accountDTOToAccount
(AccountsDTO account) This method is used to transform the orchestration account data transfer model into accounts modelMethods in com.skava.account.mapper with parameters of type AccountsModifier and TypeMethodDescriptionAccountModelMapper.accountToAccountDTO
(Accounts account) This method is used to transform the accounts model into orchestration account data transfer model.