MagicSmoke  $VERSION$
srcMTChangeCustomer.h
Go to the documentation of this file.
1 //BEGIN OF AUTOMATICALLY GENERATED FILE
2 //DO NOT EDIT THIS FILE DIRECTLY, USE THE XML SOURCE!
3 #ifndef WOBGEN_MTChangeCustomer
4 #define WOBGEN_MTChangeCustomer
5 
6 
7 #ifndef WOBGEN_MAGICSMOKE__WOB_EXPORT
8 #define WOBGEN_MAGICSMOKE__WOB_EXPORT Q_DECL_IMPORT
9 #endif
10 
11 #include "MTransaction"
12 #include <MOCustomer>
13 #include <MOCustomer>
14 
16 
19 {
20  Q_OBJECT
21  private:
24  protected:
28  explicit MTChangeCustomer(const MOCustomer &acustomer,QString iface);
29  public:
35  MTChangeCustomer& operator=(const MTChangeCustomer&);
37  virtual ~MTChangeCustomer();
38  private:
39  void netquery();
40  void asyncnetquery();
41  QByteArray encodeData();
42  void decodeData(QByteArray);
43  protected:
44  virtual void endQuery();
45  public:
49  static MTChangeCustomer query(const MOCustomer &acustomer,QString iface="MagicSmoke");
53  static MTChangeCustomer asyncQuery(const MOCustomer &acustomer,QString iface="MagicSmoke");
55  Q_SLOT Nullable<MOCustomer> getcustomer()const;
56 };
57 
59 
60 //END OF AUTOMATICALLY GENERATED FILE
61 #endif
Definition: customer.h:24
changes customer data (except online data)
Definition: srcMTChangeCustomer.h:18
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTChangeCustomer.h:8
Definition: transaction.h:25
Q_DECLARE_METATYPE(QDomNode)
friend class MTChangeCustomer
Definition: srcMTChangeCustomer.cpp:15
Definition: srcMTChangeCustomer.cpp:12