com.liferay.client.portlet.softwarecatalog.service.http
Interface SCLicenseServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portlet_SC_SCLicenseServiceSoapBindingImpl, Portlet_SC_SCLicenseServiceSoapBindingStub

public interface SCLicenseServiceSoap
extends java.rmi.Remote


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)
           
 

Method Detail

addLicense

public SCLicenseSoap addLicense(java.lang.String name,
                                java.lang.String url,
                                boolean openSource,
                                boolean active,
                                boolean recommended)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteLicense

public void deleteLicense(long licenseId)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getLicense

public SCLicenseSoap getLicense(long licenseId)
                         throws java.rmi.RemoteException
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
Throws:
java.rmi.RemoteException