public class Portlet_SC_SCLicenseServiceSoapBindingImpl extends java.lang.Object implements SCLicenseServiceSoap
| Constructor and Description |
|---|
Portlet_SC_SCLicenseServiceSoapBindingImpl() |
| Modifier and Type | Method and Description |
|---|---|
SCLicenseSoap |
addLicense(java.lang.String name,
java.lang.String url,
boolean openSource,
boolean active,
boolean recommended) |
void |
deleteLicense(long licenseId) |
SCLicenseSoap |
getLicense(long licenseId) |
SCLicenseSoap |
updateLicense(long licenseId,
java.lang.String name,
java.lang.String url,
boolean openSource,
boolean active,
boolean recommended) |
public Portlet_SC_SCLicenseServiceSoapBindingImpl()
public SCLicenseSoap addLicense(java.lang.String name, java.lang.String url, boolean openSource, boolean active, boolean recommended) throws java.rmi.RemoteException
addLicense in interface SCLicenseServiceSoapjava.rmi.RemoteExceptionpublic void deleteLicense(long licenseId)
throws java.rmi.RemoteException
deleteLicense in interface SCLicenseServiceSoapjava.rmi.RemoteExceptionpublic SCLicenseSoap getLicense(long licenseId) throws java.rmi.RemoteException
getLicense in interface SCLicenseServiceSoapjava.rmi.RemoteExceptionpublic SCLicenseSoap updateLicense(long licenseId, java.lang.String name, java.lang.String url, boolean openSource, boolean active, boolean recommended) throws java.rmi.RemoteException
updateLicense in interface SCLicenseServiceSoapjava.rmi.RemoteException