| 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.netuix.servlets.manager.communities.CommunityInvitationContext
public class CommunityInvitationContext
The CommunityInvitationContext provides access to community invitation
 functionality scoped to a particular community and the currently authenticated user.
 The CommunityInvitationHelper scoped to a particular community is retrieved by calling 
 CommunityContext.getCommunityInvitationContext().  For operations not scoped to a particular
 community, see the CommunityInvitationHelper object.
CommunityInvitationHelper, 
CommunityContext, 
CommunityUserContext| Method Summary | |
|---|---|
 Invitation | 
getInvitation()
Retrieves an Invitation object for the community associated with
 this CommunityInvitationContext for the currently authenticated user, if such an
 invitation exists. | 
 Collection<Invitation> | 
getInvitations()
Retrieves a collection of all Invitation objects for the community
 associated with this CommunityInvitationContext for the currently authenticated user. | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public Invitation getInvitation()
                         throws RemoteException
Invitation object for the community associated with
 this CommunityInvitationContext for the currently authenticated user, if such an
 invitation exists.  Note that expired or inactive invitations may be returned, so
 it is important that the application examine the invitation status.
RemoteException
public Collection<Invitation> getInvitations()
                                      throws RemoteException
Invitation objects for the community
 associated with this CommunityInvitationContext for the currently authenticated user.
 Note that expired or inactive invitations may be returned, so
 it is important that the application examine the invitation status.
RemoteException
  | 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||