|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| getModuleIds () | |
| getSmsQuotaInformation ($environment=self::ENV_PRODUCTION) | |
| getVoiceCallQuotaInformation ($environment=self::ENV_PRODUCTION) | |
| getConfernceCallQuotaInformation ($environment=self::ENV_PRODUCTION) | |
| getLocalSearchQuotaInformation ($environment=self::ENV_PRODUCTION) | |
| getIPLocationQuotaInformation ($environment=self::ENV_PRODUCTION) | |
| getQuotaInformation (Zend_Service_DeveloperGarden_Request_BaseUserService_GetQuotaInformation $request) | |
| changeSmsQuotaPool ($quotaMax=0, $environment=self::ENV_PRODUCTION) | |
| changeVoiceCallQuotaPool ($quotaMax=0, $environment=self::ENV_PRODUCTION) | |
| changeIPLocationQuotaPool ($quotaMax=0, $environment=self::ENV_PRODUCTION) | |
| changeConferenceCallQuotaPool ($quotaMax=0, $environment=self::ENV_PRODUCTION) | |
| changeLocalSearchQuotaPool ($quotaMax=0, $environment=self::ENV_PRODUCTION) | |
| changeQuotaPool (Zend_Service_DeveloperGarden_Request_BaseUserService_ChangeQuotaPool $request) | |
| getAccountBalance (array $accounts=array()) | |
Protected Member Functions | |
| _checkModuleId ($moduleId) | |
| _buildModuleString ($module, $environment) | |
| _getRequestModule ($moduleId) | |
| _getChangeRequestModule ($moduleId, $quotaMax) | |
Protected Attributes | |
| $_wsdlFile = 'https://gateway.developer.telekom.com/p3gw-mod-odg-admin/services/ODGBaseUserService?wsdl' | |
| $_wsdlFileLocal = 'Wsdl/ODGBaseUserService.wsdl' | |
| $_classMap | |
| $_moduleIds | |
Definition at line 71 of file BaseUserService.php.
| _buildModuleString | ( | $ | module, |
| $ | environment | ||
| ) | [protected] |
returns the correct module string
| string | $module | |
| integer | $environment |
Definition at line 154 of file BaseUserService.php.

| _checkModuleId | ( | $ | moduleId | ) | [protected] |
checks the moduleId and throws exception if not valid
| string | $moduleId |
| Zend_Service_DeveloperGarden_Client_Exception |
Definition at line 139 of file BaseUserService.php.

| _getChangeRequestModule | ( | $ | moduleId, |
| $ | quotaMax | ||
| ) | [protected] |
returns the request object with the specific moduleId and new quotaMax value
| string | $moduleId | |
| integer | $quotaMax |
Definition at line 201 of file BaseUserService.php.

| _getRequestModule | ( | $ | moduleId | ) | [protected] |
returns the request object with the specific moduleId
| string | $moduleId |
Definition at line 187 of file BaseUserService.php.

| changeConferenceCallQuotaPool | ( | $ | quotaMax = 0, |
| $ | environment = self::ENV_PRODUCTION |
||
| ) |
sets new user quota for the Conference Call service
| integer | $quotaMax | |
| integer | $environment |
Definition at line 346 of file BaseUserService.php.

| changeIPLocationQuotaPool | ( | $ | quotaMax = 0, |
| $ | environment = self::ENV_PRODUCTION |
||
| ) |
sets new user quota for the IPLocation service
| integer | $quotaMax | |
| integer | $environment |
Definition at line 331 of file BaseUserService.php.

| changeLocalSearchQuotaPool | ( | $ | quotaMax = 0, |
| $ | environment = self::ENV_PRODUCTION |
||
| ) |
sets new user quota for the Local Search service
| integer | $quotaMax | |
| integer | $environment |
Definition at line 361 of file BaseUserService.php.

set new quota values for the defined module
| Zend_Service_DeveloperGarden_Request_BaseUserService_ChangeQuotaPool | $request |
Definition at line 375 of file BaseUserService.php.


| changeSmsQuotaPool | ( | $ | quotaMax = 0, |
| $ | environment = self::ENV_PRODUCTION |
||
| ) |
sets new user quota for the sms service
| integer | $quotaMax | |
| integer | $environment |
Definition at line 301 of file BaseUserService.php.

| changeVoiceCallQuotaPool | ( | $ | quotaMax = 0, |
| $ | environment = self::ENV_PRODUCTION |
||
| ) |
sets new user quota for the voice call service
| integer | $quotaMax | |
| integer | $environment |
Definition at line 316 of file BaseUserService.php.

| getAccountBalance | ( | array $ | accounts = array() | ) |
get the result for a list of accounts
| array | $accounts |
Definition at line 390 of file BaseUserService.php.

| getConfernceCallQuotaInformation | ( | $ | environment = self::ENV_PRODUCTION | ) |
returns the Quota Information for SMS ConferenceCall
| int | $environment |
Definition at line 243 of file BaseUserService.php.

| getIPLocationQuotaInformation | ( | $ | environment = self::ENV_PRODUCTION | ) |
returns the Quota Information for IPLocation Service
| int | $environment |
Definition at line 271 of file BaseUserService.php.

| getLocalSearchQuotaInformation | ( | $ | environment = self::ENV_PRODUCTION | ) |
returns the Quota Information for LocaleSearch Service
| int | $environment |
Definition at line 257 of file BaseUserService.php.

| getModuleIds | ( | ) |
returns an array with all possible ModuleIDs
Definition at line 127 of file BaseUserService.php.
| getQuotaInformation | ( | Zend_Service_DeveloperGarden_Request_BaseUserService_GetQuotaInformation $ | request | ) |
returns the quota information
| Zend_Service_DeveloperGarden_Request_BaseUserService | $request |
Definition at line 285 of file BaseUserService.php.


| getSmsQuotaInformation | ( | $ | environment = self::ENV_PRODUCTION | ) |
returns the Quota Information for SMS Service
| int | $environment |
Definition at line 215 of file BaseUserService.php.

| getVoiceCallQuotaInformation | ( | $ | environment = self::ENV_PRODUCTION | ) |
returns the Quota Information for VoiceCall Service
| int | $environment |
Definition at line 229 of file BaseUserService.php.

$_classMap [protected] |
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', )
Reimplemented from Zend_Service_DeveloperGarden_Client_ClientAbstract.
Definition at line 93 of file BaseUserService.php.
$_moduleIds [protected] |
array( 'SmsProduction' => 'SmsProduction', 'SmsSandbox' => 'SmsSandbox', 'VoiceCallProduction' => 'VoiceButlerProduction', 'VoiceCallSandbox' => 'VoiceButlerSandbox', 'ConferenceCallProduction' => 'CCSProduction', 'ConferenceCallSandbox' => 'CCSSandbox', 'LocalSearchProduction' => 'localsearchProduction', 'LocalSearchSandbox' => 'localsearchSandbox', 'IPLocationProduction' => 'IPLocationProduction', 'IPLocationSandbox' => 'IPLocationSandbox' )
Definition at line 109 of file BaseUserService.php.
$_wsdlFile = 'https://gateway.developer.telekom.com/p3gw-mod-odg-admin/services/ODGBaseUserService?wsdl' [protected] |
Reimplemented from Zend_Service_DeveloperGarden_Client_ClientAbstract.
Definition at line 78 of file BaseUserService.php.
$_wsdlFileLocal = 'Wsdl/ODGBaseUserService.wsdl' [protected] |
Reimplemented from Zend_Service_DeveloperGarden_Client_ClientAbstract.
Definition at line 85 of file BaseUserService.php.