MagicSmoke  $VERSION$
srcMTResetCustomerPassword.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_MTResetCustomerPassword
4 #define WOBGEN_MTResetCustomerPassword
5 
6 
7 #ifndef WOBGEN_MAGICSMOKE__WOB_EXPORT
8 #define WOBGEN_MAGICSMOKE__WOB_EXPORT Q_DECL_IMPORT
9 #endif
10 
11 #include "MTransaction"
12 
14 
17 {
18  Q_OBJECT
19  private:
22  protected:
26  explicit MTResetCustomerPassword(const qint64 &acustomerid,QString iface);
27  public:
35  virtual ~MTResetCustomerPassword();
36  private:
37  void netquery();
38  void asyncnetquery();
39  QByteArray encodeData();
40  void decodeData(QByteArray);
41  protected:
42  virtual void endQuery();
43  public:
47  static MTResetCustomerPassword query(const qint64 &acustomerid,QString iface="MagicSmoke");
51  static MTResetCustomerPassword asyncQuery(const qint64 &acustomerid,QString iface="MagicSmoke");
52 };
53 
55 
56 //END OF AUTOMATICALLY GENERATED FILE
57 #endif
friend class MTResetCustomerPassword
Definition: srcMTResetCustomerPassword.cpp:15
Definition: transaction.h:25
Q_DECLARE_METATYPE(QDomNode)
sends a reset password mail to the customer - if the customer has a login
Definition: srcMTResetCustomerPassword.h:16
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTResetCustomerPassword.h:8
Definition: srcMTResetCustomerPassword.cpp:12