Service/DeveloperGarden/BaseUserService.php
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Service
- Subpackage
- DeveloperGarden
- Version
- $Id$
\Zend_Service_DeveloperGarden_BaseUserService
- Parent(s)
- \Zend_Service_DeveloperGarden_Client_ClientAbstract
- Author
- Marco Kaiser
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
array $_classMap = array('getQuotaInformationResponse' => 'Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse', 'changeQuotaPoolResponse' => 'Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse', 'getAccountBalanceResponse' => 'Zend_Service_DeveloperGarden_Response_BaseUserService_GetAccountBalanceResponse', 'AccountBalance' => 'Zend_Service_DeveloperGarden_BaseUserService_AccountBalance')
array('getQuotaInformationResponse' => 'Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse', 'changeQuotaPoolResponse' => 'Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse', 'getAccountBalanceResponse' => 'Zend_Service_DeveloperGarden_Response_BaseUserService_GetAccountBalanceResponse', 'AccountBalance' => 'Zend_Service_DeveloperGarden_BaseUserService_AccountBalance')
Details- Type
- array
array $_moduleIds = array('SmsProduction' => 'SmsProduction', 'SmsSandbox' => 'SmsSandbox', 'VoiceCallProduction' => 'VoiceButlerProduction', 'VoiceCallSandbox' => 'VoiceButlerSandbox', 'ConferenceCallProduction' => 'CCSProduction', 'ConferenceCallSandbox' => 'CCSSandbox', 'LocalSearchProduction' => 'localsearchProduction', 'LocalSearchSandbox' => 'localsearchSandbox', 'IPLocationProduction' => 'IPLocationProduction', 'IPLocationSandbox' => 'IPLocationSandbox')
array('SmsProduction' => 'SmsProduction', 'SmsSandbox' => 'SmsSandbox', 'VoiceCallProduction' => 'VoiceButlerProduction', 'VoiceCallSandbox' => 'VoiceButlerSandbox', 'ConferenceCallProduction' => 'CCSProduction', 'ConferenceCallSandbox' => 'CCSSandbox', 'LocalSearchProduction' => 'localsearchProduction', 'LocalSearchSandbox' => 'localsearchSandbox', 'IPLocationProduction' => 'IPLocationProduction', 'IPLocationSandbox' => 'IPLocationSandbox')
Details- Type
- array
string $_wsdlFile = 'https://gateway.developer.telekom.com/p3gw-mod-odg-admin/services/ODGBaseUserService?wsdl'
'https://gateway.developer.telekom.com/p3gw-mod-odg-admin/services/ODGBaseUserService?wsdl'
Details- Type
- string
Methods
_buildModuleString(string $module, integer $environment) : string
returns the correct module string
Name | Type | Description |
---|---|---|
$module | string | |
$environment | integer |
Type | Description |
---|---|
string |
_checkModuleId(string $moduleId) : void
checks the moduleId and throws exception if not valid
Name | Type | Description |
---|---|---|
$moduleId | string |
Exception | Description |
---|---|
\Zend_Service_DeveloperGarden_Client_Exception |
_getChangeRequestModule(string $moduleId, integer $quotaMax) : \Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse
returns the request object with the specific moduleId and new quotaMax value
Name | Type | Description |
---|---|---|
$moduleId | string | |
$quotaMax | integer |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse |
_getRequestModule(string $moduleId) : \Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse
returns the request object with the specific moduleId
Name | Type | Description |
---|---|---|
$moduleId | string |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse |
changeConferenceCallQuotaPool(integer $quotaMax = 0, integer $environment = self::ENV_PRODUCTION) : \Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse
sets new user quota for the Conference Call service
Name | Type | Description |
---|---|---|
$quotaMax | integer | |
$environment | integer |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse |
changeIPLocationQuotaPool(integer $quotaMax = 0, integer $environment = self::ENV_PRODUCTION) : \Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse
sets new user quota for the IPLocation service
Name | Type | Description |
---|---|---|
$quotaMax | integer | |
$environment | integer |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse |
changeLocalSearchQuotaPool(integer $quotaMax = 0, integer $environment = self::ENV_PRODUCTION) : \Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse
sets new user quota for the Local Search service
Name | Type | Description |
---|---|---|
$quotaMax | integer | |
$environment | integer |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse |
changeQuotaPool(\Zend_Service_DeveloperGarden_Request_BaseUserService_ChangeQuotaPool $request) : \Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse
set new quota values for the defined module
Name | Type | Description |
---|---|---|
$request | \Zend_Service_DeveloperGarden_Request_BaseUserService_ChangeQuotaPool |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse |
changeSmsQuotaPool(integer $quotaMax = 0, integer $environment = self::ENV_PRODUCTION) : \Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse
sets new user quota for the sms service
Name | Type | Description |
---|---|---|
$quotaMax | integer | |
$environment | integer |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse |
changeVoiceCallQuotaPool(integer $quotaMax = 0, integer $environment = self::ENV_PRODUCTION) : \Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse
sets new user quota for the voice call service
Name | Type | Description |
---|---|---|
$quotaMax | integer | |
$environment | integer |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse |
getAccountBalance(array $accounts = array()) : \Zend_Service_DeveloperGarden_Response_BaseUserService_GetAccountBalanceResponse
get the result for a list of accounts
Name | Type | Description |
---|---|---|
$accounts | array |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Response_BaseUserService_GetAccountBalanceResponse |
getConfernceCallQuotaInformation(int $environment = self::ENV_PRODUCTION) : \Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse
returns the Quota Information for SMS ConferenceCall
Name | Type | Description |
---|---|---|
$environment | int |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse |
getIPLocationQuotaInformation(int $environment = self::ENV_PRODUCTION) : \Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse
returns the Quota Information for IPLocation Service
Name | Type | Description |
---|---|---|
$environment | int |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse |
getLocalSearchQuotaInformation(int $environment = self::ENV_PRODUCTION) : \Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse
returns the Quota Information for LocaleSearch Service
Name | Type | Description |
---|---|---|
$environment | int |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse |
getQuotaInformation(\Zend_Service_DeveloperGarden_Request_BaseUserService $request) : \Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse
returns the quota information
Name | Type | Description |
---|---|---|
$request | \Zend_Service_DeveloperGarden_Request_BaseUserService |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse |
getSmsQuotaInformation(int $environment = self::ENV_PRODUCTION) : \Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse
returns the Quota Information for SMS Service
Name | Type | Description |
---|---|---|
$environment | int |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse |
getVoiceCallQuotaInformation(int $environment = self::ENV_PRODUCTION) : \Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse
returns the Quota Information for VoiceCall Service
Name | Type | Description |
---|---|---|
$environment | int |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse |