#include <BrDomainInfoRsp.H>
Inheritance diagram for BrDomainInfoRsp:
Public Member Functions | |
BrDomainInfoRsp (bool reset=true) | |
Default constructor. | |
void | copy_parent_data (DomainInfoRsp &parent) |
Copies data from the parent. | |
void | set_ticketNumber (int ticketNumber) |
Sets the Ticket Number. | |
int | get_ticketNumber () |
Returns the Ticket Number. | |
void | set_organization (string organization) |
Sets organization attribute. | |
string | get_organization () |
Returns organization attribute. | |
void | set_releaseProcessFlags (struct ReleaseProcessFlags rpf) |
Sets the Release Process Flags. | |
ReleaseProcessFlags | get_releaseProcessFlags () |
Returns the Release Process Flags. | |
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 | 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 | set_active (int active) |
Sets active attribute. | |
int | get_active () |
Returns active attribute. | |
void | reset () |
Resets object attributes. | |
Protected Attributes | |
int | _ticketNumber |
ticket number | |
string | _organization |
organization | |
ReleaseProcessFlags | _releaseProcessFlags |
release process flags | |
PENDING_CONTAINER< struct PendingDoc > | _doc_pendings |
doc | |
PENDING_CONTAINER< struct PendingDns > | _dns_pendings |
dns | |
PendingReleaseProc | _rel_pending |
releaseProc | |
set< int > | _concurrent_tickets |
ticketNumberConc | |
string | _publicationFlag |
publicationFlag | |
set< string > | _onhold_reasons |
onHoldReason | |
int | _active |
active |
|
Returns active attribute.
|
|
Returns the Concurrent Tickets.
|
|
Returns the ticket's Dns Pendings.
|
|
Returns the ticket's Doc Pendings.
|
|
Returns the onHold Reasons.
|
|
Returns organization attribute.
|
|
Returns publication flag attribute.
|
|
Returns the ticket's Release Process Pending.
|
|
Returns the Release Process Flags.
|
|
Inserts a concurrent ticket.
|
|
Inserts a Dns Pending to the ticket.
|
|
Inserts a Doc Pending to the ticket.
|
|
Inserts a onHold Reason.
|
|
Sets active attribute.
|
|
Sets organization attribute.
|
|
Sets publication flag attribute.
|
|
Sets the ticket's Release Process Pending.
|
|
Sets the Release Process Flags.
|
|
Sets the Ticket Number.
|