com.liferay.portlet.softwarecatalog.service
Class SCLicenseLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.softwarecatalog.service.SCLicenseLocalServiceWrapper
All Implemented Interfaces:
SCLicenseLocalService

public class SCLicenseLocalServiceWrapper
extends java.lang.Object
implements SCLicenseLocalService

View Source

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

This class is a wrapper for SCLicenseLocalService.

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

Constructor Summary
SCLicenseLocalServiceWrapper(SCLicenseLocalService scLicenseLocalService)
           
 
Method Summary
 SCLicense addLicense(java.lang.String name, java.lang.String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense addSCLicense(SCLicense scLicense)
           
 SCLicense createSCLicense(long licenseId)
           
 void deleteLicense(long licenseId)
           
 void deleteSCLicense(long licenseId)
           
 void deleteSCLicense(SCLicense scLicense)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 SCLicense getLicense(long licenseId)
           
 java.util.List<SCLicense> getLicenses()
           
 java.util.List<SCLicense> getLicenses(boolean active, boolean recommended)
           
 java.util.List<SCLicense> getLicenses(boolean active, boolean recommended, int start, int end)
           
 java.util.List<SCLicense> getLicenses(int start, int end)
           
 int getLicensesCount()
           
 int getLicensesCount(boolean active, boolean recommended)
           
 java.util.List<SCLicense> getProductEntryLicenses(long productEntryId)
           
 SCLicense getSCLicense(long licenseId)
           
 java.util.List<SCLicense> getSCLicenses(int start, int end)
           
 int getSCLicensesCount()
           
 SCLicenseLocalService getWrappedSCLicenseLocalService()
           
 SCLicense updateLicense(long licenseId, java.lang.String name, java.lang.String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense updateSCLicense(SCLicense scLicense)
           
 SCLicense updateSCLicense(SCLicense scLicense, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCLicenseLocalServiceWrapper

public SCLicenseLocalServiceWrapper(SCLicenseLocalService scLicenseLocalService)
Method Detail

addSCLicense

public SCLicense addSCLicense(SCLicense scLicense)
                       throws com.liferay.portal.SystemException
Specified by:
addSCLicense in interface SCLicenseLocalService
Throws:
com.liferay.portal.SystemException

createSCLicense

public SCLicense createSCLicense(long licenseId)
Specified by:
createSCLicense in interface SCLicenseLocalService

deleteSCLicense

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

deleteSCLicense

public void deleteSCLicense(SCLicense scLicense)
                     throws com.liferay.portal.SystemException
Specified by:
deleteSCLicense in interface SCLicenseLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface SCLicenseLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface SCLicenseLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface SCLicenseLocalService
Throws:
com.liferay.portal.SystemException

dynamicQueryCount

public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Specified by:
dynamicQueryCount in interface SCLicenseLocalService
Throws:
com.liferay.portal.SystemException

getSCLicense

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

getSCLicenses

public java.util.List<SCLicense> getSCLicenses(int start,
                                               int end)
                                        throws com.liferay.portal.SystemException
Specified by:
getSCLicenses in interface SCLicenseLocalService
Throws:
com.liferay.portal.SystemException

getSCLicensesCount

public int getSCLicensesCount()
                       throws com.liferay.portal.SystemException
Specified by:
getSCLicensesCount in interface SCLicenseLocalService
Throws:
com.liferay.portal.SystemException

updateSCLicense

public SCLicense updateSCLicense(SCLicense scLicense)
                          throws com.liferay.portal.SystemException
Specified by:
updateSCLicense in interface SCLicenseLocalService
Throws:
com.liferay.portal.SystemException

updateSCLicense

public SCLicense updateSCLicense(SCLicense scLicense,
                                 boolean merge)
                          throws com.liferay.portal.SystemException
Specified by:
updateSCLicense in interface SCLicenseLocalService
Throws:
com.liferay.portal.SystemException

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 SCLicenseLocalService
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 SCLicenseLocalService
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 SCLicenseLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getLicenses

public java.util.List<SCLicense> getLicenses()
                                      throws com.liferay.portal.SystemException
Specified by:
getLicenses in interface SCLicenseLocalService
Throws:
com.liferay.portal.SystemException

getLicenses

public java.util.List<SCLicense> getLicenses(boolean active,
                                             boolean recommended)
                                      throws com.liferay.portal.SystemException
Specified by:
getLicenses in interface SCLicenseLocalService
Throws:
com.liferay.portal.SystemException

getLicenses

public java.util.List<SCLicense> getLicenses(boolean active,
                                             boolean recommended,
                                             int start,
                                             int end)
                                      throws com.liferay.portal.SystemException
Specified by:
getLicenses in interface SCLicenseLocalService
Throws:
com.liferay.portal.SystemException

getLicenses

public java.util.List<SCLicense> getLicenses(int start,
                                             int end)
                                      throws com.liferay.portal.SystemException
Specified by:
getLicenses in interface SCLicenseLocalService
Throws:
com.liferay.portal.SystemException

getLicensesCount

public int getLicensesCount()
                     throws com.liferay.portal.SystemException
Specified by:
getLicensesCount in interface SCLicenseLocalService
Throws:
com.liferay.portal.SystemException

getLicensesCount

public int getLicensesCount(boolean active,
                            boolean recommended)
                     throws com.liferay.portal.SystemException
Specified by:
getLicensesCount in interface SCLicenseLocalService
Throws:
com.liferay.portal.SystemException

getProductEntryLicenses

public java.util.List<SCLicense> getProductEntryLicenses(long productEntryId)
                                                  throws com.liferay.portal.SystemException
Specified by:
getProductEntryLicenses in interface SCLicenseLocalService
Throws:
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 SCLicenseLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedSCLicenseLocalService

public SCLicenseLocalService getWrappedSCLicenseLocalService()