com.liferay.client.soap.portlet.softwarecatalog.service.http
Class Portlet_SC_SCLicenseServiceSoapBindingImpl

java.lang.Object
  extended by 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


Constructor Summary
Portlet_SC_SCLicenseServiceSoapBindingImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_SC_SCLicenseServiceSoapBindingImpl

public Portlet_SC_SCLicenseServiceSoapBindingImpl()
Method Detail

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