Examples of OggettoSceltoBean


Examples of it.pdor.webapp.common.OggettoSceltoBean

  }

  protected void preparaDatiPerBackingBeanDestinazione() {
    popupRicercaConto.closePopup();

    OggettoSceltoBean oggettoSceltoBean = (OggettoSceltoBean) getBeanDestinazione();
    Conto contoScelto = ((RowConto) getListaRighe().getSelectedRow()).getConto();

    if (isGruppoMastroContoValorizzati()) {
      oggettoSceltoBean.propagaAggiornamento(getBeanSuCuiPropagare(), getNomeMetodoGruppo(), contoScelto
          .getPianoDeiConti().getCodiceGruppo());
      oggettoSceltoBean.propagaAggiornamento(getBeanSuCuiPropagare(), getNomeMetodoMastro(), contoScelto
          .getPianoDeiConti().getCodiceMastro());
      oggettoSceltoBean.propagaAggiornamento(getBeanSuCuiPropagare(), getNomeMetodoConto(), contoScelto
          .getPianoDeiConti().getCodiceConto());
    } else {
      ((OggettoSceltoBean) getBeanDestinazione()).propagaAggiornamento(getBeanSuCuiPropagare(), getNomeMetodo(),
          contoScelto.getPianoDeiConti().getCodiceConto());
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.