Uses of Class
com.netgrif.application.engine.ldap.domain.LdapGroupRef
-
Packages that use LdapGroupRef Package Description com.netgrif.application.engine.ldap.service com.netgrif.application.engine.ldap.service.interfaces -
-
Uses of LdapGroupRef in com.netgrif.application.engine.ldap.service
Methods in com.netgrif.application.engine.ldap.service that return types with arguments of type LdapGroupRef Modifier and Type Method Description java.util.List<LdapGroupRef>LdapGroupRefService. findAllGroups()java.util.List<LdapGroupRef>LdapGroupRefService. searchGroups(java.lang.String fulltext)java.util.List<LdapGroupRef>LdapGroupRefService. searchGroups(org.springframework.ldap.query.LdapQuery ldapQuery) -
Uses of LdapGroupRef in com.netgrif.application.engine.ldap.service.interfaces
Methods in com.netgrif.application.engine.ldap.service.interfaces that return types with arguments of type LdapGroupRef Modifier and Type Method Description java.util.List<LdapGroupRef>ILdapGroupRefService. findAllGroups()java.util.List<LdapGroupRef>ILdapGroupRefService. searchGroups(java.lang.String searchText)java.util.List<LdapGroupRef>ILdapGroupRefService. searchGroups(org.springframework.ldap.query.LdapQuery ldapQuery)
-