com.liferay.client.soap.portal.service.http
Class Portal_WebsiteServiceSoapBindingImpl
java.lang.Object
com.liferay.client.soap.portal.service.http.Portal_WebsiteServiceSoapBindingImpl
- All Implemented Interfaces:
- WebsiteServiceSoap, java.rmi.Remote
public class Portal_WebsiteServiceSoapBindingImpl
- extends java.lang.Object
- implements WebsiteServiceSoap
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portal_WebsiteServiceSoapBindingImpl
public Portal_WebsiteServiceSoapBindingImpl()
getWebsite
public WebsiteSoap getWebsite(long websiteId)
throws java.rmi.RemoteException
- Specified by:
getWebsite
in interface WebsiteServiceSoap
- Throws:
java.rmi.RemoteException
addWebsite
public WebsiteSoap addWebsite(java.lang.String className,
long classPK,
java.lang.String url,
int typeId,
boolean primary)
throws java.rmi.RemoteException
- Specified by:
addWebsite
in interface WebsiteServiceSoap
- Throws:
java.rmi.RemoteException
deleteWebsite
public void deleteWebsite(long websiteId)
throws java.rmi.RemoteException
- Specified by:
deleteWebsite
in interface WebsiteServiceSoap
- Throws:
java.rmi.RemoteException
getWebsites
public WebsiteSoap[] getWebsites(java.lang.String className,
long classPK)
throws java.rmi.RemoteException
- Specified by:
getWebsites
in interface WebsiteServiceSoap
- Throws:
java.rmi.RemoteException
updateWebsite
public WebsiteSoap updateWebsite(long websiteId,
java.lang.String url,
int typeId,
boolean primary)
throws java.rmi.RemoteException
- Specified by:
updateWebsite
in interface WebsiteServiceSoap
- Throws:
java.rmi.RemoteException