public class UiDocumentServiceDAOJdbcImpl extends Object implements UiDocumentServiceDAO
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
LOG |
Constructor and Description |
---|
UiDocumentServiceDAOJdbcImpl() |
Modifier and Type | Method and Description |
---|---|
Map<String,EntityName> |
findEntityNamesForRole(String roleId) |
Map<String,Group> |
findGroupsForRole(String roleId) |
void |
setDataSource(DataSource dataSource) |
public static final org.apache.log4j.Logger LOG
public UiDocumentServiceDAOJdbcImpl()
public void setDataSource(DataSource dataSource)
public Map<String,Group> findGroupsForRole(String roleId)
findGroupsForRole
in interface UiDocumentServiceDAO
public Map<String,EntityName> findEntityNamesForRole(String roleId)
findEntityNamesForRole
in interface UiDocumentServiceDAO
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.