com.liferay.portlet.softwarecatalog.service
Class SCLicenseLocalServiceWrapper
java.lang.Object
com.liferay.portlet.softwarecatalog.service.SCLicenseLocalServiceWrapper
- All Implemented Interfaces:
- SCLicenseLocalService
public class SCLicenseLocalServiceWrapper
- extends Object
- implements SCLicenseLocalService
This class is a wrapper for SCLicenseLocalService.
- See Also:
SCLicenseLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
SCLicense |
addLicense(String name,
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)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
SCLicense |
getLicense(long licenseId)
|
List<SCLicense> |
getLicenses()
|
List<SCLicense> |
getLicenses(boolean active,
boolean recommended)
|
List<SCLicense> |
getLicenses(boolean active,
boolean recommended,
int start,
int end)
|
List<SCLicense> |
getLicenses(int start,
int end)
|
int |
getLicensesCount()
|
int |
getLicensesCount(boolean active,
boolean recommended)
|
List<SCLicense> |
getProductEntryLicenses(long productEntryId)
|
SCLicense |
getSCLicense(long licenseId)
|
List<SCLicense> |
getSCLicenses(int start,
int end)
|
int |
getSCLicensesCount()
|
SCLicenseLocalService |
getWrappedSCLicenseLocalService()
|
SCLicense |
updateLicense(long licenseId,
String name,
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 SystemException
- Specified by:
addSCLicense in interface SCLicenseLocalService
- Throws:
SystemException
createSCLicense
public SCLicense createSCLicense(long licenseId)
- Specified by:
createSCLicense in interface SCLicenseLocalService
deleteSCLicense
public void deleteSCLicense(long licenseId)
throws PortalException,
SystemException
- Specified by:
deleteSCLicense in interface SCLicenseLocalService
- Throws:
PortalException
SystemException
deleteSCLicense
public void deleteSCLicense(SCLicense scLicense)
throws SystemException
- Specified by:
deleteSCLicense in interface SCLicenseLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface SCLicenseLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface SCLicenseLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface SCLicenseLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface SCLicenseLocalService
- Throws:
SystemException
getSCLicense
public SCLicense getSCLicense(long licenseId)
throws PortalException,
SystemException
- Specified by:
getSCLicense in interface SCLicenseLocalService
- Throws:
PortalException
SystemException
getSCLicenses
public List<SCLicense> getSCLicenses(int start,
int end)
throws SystemException
- Specified by:
getSCLicenses in interface SCLicenseLocalService
- Throws:
SystemException
getSCLicensesCount
public int getSCLicensesCount()
throws SystemException
- Specified by:
getSCLicensesCount in interface SCLicenseLocalService
- Throws:
SystemException
updateSCLicense
public SCLicense updateSCLicense(SCLicense scLicense)
throws SystemException
- Specified by:
updateSCLicense in interface SCLicenseLocalService
- Throws:
SystemException
updateSCLicense
public SCLicense updateSCLicense(SCLicense scLicense,
boolean merge)
throws SystemException
- Specified by:
updateSCLicense in interface SCLicenseLocalService
- Throws:
SystemException
addLicense
public SCLicense addLicense(String name,
String url,
boolean openSource,
boolean active,
boolean recommended)
throws PortalException,
SystemException
- Specified by:
addLicense in interface SCLicenseLocalService
- Throws:
PortalException
SystemException
deleteLicense
public void deleteLicense(long licenseId)
throws PortalException,
SystemException
- Specified by:
deleteLicense in interface SCLicenseLocalService
- Throws:
PortalException
SystemException
getLicense
public SCLicense getLicense(long licenseId)
throws PortalException,
SystemException
- Specified by:
getLicense in interface SCLicenseLocalService
- Throws:
PortalException
SystemException
getLicenses
public List<SCLicense> getLicenses()
throws SystemException
- Specified by:
getLicenses in interface SCLicenseLocalService
- Throws:
SystemException
getLicenses
public List<SCLicense> getLicenses(boolean active,
boolean recommended)
throws SystemException
- Specified by:
getLicenses in interface SCLicenseLocalService
- Throws:
SystemException
getLicenses
public List<SCLicense> getLicenses(boolean active,
boolean recommended,
int start,
int end)
throws SystemException
- Specified by:
getLicenses in interface SCLicenseLocalService
- Throws:
SystemException
getLicenses
public List<SCLicense> getLicenses(int start,
int end)
throws SystemException
- Specified by:
getLicenses in interface SCLicenseLocalService
- Throws:
SystemException
getLicensesCount
public int getLicensesCount()
throws SystemException
- Specified by:
getLicensesCount in interface SCLicenseLocalService
- Throws:
SystemException
getLicensesCount
public int getLicensesCount(boolean active,
boolean recommended)
throws SystemException
- Specified by:
getLicensesCount in interface SCLicenseLocalService
- Throws:
SystemException
getProductEntryLicenses
public List<SCLicense> getProductEntryLicenses(long productEntryId)
throws SystemException
- Specified by:
getProductEntryLicenses in interface SCLicenseLocalService
- Throws:
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 SCLicenseLocalService
- Throws:
PortalException
SystemException
getWrappedSCLicenseLocalService
public SCLicenseLocalService getWrappedSCLicenseLocalService()