#include <BrDomainUpdateRsp.H>
Public Member Functions | |
BrDomainUpdateRsp (bool reset=true) | |
Default constructor. | |
void | set_ticketNumber (const int ticketNumber) |
Sets the Ticket Number. | |
int | get_ticketNumber () const |
Returns the Ticket Number. | |
void | insert_doc_pending (const struct PendingDoc &p) |
Inserts a Doc Pending to the ticket. | |
PENDING_CONTAINER< struct PendingDoc > | get_doc_pendings () const |
Returns the ticket's Doc Pendings. | |
void | insert_dns_pending (const struct PendingDns &p) |
Inserts a Dns Pending to the ticket. | |
PENDING_CONTAINER< struct PendingDns > | get_dns_pendings () const |
Returns the ticket's Dns Pendings. | |
void | set_rel_pending (const struct PendingReleaseProc &p) |
Sets the ticket's Release Process Pending. | |
struct PendingReleaseProc | get_rel_pending () const |
Returns the ticket's Release Process Pending. | |
void | insert_host_status (const struct HostStatus &hs) |
Insert a host status. | |
set< struct HostStatus > | get_host_status () const |
Returns list of host status. | |
void | set_publication_flag (const string &publicationFlag) |
Sets publication flag attribute. | |
string | get_publication_flag () const |
Returns publication flag attribute. | |
void | insert_onhold_reason (const string &reason) |
Inserts a onHold Reason. | |
set< string > | get_onhold_reasons () const |
Returns the onHold Reasons. | |
void | reset () |
Resets object attributes. | |
Protected Attributes | |
int | _ticketNumber |
ticket number | |
PENDING_CONTAINER< struct PendingDoc > | _doc_pendings |
doc | |
PENDING_CONTAINER< struct PendingDns > | _dns_pendings |
dns | |
struct PendingReleaseProc | _rel_pending |
releaseProc | |
set< struct HostStatus > | _host_status |
host status | |
string | _publicationFlag |
publicationFlag | |
set< string > | _onhold_reasons |
onHoldReason |
PENDING_CONTAINER<struct PendingDns> BrDomainUpdateRsp::get_dns_pendings | ( | ) | const [inline] |
PENDING_CONTAINER<struct PendingDoc> BrDomainUpdateRsp::get_doc_pendings | ( | ) | const [inline] |
set<struct HostStatus> BrDomainUpdateRsp::get_host_status | ( | ) | const [inline] |
set<string> BrDomainUpdateRsp::get_onhold_reasons | ( | ) | const [inline] |
string BrDomainUpdateRsp::get_publication_flag | ( | ) | const [inline] |
struct PendingReleaseProc BrDomainUpdateRsp::get_rel_pending | ( | ) | const [inline, read] |
Returns the ticket's Release Process Pending.
References _rel_pending.
void BrDomainUpdateRsp::insert_dns_pending | ( | const struct PendingDns & | p | ) | [inline] |
void BrDomainUpdateRsp::insert_doc_pending | ( | const struct PendingDoc & | p | ) | [inline] |
void BrDomainUpdateRsp::insert_host_status | ( | const struct HostStatus & | hs | ) | [inline] |
void BrDomainUpdateRsp::insert_onhold_reason | ( | const string & | reason | ) | [inline] |
void BrDomainUpdateRsp::set_publication_flag | ( | const string & | publicationFlag | ) | [inline] |
Sets publication flag attribute.
publication | flag attribute |
References _publicationFlag.
void BrDomainUpdateRsp::set_rel_pending | ( | const struct PendingReleaseProc & | p | ) | [inline] |
Sets the ticket's Release Process Pending.
p | Release Process Pending |
References _rel_pending.
void BrDomainUpdateRsp::set_ticketNumber | ( | const int | ticketNumber | ) | [inline] |