Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_DeveloperGarden_ConferenceCall Class Reference
Inheritance diagram for Zend_Service_DeveloperGarden_ConferenceCall:
Collaboration diagram for Zend_Service_DeveloperGarden_ConferenceCall:

Public Member Functions

 createConference ($ownerId, Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail $conferenceDetails, Zend_Service_DeveloperGarden_ConferenceCall_ConferenceSchedule $conferenceSchedule=null, $account=null)
 commitConference ($conferenceId)
 updateConference ($conferenceId, $ownerId=null, Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail $conferenceDetails=null, Zend_Service_DeveloperGarden_ConferenceCall_ConferenceSchedule $conferenceSchedule=null, $account=null)
 getConferenceStatus ($conferenceId, $what=0)
 getRunningConference ($conferenceId)
 removeConference ($conferenceId)
 getConferenceList ($what=0, $ownerId=null)
 newParticipant ($conferenceId, Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail $participant)
 getParticipantStatus ($conferenceId, $participantId)
 removeParticipant ($conferenceId, $participantId)
 updateParticipant ($conferenceId, $participantId, $action=null, Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail $participant=null)
 createConferenceTemplate ($ownerId, Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail $conferenceDetails, array $participants=null)
 getConferenceTemplate ($templateId)
 updateConferenceTemplate ($templateId, $initiatorId=null, Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail $conferenceDetails=null)
 removeConferenceTemplate ($templateId)
 getConferenceTemplateList ($ownerId)
 addConferenceTemplateParticipant ($templateId, Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail $participant)
 getConferenceTemplateParticipant ($templateId, $participantId)
 updateConferenceTemplateParticipant ($templateId, $participantId, Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail $participant)
 removeConferenceTemplateParticipant ($templateId, $participantId)

Protected Attributes

 $_wsdlFile = 'https://gateway.developer.telekom.com/p3gw-mod-odg-ccs/services/ccsPort?wsdl'
 $_wsdlFileLocal = 'Wsdl/ccsPort.wsdl'
 $_classMap

Detailed Description

Definition at line 326 of file ConferenceCall.php.


Member Function Documentation

adds a new participants to the template

Parameters:
string$templateId
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail$participant
Returns:
Zend_Service_DeveloperGarden_Response_ConferenceCall_AddConferenceTemplateParticipantResponseType

Definition at line 785 of file ConferenceCall.php.

Here is the call graph for this function:

commitConference ( conferenceId)

commits the given conference

Parameters:
string$conferenceId
Returns:
Zend_Service_DeveloperGarden_Response_ConferenceCall_CommitConferenceResponse

Definition at line 435 of file ConferenceCall.php.

Here is the call graph for this function:

createConference ( ownerId,
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail conferenceDetails,
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceSchedule conferenceSchedule = null,
account = null 
)

creates a new conference, ownerId should be between 3 and 39 chars

Parameters:
string$ownerId
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail$conferenceDetails
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceSchedule$conferenceSchedule
integer$account
Returns:
Zend_Service_DeveloperGarden_Response_ConferenceCall_CreateConferenceResponseType

Definition at line 409 of file ConferenceCall.php.

Here is the call graph for this function:

createConferenceTemplate ( ownerId,
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail conferenceDetails,
array participants = null 
)

creates a new conference template

Parameters:
string$ownerId
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail$conferenceDetails
array$participants
Returns:
Zend_Service_DeveloperGarden_Response_ConferenceCall_CreateConferenceTemplateResponseType

Definition at line 672 of file ConferenceCall.php.

Here is the call graph for this function:

getConferenceList ( what = 0,
ownerId = null 
)

returns a list of conferences

Parameters:
integer$what
string$ownerId
Returns:
Zend_Service_DeveloperGarden_Response_ConferenceCall_GetConferenceListResponseType

Definition at line 551 of file ConferenceCall.php.

Here is the call graph for this function:

getConferenceStatus ( conferenceId,
what = 0 
)

get conference status details

Parameters:
string$conferenceId
integer$what
Returns:
Zend_Service_DeveloperGarden_Response_ConferenceCall_GetConferenceStatusResponseType

Definition at line 489 of file ConferenceCall.php.

Here is the call graph for this function:

getConferenceTemplate ( templateId)

get a specific template

Parameters:
string$templateId
Returns:
Zend_Service_DeveloperGarden_Response_ConferenceCall_GetConferenceTemplateResponseType

Definition at line 697 of file ConferenceCall.php.

Here is the call graph for this function:

getConferenceTemplateList ( ownerId)

lists all available conference templates for the given owner

Parameters:
string$ownerId
Returns:
Zend_Service_DeveloperGarden_Response_ConferenceCall_GetConferenceTemplateListResponseType

Definition at line 764 of file ConferenceCall.php.

Here is the call graph for this function:

getConferenceTemplateParticipant ( templateId,
participantId 
)

returns a praticipant for the given templateId

Parameters:
string$templateId
string$participantId
Returns:
Zend_Service_DeveloperGarden_Response_ConferenceCall_GetConferenceTemplateParticipantResponseType

Definition at line 809 of file ConferenceCall.php.

Here is the call graph for this function:

getParticipantStatus ( conferenceId,
participantId 
)

fetches the participant details for the given conferenceId

Parameters:
string$conferenceId
string$participantId
Returns:
Zend_Service_DeveloperGarden_Response_ConferenceCall_GetParticipantStatusResponseType

Definition at line 597 of file ConferenceCall.php.

Here is the call graph for this function:

getRunningConference ( conferenceId)

returns the conferenceId of the running conference instance for a planned recurring conference or the current conferenceId

Returns:
Zend_Service_DeveloperGarden_Response_ConferenceCall_GetRunningConferenceResponseType

Definition at line 510 of file ConferenceCall.php.

Here is the call graph for this function:

adds a new participant to the given conference

Parameters:
string$conferenceId
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail$participant
Returns:
Zend_Service_DeveloperGarden_Response_ConferenceCall_NewParticipantResponseType

Definition at line 573 of file ConferenceCall.php.

Here is the call graph for this function:

removeConference ( conferenceId)

remove a conference

Parameters:
string$conferenceId
Returns:
Zend_Service_DeveloperGarden_Response_ConferenceCall_CCSResponseType

Definition at line 530 of file ConferenceCall.php.

Here is the call graph for this function:

removeConferenceTemplate ( templateId)

remove a conference template

Parameters:
string$templateId
Returns:
Zend_Service_DeveloperGarden_Response_ConferenceCall_CCSResponseType

Definition at line 744 of file ConferenceCall.php.

Here is the call graph for this function:

removeConferenceTemplateParticipant ( templateId,
participantId 
)

removes a praticipant from the given templateId

Parameters:
string$templateId
string$participantId
Returns:
Zend_Service_DeveloperGarden_Response_ConferenceCall_CCSResponseType

Definition at line 858 of file ConferenceCall.php.

Here is the call graph for this function:

removeParticipant ( conferenceId,
participantId 
)

removes the given participant from the conference

Parameters:
string$conferenceId
string$participantId
Returns:
Zend_Service_DeveloperGarden_Response_ConferenceCall_CCSResponseType

Definition at line 619 of file ConferenceCall.php.

Here is the call graph for this function:

updateConference ( conferenceId,
ownerId = null,
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail conferenceDetails = null,
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceSchedule conferenceSchedule = null,
account = null 
)

updates a conference with the given parameter

Parameters:
string$conferenceId
string$ownerId
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail$conferenceDetails
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceSchedule$conferenceSchedule
string$account
Returns:
Zend_Service_DeveloperGarden_Response_ConferenceCall_CCSResponseType

Definition at line 459 of file ConferenceCall.php.

Here is the call graph for this function:

updateConferenceTemplate ( templateId,
initiatorId = null,
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail conferenceDetails = null 
)

updates a conference template

Parameters:
string$templateId
string$initiatorId
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail$conferenceDetails
Returns:
Zend_Service_DeveloperGarden_Response_ConferenceCall_CCSResponseType

Definition at line 719 of file ConferenceCall.php.

Here is the call graph for this function:

updates the participants details

Parameters:
string$templateId
string$participantId
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail$participant
Returns:
Zend_Service_DeveloperGarden_Response_ConferenceCall_CCSResponseType

Definition at line 832 of file ConferenceCall.php.

Here is the call graph for this function:

updateParticipant ( conferenceId,
participantId,
action = null,
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail participant = null 
)

updates the participant in the given conference

Parameters:
string$conferenceId
string$participantId
integer$action
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail$participant
Returns:
Zend_Service_DeveloperGarden_Response_ConferenceCall_CCSResponseType

Definition at line 643 of file ConferenceCall.php.

Here is the call graph for this function:


Field Documentation

$_classMap [protected]

Reimplemented from Zend_Service_DeveloperGarden_Client_ClientAbstract.

Definition at line 349 of file ConferenceCall.php.

$_wsdlFile = 'https://gateway.developer.telekom.com/p3gw-mod-odg-ccs/services/ccsPort?wsdl' [protected]

Reimplemented from Zend_Service_DeveloperGarden_Client_ClientAbstract.

Definition at line 334 of file ConferenceCall.php.

$_wsdlFileLocal = 'Wsdl/ccsPort.wsdl' [protected]

Reimplemented from Zend_Service_DeveloperGarden_Client_ClientAbstract.

Definition at line 341 of file ConferenceCall.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations