#include <BrDomainCreateRsp.H>
Inheritance diagram for BrDomainCreateRsp:
Public Member Functions | |
BrDomainCreateRsp (bool reset=true) | |
Default constructor. | |
void | copy_parent_data (DomainCreateRsp &parent) |
Copies data from the parent. | |
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_concurrent_ticket (int ticket) |
Inserts a concurrent ticket. | |
set< int > | get_concurrent_tickets () |
Returns the Concurrent Tickets. | |
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< int > | _concurrent_tickets |
ticketNumberConc |
set<int> BrDomainCreateRsp::get_concurrent_tickets | ( | ) | [inline] |
Returns the Concurrent Tickets.
PENDING_CONTAINER<struct PendingDns> BrDomainCreateRsp::get_dns_pendings | ( | ) | [inline] |
Returns the ticket's Dns Pendings.
PENDING_CONTAINER<struct PendingDoc> BrDomainCreateRsp::get_doc_pendings | ( | ) | [inline] |
Returns the ticket's Doc Pendings.
struct PendingReleaseProc BrDomainCreateRsp::get_rel_pending | ( | ) | [inline] |
Returns the ticket's Release Process Pending.
void BrDomainCreateRsp::insert_concurrent_ticket | ( | int | ticket | ) | [inline] |
Inserts a concurrent ticket.
ticket | Concurrent Ticket Number |
void BrDomainCreateRsp::insert_dns_pending | ( | struct PendingDns | p | ) | [inline] |
Inserts a Dns Pending to the ticket.
p | new Dns Pending |
void BrDomainCreateRsp::insert_doc_pending | ( | struct PendingDoc | p | ) | [inline] |
Inserts a Doc Pending to the ticket.
p | new Doc Pending |
void BrDomainCreateRsp::set_rel_pending | ( | struct PendingReleaseProc | p | ) | [inline] |
Sets the ticket's Release Process Pending.
p | Release Process Pending |
void BrDomainCreateRsp::set_ticketNumber | ( | int | ticketNumber | ) | [inline] |
Sets the Ticket Number.
ticketNumber | Ticket Number |