Uses of Class
gldapo.entry.GldapoEntry

Packages that use GldapoEntry
gldapo.entry   
 

Uses of GldapoEntry in gldapo.entry
 

Methods in gldapo.entry that return GldapoEntry
static GldapoEntry GldapoEntry.find()
          Peform a search (using default options), returning the first object found.
static GldapoEntry GldapoEntry.find(Map options)
          Peform a search, but returning the first object found.
static GldapoEntry GldapoEntry.findAll()
          Peforms a search using all default options.
static GldapoEntry GldapoEntry.getByDn(Object dn)
          Fetches the entry at dn from the the default directory.
static GldapoEntry GldapoEntry.getByDn(Object dn, Object directory)
          Fetches the entry at dn from directory.
 

Methods in gldapo.entry that return types with arguments of type GldapoEntry
static List<GldapoEntry> GldapoEntry.find(Closure closure)
          Calls find(Map), with a filter option of closure.
static List<GldapoEntry> GldapoEntry.find(Map options, Closure closure)
          Calls find(Map), after setting filter in options to closure
static List<GldapoEntry> GldapoEntry.findAll(Closure closure)
          Calls findAll(Map), with a filter option of closure.
static List<GldapoEntry> GldapoEntry.findAll(Map options)
          Performs a search returning all of the matching entries.
static List<GldapoEntry> GldapoEntry.findAll(Map options, Closure closure)
          Calls findAll(Map), after setting filter in options to closure
 



Copyright © 2007-2010 Codehaus. All Rights Reserved.