org.sonar.core.user
Class AuthorDao

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

public class AuthorDao
extends Object
implements BatchComponent, ServerComponent

Since:
3.0

Constructor Summary
AuthorDao(MyBatis mybatis)
           
 
Method Summary
 int countDeveloperLogins(long developerId)
           
 void insert(AuthorDto authorDto)
           
 AuthorDto selectByLogin(String login)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorDao

public AuthorDao(MyBatis mybatis)
Method Detail

selectByLogin

public AuthorDto selectByLogin(String login)

countDeveloperLogins

public int countDeveloperLogins(long developerId)

insert

public void insert(AuthorDto authorDto)


Copyright © 2009-2012 SonarSource. All Rights Reserved.