Uses of Class
com.arsdigita.kernel.EmailAddress

Packages that use EmailAddress
com.arsdigita.kernel Provides the classes that are essential for building a CCM web application, including ACSObject, packages, parties, and permissions. 
com.arsdigita.kernel.permissions The permissioning (authorization) system. 
 

Uses of EmailAddress in com.arsdigita.kernel
 

Methods in com.arsdigita.kernel that return EmailAddress
 EmailAddress PartyCollection.getPrimaryEmail()
          Get the primary email address of this party.
 EmailAddress Party.getPrimaryEmail()
          Returns the primary email address.
 

Methods in com.arsdigita.kernel with parameters of type EmailAddress
static User UserFactory.newUser(EmailAddress primaryEmail, String givenName, String familyName, String password, String passwordQuestion, String passwordAnswer, String screenName, String uri, EmailAddress additionalEmail)
          Creates a new user, sets up authentication, and adds to the system.
 void Party.setPrimaryEmail(EmailAddress emailAddress)
          Marks the specified email address as this party's primary email address.
 void Party.addEmailAddress(EmailAddress emailAddress)
          Adds the specified email address for contacting this party (if it is not already present).
 void Party.removeEmailAddress(EmailAddress emailAddress)
          Removes the specified email address for contacting this party (if it is present).
 void User.setPrimaryEmail(EmailAddress emailAddress)
          Marks the specified emailAddress as this user's primary email address.
 

Uses of EmailAddress in com.arsdigita.kernel.permissions
 

Methods in com.arsdigita.kernel.permissions that return EmailAddress
 EmailAddress ObjectPermissionCollection.getGranteeEmail()
          Gets the primary email address of the grantee of the current permission record.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC