EPP BrOrgUpdateCmd Class. More...
#include <BrOrgUpdateCmd.H>
Public Member Functions | |
BrOrgUpdateCmd (bool reset=true) | |
Default constructor. | |
void | set_organization (const string &organization) |
Sets Organization attribute. | |
string | get_organization () const |
Returns the Organization. | |
void | set_responsible (const string &responsible) |
Sets Responsible for the organization. | |
string | get_responsible () const |
Returns Responsible for the organization. | |
void | set_responsible_f (const bool responsible_f) |
Sets the responsible change flag. | |
bool | get_responsible_f () const |
Returns the responsible change flag. | |
void | set_exDate (const string &exDate) |
Sets expiration date. | |
string | get_exDate () const |
Returns expiration date. | |
void | insert_contact_add (const string &type, const string &id) |
Inserts a Contact into the list of additions. | |
map< string, string, less < string > > | get_contact_list_add () const |
Returns the Contact List of additions. | |
void | insert_contact_rem (const string &type, const string &id) |
Inserts a Contact into the list of deletions. | |
map< string, string, less < string > > | get_contact_list_rem () const |
Returns the Contact List. | |
void | reset () |
reset attributes | |
Protected Attributes | |
string | _organization |
map with organization attribute | |
string | _responsible |
Person responsible for the organization. | |
bool | _responsible_f |
Responsible change flag. | |
string | _exDate |
map< string, string, less < string > > | _contact_list_add |
Human Contacts to add. | |
map< string, string, less < string > > | _contact_list_rem |
Human Contacts to remove. |
EPP BrOrgUpdateCmd Class.
map< string, string, less<string> > BrOrgUpdateCmd::get_contact_list_add | ( | ) | const [inline] |
Returns the Contact List of additions.
References _contact_list_add.
Referenced by cmd_brorg_update().
map< string, string, less<string> > BrOrgUpdateCmd::get_contact_list_rem | ( | ) | const [inline] |
Returns the Contact List.
References _contact_list_rem.
Referenced by cmd_brorg_update().
string BrOrgUpdateCmd::get_exDate | ( | ) | const [inline] |
string BrOrgUpdateCmd::get_organization | ( | ) | const [inline] |
Returns the Organization.
References _organization.
Referenced by cmd_brorg_update().
string BrOrgUpdateCmd::get_responsible | ( | ) | const [inline] |
bool BrOrgUpdateCmd::get_responsible_f | ( | ) | const [inline] |
void BrOrgUpdateCmd::insert_contact_add | ( | const string & | type, | |
const string & | id | |||
) | [inline] |
Inserts a Contact into the list of additions.
id | Contact Id | |
type | Contact Type |
References _contact_list_add.
Referenced by cmd_brorg_update().
void BrOrgUpdateCmd::insert_contact_rem | ( | const string & | type, | |
const string & | id | |||
) | [inline] |
Inserts a Contact into the list of deletions.
id | Contact Id | |
type | Contact Type |
References _contact_list_rem.
Referenced by cmd_brorg_update().
void BrOrgUpdateCmd::set_exDate | ( | const string & | exDate | ) | [inline] |
Sets expiration date.
exDate | object expiration date |
References _exDate.
Referenced by cmd_brorg_update().
void BrOrgUpdateCmd::set_organization | ( | const string & | organization | ) | [inline] |
Sets Organization attribute.
organization | Organization Identifier |
References _organization.
Referenced by cmd_brorg_update().
void BrOrgUpdateCmd::set_responsible | ( | const string & | responsible | ) | [inline] |
Sets Responsible for the organization.
responsible | Person Responsible |
References _responsible, and _responsible_f.
Referenced by cmd_brorg_update().
void BrOrgUpdateCmd::set_responsible_f | ( | const bool | responsible_f | ) | [inline] |
Sets the responsible change flag.
responsible_f | responsible change flag |
References _responsible_f.
string BrOrgUpdateCmd::_exDate [protected] |
date and time identifying the end of the organization object's registration period
Referenced by get_exDate(), reset(), and set_exDate().