Class 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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetView()voidload(int offset, int limit) voidvoidsetProcessInstanceId(String processInstanceId) voidsetProcessoInstanciaService(ProcessoInstanciaService processoInstanciaService) voidsetRequiredDurationNotes(boolean requiredDurationNotes) voidsetRoleService(RoleService roleService) voidsetView(EmbeddedNotesView view) Methods inherited from class AbstractPresenter
closeAllowed, getEventBus, handlePresenterAttach, handlePresenterClose, handlePresenterDetach, setEventBus
-
Constructor Details
-
EmbeddedNotesPresenter
public EmbeddedNotesPresenter()
-
-
Method Details
-
setProcessoInstanciaService
@Autowired public void setProcessoInstanciaService(ProcessoInstanciaService processoInstanciaService) -
setRoleService
-
setView
-
getView
- Specified by:
getViewin interfacePresenter<EmbeddedNotesView>
-
refreshNotes
public void refreshNotes() -
setProcessInstanceId
-
getRecordCount
public long getRecordCount()- Specified by:
getRecordCountin interfacePaginationComponent.Delegate
-
load
public void load(int offset, int limit) - Specified by:
loadin interfacePaginationComponent.Delegate
-
setRequiredDurationNotes
public void setRequiredDurationNotes(boolean requiredDurationNotes)
-