function Mobicart($key)
 {
     parent::Request($this->base_url);
     $this->set_key($key);
     $this->store = new Mobicart_Store($this);
     $this->product = new Mobicart_Product($this);
     $this->user = new Mobicart_User($this);
     $this->images = new Mobicart_Images($this);
     $this->order = new Mobicart_Order($this);
     $this->department = new Mobicart_Department($this);
     $this->dept =& $this->department;
 }
Beispiel #2
0
 function UpdateVoIPChargeRule($charge_name, $charge_rule_id, $rule_start, $rule_end, $tariff_name, $ras, $ports, $dows)
 {
     parent::Request("charge.updateVoIPChargeRule", array("charge_name" => $charge_name, "charge_rule_id" => $charge_rule_id, "rule_start" => $rule_start, "rule_end" => $rule_end, "tariff_name" => $tariff_name, "ras" => $ras, "ports" => $ports, "dows" => $dows));
 }
Beispiel #3
0
 function ConsumerRequest($openid, $args, $http_method, $authentication = null)
 {
     parent::Request($args, $http_method, $authentication);
     $this->openid = $openid;
 }
Beispiel #4
0
 function DelIPpoolFromRas($ras_ip, $ippool_name)
 {
     parent::Request("ras.delIPpoolFromRas", array("ras_ip" => $ras_ip, "ippool_name" => $ippool_name));
 }
Beispiel #5
0
 function SearchAddUserSaves(&$conds, $from, $to, $order_by, $desc)
 {
     parent::Request("addUserSave.searchAddUserSaves", array("conds" => $conds, "from" => $from, "to" => $to, "order_by" => $order_by, "desc" => $desc));
 }
Beispiel #6
0
 function SaveDefs($defs)
 {
     parent::Request("ibs_defs.saveDefs", array("defs" => $defs));
 }
Beispiel #7
0
 function DelGroup($group_name)
 {
     parent::Request("group.delGroup", array("group_name" => $group_name));
 }
Beispiel #8
0
 function MultiStrGetAll($str, $left_pad)
 {
     parent::Request("util.multiStrGetAll", array("str" => $str, "left_pad" => $left_pad));
 }
Beispiel #9
0
 function ChangeDeposit($admin_username, $deposit_change, $comment)
 {
     parent::Request("admin.changeDeposit", array("admin_username" => $admin_username, "deposit_change" => $deposit_change, "comment" => $comment));
 }
Beispiel #10
0
 function SearchUser($conds, $from, $to, $order_by, $desc)
 {
     parent::Request("user.searchUser", array("conds" => $conds, "from" => $from, "to" => $to, "order_by" => $order_by, "desc" => $desc));
 }
Beispiel #11
0
 function AddIPtoPool($ippool_name, $ip)
 {
     parent::Request("ippool.addIPtoPool", array("ippool_name" => $ippool_name, "ip" => $ip));
 }
Beispiel #12
0
 function GetCreditChanges($conds, $from, $to, $sort_by, $desc)
 {
     parent::Request("report.getCreditChanges", array("conds" => $conds, "from" => $from, "to" => $to, "sort_by" => $sort_by, "desc" => $desc));
 }
Beispiel #13
0
 function GetAllActiveLeaves()
 {
     parent::Request("bw.getActiveLeaves", array());
 }
Beispiel #14
0
 function DeletePermTemplate($template_name)
 {
     parent::Request("perm.deletePermTemplate", array("perm_template_name" => $template_name));
 }
Beispiel #15
0
 function ListTariffs()
 {
     parent::Request("voip_tariff.listTariffs", array());
 }