Vesna
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Public Member Functions | Static Public Attributes | List of all members
TripGuaranteedConnectionsBusinessLogic Class Reference

#include <TripGuaranteedConnectionsBusinessLogic.h>

Inheritance diagram for TripGuaranteedConnectionsBusinessLogic:
Inheritance graph
[legend]
Collaboration diagram for TripGuaranteedConnectionsBusinessLogic:
Collaboration graph
[legend]

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
 

Constructor & Destructor Documentation

TripGuaranteedConnectionsBusinessLogic::TripGuaranteedConnectionsBusinessLogic ( )
TripGuaranteedConnectionsBusinessLogic::~TripGuaranteedConnectionsBusinessLogic ( )
virtual

Member Function Documentation

ApplicationDefines::ResultValue TripGuaranteedConnectionsBusinessLogic::CreateNetworkRequest ( const int32_t  lineNumber,
const int32_t  tripNumber,
const int32_t  actualTripBusStopIndex,
QUrlQuery &  requestUrlQuery 
)

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the call graph for this function:

bool TripGuaranteedConnectionsBusinessLogic::NeedToWait ( )

Here is the caller graph for this function:

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 
)

Here is the caller graph for this function:

void TripGuaranteedConnectionsBusinessLogic::StopSendingRequest ( )

Here is the caller graph for this function:

Member Data Documentation

const ApplicationDefines::BusinessLogicType TripGuaranteedConnectionsBusinessLogic::mBusinessLogicType = ApplicationDefines::TripGuaranteedConnectionsBusinessLogic
static

The documentation for this class was generated from the following files: