Nitido Inc.

Uses of Class
com.nitido.nimx.nuggets.pab.PABEntry

Packages that use PABEntry
com.nitido.nimx.nuggets.pab This package contains the Nugget and associate classes for accessing Personal Address Book (PAB). 
com.nitido.nimx.nuggets.pab.real This PABNugget implementation obtains the directory connections from the DirPoolService. 
com.nitido.nimx.nuggets.pab.stub This PABNugget implementation stores all the data in memory. 
 

Uses of PABEntry in com.nitido.nimx.nuggets.pab
 

Subclasses of PABEntry in com.nitido.nimx.nuggets.pab
 class PABGroup
          The data objecto of a PAB Group.
 class PABPerson
          The data object of a PAB Person.
 

Methods in com.nitido.nimx.nuggets.pab that return PABEntry
abstract  PABEntry PABNugget.getEntry(java.lang.String un)
          Fetch PABEntry based on the unique name.
 

Methods in com.nitido.nimx.nuggets.pab with parameters of type PABEntry
abstract  PABBatchResult PABNugget.addEntries(PABEntry[] entries)
          Add a large number of entries in one batch.
abstract  java.lang.String PABNugget.addEntry(PABEntry entry)
          Add a new PAB entry.
abstract  void PABNugget.modifyEntry(PABEntry entry)
          Replace an existing PAB entry with the new one.
abstract  void PABNugget.removeEntry(PABEntry entry)
          Remove an existing PAB entry.
 

Constructors in com.nitido.nimx.nuggets.pab with parameters of type PABEntry
PABEntry(PABEntry entry)
          Copy constructor.
 

Uses of PABEntry in com.nitido.nimx.nuggets.pab.real
 

Methods in com.nitido.nimx.nuggets.pab.real that return PABEntry
 PABEntry PABNuggetImpl.getEntry(java.lang.String un)
           
protected  PABEntry PABNuggetImpl.getEntryByFilter(java.lang.String filter)
           
protected  PABEntry PABNuggetImpl.internalGetEntry(Directory readDir, java.lang.String un)
           
protected  PABEntry PABNuggetImpl.internalGetEntryByFilter(Directory readDir, java.lang.String filter)
           
 

Methods in com.nitido.nimx.nuggets.pab.real with parameters of type PABEntry
 PABBatchResult PABNuggetImpl.addEntries(PABEntry[] pabEntries)
           
 java.lang.String PABNuggetImpl.addEntry(PABEntry pabEntry)
           
protected  void PABNuggetImpl.addEntryToDir(Directory writeDir, java.lang.String un, PABEntry pabEntry)
          A method that provides the potential customized logic for adding a PAB entry to the LDAP server.
protected  void PABNuggetImpl.dirAttrToPABAttr(Entry entry, PABEntry pab)
           
protected  void PABNuggetImpl.handleObjectClassChange(Directory writeDir, java.lang.String dn, PABEntry oldEntry, PABEntry newEntry)
          A method that provides the potential logic for object class changes.
 void PABNuggetImpl.modifyEntry(PABEntry pabEntry)
           
protected  void PABNuggetImpl.pabAttrToDirAttr(PABEntry pab, Entry entry)
           
protected  Entry PABNuggetImpl.pabEntryToDirEntry(java.lang.String dn, PABEntry pab)
           
 void PABNuggetImpl.removeEntry(PABEntry dyingEntry)
           
protected  void PABNuggetImpl.setGroupFixedAttributes(PABEntry entry)
          Method that set the "fixed" (always present) attributes of a PAB group entry.
protected  void PABNuggetImpl.setPersonFixedAttributes(PABEntry entry)
          Method that set the "fixed" (always present) attributes of a PAB person entry.
 

Uses of PABEntry in com.nitido.nimx.nuggets.pab.stub
 

Methods in com.nitido.nimx.nuggets.pab.stub that return PABEntry
 PABEntry PABNuggetStub.getEntry(java.lang.String un)
          Return the matched PABEntry.
 

Methods in com.nitido.nimx.nuggets.pab.stub with parameters of type PABEntry
 PABBatchResult PABNuggetStub.addEntries(PABEntry[] entries)
           
 java.lang.String PABNuggetStub.addEntry(PABEntry entry)
           
 void PABNuggetStub.modifyEntry(PABEntry entry)
           
 void PABNuggetStub.removeEntry(PABEntry entry)
           
protected  void PABNuggetStub.setGroupFixedAttributes(PABEntry entry)
           
protected  void PABNuggetStub.setPersonFixedAttributes(PABEntry entry)
           
 


Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.