public function __construct()
 {
     $this->_controllerUrl = '/crud/report';
     $this->_userId = App_Test_PHPUnit_Framework_TestCase::PROVIDER_ENABLER_USER_ID;
     $this->_queryParams = array('orgId' => App_Test_PHPUnit_Framework_TestCase::CUSTOMER_ORG_ID, 'reportType' => \Application\Model\ReportModel::CONSUMPTION_DAILY);
     parent::__construct();
 }
 public function __construct()
 {
     $this->_controllerUrl = '/crud/stock';
     $this->_itemId = '1';
     $this->_userId = App_Test_PHPUnit_Framework_TestCase::PROVIDER_COMMERCIAL_USER_ID;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_controllerUrl = '/externalr12/download-report';
     $this->_userId = App_Test_PHPUnit_Framework_TestCase::PROVIDER_ENABLER_USER_ID;
     $this->_queryParams = array(\Application\Model\ReportModel::CONSUMPTION_DAILY => array('orgId' => App_Test_PHPUnit_Framework_TestCase::CUSTOMER_ORG_ID));
     parent::__construct();
 }
 public function __construct()
 {
     $this->_controllerUrl = '/crud/alarmrule';
     $this->_itemId = 'alarmRule01';
     $this->_userId = App_Test_PHPUnit_Framework_TestCase::PROVIDER_ENABLER_USER_ID;
     $this->_testDelete = true;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_controllerUrl = '/crud/user';
     $this->_itemId = App_Test_PHPUnit_Framework_TestCase::CUSTOMER_USER_ID;
     $this->_userId = App_Test_PHPUnit_Framework_TestCase::PROVIDER_COMMERCIAL_USER_ID;
     $this->_testDelete = true;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_controllerUrl = '/external/commercialgroup';
     $this->_itemId = '1';
     $this->_userId = \App_Test_PHPUnit_Framework_TestCase::CUSTOMER_API_ID;
     $this->_authType = \App_Controller_Plugin_Auth::AUTH_TYPE_EXTERNAL;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_controllerUrl = '/core/watcher';
     $this->_userId = App_Test_PHPUnit_Framework_TestCase::PROVIDER_COMMERCIAL_USER_ID;
     $this->_testDelete = true;
     $this->_testPut = false;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_controllerUrl = '/crud/supervisiongroup';
     $this->_itemId = 'default';
     $this->_userId = App_Test_PHPUnit_Framework_TestCase::CUSTOMER_USER_ID;
     $this->_testDelete = true;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_controllerUrl = '/crud/alarm';
     $this->_itemId = 'alarm01';
     $this->_userId = App_Test_PHPUnit_Framework_TestCase::CUSTOMER_USER_ID;
     $this->_testDelete = true;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_controllerUrl = '/crud/organization';
     $this->_itemId = App_Test_PHPUnit_Framework_TestCase::CUSTOMER_ORG_ID;
     $this->_providerId = App_Test_PHPUnit_Framework_TestCase::PROVIDER_COMMERCIAL_ORG_ID;
     $this->_userId = App_Test_PHPUnit_Framework_TestCase::PROVIDER_COMMERCIAL_USER_ID;
     $this->_queryParams = array('type' => 'customer');
     parent::__construct();
 }
 public function __construct()
 {
     $this->_controllerUrl = '/external/customer';
     $this->_itemId = \App_Test_PHPUnit_Framework_TestCase::CUSTOMER_ORG_ID_2;
     $this->_userId = \App_Test_PHPUnit_Framework_TestCase::PROVIDER_COMMERCIAL_API_ID;
     $this->_authType = \App_Controller_Plugin_Auth::AUTH_TYPE_EXTERNAL;
     $this->_includeCountParam = false;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_controllerUrl = '/externalr12/end-customer';
     $this->_itemId = \App_Test_PHPUnit_Framework_TestCase::AGGREGATOR_ORG_ID;
     $this->_userId = \App_Test_PHPUnit_Framework_TestCase::CUSTOMER_API_ID;
     $this->_authType = \App_Controller_Plugin_Auth::AUTH_TYPE_EXTERNAL;
     $this->_includeCountParam = false;
     $this->_testDelete = true;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_controllerUrl = '/externalr12/supplservices';
     $this->_itemId = 1;
     $this->_userId = \App_Test_PHPUnit_Framework_TestCase::PROVIDER_ENABLER_USER_ID;
     $this->_authType = \App_Controller_Plugin_Auth::AUTH_TYPE_EXTERNAL;
     $this->_includeCountParam = false;
     $this->_testDelete = true;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_controllerUrl = '/externalr12/user';
     $this->_itemId = \App_Test_PHPUnit_Framework_TestCase::AGGREGATOR_USER_ID;
     $this->_userId = \App_Test_PHPUnit_Framework_TestCase::CUSTOMER_API_ID;
     $this->_authType = \App_Controller_Plugin_Auth::AUTH_TYPE_EXTERNAL;
     $this->_includeCountParam = true;
     $this->_testDelete = true;
     $this->_userMapper = \Application\Model\Mapper\UserMapper::getInstance();
     parent::__construct();
 }
 public function __construct()
 {
     $this->_downloadTokenSrv = Download\Service\DownloadTokenService::getInstance();
     $this->_controllerUrl = '/download';
     $this->_userId = App_Test_PHPUnit_Framework_TestCase::PROVIDER_ENABLER_USER_ID;
     $this->_params = array('orgId' => App_Test_PHPUnit_Framework_TestCase::CUSTOMER_ORG_ID);
     // Prepare report download
     $this->_downloadToken = new \Download\Model\DownloadTokenModel();
     $this->_downloadToken->controller = 'download-report';
     $this->_downloadToken->action = 'download';
     parent::__construct();
 }
 public function __construct()
 {
     $this->_controllerUrl = '/crud/servicepack';
     $this->_itemId = '1';
     $this->_userId = App_Test_PHPUnit_Framework_TestCase::PROVIDER_COMMERCIAL_USER_ID;
     $this->_testDelete = false;
     $this->_testPut = false;
     $this->_testPost = false;
     $this->_testList = false;
     $this->_queryParams = array('commgroupinfoCustomerId' => App_Test_PHPUnit_Framework_TestCase::CUSTOMER_ORG_ID);
     parent::__construct();
 }