com.liferay.client.soap.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

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

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

getLicense

SCLicenseSoap getLicense(long licenseId)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateLicense

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