|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PABException | |
---|---|
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 PABException in com.nitido.nimx.nuggets.pab |
---|
Subclasses of PABException in com.nitido.nimx.nuggets.pab | |
---|---|
class |
InvalidAttributeException
This exception is thrown when the attribute value is invalid or an required attribute does not have any value associated. |
class |
InvalidEntryException
This exception is thrown when the specified entry does not exists on the system. |
Methods in com.nitido.nimx.nuggets.pab that throw PABException | |
---|---|
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 java.util.Vector |
PABNugget.getEmailAddresses(java.lang.String entryUN)
Resolve the specified unique name into a vector of email addresses. |
abstract java.util.Enumeration |
PABNugget.getEntries()
An enumeration of PABEntries. |
abstract java.util.Enumeration |
PABNugget.getEntries(java.lang.String filter)
An enumeration of PABEntries based on the search filter. |
abstract PABEntry |
PABNugget.getEntry(java.lang.String un)
Fetch PABEntry based on the unique name. |
abstract PABGroup |
PABNugget.getGroup(java.lang.String un)
Fetch the PABGroup based on the unique name. |
abstract java.util.Enumeration |
PABNugget.getGroupMembers(java.lang.String groupUN)
Get the Unique Name of members belong to the group |
abstract PABPerson |
PABNugget.getPerson(java.lang.String un)
Fetch the PABPerson based on the unique name. |
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. |
abstract void |
PABNugget.removeFromGroup(java.lang.String groupUN,
java.lang.String entryUN)
Remove the specified PABEntry from the group. |
abstract void |
PABNugget.setGroupMembers(java.lang.String groupUN,
java.util.Vector personUNs)
Set the group member of a group. |
abstract void |
PABNugget.setGroups(java.util.Vector groupUNs,
java.lang.String entryUN)
Set the groups that the specified entryDN belongs to. |
Uses of PABException in com.nitido.nimx.nuggets.pab.real |
---|
Methods in com.nitido.nimx.nuggets.pab.real that throw PABException | |
---|---|
PABBatchResult |
PABNuggetImpl.addEntries(PABEntry[] pabEntries)
|
java.lang.String |
PABNuggetImpl.addEntry(PABEntry pabEntry)
|
java.util.Vector |
PABNuggetImpl.getEmailAddresses(java.lang.String entryUN)
|
java.util.Enumeration |
PABNuggetImpl.getEntries()
|
java.util.Enumeration |
PABNuggetImpl.getEntries(java.lang.String filter)
|
PABEntry |
PABNuggetImpl.getEntry(java.lang.String un)
|
protected PABEntry |
PABNuggetImpl.getEntryByFilter(java.lang.String filter)
|
PABGroup |
PABNuggetImpl.getGroup(java.lang.String un)
|
java.util.Enumeration |
PABNuggetImpl.getGroupMembers(java.lang.String groupUN)
|
PABPerson |
PABNuggetImpl.getPerson(java.lang.String un)
|
protected java.util.Enumeration |
PABNuggetImpl.internalGetEntries(java.lang.String filter)
|
protected PABEntry |
PABNuggetImpl.internalGetEntry(Directory readDir,
java.lang.String un)
|
void |
PABNuggetImpl.modifyEntry(PABEntry pabEntry)
|
void |
PABNuggetImpl.removeEntry(PABEntry dyingEntry)
|
void |
PABNuggetImpl.removeFromGroup(java.lang.String groupUN,
java.lang.String personUN)
|
void |
PABNuggetImpl.setGroupMembers(java.lang.String groupUN,
java.util.Vector personUNs)
|
void |
PABNuggetImpl.setGroups(java.util.Vector groupUNs,
java.lang.String personUN)
|
Uses of PABException in com.nitido.nimx.nuggets.pab.stub |
---|
Methods in com.nitido.nimx.nuggets.pab.stub that throw PABException | |
---|---|
PABBatchResult |
PABNuggetStub.addEntries(PABEntry[] entries)
|
java.lang.String |
PABNuggetStub.addEntry(PABEntry entry)
|
java.util.Enumeration |
PABNuggetStub.getGroupMembers(java.lang.String groupUN)
|
void |
PABNuggetStub.modifyEntry(PABEntry entry)
|
void |
PABNuggetStub.removeEntry(PABEntry entry)
|
void |
PABNuggetStub.removeFromGroup(java.lang.String groupUN,
java.lang.String personUN)
|
void |
PABNuggetStub.setGroupMembers(java.lang.String groupUN,
java.util.Vector personUNs)
|
void |
PABNuggetStub.setGroups(java.util.Vector groupUNs,
java.lang.String personUN)
|
|
Nitido NiM 2.5 Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.