public interface RecoveryPointService
| Modifier and Type | Method and Description |
|---|---|
void |
createRecoveryPoint(RecoveryPointBO recoveryPoint) |
void |
deleteRecoveryPoint(long id,
String branchId) |
List<RecoveryPointBO> |
getAllByBranch(String branchId) |
RecoveryPointBO |
getById(long id,
String branchId) |
RecoveryPointBO getById(long id, String branchId)
List<RecoveryPointBO> getAllByBranch(String branchId)
void deleteRecoveryPoint(long id,
String branchId)
void createRecoveryPoint(RecoveryPointBO recoveryPoint)
Copyright © 2020. All rights reserved.