Class ListTaskPermaLinkPresenter
- All Implemented Interfaces:
Presenter<ListTaskPermaLinkView>,PresenterLifeCicleAware<ListTaskPermaLinkView>,Serializable
@Component
@Scope("prototype")
public class ListTaskPermaLinkPresenter
extends AbstractPresenter<ListTaskPermaLinkView>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetView()voidinit()voidsetConfigService(ConfigService configService) voidsetEntityManager(EntityManager entityManager) voidsetProcessoInstanciaService(ProcessoInstanciaService processoInstanciaService) voidsetProcessoService(ProcessoService processoService) voidsetView(ListTaskPermaLinkView view) Methods inherited from class AbstractPresenter
closeAllowed, getEventBus, handlePresenterAttach, handlePresenterClose, handlePresenterDetach, setEventBus
-
Constructor Details
-
ListTaskPermaLinkPresenter
public ListTaskPermaLinkPresenter()
-
-
Method Details
-
setView
-
setProcessoInstanciaService
@Autowired public void setProcessoInstanciaService(ProcessoInstanciaService processoInstanciaService) -
setProcessoService
-
setConfigService
-
setEntityManager
public void setEntityManager(EntityManager entityManager) -
init
@PostConstruct public void init() -
getView
-