com.liferay.client.soap.portal.service.http
Class Portal_PhoneServiceSoapBindingImpl
java.lang.Object
com.liferay.client.soap.portal.service.http.Portal_PhoneServiceSoapBindingImpl
- All Implemented Interfaces:
- PhoneServiceSoap, java.rmi.Remote
public class Portal_PhoneServiceSoapBindingImpl
- extends java.lang.Object
- implements PhoneServiceSoap
Method Summary |
PhoneSoap |
addPhone(java.lang.String className,
long classPK,
java.lang.String number,
java.lang.String extension,
int typeId,
boolean primary)
|
void |
deletePhone(long phoneId)
|
PhoneSoap |
getPhone(long phoneId)
|
PhoneSoap[] |
getPhones(java.lang.String className,
long classPK)
|
PhoneSoap |
updatePhone(long phoneId,
java.lang.String number,
java.lang.String extension,
int typeId,
boolean primary)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portal_PhoneServiceSoapBindingImpl
public Portal_PhoneServiceSoapBindingImpl()
addPhone
public PhoneSoap addPhone(java.lang.String className,
long classPK,
java.lang.String number,
java.lang.String extension,
int typeId,
boolean primary)
throws java.rmi.RemoteException
- Specified by:
addPhone
in interface PhoneServiceSoap
- Throws:
java.rmi.RemoteException
deletePhone
public void deletePhone(long phoneId)
throws java.rmi.RemoteException
- Specified by:
deletePhone
in interface PhoneServiceSoap
- Throws:
java.rmi.RemoteException
getPhone
public PhoneSoap getPhone(long phoneId)
throws java.rmi.RemoteException
- Specified by:
getPhone
in interface PhoneServiceSoap
- Throws:
java.rmi.RemoteException
getPhones
public PhoneSoap[] getPhones(java.lang.String className,
long classPK)
throws java.rmi.RemoteException
- Specified by:
getPhones
in interface PhoneServiceSoap
- Throws:
java.rmi.RemoteException
updatePhone
public PhoneSoap updatePhone(long phoneId,
java.lang.String number,
java.lang.String extension,
int typeId,
boolean primary)
throws java.rmi.RemoteException
- Specified by:
updatePhone
in interface PhoneServiceSoap
- Throws:
java.rmi.RemoteException