@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface SCLicenseService extends BaseService
SCLicenseServiceUtil,
com.liferay.portlet.softwarecatalog.service.base.SCLicenseServiceBaseImpl,
com.liferay.portlet.softwarecatalog.service.impl.SCLicenseServiceImpl| Modifier and Type | Method and Description |
|---|---|
SCLicense |
addLicense(java.lang.String name,
java.lang.String url,
boolean openSource,
boolean active,
boolean recommended) |
void |
deleteLicense(long licenseId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
SCLicense |
getLicense(long licenseId) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
SCLicense |
updateLicense(long licenseId,
java.lang.String name,
java.lang.String url,
boolean openSource,
boolean active,
boolean recommended) |
SCLicense addLicense(java.lang.String name, java.lang.String url, boolean openSource, boolean active, boolean recommended) throws PortalException
PortalExceptionvoid deleteLicense(long licenseId)
throws PortalException
PortalExceptionjava.lang.String getBeanIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) SCLicense getLicense(long licenseId) throws PortalException
PortalExceptionvoid setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanSCLicense updateLicense(long licenseId, java.lang.String name, java.lang.String url, boolean openSource, boolean active, boolean recommended) throws PortalException
PortalException