Class DepositAccountCleanupServiceImpl
- java.lang.Object
-
- de.adorsys.ledgers.deposit.api.service.impl.DepositAccountCleanupServiceImpl
-
- All Implemented Interfaces:
DepositAccountCleanupService
@Service public class DepositAccountCleanupServiceImpl extends Object implements DepositAccountCleanupService
-
-
Constructor Summary
Constructors Constructor Description DepositAccountCleanupServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteAccount(String accountId)voiddeleteBranch(String branchId)voiddeleteTransactions(String accountId)voiddeleteUser(String userId)voidrollBackBranch(String branch, LocalDateTime revertTimestamp)
-
-
-
Method Detail
-
deleteTransactions
public void deleteTransactions(String accountId)
- Specified by:
deleteTransactionsin interfaceDepositAccountCleanupService
-
deleteBranch
public void deleteBranch(String branchId)
- Specified by:
deleteBranchin interfaceDepositAccountCleanupService
-
deleteUser
public void deleteUser(String userId)
- Specified by:
deleteUserin interfaceDepositAccountCleanupService
-
deleteAccount
public void deleteAccount(String accountId)
- Specified by:
deleteAccountin interfaceDepositAccountCleanupService
-
rollBackBranch
public void rollBackBranch(String branch, LocalDateTime revertTimestamp)
- Specified by:
rollBackBranchin interfaceDepositAccountCleanupService
-
-