Uses of Interface
com.truebubo.maniflow.income.IncomeRepository
Packages that use IncomeRepository
Package
Description
Handles adding, changing and showing incomes
Handles buying and selling stocks via stock exchanges
-
Uses of IncomeRepository in com.truebubo.maniflow.income
Classes in com.truebubo.maniflow.income that implement IncomeRepositoryModifier and TypeClassDescriptionclass
Repository used for dealing with storage and retrieval of income using MongoDBConstructors in com.truebubo.maniflow.income with parameters of type IncomeRepositoryModifierConstructorDescriptionIncomeService
(IncomeRepository incomeRepository) Service for incomes -
Uses of IncomeRepository in com.truebubo.maniflow.stock
Constructors in com.truebubo.maniflow.stock with parameters of type IncomeRepositoryModifierConstructorDescriptionStockService
(StockRepository stockRepository, StockPriceFinder stockPriceFinder, IncomeRepository incomeRepository, ExpenseRepository expenseRepository) Initializes stock service with repositories