com.liferay.portlet.softwarecatalog.service.impl
Class SCLicenseServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portlet.softwarecatalog.service.base.SCLicenseServiceBaseImpl
com.liferay.portlet.softwarecatalog.service.impl.SCLicenseServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseService, SCLicenseService
public class SCLicenseServiceImpl
- extends SCLicenseServiceBaseImpl
| Methods inherited from class com.liferay.portlet.softwarecatalog.service.base.SCLicenseServiceBaseImpl |
afterPropertiesSet, destroy, getBeanIdentifier, getCounterLocalService, getModelClass, getModelClassName, getSCLicenseLocalService, getSCLicensePersistence, getSCLicenseService, getSCProductEntryLocalService, getSCProductEntryPersistence, getSCProductEntryService, runSQL, setBeanIdentifier, setCounterLocalService, setSCLicenseLocalService, setSCLicensePersistence, setSCLicenseService, setSCProductEntryLocalService, setSCProductEntryPersistence, setSCProductEntryService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCLicenseServiceImpl
public SCLicenseServiceImpl()
addLicense
public SCLicense addLicense(String name,
String url,
boolean openSource,
boolean active,
boolean recommended)
throws PortalException
- Throws:
PortalException
deleteLicense
public void deleteLicense(long licenseId)
throws PortalException
- Throws:
PortalException
getLicense
public SCLicense getLicense(long licenseId)
throws PortalException
- Throws:
PortalException
updateLicense
public SCLicense updateLicense(long licenseId,
String name,
String url,
boolean openSource,
boolean active,
boolean recommended)
throws PortalException
- Throws:
PortalException