jBPM Console NG - Human Tasks Client 6.0.2-SNAPSHOT

org.jbpm.console.ng.ht.client.editors.quicknewuser
Class QuickNewUserPresenter

java.lang.Object
  extended by org.jbpm.console.ng.ht.client.editors.quicknewuser.QuickNewUserPresenter

@Dependent
public class QuickNewUserPresenter
extends Object


Nested Class Summary
static interface QuickNewUserPresenter.QuickNewUserView
           
 
Constructor Summary
QuickNewUserPresenter()
           
 
Method Summary
 void addUser()
           
 void close()
           
 List<Group> getSelectedGroups()
           
 List<TypeRole> getSelectedTypesRole()
           
 String getTitle()
           
 org.uberfire.client.mvp.UberView<QuickNewUserPresenter> getView()
           
 void init()
           
 void loadGroups()
           
 void loadTypesRole()
           
 void onOpen()
           
 void onStartup(org.uberfire.mvp.PlaceRequest place)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuickNewUserPresenter

public QuickNewUserPresenter()
Method Detail

onStartup

public void onStartup(org.uberfire.mvp.PlaceRequest place)

getTitle

public String getTitle()

getView

public org.uberfire.client.mvp.UberView<QuickNewUserPresenter> getView()

init

@PostConstruct
public void init()

onOpen

public void onOpen()

addUser

public void addUser()

getSelectedGroups

public List<Group> getSelectedGroups()

getSelectedTypesRole

public List<TypeRole> getSelectedTypesRole()

loadGroups

public void loadGroups()

loadTypesRole

public void loadTypesRole()

close

public void close()

jBPM Console NG - Human Tasks Client 6.0.2-SNAPSHOT

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.