com.liferay.client.soap.portlet.softwarecatalog.service.http
Class Portlet_SC_SCLicenseServiceSoapBindingImpl
java.lang.Object
com.liferay.client.soap.portlet.softwarecatalog.service.http.Portlet_SC_SCLicenseServiceSoapBindingImpl
- All Implemented Interfaces:
- SCLicenseServiceSoap, java.rmi.Remote
public class Portlet_SC_SCLicenseServiceSoapBindingImpl
- extends java.lang.Object
- implements SCLicenseServiceSoap
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_SC_SCLicenseServiceSoapBindingImpl
public Portlet_SC_SCLicenseServiceSoapBindingImpl()
addLicense
public SCLicenseSoap addLicense(java.lang.String name,
java.lang.String url,
boolean openSource,
boolean active,
boolean recommended)
throws java.rmi.RemoteException
- Specified by:
addLicense
in interface SCLicenseServiceSoap
- Throws:
java.rmi.RemoteException
deleteLicense
public void deleteLicense(long licenseId)
throws java.rmi.RemoteException
- Specified by:
deleteLicense
in interface SCLicenseServiceSoap
- Throws:
java.rmi.RemoteException
getLicense
public SCLicenseSoap getLicense(long licenseId)
throws java.rmi.RemoteException
- Specified by:
getLicense
in interface SCLicenseServiceSoap
- Throws:
java.rmi.RemoteException
updateLicense
public SCLicenseSoap updateLicense(long licenseId,
java.lang.String name,
java.lang.String url,
boolean openSource,
boolean active,
boolean recommended)
throws java.rmi.RemoteException
- Specified by:
updateLicense
in interface SCLicenseServiceSoap
- Throws:
java.rmi.RemoteException