org.kuali.rice.kim.service.dao.impl
Class UiDocumentServiceDAOJdbcImpl
java.lang.Object
org.kuali.rice.kim.service.dao.impl.UiDocumentServiceDAOJdbcImpl
- All Implemented Interfaces:
- UiDocumentServiceDAO
public class UiDocumentServiceDAOJdbcImpl
- extends Object
- implements UiDocumentServiceDAO
Spring JdbcTemplate implementation of UiDocumentServiceDAO
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Field Summary |
static org.apache.log4j.Logger |
LOG
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
public static final org.apache.log4j.Logger LOG
UiDocumentServiceDAOJdbcImpl
public UiDocumentServiceDAOJdbcImpl()
setDataSource
public void setDataSource(DataSource dataSource)
findGroupsForRole
public Map<String,Group> findGroupsForRole(String roleId)
- Specified by:
findGroupsForRole
in interface UiDocumentServiceDAO
findEntityNamesForRole
public Map<String,EntityName> findEntityNamesForRole(String roleId)
- Specified by:
findEntityNamesForRole
in interface UiDocumentServiceDAO
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.