AppCore
Loading...
Searching...
No Matches
ChangeCardCompanyNumberExtraOperationLogic.h
Go to the documentation of this file.
1#ifndef CHANGECARDCOMPANYNUMBEREXTRAOPERATIONLOGIC_H
2#define CHANGECARDCOMPANYNUMBEREXTRAOPERATIONLOGIC_H
3
4#include <qlist.h>
5#include <inttypes.h>
6
8{
9public:
13 static void LoadInputData( QList<int64_t> &accessUIDList, int32_t &companyNumberToChange, int32_t &newCompanyNumber, int32_t &dataVersion );
14
15 static bool IsCardCompanyChange( int32_t companyNumberToChange, QList<int64_t> accessUIDList );
16
17 static bool WriteCardCompanyChangeToStatistic( int32_t newCompanyNumber );
18};
19
20#endif // CHANGECARDCOMPANYNUMBEREXTRAOPERATIONLOGIC_H
Definition ChangeCardCompanyNumberExtraOperationLogic.h:8
static void LoadInputData(QList< int64_t > &accessUIDList, int32_t &companyNumberToChange, int32_t &newCompanyNumber, int32_t &dataVersion)
Load binary file of card UIDs to memory for next use.
static bool WriteCardCompanyChangeToStatistic(int32_t newCompanyNumber)
static bool IsCardCompanyChange(int32_t companyNumberToChange, QList< int64_t > accessUIDList)