com.liferay.client.soap.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
getWebsite
WebsiteSoap getWebsite(long websiteId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addWebsite
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
void deleteWebsite(long websiteId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getWebsites
WebsiteSoap[] getWebsites(java.lang.String className,
long classPK)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateWebsite
WebsiteSoap updateWebsite(long websiteId,
java.lang.String url,
int typeId,
boolean primary)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException