libepp_nicbr
|
EPP BrOrgCheckCmd Class. More...
#include <BrOrgCheckCmd.H>
Public Member Functions | |
BrOrgCheckCmd (bool reset=true) | |
Default constructor. | |
void | insert_organization (const string &id, const string &organization) |
Inserts an Organization attribute. More... | |
map< string, string, less< string > > | get_organization_list () const |
Returns the Organization List. More... | |
void | reset () |
reset attributes | |
![]() | |
ContactCheckCmd (bool reset=true) | |
Default constructor. | |
void | insert_id (const string &id) |
Inserts an id into id list. More... | |
set< string > | get_id_list () const |
Returns contact id list. More... | |
void | reset () |
reset attributes | |
![]() | |
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 | |
map< string, string, less< string > > | _organization_list |
map with organization attribute | |
![]() | |
set< string > | _id_list |
Contact id list. | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP BrOrgCheckCmd Class.
|
inline |
Returns the Organization List.
References _organization_list.
Referenced by cmd_brorg_check().
|
inline |
Inserts an Organization attribute.
id | Object Id |
organization | Organization Identifier |
References _organization_list.
Referenced by cmd_brorg_check().