Uses of Class
org.ntnu.idi.idatt2106.sparesti.sparestibackend.model.Account
Packages that use Account
Package
Description
-
Uses of Account in org.ntnu.idi.idatt2106.sparesti.sparestibackend.dto.account
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.dto.account that return AccountModifier and TypeMethodDescription@NotNull Account
AccountResponseDTO.savingAccount()
Returns the value of thesavingAccount
record component.@NotNull Account
AccountResponseDTO.spendingAccount()
Returns the value of thespendingAccount
record component.Constructors in org.ntnu.idi.idatt2106.sparesti.sparestibackend.dto.account with parameters of type AccountModifierConstructorDescriptionAccountResponseDTO
(@NotNull Account savingAccount, @NotNull Account spendingAccount) Creates an instance of aAccountResponseDTO
record class. -
Uses of Account in org.ntnu.idi.idatt2106.sparesti.sparestibackend.mapper
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.mapper that return AccountModifier and TypeMethodDescriptionAccountMapper.toEntity
(AccountDTO account) Converts from dto to entity for accountAccountMapper.updateEntity
(Account account, AccountUpdateDTO accountDTO) Updates account entity using a dto.Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.mapper with parameters of type AccountModifier and TypeMethodDescriptionConverts to dto from entity for accountAccountMapper.updateEntity
(Account account, AccountUpdateDTO accountDTO) Updates account entity using a dto.