|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.api.database.daos.DaoFacade
public class DaoFacade
| Constructor Summary | |
|---|---|
DaoFacade(ProfilesDao profilesDao,
RulesDao rulesDao,
MeasuresDao measuresDao,
AsyncMeasuresDao asyncMeasureDao)
|
|
| Method Summary | |
|---|---|
AsyncMeasuresDao |
getAsyncMeasureDao()
|
MeasuresDao |
getMeasuresDao()
|
ProfilesDao |
getProfilesDao()
|
RulesDao |
getRulesDao()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DaoFacade(ProfilesDao profilesDao,
RulesDao rulesDao,
MeasuresDao measuresDao,
AsyncMeasuresDao asyncMeasureDao)
| Method Detail |
|---|
public RulesDao getRulesDao()
public ProfilesDao getProfilesDao()
public MeasuresDao getMeasuresDao()
public AsyncMeasuresDao getAsyncMeasureDao()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||