com.liferay.client.portal.service.http
Interface WebsiteServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portal_WebsiteServiceSoapBindingImpl, Portal_WebsiteServiceSoapBindingStub

public interface WebsiteServiceSoap
extends java.rmi.Remote


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)
           
 

Method Detail

addWebsite

public WebsiteSoap addWebsite(java.lang.String className,
                              long classPK,
                              java.lang.String url,
                              int typeId,
                              boolean primary)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteWebsite

public void deleteWebsite(long websiteId)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getWebsite

public WebsiteSoap getWebsite(long websiteId)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getWebsites

public WebsiteSoap[] getWebsites(java.lang.String className,
                                 long classPK)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateWebsite

public WebsiteSoap updateWebsite(long websiteId,
                                 java.lang.String url,
                                 int typeId,
                                 boolean primary)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException