libepp_nicbr
|
EPP ContactUpdateCmd Class. More...
#include <ContactUpdateCmd.H>
Public Member Functions | |
ContactUpdateCmd (bool reset=true) | |
Default constructor. | |
void | insert_status_list_add (const string &status_add) |
Inserts a status to the object. More... | |
void | insert_status_list_rem (const string &status_rem) |
Removes a status from the object. More... | |
set< string > | get_status_list_add () const |
Returns the list of status to be added to the object. More... | |
set< string > | get_status_list_rem () const |
Returns the list of status to be removed from the object. More... | |
void | set_common_data (const CommonData &common) |
Sets the common data object. More... | |
CommonData | get_common_data () const |
Returns the common data object. More... | |
void | set_authInfo (const AuthInfo &authInfo) |
Sets authorization information. More... | |
AuthInfo | get_authInfo () const |
Returns authorization information. More... | |
void | set_password (const string &password) |
Sets password attribute. More... | |
string | get_password () const |
Returns the password. More... | |
void | set_reminder (const string &reminder) |
Sets reminder attribute. More... | |
string | get_reminder () const |
Returns the reminder. More... | |
void | set_language (const string &language) |
Sets language attribute. More... | |
string | get_language () const |
Returns the language. More... | |
void | set_properties_add (const vector< string > &properties) |
Sets the properties to be associated with the contact. More... | |
void | insert_property_add (const string &property) |
Adds a property to the vector of properties. More... | |
vector< string > | get_properties_add () |
void | set_properties_rem (const vector< string > &properties) |
Sets the properties that are going to be removed of the contact. More... | |
void | insert_property_rem (const string &property) |
Adds a property to be removed from the contact. More... | |
vector< string > | get_properties_rem () |
bool | has_extension () const |
Check if there is any extension. | |
bool | has_lacnic_contact_extension () const |
Check if there is lacnic contact extension. | |
void | reset () |
Resets the data in the object. | |
![]() | |
Command (bool reset=true) | |
Default constructor. | |
void | reset () |
Reset object attributes. More... | |
virtual | ~Command () |
virtual destructor | |
void | set_clTRID (const string &clTRID) |
Sets clTRID. More... | |
string | get_clTRID () const |
Returns clTRID. More... | |
Protected Attributes | |
set< string > | _status_list_add |
Status List to be added to the object. | |
set< string > | _status_list_rem |
Status list to be removed to the object. | |
CommonData | _common |
Common data object. | |
AuthInfo | _authInfo |
authorization information | |
string | _password |
contact's password (lacnic contact extension) | |
string | _reminder |
contact's tip to remember the password (lacnic contact extension) | |
string | _language |
contact's preferred language (lacnic contact extension) | |
vector< string > | _properties_add |
properties to be added to the object (lacnic contact extension) | |
vector< string > | _properties_rem |
properties to be removed of the object (lacnic contact extension) | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP ContactUpdateCmd Class.
|
inline |
Returns authorization information.
References _authInfo.
Referenced by cmd_brorg_update(), and cmd_contact_update().
|
inline |
Returns the common data object.
References _common.
Referenced by cmd_brorg_update(), and cmd_contact_update().
|
inline |
Returns the language.
References _language.
Referenced by cmd_contact_update().
|
inline |
Returns the password.
References _password.
Referenced by cmd_contact_update().
|
inline |
Returns the vector of properties that are going to be associated with the contact
References _properties_add.
Referenced by cmd_contact_update().
|
inline |
Returns the vector of properties that are going to be removed of the contact
References _properties_rem.
Referenced by cmd_contact_update().
|
inline |
Returns the reminder.
References _reminder.
Referenced by cmd_contact_update().
|
inline |
Returns the list of status to be added to the object.
References _status_list_add.
Referenced by cmd_brorg_update(), and cmd_contact_update().
|
inline |
Returns the list of status to be removed from the object.
References _status_list_rem.
Referenced by cmd_brorg_update(), and cmd_contact_update().
|
inline |
Adds a property to the vector of properties.
a | property |
References _properties_add.
Referenced by cmd_contact_update().
|
inline |
Adds a property to be removed from the contact.
a | property |
References _properties_rem.
Referenced by cmd_contact_update().
|
inline |
Inserts a status to the object.
status_add | status to be added to the object |
References _status_list_add.
Referenced by cmd_brorg_update(), and cmd_contact_update().
|
inline |
Removes a status from the object.
status_rem | status to be removed to the object |
References _status_list_rem.
Referenced by cmd_brorg_update(), and cmd_contact_update().
|
inline |
Sets authorization information.
authInfo | domain authorization information |
References _authInfo.
Referenced by cmd_brorg_update(), and cmd_contact_update().
|
inline |
Sets the common data object.
common | common data object |
References _common.
Referenced by cmd_brorg_update(), and cmd_contact_update().
|
inline |
Sets language attribute.
language | Contact language |
References _language.
Referenced by cmd_contact_update().
|
inline |
Sets password attribute.
password | Contact password |
References _password.
Referenced by cmd_contact_update().
|
inline |
Sets the properties to be associated with the contact.
vector | of properties |
References _properties_add.
|
inline |
Sets the properties that are going to be removed of the contact.
vector | of properties |
References _properties_rem.
|
inline |
Sets reminder attribute.
reminder | Contact reminder |
References _reminder.
Referenced by cmd_contact_update().