A C D F I R U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AccountRepository - Interface in de.japrost.jabudget.repository
-
The repository for
Account
s.
C
- create(Account) - Method in interface de.japrost.jabudget.repository.AccountRepository
-
Create a new
Account
with the given values. - create(Account) - Method in class de.japrost.jabudget.repository.inmemory.InMemoryAccountRepository
-
Create a new
Account
with the given values. - create(Entry) - Method in interface de.japrost.jabudget.repository.AccountRepository
-
Create a new
Entry
with the given values. - create(Entry) - Method in class de.japrost.jabudget.repository.inmemory.InMemoryAccountRepository
D
- de.japrost.jabudget.repository - package de.japrost.jabudget.repository
- de.japrost.jabudget.repository.inmemory - package de.japrost.jabudget.repository.inmemory
- delete(String) - Method in interface de.japrost.jabudget.repository.AccountRepository
-
Delete an
Account
by its id. - delete(String) - Method in class de.japrost.jabudget.repository.inmemory.InMemoryAccountRepository
-
Delete an
Account
by its id.
F
- findAll() - Method in interface de.japrost.jabudget.repository.AccountRepository
-
Find all
Account
s. - findAll() - Method in class de.japrost.jabudget.repository.inmemory.InMemoryAccountRepository
-
Find all
Account
s. - findById(String) - Method in interface de.japrost.jabudget.repository.AccountRepository
-
Find an
Account
by id. - findById(String) - Method in class de.japrost.jabudget.repository.inmemory.InMemoryAccountRepository
-
Find an
Account
by id.
I
- InMemoryAccountRepository - Class in de.japrost.jabudget.repository.inmemory
-
AccountRepository
storing in memory without persistence. - InMemoryAccountRepository() - Constructor for class de.japrost.jabudget.repository.inmemory.InMemoryAccountRepository
R
- replaceAll(Set<Account>) - Method in interface de.japrost.jabudget.repository.AccountRepository
-
Replace all
Account
s with the given. - replaceAll(Set<Account>) - Method in class de.japrost.jabudget.repository.inmemory.InMemoryAccountRepository
-
Replace all
Account
s with the given.
U
- update(Account) - Method in interface de.japrost.jabudget.repository.AccountRepository
-
Update an existing
Account
. - update(Account) - Method in class de.japrost.jabudget.repository.inmemory.InMemoryAccountRepository
-
Update an existing
Account
.
All Classes All Packages