com.liferay.client.soap.portal.service.http
Interface PhoneServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portal_PhoneServiceSoapBindingImpl, Portal_PhoneServiceSoapBindingStub
public interface PhoneServiceSoap
- extends java.rmi.Remote
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)
|
addPhone
PhoneSoap addPhone(java.lang.String className,
long classPK,
java.lang.String number,
java.lang.String extension,
int typeId,
boolean primary)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deletePhone
void deletePhone(long phoneId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getPhone
PhoneSoap getPhone(long phoneId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getPhones
PhoneSoap[] getPhones(java.lang.String className,
long classPK)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updatePhone
PhoneSoap updatePhone(long phoneId,
java.lang.String number,
java.lang.String extension,
int typeId,
boolean primary)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException