|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class PositionTitle. More...
Inheritance diagram for ILIAS\OrgUnit\Webservices\SOAP\PositionTitle:
Collaboration diagram for ILIAS\OrgUnit\Webservices\SOAP\PositionTitle:Public Member Functions | |
| getName () | |
| getOutputParams () | |
| Get the output parameters in the same format as the input parameters. More... | |
| getDocumentation () | |
| Get the documentation of this method. More... | |
Public Member Functions inherited from ILIAS\OrgUnit\Webservices\SOAP\Base | |
| getServiceStyle () | |
| Get the service style, e.g. More... | |
| getServiceUse () | |
| Get the service use, e.g. More... | |
| getServiceNamespace () | |
| Get the namespace of the service where this method belongs to. More... | |
| getInputParams () | |
| Get the input parameters. More... | |
| execute (array $params) | |
| Execute the business logic for this SOAP method (when a SOAP request hits the endpoint defined by the name). More... | |
| addError (string $message) | |
Public Member Functions inherited from ilSoapAdministration | |
| __construct (bool $use_nusoap=true) | |
| getMessage () | |
| appendMessage (string $a_str) | |
| setMessageCode (string $a_code) | |
| getMessageCode () | |
| reInitUser () | |
| isFault ($object) | |
| getInstallationInfoXML () | |
| getClientInfoXML (string $clientid) | |
| getName () | |
| Get the name of the method. More... | |
| getInputParams () | |
| Get the input parameters. More... | |
| getOutputParams () | |
| Get the output parameters in the same format as the input parameters. More... | |
| getServiceNamespace () | |
| Get the namespace of the service where this method belongs to. More... | |
| getServiceStyle () | |
| Get the service style, e.g. More... | |
| getServiceUse () | |
| Get the service use, e.g. More... | |
| getDocumentation () | |
| Get the documentation of this method. More... | |
| execute (array $params) | |
| Execute the business logic for this SOAP method (when a SOAP request hits the endpoint defined by the name). More... | |
Data Fields | |
| const | POSITION_ID = 'position_id' |
Data Fields inherited from ILIAS\OrgUnit\Webservices\SOAP\Base | |
| const | TYPE_INT_ARRAY = 'tns:intArray' |
| const | TYPE_STRING = 'xsd:string' |
| const | TYPE_INT = 'xsd:int' |
| const | TYPE_DOUBLE_ARRAY = 'tns:doubleArray' |
| const | SID = 'sid' |
| const | ORGU_REF_ID = 'orgu_ref_id' |
| const | POSITION_ID = 'position_id' |
| const | USR_IDS = 'usr_ids' |
| const | USR_ID = 'usr_id' |
Data Fields inherited from ilSoapAdministration | |
| const | NUSOAP = 1 |
| const | PHP5 = 2 |
| int | $error_method |
| Defines type of error handling (PHP5 || NUSOAP) More... | |
Protected Member Functions | |
| run (array $params) | |
| getAdditionalInputParams () | |
Protected Member Functions inherited from ILIAS\OrgUnit\Webservices\SOAP\Base | |
| initIliasAndCheckSession (string $session_id) | |
| Use this method at the beginning of your execute() method to check if the provided session ID is valid. More... | |
| checkParameters (array $params) | |
| Check that all input parameters are present when executing the soap method. More... | |
| getAdditionalInputParams () | |
| run (array $params) | |
Protected Member Functions inherited from ilSoapAdministration | |
| checkSession (string $sid) | |
| explodeSid (string $sid) | |
| setMessage (string $a_str) | |
| initAuth (string $sid) | |
| initIlias () | |
| initAuthenticationObject () | |
| raiseError (string $a_message, $a_code) | |
| checkObjectAccess (int $ref_id, array $expected_type, string $permission, bool $returnObject=false) | |
| check access for ref id: expected type, permission, return object instance if returnobject is true More... | |
Additional Inherited Members | |
Protected Attributes inherited from ILIAS\OrgUnit\Webservices\SOAP\Base | |
| ilOrgUnitPositionDBRepository | $positionRepo |
| ilOrgUnitUserAssignmentDBRepository | $assignmentRepo |
Protected Attributes inherited from ilSoapAdministration | |
| bool | $soap_check = true |
| string | $message = '' |
| string | $message_code = '' |
Class PositionTitle.
Definition at line 27 of file PositionTitle.php.
|
protected |
Reimplemented from ILIAS\OrgUnit\Webservices\SOAP\Base.
Definition at line 54 of file PositionTitle.php.
References ILIAS\OrgUnit\Webservices\SOAP\Base\TYPE_INT.
| ILIAS\OrgUnit\Webservices\SOAP\PositionTitle::getDocumentation | ( | ) |
Get the documentation of this method.
Implements ilSoapMethod.
Definition at line 64 of file PositionTitle.php.
| ILIAS\OrgUnit\Webservices\SOAP\PositionTitle::getName | ( | ) |
Implements ilSoapMethod.
Definition at line 49 of file PositionTitle.php.
| ILIAS\OrgUnit\Webservices\SOAP\PositionTitle::getOutputParams | ( | ) |
Get the output parameters in the same format as the input parameters.
Implements ilSoapMethod.
Definition at line 59 of file PositionTitle.php.
References ILIAS\OrgUnit\Webservices\SOAP\Base\TYPE_STRING.
|
protected |
SoapFault
Reimplemented from ILIAS\OrgUnit\Webservices\SOAP\Base.
Definition at line 34 of file PositionTitle.php.
References $params, ILIAS\OrgUnit\Webservices\SOAP\Base\addError(), and ILIAS\OrgUnit\Webservices\SOAP\PositionTitle\POSITION_ID.
Here is the call graph for this function:| const ILIAS\OrgUnit\Webservices\SOAP\PositionTitle::POSITION_ID = 'position_id' |
Definition at line 29 of file PositionTitle.php.
Referenced by ILIAS\OrgUnit\Webservices\SOAP\PositionTitle\run().