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
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