@Service public class RecoveryPointServiceImpl extends Object implements RecoveryPointService
| Constructor and Description |
|---|
RecoveryPointServiceImpl() |
| 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) |
public RecoveryPointBO getById(long id, String branchId)
getById in interface RecoveryPointServicepublic List<RecoveryPointBO> getAllByBranch(String branchId)
getAllByBranch in interface RecoveryPointService@Transactional
public void deleteRecoveryPoint(long id,
String branchId)
deleteRecoveryPoint in interface RecoveryPointServicepublic void createRecoveryPoint(RecoveryPointBO recoveryPoint)
createRecoveryPoint in interface RecoveryPointServiceCopyright © 2020. All rights reserved.