com.liferay.client.portal.service.http
Interface EmailAddressServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portal_EmailAddressServiceSoapBindingImpl, Portal_EmailAddressServiceSoapBindingStub

public interface EmailAddressServiceSoap
extends java.rmi.Remote


Method Summary
 EmailAddressSoap addEmailAddress(java.lang.String className, long classPK, java.lang.String address, int typeId, boolean primary)
           
 void deleteEmailAddress(long emailAddressId)
           
 EmailAddressSoap getEmailAddress(long emailAddressId)
           
 EmailAddressSoap[] getEmailAddresses(java.lang.String className, long classPK)
           
 EmailAddressSoap updateEmailAddress(long emailAddressId, java.lang.String address, int typeId, boolean primary)
           
 

Method Detail

getEmailAddress

public EmailAddressSoap getEmailAddress(long emailAddressId)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteEmailAddress

public void deleteEmailAddress(long emailAddressId)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateEmailAddress

public EmailAddressSoap updateEmailAddress(long emailAddressId,
                                           java.lang.String address,
                                           int typeId,
                                           boolean primary)
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addEmailAddress

public EmailAddressSoap addEmailAddress(java.lang.String className,
                                        long classPK,
                                        java.lang.String address,
                                        int typeId,
                                        boolean primary)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getEmailAddresses

public EmailAddressSoap[] getEmailAddresses(java.lang.String className,
                                            long classPK)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException