public interface AppManagementService
| Modifier and Type | Method and Description |
|---|---|
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 informationCopyright © 2019. All rights reserved.