Uses of Class
org.apache.openmeetings.db.entity.server.LdapConfig
-
Packages that use LdapConfig Package Description org.apache.openmeetings.db.dao.server -
-
Uses of LdapConfig in org.apache.openmeetings.db.dao.server
Methods in org.apache.openmeetings.db.dao.server that return LdapConfig Modifier and Type Method Description LdapConfigLdapConfigDao. get(Long id)LdapConfigLdapConfigDao. update(LdapConfig entity, Long userId)Methods in org.apache.openmeetings.db.dao.server that return types with arguments of type LdapConfig Modifier and Type Method Description List<LdapConfig>LdapConfigDao. get()List<LdapConfig>LdapConfigDao. get(long start, long count)List<LdapConfig>LdapConfigDao. get(String search, long start, long count, String sort)List<LdapConfig>LdapConfigDao. getActive()Methods in org.apache.openmeetings.db.dao.server with parameters of type LdapConfig Modifier and Type Method Description voidLdapConfigDao. delete(LdapConfig entity, Long userId)LdapConfigLdapConfigDao. update(LdapConfig entity, Long userId)
-