14 if(
$o->sUnit ==
'system') {
16 case 'join_after_payment';
17 $this->oModule->processJoinAfterPayment(
$o);
22 if (
$o -> sUnit ==
'profile' ) {
23 switch (
$o -> sAction ) {
28 $iRemoteProfileId = $oSession ->
getValue($this -> oModule -> _oConfig -> sSessionUid);
30 if($iRemoteProfileId) {
31 $oSession -> unsetValue($this -> oModule -> _oConfig -> sSessionUid);
34 $this -> oModule -> _oDb -> saveRemoteId(
$o -> iObject, $iRemoteProfileId);
40 $this -> oModule -> _oDb -> deleteRemoteAccount(
$o -> iObject);