Class NotificacoesPresenter
- All Implemented Interfaces:
Presenter<NotificacoesView>,PresenterLifeCicleAware<NotificacoesView>,PaginationComponent.Delegate,Serializable
@Component
@Scope("prototype")
public class NotificacoesPresenter
extends AbstractPresenter<NotificacoesView>
implements PaginationComponent.Delegate
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetView()voidhandlePresenterClose(PresenterCloseEvent event) voidload(int offset, int limit) voidsetConfigService(ConfigService configService) voidsetNotificationService(NotificationService notificationService) voidsetRoleService(RoleService roleService) voidsetUsuarioService(UsuarioService usuarioService) voidsetView(NotificacoesView view) Methods inherited from class AbstractPresenter
closeAllowed, getEventBus, handlePresenterAttach, handlePresenterDetach, setEventBus
-
Constructor Details
-
NotificacoesPresenter
public NotificacoesPresenter()
-
-
Method Details
-
setNotificationService
-
setUsuarioService
-
setConfigService
-
setRoleService
-
handlePresenterClose
public void handlePresenterClose(PresenterCloseEvent event) - Specified by:
handlePresenterClosein interfacePresenterLifeCicleAware<NotificacoesView>- Overrides:
handlePresenterClosein classAbstractPresenter<NotificacoesView>
-
setView
-
getView
- Specified by:
getViewin interfacePresenter<NotificacoesView>
-
getRecordCount
public long getRecordCount()- Specified by:
getRecordCountin interfacePaginationComponent.Delegate
-
load
public void load(int offset, int limit) - Specified by:
loadin interfacePaginationComponent.Delegate
-