Show/Hide Toolbars

The following sample activates an existing account record.

Code Snippet

// this sample assumes an account already exists with the unique key (String) value equal to uniqueKey

protected AccountRepository accountRepository;

accountRepository.activateAccount(uniqueKey);