public class Portal_WebsiteServiceSoapBindingImpl extends java.lang.Object implements WebsiteServiceSoap
| Constructor and Description |
|---|
Portal_WebsiteServiceSoapBindingImpl() |
| 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) |
public Portal_WebsiteServiceSoapBindingImpl()
public WebsiteSoap addWebsite(java.lang.String className, long classPK, java.lang.String url, long typeId, boolean primary) throws java.rmi.RemoteException
addWebsite in interface WebsiteServiceSoapjava.rmi.RemoteExceptionpublic WebsiteSoap addWebsite(java.lang.String className, long classPK, java.lang.String url, long typeId, boolean primary, ServiceContext serviceContext) throws java.rmi.RemoteException
addWebsite in interface WebsiteServiceSoapjava.rmi.RemoteExceptionpublic void deleteWebsite(long websiteId)
throws java.rmi.RemoteException
deleteWebsite in interface WebsiteServiceSoapjava.rmi.RemoteExceptionpublic WebsiteSoap getWebsite(long websiteId) throws java.rmi.RemoteException
getWebsite in interface WebsiteServiceSoapjava.rmi.RemoteExceptionpublic WebsiteSoap[] getWebsites(java.lang.String className, long classPK) throws java.rmi.RemoteException
getWebsites in interface WebsiteServiceSoapjava.rmi.RemoteExceptionpublic WebsiteSoap updateWebsite(long websiteId, java.lang.String url, long typeId, boolean primary) throws java.rmi.RemoteException
updateWebsite in interface WebsiteServiceSoapjava.rmi.RemoteException