|
Vesna
|
#include <VehicleIdentificationBusinessLogic.h>


Classes | |
| class | DataClass |
Public Member Functions | |
| VehicleIdentificationBusinessLogic () | |
| virtual | ~VehicleIdentificationBusinessLogic () |
| QString | ReadVehicleIdentificationNumberFromFile (const QString &filePath) |
| bool | WriteVehicleIdentificationNumberToFile (QString filepath, QString vehicleIdentificationNumber) |
| bool | GetVehicleIdentificationNumberByConnectionBoardNumber (long &vehicleIdentificationNumber, QString &vehicleLicensePlate) |
| QString | ReadVehicleIdentificationNumberSourceFromFile (const QString &filePath=QString(INV_SOURCE_FILE)) |
Public Member Functions inherited from BusinessLogic | |
| BusinessLogic (ApplicationDefines::BusinessLogicType businessLogicType, ApplicationDefines::BusinessLogicLifeTimeType businessLogicLifeTimeType) | |
| virtual | ~BusinessLogic () |
| ApplicationDefines::BusinessLogicType | GetBusinessLogicType () const |
| ApplicationDefines::BusinessLogicLifeTimeType | GetBusinessLogicLifeTimeType () const |
Static Public Attributes | |
| static const ApplicationDefines::BusinessLogicType | mBusinessLogicType = ApplicationDefines::VehicleIdentificationBusinessLogic |
| VehicleIdentificationBusinessLogic::VehicleIdentificationBusinessLogic | ( | ) |
|
virtual |
| bool VehicleIdentificationBusinessLogic::GetVehicleIdentificationNumberByConnectionBoardNumber | ( | long & | vehicleIdentificationNumber, |
| QString & | vehicleLicensePlate | ||
| ) |
| QString VehicleIdentificationBusinessLogic::ReadVehicleIdentificationNumberFromFile | ( | const QString & | filePath | ) |

| QString VehicleIdentificationBusinessLogic::ReadVehicleIdentificationNumberSourceFromFile | ( | const QString & | filePath = QString( INV_SOURCE_FILE ) | ) |
| bool VehicleIdentificationBusinessLogic::WriteVehicleIdentificationNumberToFile | ( | QString | filepath, |
| QString | vehicleIdentificationNumber | ||
| ) |
|
static |
1.8.8