Uses of Class
com.raphaelsalles.backend.domain.model.AccountLine
Packages that use AccountLine
Package
Description
-
Uses of AccountLine in com.raphaelsalles.backend.domain.model
Fields in com.raphaelsalles.backend.domain.model with type parameters of type AccountLineModifier and TypeFieldDescriptionprivate List<AccountLine> FinancialStatement.accountsprivate List<AccountLine> FinancialStatement.FinancialStatementBuilder.accounts$valueMethods in com.raphaelsalles.backend.domain.model that return AccountLineMethods in com.raphaelsalles.backend.domain.model that return types with arguments of type AccountLineModifier and TypeMethodDescriptionprivate static List<AccountLine> FinancialStatement.$default$accounts()FinancialStatement.getAccounts()Methods in com.raphaelsalles.backend.domain.model with parameters of type AccountLineMethod parameters in com.raphaelsalles.backend.domain.model with type arguments of type AccountLineModifier and TypeMethodDescriptionFinancialStatement.FinancialStatementBuilder.accounts(List<AccountLine> accounts) Constructor parameters in com.raphaelsalles.backend.domain.model with type arguments of type AccountLineModifierConstructorDescriptionFinancialStatement(Long id, Company company, LocalDate referenceDate, StatementType type, BigDecimal revenue, BigDecimal netIncome, BigDecimal equity, LocalDateTime importedAt, User importedBy, List<AccountLine> accounts) -
Uses of AccountLine in com.raphaelsalles.backend.domain.repository
Subinterfaces with type arguments of type AccountLine in com.raphaelsalles.backend.domain.repositoryModifier and TypeInterfaceDescriptioninterfaceRepositório para Linhas Contábeis.