#include <BrOrgUpdateCmd.H>
Inheritance diagram for BrOrgUpdateCmd:
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. |
|
Returns the Contact List of additions.
|
|
Returns the Contact List.
|
|
Returns the Organization.
|
|
Inserts a Contact into the list of additions.
|
|
Inserts a Contact into the list of deletions.
|
|
Sets Organization attribute.
|