#include <srcMTGetOrdersByCoupon.h>
|
static MTGetOrdersByCoupon | asyncQuery (const qint64 &aoldest, const QString &acouponid, QString iface="MagicSmoke") |
| emits the query over the network and returns the transaction object, use isFinished() to check for the transaction's state More...
|
|
static MTGetOrdersByCoupon | query (const qint64 &aoldest, const QString &acouponid, QString iface="MagicSmoke") |
| emits the query over the network and returns the finished transaction object More...
|
|
static void | setStartStopActions (const MTStartStop &start, const MTStartStop &stop) |
| set actions to be executed at start/stop More...
|
|
MTGetOrdersByCoupon::MTGetOrdersByCoupon |
( |
const qint64 & |
aoldest, |
|
|
const QString & |
acouponid, |
|
|
QString |
iface |
|
) |
| |
|
explicitprotected |
MTGetOrdersByCoupon::MTGetOrdersByCoupon |
( |
| ) |
|
MTGetOrdersByCoupon::~MTGetOrdersByCoupon |
( |
| ) |
|
|
virtual |
MTGetOrdersByCoupon MTGetOrdersByCoupon::asyncQuery |
( |
const qint64 & |
aoldest, |
|
|
const QString & |
acouponid, |
|
|
QString |
iface = "MagicSmoke" |
|
) |
| |
|
static |
emits the query over the network and returns the transaction object, use isFinished() to check for the transaction's state
- Parameters
-
aoldest | unix timestamp for the oldest order to be returned (compared with ordertime) |
acouponid | |
iface | ID of the interface that the transaction will be sent on |
void MTGetOrdersByCoupon::endQuery |
( |
| ) |
|
|
protectedvirtual |
QList< MOOrderInfo > MTGetOrdersByCoupon::getorders |
( |
| ) |
const |
MTGetOrdersByCoupon MTGetOrdersByCoupon::query |
( |
const qint64 & |
aoldest, |
|
|
const QString & |
acouponid, |
|
|
QString |
iface = "MagicSmoke" |
|
) |
| |
|
static |
emits the query over the network and returns the finished transaction object
- Parameters
-
aoldest | unix timestamp for the oldest order to be returned (compared with ordertime) |
acouponid | |
iface | ID of the interface that the transaction will be sent on |
Referenced by MInterface::queryGetOrdersByCoupon().
The documentation for this class was generated from the following files: