Methods |
public
|
__construct(AbstractModule $oModule = null)
|
#
|
public
|
createIdentity(int $iUserId, int $iAccountID, string $sFriendlyName, string $sEmail): boolean
|
#
|
public
|
getIdentity($Id): boolean
|
#
|
public
|
GetIdentitiesByUserId($UserId): boolean
|
#
|
public
|
updateIdentity(int $iId, string $sFriendlyName, string $sEmail, boolean $bDefault): boolean
|
#
|
public
|
updateIdentitySignature(int $iId, boolean $bUseSignature, string $sSignature): boolean
|
#
|
public
|
deleteIdentity(int $iId): boolean
|
#
|
public
|
getIdentities(int $iUserId, Builder $oFilters = null): Builder
|
#
|
public
|
deleteAccountIdentities(int $iAccountId): boolean
Deletes identities of the account.
Deletes identities of the account.
Parameters
$iAccountId |
Account identifier.
|
|
#
|
public
|
resetDefaultIdentity(int $iUserId, int $iAccountId)
|
#
|