MoleQueue  0.8.0
 All Classes Functions Variables Enumerations Enumerator Pages
Public Member Functions | Protected Member Functions | List of all members
GetUserHostAssocRequest Class Reference

#include <requests.h>

Inheritance diagram for GetUserHostAssocRequest:
Request

Public Member Functions

 GetUserHostAssocRequest (Session *session, QObject *parentObject=0)
 
UserHostAssocList userHostAssocList ()
 
- Public Member Functions inherited from Request
 Request (Session *session, QObject *parentObject=0)
 

Protected Member Functions

KDSoapJob * createJob ()
 

Additional Inherited Members

- Public Slots inherited from Request
void submit ()
 
qint64 hostId () const
 
void setHostId (qint64 id)
 
QString userName () const
 
void setUserName (const QString &user)
 
- Signals inherited from Request
void finished ()
 
void error (const QString &errorString)
 
- Protected Slots inherited from Request
void finished (KDSoapJob *job)
 
- Protected Attributes inherited from Request
Sessionm_session
 
KDSoapMessage m_response
 
qint64 m_hostID
 
QString m_userName
 

Detailed Description

Concrete Request class for getUserHostAssoc message.

Constructor & Destructor Documentation

GetUserHostAssocRequest ( Session session,
QObject *  parentObject = 0 
)
Parameters
sessionThe UIT session.
parentObjectThe parent object.

Member Function Documentation

UserHostAssocList userHostAssocList ( )
Returns
The UserHostAssocList object representing the response from the UIT server.

Note: Will only produce a populated UserHostAssocList object after the finished() signal has been emitted.

KDSoapJob* createJob ( )
protectedvirtual

Overridden by subclasses to create appropriate KDSoapJob for this request.

Implements Request.


The documentation for this class was generated from the following file: