com.bea.netuix.application.communities.invitations
Class InviteeFactory

java.lang.Object
  extended by com.bea.netuix.application.communities.invitations.InviteeFactory

public class InviteeFactory
extends Object

Factory for creating new instances of Invitee objects.


Constructor Summary
InviteeFactory()
           
 
Method Summary
static Invitee newInvitee(String wlsUserName, MessagingAddress messagingAddress)
          Creates a new Invitee object using the supplied WLS username and messaging address
static Invitee newInvitee(String wlsUserName, MessagingAddress messagingAddress, Collection<MembershipCapability> capabilities)
          Creates a new Invitee object using the supplied WLS username, messaging address and collection of desired MembershipCapabilities.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InviteeFactory

public InviteeFactory()
Method Detail

newInvitee

public static Invitee newInvitee(String wlsUserName,
                                 MessagingAddress messagingAddress,
                                 Collection<MembershipCapability> capabilities)
Creates a new Invitee object using the supplied WLS username, messaging address and collection of desired MembershipCapabilities.

Parameters
wlsUserName - the WLS user to invite, if known. Either this or messagingAddress must be non-null
messagingAddress - the messaging address to send the invitation to, generally used if the Invitee is not yet a WLS
capabilities - the MembershipCapabilities that Invitee should receive upon accepting the Invitation.
Returns

newInvitee

public static Invitee newInvitee(String wlsUserName,
                                 MessagingAddress messagingAddress)
Creates a new Invitee object using the supplied WLS username and messaging address

Parameters
wlsUserName - the WLS user to invite, if known. Either this or messagingAddress must be non-null
messagingAddress - the messaging address to send the invitation to, generally used if the Invitee is not yet a WLS
Returns


Copyright © 2006 BEA Systems, Inc. All Rights Reserved