ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Class AddUserIdToPositionInOrgUnit. More...
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... | |
![]() | |
__construct () | |
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) | |
![]() | |
__construct (bool $use_nusoap=true) | |
getMessage () | |
appendMessage (string $a_str) | |
setMessageCode (string $a_code) | |
getMessageCode () | |
reInitUser () | |
isFault ($object) | |
getInstallationInfoXML () | |
getClientInfoXML (string $clientid) | |
Protected Member Functions | |
run (array $params) | |
getAdditionalInputParams () | |
![]() | |
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) | |
![]() | |
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 | |
![]() | |
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' |
![]() | |
const | NUSOAP = 1 |
const | PHP5 = 2 |
int | $error_method |
Defines type of error handling (PHP5 || NUSOAP) More... | |
![]() | |
ilOrgUnitPositionDBRepository | $positionRepo |
ilOrgUnitUserAssignmentDBRepository | $assignmentRepo |
![]() | |
bool | $soap_check = true |
string | $message = '' |
string | $message_code = '' |
Class AddUserIdToPositionInOrgUnit.
Definition at line 31 of file RemoveUserIdFromPositionInOrgUnit.php.
|
protected |
Definition at line 70 of file RemoveUserIdFromPositionInOrgUnit.php.
References ILIAS\OrgUnit\Webservices\SOAP\Base\TYPE_INT.
ILIAS\OrgUnit\Webservices\SOAP\RemoveUserIdFromPositionInOrgUnit::getDocumentation | ( | ) |
Get the documentation of this method.
Implements ilSoapMethod.
Definition at line 83 of file RemoveUserIdFromPositionInOrgUnit.php.
ILIAS\OrgUnit\Webservices\SOAP\RemoveUserIdFromPositionInOrgUnit::getName | ( | ) |
Implements ilSoapMethod.
Definition at line 65 of file RemoveUserIdFromPositionInOrgUnit.php.
ILIAS\OrgUnit\Webservices\SOAP\RemoveUserIdFromPositionInOrgUnit::getOutputParams | ( | ) |
Get the output parameters in the same format as the input parameters.
Implements ilSoapMethod.
Definition at line 78 of file RemoveUserIdFromPositionInOrgUnit.php.
|
protected |
SoapFault |
Definition at line 36 of file RemoveUserIdFromPositionInOrgUnit.php.
References $user_id, ilObject\_exists(), ilObject\_lookupType(), and ILIAS\OrgUnit\Webservices\SOAP\Base\addError().