#include <srcMTOrderMarkShipped.h>
|
static MTOrderMarkShipped | asyncQuery (const qint64 &aorderid, const qint64 &ashiptime, 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 MTOrderMarkShipped | query (const qint64 &aorderid, const qint64 &ashiptime, 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...
|
|
MTOrderMarkShipped::MTOrderMarkShipped |
( |
const qint64 & |
aorderid, |
|
|
const qint64 & |
ashiptime, |
|
|
QString |
iface |
|
) |
| |
|
explicitprotected |
MTOrderMarkShipped::MTOrderMarkShipped |
( |
| ) |
|
MTOrderMarkShipped::~MTOrderMarkShipped |
( |
| ) |
|
|
virtual |
MTOrderMarkShipped MTOrderMarkShipped::asyncQuery |
( |
const qint64 & |
aorderid, |
|
|
const qint64 & |
ashiptime, |
|
|
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
-
aorderid | The order to be marked |
ashiptime | The time when it was shipped. If the user does not have the SetTime privilege or if this property is <=0 the current date/time is set instead. |
iface | ID of the interface that the transaction will be sent on |
void MTOrderMarkShipped::endQuery |
( |
| ) |
|
|
protectedvirtual |
Nullable< MOOrder > MTOrderMarkShipped::getorder |
( |
| ) |
const |
MTOrderMarkShipped MTOrderMarkShipped::query |
( |
const qint64 & |
aorderid, |
|
|
const qint64 & |
ashiptime, |
|
|
QString |
iface = "MagicSmoke" |
|
) |
| |
|
static |
emits the query over the network and returns the finished transaction object
- Parameters
-
aorderid | The order to be marked |
ashiptime | The time when it was shipped. If the user does not have the SetTime privilege or if this property is <=0 the current date/time is set instead. |
iface | ID of the interface that the transaction will be sent on |
Referenced by MInterface::queryOrderMarkShipped().
The documentation for this class was generated from the following files: