Package de.adorsys.ledgers.sca.service
Interface RecoveryPointService
-
public interface RecoveryPointService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateRecoveryPoint(RecoveryPointBO recoveryPoint)voiddeleteRecoveryPoint(long id, String branchId)List<RecoveryPointBO>getAllByBranch(String branchId)RecoveryPointBOgetById(long id, String branchId)
-
-
-
Method Detail
-
getById
RecoveryPointBO getById(long id, String branchId)
-
getAllByBranch
List<RecoveryPointBO> getAllByBranch(String branchId)
-
deleteRecoveryPoint
void deleteRecoveryPoint(long id, String branchId)
-
createRecoveryPoint
void createRecoveryPoint(RecoveryPointBO recoveryPoint)
-
-