#include "SheppCommandFunctions.H"
#include "BrOrgCheck.H"
#include "BrOrgInfo.H"
#include "BrOrgCreate.H"
#include "BrOrgUpdate.H"
Go to the source code of this file.
Functions | |
int | cmd_brorg_help (string error_msg, string specific="") |
print brorg command usage info | |
int | cmd_brorg_check (vector< string > &args) |
brorg check command function | |
int | cmd_brorg_info (vector< string > &args) |
brorg info command function | |
int | cmd_brorg_transfer (vector< string > &args) |
brorg transfer command function | |
int | cmd_brorg_create (vector< string > &args) |
brorg create command function | |
int | cmd_brorg_delete (vector< string > &args) |
brorg delete command function | |
int | cmd_brorg_renew (vector< string > &args) |
brorg renew command function | |
int | cmd_brorg_update (vector< string > &args) |
brorg update command function | |
int | cmd_brorg (vector< string > &args) |
main brorg command |
int cmd_brorg | ( | vector< string > & | args | ) |
main brorg command
arg | command-line input arguments |
References cmd_brorg_check(), cmd_brorg_create(), cmd_brorg_delete(), cmd_brorg_help(), cmd_brorg_info(), cmd_brorg_renew(), cmd_brorg_transfer(), and cmd_brorg_update().
Referenced by init_commands().
int cmd_brorg_check | ( | vector< string > & | args | ) |
brorg check command function
args | vector with command-line arguments |
References cmd_brorg_help(), SheppStrUtil::doc2id(), BrOrgCheck::get_command(), ContactCheckCmd::get_id_list(), BrOrgCheckCmd::get_organization_list(), ContactCheckCmd::insert_id(), BrOrgCheckCmd::insert_organization(), and process_action().
Referenced by cmd_brorg().
int cmd_brorg_create | ( | vector< string > & | args | ) |
brorg create command function
args | vector with command-line arguments |
References SheppPrint::authInfo(), SheppObjSet::authInfo(), cmd_brorg_help(), SheppObjSet::contacts(), SheppPrint::disclose(), SheppObjSet::disclose(), SheppStrUtil::doc2id(), ContactCreateCmd::get_authInfo(), BrOrgCreate::get_command(), ContactCreateCmd::get_common_data(), BrOrgCreateCmd::get_contact_list(), CommonData::get_disclose(), CommonData::get_email(), CommonData::get_fax(), CommonData::get_id(), BrOrgCreateCmd::get_organization(), CommonData::get_postal_info(), CommonData::get_voice(), BrOrgCreateCmd::insert_contact(), CommonData::insert_postal_info(), SheppPrint::phone(), SheppObjSet::phone(), SheppPrint::postal_info(), SheppObjSet::postalInfo(), process_action(), SheppStrUtil::quote_gathering(), ContactCreateCmd::set_authInfo(), ContactCreateCmd::set_common_data(), CommonData::set_disclose(), CommonData::set_email(), CommonData::set_fax(), CommonData::set_id(), BrOrgCreateCmd::set_organization(), BrOrgCreateCmd::set_responsible(), and CommonData::set_voice().
Referenced by cmd_brorg().
int cmd_brorg_delete | ( | vector< string > & | args | ) |
brorg delete command function
args | vector with command-line arguments |
References cmd_brorg_help().
Referenced by cmd_brorg().
int cmd_brorg_help | ( | string | error_msg, | |
string | specific = "" | |||
) |
print brorg command usage info
error_msg | error message to be printed | |
specific | optional, choses specific sub-command |
Referenced by cmd_brorg(), cmd_brorg_check(), cmd_brorg_create(), cmd_brorg_delete(), cmd_brorg_info(), cmd_brorg_renew(), cmd_brorg_transfer(), and cmd_brorg_update().
int cmd_brorg_info | ( | vector< string > & | args | ) |
brorg info command function
args | vector with command-line arguments |
References SheppPrint::authInfo(), SheppObjSet::authInfo(), cmd_brorg_help(), SheppStrUtil::doc2id(), ContactInfoCmd::get_authInfo(), BrOrgInfo::get_command(), ContactInfoCmd::get_id(), BrOrgInfoCmd::get_organization(), process_action(), ContactInfoCmd::set_authInfo(), ContactInfoCmd::set_id(), and BrOrgInfoCmd::set_organization().
Referenced by cmd_brorg().
int cmd_brorg_renew | ( | vector< string > & | args | ) |
brorg renew command function
args | vector with command-line arguments |
References cmd_brorg_help().
Referenced by cmd_brorg().
int cmd_brorg_transfer | ( | vector< string > & | args | ) |
brorg transfer command function
args | vector with command-line arguments |
References cmd_brorg_help().
Referenced by cmd_brorg().
int cmd_brorg_update | ( | vector< string > & | args | ) |
brorg update command function
args | vector with command-line arguments |
References SheppPrint::authInfo(), SheppObjSet::authInfo(), cmd_brorg_help(), SheppObjSet::contacts(), SheppPrint::disclose(), SheppObjSet::disclose(), SheppStrUtil::doc2id(), ContactUpdateCmd::get_authInfo(), BrOrgUpdate::get_command(), ContactUpdateCmd::get_common_data(), BrOrgUpdateCmd::get_contact_list_add(), BrOrgUpdateCmd::get_contact_list_rem(), CommonData::get_disclose(), CommonData::get_email(), CommonData::get_fax(), CommonData::get_id(), BrOrgUpdateCmd::get_organization(), CommonData::get_postal_info(), AuthInfo::get_pw(), ContactUpdateCmd::get_status_list_add(), ContactUpdateCmd::get_status_list_rem(), CommonData::get_voice(), BrOrgUpdateCmd::insert_contact_add(), BrOrgUpdateCmd::insert_contact_rem(), CommonData::insert_postal_info(), ContactUpdateCmd::insert_status_list_add(), ContactUpdateCmd::insert_status_list_rem(), SheppPrint::phone(), SheppObjSet::phone(), SheppPrint::postal_info(), SheppObjSet::postalInfo(), process_action(), SheppStrUtil::quote_gathering(), ContactUpdateCmd::set_authInfo(), ContactUpdateCmd::set_common_data(), CommonData::set_disclose(), CommonData::set_email(), BrOrgUpdateCmd::set_exDate(), CommonData::set_fax(), CommonData::set_id(), BrOrgUpdateCmd::set_organization(), BrOrgUpdateCmd::set_responsible(), CommonData::set_voice(), and SheppStrUtil::split().
Referenced by cmd_brorg().