#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 |
|
Returns the ticket's Dns Pendings.
|
|
Returns the ticket's Doc Pendings.
|
|
Returns list of host status.
|
|
Returns the onHold Reasons.
|
|
Returns publication flag attribute.
|
|
Returns the ticket's Release Process Pending.
|
|
Inserts a Dns Pending to the ticket.
|
|
Inserts a Doc Pending to the ticket.
|
|
Insert a host status.
|
|
Inserts a onHold Reason.
|
|
Sets publication flag attribute.
|
|
Sets the ticket's Release Process Pending.
|
|
Sets the Ticket Number.
|