Package | Description |
---|---|
org.apache.openmeetings.db.dao.server |
Modifier and Type | Method and Description |
---|---|
LdapConfig |
LdapConfigDao.get(Long id) |
LdapConfig |
LdapConfigDao.update(LdapConfig entity,
Long userId) |
Modifier and Type | Method and Description |
---|---|
List<LdapConfig> |
LdapConfigDao.get() |
List<LdapConfig> |
LdapConfigDao.get(int start,
int count) |
List<LdapConfig> |
LdapConfigDao.get(String search,
int start,
int count,
String sort) |
List<LdapConfig> |
LdapConfigDao.getActive() |
Modifier and Type | Method and Description |
---|---|
void |
LdapConfigDao.delete(LdapConfig entity,
Long userId) |
LdapConfig |
LdapConfigDao.update(LdapConfig entity,
Long userId) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.