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