Uses of Interface
com.skava.accounts.repository.AccountsRepository
Packages that use AccountsRepository
Package
Description
Accounts Service Implementations.
Accounts Utility Implementations.
-
Uses of AccountsRepository in com.skava.accounts.service.impl
Fields in com.skava.accounts.service.impl declared as AccountsRepositoryModifier and TypeFieldDescriptionprotected AccountsRepository
AccountServiceImpl.accountRepository
The account repository. -
Uses of AccountsRepository in com.skava.accounts.util
Fields in com.skava.accounts.util declared as AccountsRepositoryModifier and TypeFieldDescriptionprotected AccountsRepository
FindAccountServiceUtil.accountRepository
Methods in com.skava.accounts.util with parameters of type AccountsRepositoryModifier and TypeMethodDescriptionstatic boolean
AccountsUtil.isValidAccount
(long accountId, long collectionId, AccountsRepository accountRepository, org.springframework.context.MessageSource messageSource, String locale) Checks if is valid account.