public interface AppManagementService
| Modifier and Type | Method and Description |
|---|---|
boolean |
changeBlockedStatus(String userId,
boolean isSystemBlock) |
String |
generateNextBban(BbanStructure structure) |
void |
initApp()
Called one the application is started to preload the system with
some data.
|
void |
removeBranch(String userId,
UserRoleTO role,
String branchId) |
void |
uploadData(UploadedDataTO data,
ScaInfoTO info)
Upload NISP compliant Test Data
|
void initApp()
void removeBranch(String userId, UserRoleTO role, String branchId)
userId - id of user initiating operationrole - role of user initiating operationbranchId - branch to removevoid uploadData(UploadedDataTO data, ScaInfoTO info)
data - uploaded datainfo - SCA informationboolean changeBlockedStatus(String userId, boolean isSystemBlock)
userId - id of user to perform block onisSystemBlock - boolean representation of choice of block (system or regular)String generateNextBban(BbanStructure structure)
Copyright © 2021. All rights reserved.