#include <BrDomainUpdateRsp.H>
Inheritance diagram for BrDomainUpdateRsp:
Public Member Functions | |
BrDomainUpdateRsp (bool reset=true) | |
Default constructor. | |
void | set_ticketNumber (int ticketNumber) |
Sets the Ticket Number. | |
int | get_ticketNumber () |
Returns the Ticket Number. | |
void | insert_doc_pending (struct PendingDoc p) |
Inserts a Doc Pending to the ticket. | |
PENDING_CONTAINER< struct PendingDoc > | get_doc_pendings () |
Returns the ticket's Doc Pendings. | |
void | insert_dns_pending (struct PendingDns p) |
Inserts a Dns Pending to the ticket. | |
PENDING_CONTAINER< struct PendingDns > | get_dns_pendings () |
Returns the ticket's Dns Pendings. | |
void | set_rel_pending (struct PendingReleaseProc p) |
Sets the ticket's Release Process Pending. | |
PendingReleaseProc | get_rel_pending () |
Returns the ticket's Release Process Pending. | |
void | insert_host_status (struct HostStatus hs) |
Insert a host status. | |
set< struct HostStatus > | get_host_status () |
Returns list of host status. | |
void | set_publication_flag (string publicationFlag) |
Sets publication flag attribute. | |
string | get_publication_flag () |
Returns publication flag attribute. | |
void | insert_onhold_reason (string reason) |
Inserts a onHold Reason. | |
set< string > | get_onhold_reasons () |
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 | |
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 | ( | ) | [inline] |
Returns the ticket's Dns Pendings.
PENDING_CONTAINER<struct PendingDoc> BrDomainUpdateRsp::get_doc_pendings | ( | ) | [inline] |
Returns the ticket's Doc Pendings.
set<struct HostStatus> BrDomainUpdateRsp::get_host_status | ( | ) | [inline] |
Returns list of host status.
set<string> BrDomainUpdateRsp::get_onhold_reasons | ( | ) | [inline] |
Returns the onHold Reasons.
string BrDomainUpdateRsp::get_publication_flag | ( | ) | [inline] |
Returns publication flag attribute.
struct PendingReleaseProc BrDomainUpdateRsp::get_rel_pending | ( | ) | [inline] |
Returns the ticket's Release Process Pending.
void BrDomainUpdateRsp::insert_dns_pending | ( | struct PendingDns | p | ) | [inline] |
Inserts a Dns Pending to the ticket.
p | new Dns Pending |
void BrDomainUpdateRsp::insert_doc_pending | ( | struct PendingDoc | p | ) | [inline] |
Inserts a Doc Pending to the ticket.
p | new Doc Pending |
void BrDomainUpdateRsp::insert_host_status | ( | struct HostStatus | hs | ) | [inline] |
Insert a host status.
host | host name | |
status | status |
void BrDomainUpdateRsp::insert_onhold_reason | ( | string | reason | ) | [inline] |
Inserts a onHold Reason.
reason | onHold Reason |
void BrDomainUpdateRsp::set_publication_flag | ( | string | publicationFlag | ) | [inline] |
Sets publication flag attribute.
publication | flag attribute |
void BrDomainUpdateRsp::set_rel_pending | ( | struct PendingReleaseProc | p | ) | [inline] |
Sets the ticket's Release Process Pending.
p | Release Process Pending |
void BrDomainUpdateRsp::set_ticketNumber | ( | int | ticketNumber | ) | [inline] |
Sets the Ticket Number.
ticketNumber | Ticket Number |