Пример #1
0
 @PostConstruct
 public void init() {
   customer = services.getCustomerEdit();
   customer.setAccounts(services.getAccountsByCustomer(customer));
 }