|
| | CommonFacadeDesfireAcos (ECardDataStorage *cardDataStorage) |
| |
| virtual | ~CommonFacadeDesfireAcos () |
| |
| virtual bool | AddDataTypeToReadRequest (PT::EAplRequest *readRequest, unsigned short dataTypesOperation) |
| |
| virtual unsigned short | GetRequiredDataReadOperation (unsigned short dataTypesOperation) const |
| |
| | ECommonFacadeDesfire (ECardDataStorage *cardDataStorage) |
| |
| virtual | ~ECommonFacadeDesfire () |
| |
| virtual bool | GetLogicalCardNumber (unsigned long &logicalCardNumber, signed char index=-1) |
| |
| virtual bool | GetLogicalCardNumber (std::string &logicalCardNumber, signed char index=-1) |
| |
| virtual bool | GetFareProviderNumber (unsigned short &fareProviderNumber, signed char fareProviderIndex=-1) |
| |
| virtual bool | SetFareProviderNumber (unsigned short fareProviderNumber, signed char index=-1) |
| |
| virtual bool | GetCardPublisherNumber (unsigned short &cardPublisherNumber) |
| |
| virtual bool | SetCardPublisherNumber (unsigned short cardPublisherNumber) |
| |
| virtual bool | GetRawUID (unsigned char *&uid) |
| |
| virtual bool | GetUID (std::string &uid) |
| |
| virtual bool | GetCardNumber (unsigned long &cardNumber) |
| |
| virtual bool | SetCardNumber (unsigned long cardNumber) |
| |
| virtual bool | GetCardValidityEnd (unsigned long &cardValidityEnd) |
| |
| virtual bool | SetCardValidityEnd (unsigned long cardValidityEnd) |
| |
| virtual bool | GetCardAdditionalDiscountValidity (unsigned long &additionalDiscountValidity, signed char index=-1) |
| |
| virtual bool | SetCardAdditionalDiscountValidity (unsigned long additionalDiscountValidity, signed char index=-1) |
| |
| virtual bool | GetCustomerProfilesCount (unsigned char &customerProfilesCount) |
| |
| virtual bool | GetCustomerProfileValidityEnd (unsigned long &customerProfileValidityEnd, unsigned char customerProfileIndex=0, signed char index=-1) |
| |
| virtual bool | SetCustomerProfileValidityEnd (unsigned long customerProfileValidityEnd, unsigned char customerProfileIndex=0, signed char index=-1) |
| |
| virtual bool | GetCustomerProfileValidityStart (unsigned long &customerProfileValidityStart, unsigned char customerProfileIndex=0, signed char index=-1) |
| |
| virtual bool | SetCustomerProfileValidityStart (unsigned long customerProfileValidityStart, unsigned char customerProfileIndex=0, signed char index=-1) |
| |
| virtual bool | GetCardTypeAndSubType (unsigned short &cardType, unsigned short &cardSubType, ECardFacadeDefines::CardTypeStandard &cardStandard, unsigned char customerProfileIndex, signed char index=-1) |
| |
| virtual bool | SetCardTypeAndSubType (unsigned short cardType, unsigned short cardSubType, unsigned char customerProfileIndex, signed char index=-1) |
| |
| virtual bool | GetSaleDate (unsigned long &saleDate, signed char index=-1) |
| |
| virtual bool | SetSaleDate (unsigned long saleDate, signed char index=-1) |
| |
| virtual bool | IsCardBlocked (bool &cardBlocked, signed char index=-1) |
| |
| virtual bool | SetCardBlocked (bool blocked, signed char index=-1) |
| |
| virtual bool | IsCardSold (bool &cardSold, signed char index=-1) |
| |
| virtual bool | SetCardSold (bool sold, signed char index=-1) |
| |
| virtual bool | IsServiceCard (bool &serviceCard) |
| |
| virtual bool | SetServiceCard (bool serviceCard) |
| |
| virtual bool | GetCardRegionCode (unsigned long ®ionCode) |
| |
| virtual bool | SetCardRegionCode (unsigned long regionCode) |
| |
| virtual bool | GetCardCityCode (unsigned long &cityCode) |
| |
| virtual bool | SetCardCityCode (unsigned long cityCode) |
| |
| virtual bool | GetNetworkCode (unsigned short &networkCodeInBCD) |
| |
| virtual bool | SetNetworkCode (unsigned short networkCodeInBCD) |
| |
| virtual bool | GetCountryCode (unsigned short &countryCodeInBCD) |
| |
| virtual bool | SetCountryCode (unsigned short countryCodeInBCD) |
| |
| virtual bool | GetAppExpireDate (unsigned long &appExpireDate) |
| |
| virtual bool | SetAppExpireDate (unsigned long appExpireDate) |
| |
| virtual bool | GetAppIssuerType (unsigned short &appIssuerType) |
| |
| virtual bool | SetAppIssuerType (unsigned short appIssuerType) |
| |
| virtual bool | GetBornNumber (unsigned long &bornNumber) |
| |
| virtual bool | SetBornNumber (unsigned long bornNumber) |
| |
| virtual bool | GetCardOwnerName (char *ownerName, unsigned short &nameLength, ECardFacadeDefines::TextEncoding &encoding) |
| |
| virtual bool | SetCardOwnerName (char *ownerName, unsigned short nameLength) |
| |
| virtual bool | GetCardOwnerSurname (char *ownerSurname, unsigned short &surnameLength, ECardFacadeDefines::TextEncoding &encoding) |
| |
| virtual bool | SetCardOwnerSurname (char *ownerSurname, unsigned short surnameLength) |
| |
| virtual bool | SetPublisherProviderID (unsigned long publisherProviderId) |
| |
| virtual bool | GetPublisherProviderID (unsigned long &publisherProviderId) |
| |
| virtual bool | GetDailyCappingDate (unsigned long &dailyCappingDate) |
| |
| virtual bool | SetDailyCappingDate (unsigned long dailyCappingDate) |
| |
| virtual bool | GetDailyCappingSum (unsigned short &dailyCappingSum) |
| |
| virtual bool | SetDailyCappingSum (unsigned short dailyCappingSum) |
| |
| virtual bool | GetWeeklyCappingDate (unsigned long &weeklyCappingDate) |
| |
| virtual bool | SetWeeklyCappingDate (unsigned long weeklyCappingDate) |
| |
| virtual bool | GetWeeklyCappingSum (unsigned short &weeklyCappingSum) |
| |
| virtual bool | SetWeeklyCappingSum (unsigned short weeklyCappingSum) |
| |
| virtual bool | GetCappingProvider (unsigned short &cappingProvider) |
| |
| virtual bool | SetCappingProvider (unsigned short cappingProvider) |
| |
| virtual bool | GetCappingProviderType (ECardFacadeDefines::CappingProviderType &cappingProviderType) |
| |
| virtual bool | SetCappingProviderType (ECardFacadeDefines::CappingProviderType cappingProviderType) |
| |
| virtual bool | GetEventCount (unsigned long &eventCount) |
| |
| virtual bool | GetCommonDataCount (unsigned char &commonDataCount) |
| |
| virtual bool | IsDiscountCouponValid (bool &isDiscountCouponValid, signed char couponIndex) |
| |
| virtual bool | GetNumberOfDiscountCoupons (unsigned long &numberOfCoupons) |
| |
| virtual bool | GetDiscountCouponValidityEnd (unsigned long &couponValidityEnd, signed char couponIndex) |
| |
| virtual bool | SetDiscountCouponValidityEnd (unsigned long couponValidityEnd, signed char couponIndex) |
| |
| virtual bool | GetDiscountCouponValidityStart (unsigned long &couponValidityStart, signed char couponIndex) |
| |
| virtual bool | GetDiscountCouponRegionCode (unsigned long &couponRegionCode, signed char couponIndex) |
| |
| virtual bool | GetDiscountCouponType (unsigned long &couponType, signed char couponIndex) |
| |
| virtual bool | GetCardPublisherVersion (unsigned char &publisherVersion) |
| |
| virtual bool | SetCardPublisherVersion (unsigned char publisherVersion) |
| |
| virtual bool | IsTransportSectionValid (bool &tranportSectionValid, signed char index=-1) |
| |
| virtual void | Clear () |
| |
| virtual bool | IsModifiedData () |
| |
| virtual bool | PrepareWriteRequest (EM::PT::EDataCollection *writeRequest) |
| |
| virtual bool | AddDataToWriteRequest (EM::PT::EDataCollection *writeRequest) |
| |
| virtual bool | IsCommonDataFeatureEnabled (ECardFacadeDefines::CommonDataFeatures feature, bool &enabled) |
| |
| virtual bool | IsDataValid (bool &validData, signed char index=-1) |
| |
| virtual void | Init () |
| |
| | ECommonFacade (ECardDataStorage *cardDataStorage) |
| |
| virtual | ~ECommonFacade () |
| |
| virtual bool | AddDataTypeToReadRequest (EM::PT::EAplRequest *readRequest, unsigned short dataTypesOperation)=0 |
| |
| bool | IsCardFeatureEnabled (ECardFacadeDefines::CommonCardFeatures feature, bool &enabled) |
| |