com.liferay.client.soap.portal.service.http
Class Portal_WebsiteServiceSoapBindingImpl

java.lang.Object
  extended by 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


Constructor Summary
Portal_WebsiteServiceSoapBindingImpl()
           
 
Method Summary
 WebsiteSoap addWebsite(java.lang.String className, long classPK, java.lang.String url, int typeId, boolean primary)
           
 void deleteWebsite(long websiteId)
           
 WebsiteSoap getWebsite(long websiteId)
           
 WebsiteSoap[] getWebsites(java.lang.String className, long classPK)
           
 WebsiteSoap updateWebsite(long websiteId, java.lang.String url, int typeId, boolean primary)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portal_WebsiteServiceSoapBindingImpl

public Portal_WebsiteServiceSoapBindingImpl()
Method Detail

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