com.liferay.portlet.softwarecatalog.service
Class SCLicenseServiceWrapper
java.lang.Object
com.liferay.portlet.softwarecatalog.service.SCLicenseServiceWrapper
- All Implemented Interfaces:
- SCLicenseService
public class SCLicenseServiceWrapper
- extends Object
- implements SCLicenseService
This class is a wrapper for SCLicenseService
.
- See Also:
SCLicenseService
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCLicenseServiceWrapper
public SCLicenseServiceWrapper(SCLicenseService scLicenseService)
addLicense
public SCLicense addLicense(String name,
String url,
boolean openSource,
boolean active,
boolean recommended)
throws PortalException,
SystemException
- Specified by:
addLicense
in interface SCLicenseService
- Throws:
PortalException
SystemException
deleteLicense
public void deleteLicense(long licenseId)
throws PortalException,
SystemException
- Specified by:
deleteLicense
in interface SCLicenseService
- Throws:
PortalException
SystemException
getLicense
public SCLicense getLicense(long licenseId)
throws PortalException,
SystemException
- Specified by:
getLicense
in interface SCLicenseService
- Throws:
PortalException
SystemException
updateLicense
public SCLicense updateLicense(long licenseId,
String name,
String url,
boolean openSource,
boolean active,
boolean recommended)
throws PortalException,
SystemException
- Specified by:
updateLicense
in interface SCLicenseService
- Throws:
PortalException
SystemException
getWrappedSCLicenseService
public SCLicenseService getWrappedSCLicenseService()