@Override
 protected void execute() throws Exception {
   input.setFunds(fundCombo.<FundModel>getListData());
   input.setCashAccounts(cashAccountCombo.<CashAccountModel>getListData());
 }
 @Override
 protected void postInitialize(Object initValue) {
   fundCombo.setData(input.getFunds());
   cashAccountCombo.setData(input.getCashAccounts());
 }