The following sample activates an existing account record.
// this sample assumes an account already exists with the unique key (String) value equal to uniqueKey
protected AccountRepository accountRepository;
accountRepository.activateAccount(uniqueKey);