#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_auto_renew (int auto_renew) |
Actives/Inactives domain auto renewal. | |
int | get_auto_renew () |
Return if the domain is with or without auto renewal. | |
void | reset () |
Resets object attributes. | |
void | set_active (int active) |
Sets active attribute (***DEPRECATED***). | |
int | get_active () |
Returns active attribute (***DEPRECATED***). | |
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 | _auto_renew |
domain auto renewal flag |
int BrDomainInfoRsp::get_active | ( | ) | [inline] |
Returns active attribute (***DEPRECATED***).
int BrDomainInfoRsp::get_auto_renew | ( | ) | [inline] |
Return if the domain is with or without auto renewal.
set<int> BrDomainInfoRsp::get_concurrent_tickets | ( | ) | [inline] |
Returns the Concurrent Tickets.
PENDING_CONTAINER<struct PendingDns> BrDomainInfoRsp::get_dns_pendings | ( | ) | [inline] |
Returns the ticket's Dns Pendings.
PENDING_CONTAINER<struct PendingDoc> BrDomainInfoRsp::get_doc_pendings | ( | ) | [inline] |
Returns the ticket's Doc Pendings.
set<string> BrDomainInfoRsp::get_onhold_reasons | ( | ) | [inline] |
Returns the onHold Reasons.
string BrDomainInfoRsp::get_organization | ( | ) | [inline] |
Returns organization attribute.
string BrDomainInfoRsp::get_publication_flag | ( | ) | [inline] |
Returns publication flag attribute.
struct PendingReleaseProc BrDomainInfoRsp::get_rel_pending | ( | ) | [inline] |
Returns the ticket's Release Process Pending.
struct ReleaseProcessFlags BrDomainInfoRsp::get_releaseProcessFlags | ( | ) | [inline] |
Returns the Release Process Flags.
void BrDomainInfoRsp::insert_concurrent_ticket | ( | int | ticket | ) | [inline] |
Inserts a concurrent ticket.
ticket | Concurrent Ticket Number |
void BrDomainInfoRsp::insert_dns_pending | ( | struct PendingDns | p | ) | [inline] |
Inserts a Dns Pending to the ticket.
p | new Dns Pending |
void BrDomainInfoRsp::insert_doc_pending | ( | struct PendingDoc | p | ) | [inline] |
Inserts a Doc Pending to the ticket.
p | new Doc Pending |
void BrDomainInfoRsp::insert_onhold_reason | ( | string | reason | ) | [inline] |
Inserts a onHold Reason.
reason | onHold Reason |
void BrDomainInfoRsp::set_active | ( | int | active | ) | [inline] |
Sets active attribute (***DEPRECATED***).
active | attribute |
void BrDomainInfoRsp::set_auto_renew | ( | int | auto_renew | ) | [inline] |
Actives/Inactives domain auto renewal.
auto_renew | attribute |
void BrDomainInfoRsp::set_organization | ( | string | organization | ) | [inline] |
Sets organization attribute.
organization | organization attribute |
void BrDomainInfoRsp::set_publication_flag | ( | string | publicationFlag | ) | [inline] |
Sets publication flag attribute.
publication | flag attribute |
void BrDomainInfoRsp::set_rel_pending | ( | struct PendingReleaseProc | p | ) | [inline] |
Sets the ticket's Release Process Pending.
p | Release Process Pending |
void BrDomainInfoRsp::set_releaseProcessFlags | ( | struct ReleaseProcessFlags | rpf | ) | [inline] |
Sets the Release Process Flags.
rpf | Release Process Flags |
void BrDomainInfoRsp::set_ticketNumber | ( | int | ticketNumber | ) | [inline] |
Sets the Ticket Number.
ticketNumber | Ticket Number |