com.liferay.portlet.softwarecatalog.service
Class SCLicenseServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.softwarecatalog.service.SCLicenseServiceWrapper
All Implemented Interfaces:
SCLicenseService

public class SCLicenseServiceWrapper
extends java.lang.Object
implements SCLicenseService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for SCLicenseService.

Author:
Brian Wing Shun Chan
See Also:
SCLicenseService
Generated:

Constructor Summary
SCLicenseServiceWrapper(SCLicenseService scLicenseService)
           
 
Method Summary
 SCLicense addLicense(java.lang.String name, java.lang.String url, boolean openSource, boolean active, boolean recommended)
           
 void deleteLicense(long licenseId)
           
 SCLicense getLicense(long licenseId)
           
 SCLicenseService getWrappedSCLicenseService()
           
 SCLicense 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

SCLicenseServiceWrapper

public SCLicenseServiceWrapper(SCLicenseService scLicenseService)
Method Detail

addLicense

public SCLicense addLicense(java.lang.String name,
                            java.lang.String url,
                            boolean openSource,
                            boolean active,
                            boolean recommended)
                     throws com.liferay.portal.PortalException,
                            com.liferay.portal.SystemException
Specified by:
addLicense in interface SCLicenseService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteLicense

public void deleteLicense(long licenseId)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Specified by:
deleteLicense in interface SCLicenseService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getLicense

public SCLicense getLicense(long licenseId)
                     throws com.liferay.portal.PortalException,
                            com.liferay.portal.SystemException
Specified by:
getLicense in interface SCLicenseService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateLicense

public SCLicense updateLicense(long licenseId,
                               java.lang.String name,
                               java.lang.String url,
                               boolean openSource,
                               boolean active,
                               boolean recommended)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Specified by:
updateLicense in interface SCLicenseService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedSCLicenseService

public SCLicenseService getWrappedSCLicenseService()