Service/DeveloperGarden/BaseUserService.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
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

Package: Zend_Service\DeveloperGarden
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

>VPropertyprotectedarray $_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')
Response, Request Classmapping
Default valuearray('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
>VPropertyprotectedarray $_moduleIds = array('SmsProduction' => 'SmsProduction', 'SmsSandbox' => 'SmsSandbox', 'VoiceCallProduction' => 'VoiceButlerProduction', 'VoiceCallSandbox' => 'VoiceButlerSandbox', 'ConferenceCallProduction' => 'CCSProduction', 'ConferenceCallSandbox' => 'CCSSandbox', 'LocalSearchProduction' => 'localsearchProduction', 'LocalSearchSandbox' => 'localsearchSandbox', 'IPLocationProduction' => 'IPLocationProduction', 'IPLocationSandbox' => 'IPLocationSandbox')
array with all QuotaModuleIds
Default valuearray('SmsProduction' => 'SmsProduction', 'SmsSandbox' => 'SmsSandbox', 'VoiceCallProduction' => 'VoiceButlerProduction', 'VoiceCallSandbox' => 'VoiceButlerSandbox', 'ConferenceCallProduction' => 'CCSProduction', 'ConferenceCallSandbox' => 'CCSSandbox', 'LocalSearchProduction' => 'localsearchProduction', 'LocalSearchSandbox' => 'localsearchSandbox', 'IPLocationProduction' => 'IPLocationProduction', 'IPLocationSandbox' => 'IPLocationSandbox')Details
Type
array
>VPropertyprotectedstring $_wsdlFile = 'https://gateway.developer.telekom.com/p3gw-mod-odg-admin/services/ODGBaseUserService?wsdl'
wsdl file
Default value'https://gateway.developer.telekom.com/p3gw-mod-odg-admin/services/ODGBaseUserService?wsdl'Details
Type
string
>VPropertyprotectedstring $_wsdlFileLocal = 'Wsdl/ODGBaseUserService.wsdl'
wsdl file local
Default value'Wsdl/ODGBaseUserService.wsdl'Details
Type
string

Methods

methodprotected_buildModuleString(string $module, integer $environment) : string

returns the correct module string

Parameters
NameTypeDescription
$modulestring
$environmentinteger
Returns
TypeDescription
string
methodprotected_checkModuleId(string $moduleId) : void

checks the moduleId and throws exception if not valid

Parameters
NameTypeDescription
$moduleIdstring
Throws
ExceptionDescription
\Zend_Service_DeveloperGarden_Client_Exception
methodprotected_getChangeRequestModule(string $moduleId, integer $quotaMax) : \Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse

returns the request object with the specific moduleId and new quotaMax value

Parameters
NameTypeDescription
$moduleIdstring
$quotaMaxinteger
Returns
TypeDescription
\Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse
methodprotected_getRequestModule(string $moduleId) : \Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse

returns the request object with the specific moduleId

Parameters
NameTypeDescription
$moduleIdstring
Returns
TypeDescription
\Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse
methodpublicchangeConferenceCallQuotaPool(integer $quotaMax = 0, integer $environment = self::ENV_PRODUCTION) : \Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse

sets new user quota for the Conference Call service

Parameters
NameTypeDescription
$quotaMaxinteger
$environmentinteger
Returns
TypeDescription
\Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse
methodpublicchangeIPLocationQuotaPool(integer $quotaMax = 0, integer $environment = self::ENV_PRODUCTION) : \Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse

sets new user quota for the IPLocation service

Parameters
NameTypeDescription
$quotaMaxinteger
$environmentinteger
Returns
TypeDescription
\Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse
methodpublicchangeLocalSearchQuotaPool(integer $quotaMax = 0, integer $environment = self::ENV_PRODUCTION) : \Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse

sets new user quota for the Local Search service

Parameters
NameTypeDescription
$quotaMaxinteger
$environmentinteger
Returns
TypeDescription
\Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse
methodpublicchangeSmsQuotaPool(integer $quotaMax = 0, integer $environment = self::ENV_PRODUCTION) : \Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse

sets new user quota for the sms service

Parameters
NameTypeDescription
$quotaMaxinteger
$environmentinteger
Returns
TypeDescription
\Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse
methodpublicchangeVoiceCallQuotaPool(integer $quotaMax = 0, integer $environment = self::ENV_PRODUCTION) : \Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse

sets new user quota for the voice call service

Parameters
NameTypeDescription
$quotaMaxinteger
$environmentinteger
Returns
TypeDescription
\Zend_Service_DeveloperGarden_Response_BaseUserService_ChangeQuotaPoolResponse
methodpublicgetAccountBalance(array $accounts = array()) : \Zend_Service_DeveloperGarden_Response_BaseUserService_GetAccountBalanceResponse

get the result for a list of accounts

Parameters
NameTypeDescription
$accountsarray
Returns
TypeDescription
\Zend_Service_DeveloperGarden_Response_BaseUserService_GetAccountBalanceResponse
methodpublicgetConfernceCallQuotaInformation(int $environment = self::ENV_PRODUCTION) : \Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse

returns the Quota Information for SMS ConferenceCall

Parameters
NameTypeDescription
$environmentint
Returns
TypeDescription
\Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse
methodpublicgetIPLocationQuotaInformation(int $environment = self::ENV_PRODUCTION) : \Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse

returns the Quota Information for IPLocation Service

Parameters
NameTypeDescription
$environmentint
Returns
TypeDescription
\Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse
methodpublicgetLocalSearchQuotaInformation(int $environment = self::ENV_PRODUCTION) : \Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse

returns the Quota Information for LocaleSearch Service

Parameters
NameTypeDescription
$environmentint
Returns
TypeDescription
\Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse
methodpublicgetModuleIds() : array

returns an array with all possible ModuleIDs

Returns
TypeDescription
array
methodpublicgetSmsQuotaInformation(int $environment = self::ENV_PRODUCTION) : \Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse

returns the Quota Information for SMS Service

Parameters
NameTypeDescription
$environmentint
Returns
TypeDescription
\Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse
methodpublicgetVoiceCallQuotaInformation(int $environment = self::ENV_PRODUCTION) : \Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse

returns the Quota Information for VoiceCall Service

Parameters
NameTypeDescription
$environmentint
Returns
TypeDescription
\Zend_Service_DeveloperGarden_Response_BaseUserService_GetQuotaInformationResponse
Documentation was generated by phpDocumentor 2.2.0 .