portlets.compoze.groupware
Class RecipientInfo.UnresolvedRecipient
java.lang.Object
portlets.compoze.groupware.RecipientInfo.Recipient
portlets.compoze.groupware.RecipientInfo.UnresolvedRecipient
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- RecipientInfo
- public static class RecipientInfo.UnresolvedRecipient
- extends RecipientInfo.Recipient
- implements java.io.Serializable
This class represents an unresolved recipient.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecipientInfo.UnresolvedRecipient
public RecipientInfo.UnresolvedRecipient(int iIndex,
java.lang.String sEmailAddress,
java.lang.String sDisplayName,
RecipientInfo.UnresolvedRecipient.AmbiguousEntry[] entries)
- Constructor.
- Parameters:
iIndex
- the recipient indexsEmailAddress
- the email address (may not be null
)sDisplayName
- the display nameentries
- the entries (may not be null
)
RecipientInfo.UnresolvedRecipient
public RecipientInfo.UnresolvedRecipient(int iIndex,
java.lang.String sEmailAddress,
java.lang.String sDisplayName,
RecipientInfo.UnresolvedRecipient.AmbiguousEntry[] entries,
int iType,
java.lang.String sID)
- Constructor.
- Parameters:
iIndex
- the recipient indexsEmailAddress
- the email address (may not be null
)sDisplayName
- the display nameentries
- the entries (may not be null
)iType
- the recipient typesID
- the recipient ID (may not be null
)
getAmbiguousEntries
public RecipientInfo.UnresolvedRecipient.AmbiguousEntry[] getAmbiguousEntries()
- Gets the ambiguous entries this unresolved recipient may resolve to.
- Returns:
- an array of ambiguous entries or an empty array for none
hasAmbiguous
public boolean hasAmbiguous()
- Checks if there are any ambiguous entries.
- Returns:
true
if this unresolved recipient has ambiguous entries; false
otherwise
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.