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