Class BarcodeServiceImpl

    • Constructor Detail

      • BarcodeServiceImpl

        public BarcodeServiceImpl()
    • Method Detail

      • getQRCodesInBatch

        public InputStream getQRCodesInBatch​(File stopIdFile,
                                             int dimensions)
                                      throws IOException
        Description copied from interface: BarcodeService
        Gets QR codes for stop ids specified in csv file. This method retrieves QR codes in a batch as a zip file from remote server
        Specified by:
        getQRCodesInBatch in interface BarcodeService
        dimensions - dimensions of the images
        Returns:
        input stream of zip file containing qr code images
        Throws:
        IOException
      • setRemoteConnectionService

        @Autowired
        public void setRemoteConnectionService​(RemoteConnectionService remoteConnectionService)
        Parameters:
        remoteConnectionService - the remoteConnectionService to set