| return mapper(dbSession).selectGroupPermissionsByTemplateIdAndGroupNames(templateId,Collections.emptyList()); | return mapper(dbSession).selectGroupPermissionsByTemplateUuidAndGroupNames(templateUuid,Collections.emptyList()); | mapper(dbSession).selectGroupPermissionsByTemplateIdAndGroupNames(templateId,Collections.emptyList()) | mapper(dbSession).selectGroupPermissionsByTemplateUuidAndGroupNames(templateId,Collections.emptyList()) | sonarqube | 6c334f9290e0a5f42b4b128919d4c25b5d20ce58 | org.sonar.db.permission.template.PermissionTemplateDao | | | _1 | templateId |
|---|
| _2 | templateUuid |
|---|
| | TCIVar | templateId |
|---|
| v0 | mapper(dbSession) |
|---|
| v2 | Collections.emptyList() |
|---|
| | | TCIVar | templateId |
|---|
| v0 | mapper(dbSession) |
|---|
| v2 | Collections.emptyList() |
|---|
| Uses | True |