Package eu.yeger.koffee.service

Types

DefaultItemService
Link copied to clipboard
Default ItemService implementation.
class DefaultItemService(itemRepository: ItemRepository) : ItemService
DefaultProfileImageService
Link copied to clipboard
Default ProfileImageService implementation.
class DefaultProfileImageService(userRepository: UserRepository) : ProfileImageService
DefaultTransactionService
Link copied to clipboard
Default TransactionService implementation.
class DefaultTransactionService(userRepository: UserRepository,itemRepository: ItemRepository) : TransactionService
DefaultUserService
Link copied to clipboard
Default UserService implementation.
class DefaultUserService(userRepository: UserRepository) : UserService
ItemService
Link copied to clipboard
Service for Items.
interface ItemService
ProfileImageService
Link copied to clipboard
Service for ProfileImages.
interface ProfileImageService
TransactionService
Link copied to clipboard
Service for Transactions.
interface TransactionService
UserService
Link copied to clipboard
Service for Users.
interface UserService