Uses of Class
com.skava.account.orchestration.model.AccountPropertiesDTO
Packages that use AccountPropertiesDTO
-
Uses of AccountPropertiesDTO in com.skava.account.mapper
Methods in com.skava.account.mapper that return AccountPropertiesDTOModifier and TypeMethodDescriptionAccountModelMapper.accountPropertyToAccountPropertyDTO
(AccountProperties accountProperty) This method is used to transform the account properties model into orchestration account properties data transfer modelMethods in com.skava.account.mapper that return types with arguments of type AccountPropertiesDTOModifier and TypeMethodDescriptionAccountModelMapper.accountPropertiesToAccountPropertiesDTO
(List<AccountProperties> accountProperties) Methods in com.skava.account.mapper with parameters of type AccountPropertiesDTOModifier and TypeMethodDescriptionAccountModelMapper.accountPropertyDTOToAccountProperty
(AccountPropertiesDTO accountProperty) This method is used to transform the orchestration account properties data transfer model into account properties modelMethod parameters in com.skava.account.mapper with type arguments of type AccountPropertiesDTOModifier and TypeMethodDescriptionAccountModelMapper.accountPropertiesDTOToAccountProperties
(List<AccountPropertiesDTO> accountPropertiesDTO) This method is used to transform the orchestration account properties data transfer list model into the account properties list model