com.liferay.portlet.softwarecatalog.service
Class SCLicenseLocalServiceWrapper
java.lang.Object
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:
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<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
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 |
SCLicenseLocalServiceWrapper
public SCLicenseLocalServiceWrapper(SCLicenseLocalService scLicenseLocalService)
addSCLicense
public SCLicense addSCLicense(SCLicense scLicense)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addSCLicense
in interface SCLicenseLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createSCLicense
public SCLicense createSCLicense(long licenseId)
- Specified by:
createSCLicense
in interface SCLicenseLocalService
deleteSCLicense
public void deleteSCLicense(long licenseId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteSCLicense
in interface SCLicenseLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteSCLicense
public void deleteSCLicense(SCLicense scLicense)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteSCLicense
in interface SCLicenseLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface SCLicenseLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface SCLicenseLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getSCLicense
public SCLicense getSCLicense(long licenseId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSCLicense
in interface SCLicenseLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getSCLicenses
public java.util.List<SCLicense> getSCLicenses(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSCLicenses
in interface SCLicenseLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getSCLicensesCount
public int getSCLicensesCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSCLicensesCount
in interface SCLicenseLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateSCLicense
public SCLicense updateSCLicense(SCLicense scLicense)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateSCLicense
in interface SCLicenseLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateSCLicense
public SCLicense updateSCLicense(SCLicense scLicense,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateSCLicense
in interface SCLicenseLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
addLicense
public SCLicense addLicense(java.lang.String name,
java.lang.String url,
boolean openSource,
boolean active,
boolean recommended)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addLicense
in interface SCLicenseLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteLicense
public void deleteLicense(long licenseId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteLicense
in interface SCLicenseLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getLicense
public SCLicense getLicense(long licenseId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getLicense
in interface SCLicenseLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getLicenses
public java.util.List<SCLicense> getLicenses()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getLicenses
in interface SCLicenseLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getLicenses
public java.util.List<SCLicense> getLicenses(boolean active,
boolean recommended)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getLicenses
in interface SCLicenseLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getLicenses
public java.util.List<SCLicense> getLicenses(boolean active,
boolean recommended,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getLicenses
in interface SCLicenseLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getLicenses
public java.util.List<SCLicense> getLicenses(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getLicenses
in interface SCLicenseLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getLicensesCount
public int getLicensesCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getLicensesCount
in interface SCLicenseLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getLicensesCount
public int getLicensesCount(boolean active,
boolean recommended)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getLicensesCount
in interface SCLicenseLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getProductEntryLicenses
public java.util.List<SCLicense> getProductEntryLicenses(long productEntryId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getProductEntryLicenses
in interface SCLicenseLocalService
- Throws:
com.liferay.portal.kernel.exception.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.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateLicense
in interface SCLicenseLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedSCLicenseLocalService
public SCLicenseLocalService getWrappedSCLicenseLocalService()