com.liferay.client.soap.portal.service.http
Class Portal_EmailAddressServiceSoapBindingImpl
java.lang.Object
com.liferay.client.soap.portal.service.http.Portal_EmailAddressServiceSoapBindingImpl
- All Implemented Interfaces:
- EmailAddressServiceSoap, java.rmi.Remote
public class Portal_EmailAddressServiceSoapBindingImpl
- extends java.lang.Object
- implements EmailAddressServiceSoap
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portal_EmailAddressServiceSoapBindingImpl
public Portal_EmailAddressServiceSoapBindingImpl()
getEmailAddress
public EmailAddressSoap getEmailAddress(long emailAddressId)
throws java.rmi.RemoteException
- Specified by:
getEmailAddress
in interface EmailAddressServiceSoap
- 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
- Specified by:
addEmailAddress
in interface EmailAddressServiceSoap
- Throws:
java.rmi.RemoteException
deleteEmailAddress
public void deleteEmailAddress(long emailAddressId)
throws java.rmi.RemoteException
- Specified by:
deleteEmailAddress
in interface EmailAddressServiceSoap
- Throws:
java.rmi.RemoteException
getEmailAddresses
public EmailAddressSoap[] getEmailAddresses(java.lang.String className,
long classPK)
throws java.rmi.RemoteException
- Specified by:
getEmailAddresses
in interface EmailAddressServiceSoap
- Throws:
java.rmi.RemoteException
updateEmailAddress
public EmailAddressSoap updateEmailAddress(long emailAddressId,
java.lang.String address,
int typeId,
boolean primary)
throws java.rmi.RemoteException
- Specified by:
updateEmailAddress
in interface EmailAddressServiceSoap
- Throws:
java.rmi.RemoteException