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
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