Interface AppManagementService


  • public interface AppManagementService
    • Method Detail

      • initApp

        void initApp()
        Called one the application is started to preload the system with some data.
      • removeBranch

        void removeBranch​(String userId,
                          UserRoleTO role,
                          String branchId)
        Parameters:
        userId - id of user initiating operation
        role - role of user initiating operation
        branchId - branch to remove
      • uploadData

        void uploadData​(UploadedDataTO data,
                        ScaInfoTO info)
        Upload NISP compliant Test Data
        Parameters:
        data - uploaded data
        info - SCA information
      • changeBlockedStatus

        boolean changeBlockedStatus​(String userId,
                                    boolean isSystemBlock)
        Parameters:
        userId - id of user to perform block on
        isSystemBlock - boolean representation of choice of block (system or regular)
        Returns:
        boolean representation of block status