Uses of Interface
com.skava.accounts.repository.AccountHistoryRepository
Packages that use AccountHistoryRepository
-
Uses of AccountHistoryRepository in com.skava.accounts.util
Methods in com.skava.accounts.util with parameters of type AccountHistoryRepositoryModifier and TypeMethodDescriptionstatic void
AccountHistoryUtil.createAccountHistory
(AccountsDO accountsDO, String beforeStatus, String type, long userId, AccountHistoryRepository accountHistoryRepository) createAccountHistory - used to create an entry in the account history table.