public interface MiddlewareRecoveryService
| Modifier and Type | Method and Description |
|---|---|
void |
createRecoveryPoint(String branchId,
RecoveryPointTO recoveryPoint) |
void |
deleteById(String branchId,
Long id) |
List<RecoveryPointTO> |
getAll(String branchId) |
RecoveryPointTO |
getPointById(String branchId,
Long id) |
void createRecoveryPoint(String branchId, RecoveryPointTO recoveryPoint)
List<RecoveryPointTO> getAll(String branchId)
RecoveryPointTO getPointById(String branchId, Long id)
Copyright © 2021. All rights reserved.