com.mycompany.controller
Class DashboardController

java.lang.Object
  extended by com.mycompany.controller.AbstractController
      extended by com.mycompany.controller.DashboardController
All Implemented Interfaces:
java.io.Serializable

public class DashboardController
extends AbstractController

Controller class for dashboard screen.

Author:
Ian Hlavats (ian@tarantulaconsulting.com)
See Also:
Serialized Form

Constructor Summary
DashboardController()
           
 
Method Summary
 org.primefaces.model.DashboardModel getModel()
           
 void handleReorder(org.primefaces.event.DashboardReorderEvent event)
           
 
Methods inherited from class com.mycompany.controller.AbstractController
setUserSession
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DashboardController

public DashboardController()
Method Detail

handleReorder

public void handleReorder(org.primefaces.event.DashboardReorderEvent event)

getModel

public org.primefaces.model.DashboardModel getModel()