|
Vesna
|
#include <TripGuaranteedConnectionsBusinessLogic.h>


Classes | |
| class | DataClass |
Public Member Functions | |
| TripGuaranteedConnectionsBusinessLogic () | |
| virtual | ~TripGuaranteedConnectionsBusinessLogic () |
| bool | Init (VehicleIdentificationBusinessLogic *vehicleIdentificationBusinessLogic, NetworkRequestHandler *networkRequestHandler) |
| void | SendTripGuaranteedConnectionsRequest (const int32_t lineNumber, const int32_t tripNumber, const int32_t actualTripBusStopIndex) |
| QString | GetGuaranteedConnectionsInfo (const int32_t lineNumber, const int32_t tripNumber, const int32_t actualTripBusStopIndex) |
| void | StopSendingRequest () |
| ApplicationDefines::ResultValue | CreateNetworkRequest (const int32_t lineNumber, const int32_t tripNumber, const int32_t actualTripBusStopIndex, QUrlQuery &requestUrlQuery) |
| void | OnNetworkReply (const QJsonDocument &jsonData) |
| void | OnNetworkReplyTimeout () |
| void | OnNetworkReplyError () |
| bool | NeedToWait () |
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::TripGuaranteedConnectionsBusinessLogic |
| TripGuaranteedConnectionsBusinessLogic::TripGuaranteedConnectionsBusinessLogic | ( | ) |
|
virtual |
| ApplicationDefines::ResultValue TripGuaranteedConnectionsBusinessLogic::CreateNetworkRequest | ( | const int32_t | lineNumber, |
| const int32_t | tripNumber, | ||
| const int32_t | actualTripBusStopIndex, | ||
| QUrlQuery & | requestUrlQuery | ||
| ) |

| QString TripGuaranteedConnectionsBusinessLogic::GetGuaranteedConnectionsInfo | ( | const int32_t | lineNumber, |
| const int32_t | tripNumber, | ||
| const int32_t | actualTripBusStopIndex | ||
| ) |

| bool TripGuaranteedConnectionsBusinessLogic::Init | ( | VehicleIdentificationBusinessLogic * | vehicleIdentificationBusinessLogic, |
| NetworkRequestHandler * | networkRequestHandler | ||
| ) |

| bool TripGuaranteedConnectionsBusinessLogic::NeedToWait | ( | ) |

| void TripGuaranteedConnectionsBusinessLogic::OnNetworkReply | ( | const QJsonDocument & | jsonData | ) |
| void TripGuaranteedConnectionsBusinessLogic::OnNetworkReplyError | ( | ) |
| void TripGuaranteedConnectionsBusinessLogic::OnNetworkReplyTimeout | ( | ) |
| void TripGuaranteedConnectionsBusinessLogic::SendTripGuaranteedConnectionsRequest | ( | const int32_t | lineNumber, |
| const int32_t | tripNumber, | ||
| const int32_t | actualTripBusStopIndex | ||
| ) |

| void TripGuaranteedConnectionsBusinessLogic::StopSendingRequest | ( | ) |

|
static |
1.8.8