126127128129130131132133134
} return Optional.absent(); } private Optional<Long> getAccountId() { AuthenticatedAccountHome accountHome = ServiceLocator.instance().getInstance( AuthenticatedAccountHome.class); return Optional.fromNullable((Long) accountHome.getId()); }