@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface PluginSettingService extends BaseService
PluginSettingServiceUtil
,
PluginSettingServiceBaseImpl
,
PluginSettingServiceImpl
Modifier and Type | Method and Description |
---|---|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PluginSetting |
updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active) |
String getOSGiServiceIdentifier()
PluginSetting updatePluginSetting(long companyId, String pluginId, String pluginType, String roles, boolean active) throws PortalException
PortalException