@Service public class MiddlewareRecoveryPointServiceImpl extends Object implements MiddlewareRecoveryService
| Constructor and Description |
|---|
MiddlewareRecoveryPointServiceImpl() |
| 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) |
public void createRecoveryPoint(String branchId, RecoveryPointTO recoveryPoint)
createRecoveryPoint in interface MiddlewareRecoveryServicepublic List<RecoveryPointTO> getAll(String branchId)
getAll in interface MiddlewareRecoveryServicepublic RecoveryPointTO getPointById(String branchId, Long id)
getPointById in interface MiddlewareRecoveryServicepublic void deleteById(String branchId, Long id)
deleteById in interface MiddlewareRecoveryServiceCopyright © 2020. All rights reserved.