org.sonar.core.dashboard
Class ActiveDashboardDao

java.lang.Object
  extended by org.sonar.core.dashboard.ActiveDashboardDao
All Implemented Interfaces:
BatchComponent, ServerComponent

public class ActiveDashboardDao
extends Object
implements BatchComponent, ServerComponent


Constructor Summary
ActiveDashboardDao(MyBatis mybatis)
           
 
Method Summary
 void insert(ActiveDashboardDto activeDashboardDto)
           
 int selectMaxOrderIndexForNullUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveDashboardDao

public ActiveDashboardDao(MyBatis mybatis)
Method Detail

insert

public void insert(ActiveDashboardDto activeDashboardDto)

selectMaxOrderIndexForNullUser

public int selectMaxOrderIndexForNullUser()


Copyright © 2009-2012 SonarSource. All Rights Reserved.