@Dependent public class TasksReassignmentPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
TasksReassignmentPresenter.TasksReassignmentView |
Modifier and Type | Field and Description |
---|---|
static String |
TASKS_REASSIGNMENT_POPUP |
Constructor and Description |
---|
TasksReassignmentPresenter() |
Modifier and Type | Method and Description |
---|---|
void |
displayNotification(String text) |
void |
displayUnsuccessfulNotification(String text) |
String |
getTitle() |
org.uberfire.client.mvp.UberView<TasksReassignmentPresenter> |
getView() |
void |
onOpen() |
void |
onStartup(org.uberfire.mvp.PlaceRequest place) |
void |
reassignTasksToUser(String userId) |
void |
setDeselectAllItemsEvent(javax.enterprise.event.Event<DeselectAllItemsEvent> deselectAllItemsEvent) |
void |
setNotificationEvent(javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent) |
void |
setTaskRefreshedEvent(javax.enterprise.event.Event<TaskRefreshedEvent> taskRefreshedEvent) |
void |
setTaskService(org.jboss.errai.common.client.api.Caller<TaskService> taskService) |
public static final String TASKS_REASSIGNMENT_POPUP
@Inject public void setTaskService(org.jboss.errai.common.client.api.Caller<TaskService> taskService)
public void onStartup(org.uberfire.mvp.PlaceRequest place)
public String getTitle()
public org.uberfire.client.mvp.UberView<TasksReassignmentPresenter> getView()
@Inject public void setNotificationEvent(javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent)
@Inject public void setDeselectAllItemsEvent(javax.enterprise.event.Event<DeselectAllItemsEvent> deselectAllItemsEvent)
@Inject public void setTaskRefreshedEvent(javax.enterprise.event.Event<TaskRefreshedEvent> taskRefreshedEvent)
public void reassignTasksToUser(String userId)
public void displayNotification(String text)
public void displayUnsuccessfulNotification(String text)
public void onOpen()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.