Package it.pdor.webapp.contabilita.operazioniGiornaliere.controller

Examples of it.pdor.webapp.contabilita.operazioniGiornaliere.controller.FaseContabilita


  }

  public void cambiaFase(long numeroFase) {
    long numeroPratica = getMovimentoLegale().getMovimentoLegaleId().getPratica();
    long numeroAzione = getMovimentoLegale().getRiferimentoAzione().longValue();
    FaseContabilita faseContabilita = primaNotaController.recuperaFase(numeroPratica, numeroAzione, numeroFase);
    if (faseContabilita != null)
      cambiaFase(faseContabilita);
    else {
      alertMsgPopup.setMessage(messageBundle.getMessage("AlertMsgNumeroFaseNonValido"));
      alertMsgPopup.openPopup();
View Full Code Here

TOP

Related Classes of it.pdor.webapp.contabilita.operazioniGiornaliere.controller.FaseContabilita

Copyright © 2018 www.massapicom. 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.