BrOrgUpdateCmd Class Reference

EPP BrOrgUpdateCmd Class. More...

#include <BrOrgUpdateCmd.H>

Inheritance diagram for BrOrgUpdateCmd:

ContactUpdateCmd Command List of all members.

Public Member Functions

 BrOrgUpdateCmd (bool reset=true)
 Default constructor.
void set_organization (const string &organization)
 Sets Organization attribute.
string get_organization ()
 Returns the Organization.
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 ()
 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 ()
 Returns the Contact List.
void reset ()
 reset attributes

Protected Attributes

string _organization
 map with organization attribute
map< string, string, less<
string > > 
_contact_list_add
 Human Contacts to add.
map< string, string, less<
string > > 
_contact_list_rem
 Human Contacts to remove.

Detailed Description

EPP BrOrgUpdateCmd Class.


Member Function Documentation

map< string, string, less<string> > BrOrgUpdateCmd::get_contact_list_add  )  [inline]
 

Returns the Contact List of additions.

Returns:
Contact List

map< string, string, less<string> > BrOrgUpdateCmd::get_contact_list_rem  )  [inline]
 

Returns the Contact List.

Returns:
Contact List

string BrOrgUpdateCmd::get_organization  )  [inline]
 

Returns the Organization.

Returns:
organization attribute

void BrOrgUpdateCmd::insert_contact_add const string &  type,
const string &  id
[inline]
 

Inserts a Contact into the list of additions.

Parameters:
id Contact Id
type Contact Type

void BrOrgUpdateCmd::insert_contact_rem const string &  type,
const string &  id
[inline]
 

Inserts a Contact into the list of deletions.

Parameters:
id Contact Id
type Contact Type

void BrOrgUpdateCmd::set_organization const string &  organization  )  [inline]
 

Sets Organization attribute.

Parameters:
organization Organization Identifier


The documentation for this class was generated from the following file:
Generated on Thu Jun 8 17:40:01 2006 for libepp_nicbr by  doxygen 1.4.6