Interface MiddlewareRecoveryService
-
public interface MiddlewareRecoveryService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateRecoveryPoint(String branchId, RecoveryPointTO recoveryPoint)voiddeleteById(String branchId, Long id)List<RecoveryPointTO>getAll(String branchId)RecoveryPointTOgetPointById(String branchId, Long id)
-
-
-
Method Detail
-
createRecoveryPoint
void createRecoveryPoint(String branchId, RecoveryPointTO recoveryPoint)
-
getAll
List<RecoveryPointTO> getAll(String branchId)
-
getPointById
RecoveryPointTO getPointById(String branchId, Long id)
-
-