Class ListaRegistroLentidaoPresenter
- All Implemented Interfaces:
Presenter<ListaRegistroLentidaoView>,PresenterLifeCicleAware<ListaRegistroLentidaoView>,SystemMonitorPresenter<ListaRegistroLentidaoView>,Serializable
@Component
@Scope("prototype")
@Role({CONFIG_MANAGER,DEVELOPER})
@MenuContext(@Entry(displayName="Registros de Lentid\u00e3o",menu="SYSTEM_RESOURCES_MENU"))
@ConfigInfo(type=SYSTEM)
public class ListaRegistroLentidaoPresenter
extends AbstractPresenter<ListaRegistroLentidaoView>
implements SystemMonitorPresenter<ListaRegistroLentidaoView>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetView()voidinit()voidsetConexaoService(ConexaoService conexaoService) voidsetRegistroLentidaoService(RegistroLentidaoService lentidaoService) voidMethods inherited from class AbstractPresenter
closeAllowed, getEventBus, handlePresenterAttach, handlePresenterClose, handlePresenterDetach, setEventBusMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Presenter
getEventBus
-
Constructor Details
-
ListaRegistroLentidaoPresenter
public ListaRegistroLentidaoPresenter()
-
-
Method Details
-
setView
-
setConexaoService
-
setRegistroLentidaoService
-
getView
- Specified by:
getViewin interfacePresenter<ListaRegistroLentidaoView>
-
init
@PostConstruct public void init()
-