Uses of Interface
com.sas.services.information.metadata.EmailInterface

Packages that use EmailInterface
com.sas.services.information.metadata Information Service metadata. 
 

Uses of EmailInterface in com.sas.services.information.metadata
 

Methods in com.sas.services.information.metadata that return types with arguments of type EmailInterface
 java.util.List<EmailInterface> PersonInterface.getEmails()
          Get the user's email instances
 

Methods in com.sas.services.information.metadata with parameters of type EmailInterface
 void UnauthenticatedIdentity.addEmail(EmailInterface ei)
           
 void SelfIdentity.addEmail(EmailInterface email)
           
 void ReferenceIdentity.addEmail(EmailInterface email)
           
 void PropertyIdentity.addEmail(EmailInterface email)
           
 void PersonInterface.addEmail(EmailInterface email)
          Add a new email to a user's list of email instances.
 void DavPerson.addEmail(EmailInterface ei)
           
 void AuthenticatedIdentity.addEmail(EmailInterface ei)
           
 void AllUsersIdentity.addEmail(EmailInterface ei)
           
 void UnauthenticatedIdentity.removeEmail(EmailInterface ei)
           
 void SelfIdentity.removeEmail(EmailInterface email)
           
 void ReferenceIdentity.removeEmail(EmailInterface email)
           
 void PropertyIdentity.removeEmail(EmailInterface email)
           
 void PersonInterface.removeEmail(EmailInterface email)
          Remove an email from a user's list of email instances.
 void DavPerson.removeEmail(EmailInterface ei)
           
 void AuthenticatedIdentity.removeEmail(EmailInterface ei)
           
 void AllUsersIdentity.removeEmail(EmailInterface ei)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.