public interface WebsiteServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
WebsiteSoap |
addWebsite(java.lang.String className,
long classPK,
java.lang.String url,
long typeId,
boolean primary) |
WebsiteSoap |
addWebsite(java.lang.String className,
long classPK,
java.lang.String url,
long typeId,
boolean primary,
ServiceContext serviceContext) |
void |
deleteWebsite(long websiteId) |
WebsiteSoap |
getWebsite(long websiteId) |
WebsiteSoap[] |
getWebsites(java.lang.String className,
long classPK) |
WebsiteSoap |
updateWebsite(long websiteId,
java.lang.String url,
long typeId,
boolean primary) |
WebsiteSoap addWebsite(java.lang.String className, long classPK, java.lang.String url, long typeId, boolean primary) throws java.rmi.RemoteException
java.rmi.RemoteExceptionWebsiteSoap addWebsite(java.lang.String className, long classPK, java.lang.String url, long typeId, boolean primary, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteWebsite(long websiteId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionWebsiteSoap getWebsite(long websiteId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionWebsiteSoap[] getWebsites(java.lang.String className, long classPK) throws java.rmi.RemoteException
java.rmi.RemoteExceptionWebsiteSoap updateWebsite(long websiteId, java.lang.String url, long typeId, boolean primary) throws java.rmi.RemoteException
java.rmi.RemoteException