|
AppCore
|
#include <EServiceFacade.h>

Public Member Functions | |
| EServiceFacade (ECardDataStorage *dataStorage) | |
| virtual | ~EServiceFacade () |
| virtual bool | GetServiceCardType (ECardFacadeDefines::ServiceCardType &cardType)=0 |
| virtual bool | SetValidityEnd (unsigned long validityEnd) |
| virtual bool | GetValidityEnd (unsigned long &validityEnd) |
| virtual bool | GetCardName (std::string &name, ECardFacadeDefines::TextEncoding &encoding) |
| virtual bool | GetPersonalNumber (unsigned long &personalNumber) |
| virtual bool | GetCardCompanyNumber (unsigned long &companyNumber)=0 |
| virtual bool | CheckPassword (unsigned long pin, bool &matched)=0 |
| virtual bool | SetDriverNumber (unsigned long driverNumber)=0 |
| virtual bool | GetDriverNumber (unsigned long &driverNumber)=0 |
| virtual bool | SetCompanyNumber (unsigned long companyNumber)=0 |
| virtual bool | GetCompanyNumber (unsigned long &companyNumber)=0 |
| virtual bool | SetLineNumber (unsigned long lineNumber)=0 |
| virtual bool | GetLineNumber (unsigned long &lineNumber)=0 |
| virtual bool | SetTripNumber (unsigned long tripNumber)=0 |
| virtual bool | GetTripNumber (unsigned long &tripNumber)=0 |
| virtual bool | SetLineOrder (unsigned short lineOrder)=0 |
| virtual bool | GetLineOrder (unsigned short &lineOrder)=0 |
| virtual bool | SetZone (unsigned short actualZone)=0 |
| virtual bool | GetZone (unsigned short &actualZone)=0 |
| virtual bool | SetZone2 (unsigned short zone2)=0 |
| virtual bool | GetZone2 (unsigned short &zone2)=0 |
| virtual bool | SetTariffArea (unsigned short tariffArea)=0 |
| virtual bool | GetTariffArea (unsigned short &tariffArea)=0 |
| virtual bool | SetProtectNumber (unsigned short protectNumber)=0 |
| virtual bool | GetProtectNumber (unsigned short &protectNumber)=0 |
| virtual bool | SetServiceCounter (unsigned char serviceCounter)=0 |
| virtual bool | GetServiceCounter (unsigned char &serviceCounter)=0 |
| virtual bool | IsUnlockDataValid (bool &valid)=0 |
| virtual bool | WasUnlockSuccessfull (bool &successfull)=0 |
| virtual bool | IsCardBlocked (bool &blocked)=0 |
| virtual bool | IsModifiedData () |
| virtual bool | AddDataToWriteRequest (EM::PT::EDataCollection *writeRequest) |
| virtual bool | AddDataTypeToReadRequest (PT::EAplRequest *readRequest)=0 |
| virtual void | Init () |
| virtual void | Clear () |
| bool | IsCardFeatureEnabled (ECardFacadeDefines::ServiceCardFeatures feature, bool &enabled) |
| virtual unsigned short | GetRequiredDataReadOperation () const =0 |
Protected Member Functions | |
| void | SetCardFeature (uint64_t features) |
| INTERNAL EServiceFacade::EServiceFacade | ( | ECardDataStorage * | dataStorage | ) |
|
virtual |
|
virtual |
|
pure virtual |
|
pure virtual |
|
virtual |
|
pure virtual |
|
virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
virtual |
|
pure virtual |
|
pure virtual |
|
virtual |
|
pure virtual |
| bool EServiceFacade::IsCardFeatureEnabled | ( | ECardFacadeDefines::ServiceCardFeatures | feature, |
| bool & | enabled | ||
| ) |
|
virtual |
|
pure virtual |
|
protected |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
1.8.8