Class CadastroProcessoPresenter

Object
AbstractFormViewPresenter<Processo,CadastroProcessoView>
CadastroProcessoPresenter
All Implemented Interfaces:
Presenter<CadastroProcessoView>, PresenterLifeCicleAware<CadastroProcessoView>, Serializable

@Component @Scope("prototype") public class CadastroProcessoPresenter extends AbstractFormViewPresenter<Processo,CadastroProcessoView>
See Also:
  • Constructor Details

    • CadastroProcessoPresenter

      public CadastroProcessoPresenter()
  • Method Details

    • init

      @PostConstruct protected void init()
      Overrides:
      init in class AbstractFormViewPresenter<Processo,CadastroProcessoView>
    • setEntity

      public void setEntity(Processo entity)
      Overrides:
      setEntity in class AbstractFormViewPresenter<Processo,CadastroProcessoView>
    • setProcessoService

      @Autowired public void setProcessoService(ProcessoService processoService)
    • setView

      @Autowired public void setView(CadastroProcessoView view)
    • getView

      public CadastroProcessoView getView()
    • buttonNewPressed

      protected void buttonNewPressed()
      Specified by:
      buttonNewPressed in class AbstractFormViewPresenter<Processo,CadastroProcessoView>
    • buttonSavePressed

      protected void buttonSavePressed()
      Specified by:
      buttonSavePressed in class AbstractFormViewPresenter<Processo,CadastroProcessoView>
    • buttonSearchPressed

      protected void buttonSearchPressed()
      Specified by:
      buttonSearchPressed in class AbstractFormViewPresenter<Processo,CadastroProcessoView>
    • buttonUndoPressed

      protected void buttonUndoPressed()
      Specified by:
      buttonUndoPressed in class AbstractFormViewPresenter<Processo,CadastroProcessoView>
    • buttonDeleteConfirmed

      protected void buttonDeleteConfirmed()
      Specified by:
      buttonDeleteConfirmed in class AbstractFormViewPresenter<Processo,CadastroProcessoView>