Class EmbeddedNotesPresenter

Object
AbstractPresenter<EmbeddedNotesView>
EmbeddedNotesPresenter
All Implemented Interfaces:
Presenter<EmbeddedNotesView>, PresenterLifeCicleAware<EmbeddedNotesView>, PaginationComponent.Delegate, Serializable

@Component @Scope("prototype") public class EmbeddedNotesPresenter extends AbstractPresenter<EmbeddedNotesView> implements PaginationComponent.Delegate
See Also:
  • Constructor Details

    • EmbeddedNotesPresenter

      public EmbeddedNotesPresenter()
  • Method Details

    • setProcessoInstanciaService

      @Autowired public void setProcessoInstanciaService(ProcessoInstanciaService processoInstanciaService)
    • setRoleService

      @Autowired public void setRoleService(RoleService roleService)
    • setView

      @Autowired public void setView(EmbeddedNotesView view)
    • getView

      public EmbeddedNotesView getView()
      Specified by:
      getView in interface Presenter<EmbeddedNotesView>
    • refreshNotes

      public void refreshNotes()
    • setProcessInstanceId

      public void setProcessInstanceId(String processInstanceId)
    • getRecordCount

      public long getRecordCount()
      Specified by:
      getRecordCount in interface PaginationComponent.Delegate
    • load

      public void load(int offset, int limit)
      Specified by:
      load in interface PaginationComponent.Delegate
    • setRequiredDurationNotes

      public void setRequiredDurationNotes(boolean requiredDurationNotes)