Class CadastroUsuarioPresenter

Object
AbstractFormViewPresenter<UsuarioDTO,CadastroUsuarioView>
CadastroUsuarioPresenter
All Implemented Interfaces:
Presenter<CadastroUsuarioView>, PresenterLifeCicleAware<CadastroUsuarioView>, Serializable

@Component @Scope("prototype") public class CadastroUsuarioPresenter extends AbstractFormViewPresenter<UsuarioDTO,CadastroUsuarioView>
See Also:
  • Constructor Details

    • CadastroUsuarioPresenter

      public CadastroUsuarioPresenter()
  • Method Details

    • setExpedienteService

      @Autowired public void setExpedienteService(ExpedienteService expedienteService)
    • getView

      public CadastroUsuarioView getView()
    • init

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

      public void setEntity(UsuarioDTO entity)
      Overrides:
      setEntity in class AbstractFormViewPresenter<UsuarioDTO,CadastroUsuarioView>
    • buttonNewPressed

      protected void buttonNewPressed()
      Specified by:
      buttonNewPressed in class AbstractFormViewPresenter<UsuarioDTO,CadastroUsuarioView>
    • isValid

      public boolean isValid()
      Overrides:
      isValid in class AbstractFormViewPresenter<UsuarioDTO,CadastroUsuarioView>
    • buttonSavePressed

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

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

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

      protected void buttonDeleteConfirmed()
      Specified by:
      buttonDeleteConfirmed in class AbstractFormViewPresenter<UsuarioDTO,CadastroUsuarioView>