com.liferay.portal.service
Interface PluginSettingService
- All Known Implementing Classes:
- PluginSettingServiceWrapper
@JSONWebService
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface PluginSettingService
The interface for the plugin setting remote service.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
- See Also:
PluginSettingServiceUtil
,
PluginSettingServiceBaseImpl
,
com.liferay.portal.service.impl.PluginSettingServiceImpl
updatePluginSetting
PluginSetting updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException