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 () 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.

Detailed Description

EPP BrOrgUpdateCmd Class.


Member Function Documentation

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

Returns the Contact List of additions.

Returns:
Contact List

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.

Returns:
Contact List

References _contact_list_rem.

Referenced by cmd_brorg_update().

string BrOrgUpdateCmd::get_exDate (  )  const [inline]

Returns expiration date.

Returns:
expiration date

References _exDate.

string BrOrgUpdateCmd::get_organization (  )  const [inline]

Returns the Organization.

Returns:
organization attribute

References _organization.

Referenced by cmd_brorg_update().

string BrOrgUpdateCmd::get_responsible (  )  const [inline]

Returns Responsible for the organization.

Returns:
Person Responsible

References _responsible.

bool BrOrgUpdateCmd::get_responsible_f (  )  const [inline]

Returns the responsible change flag.

Returns:
The responsible change flag

References _responsible_f.

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

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.

Parameters:
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.

Parameters:
exDate object expiration date

References _exDate.

Referenced by cmd_brorg_update().

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

Sets Organization attribute.

Parameters:
organization Organization Identifier

References _organization.

Referenced by cmd_brorg_update().

void BrOrgUpdateCmd::set_responsible ( const string &  responsible  )  [inline]

Sets Responsible for the organization.

Parameters:
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.

Parameters:
responsible_f responsible change flag

References _responsible_f.


Member Data Documentation

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().


The documentation for this class was generated from the following file:
Generated on Wed Aug 11 16:56:44 2010 for libepp_nicbr by  doxygen 1.6.3