3 #ifndef WOBGEN_MTDeleteCustomer
4 #define WOBGEN_MTDeleteCustomer
7 #ifndef WOBGEN_MAGICSMOKE__WOB_EXPORT
8 #define WOBGEN_MAGICSMOKE__WOB_EXPORT Q_DECL_IMPORT
11 #include "MTransaction"
28 explicit MTDeleteCustomer(
const qint64 &acustomerid,
const qint64 &amergewithid,QString iface);
41 QByteArray encodeData();
42 void decodeData(QByteArray);
44 virtual void endQuery();
50 static MTDeleteCustomer query(
const qint64 &acustomerid,
const qint64 &amergewithid,QString iface=
"MagicSmoke");
55 static MTDeleteCustomer asyncQuery(
const qint64 &acustomerid,
const qint64 &amergewithid,QString iface=
"MagicSmoke");
57 Q_SLOT Nullable<MOCustomer> getcustomer()
const;
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTDeleteCustomer.h:8
friend class MTDeleteCustomer
Definition: srcMTDeleteCustomer.cpp:15
deletes a customer - usually by merging info into another customer
Definition: srcMTDeleteCustomer.h:17
Definition: srcMTDeleteCustomer.cpp:12
Definition: transaction.h:25
Q_DECLARE_METATYPE(QDomNode)