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.
- Author:
- Brian Wing Shun Chan
- See Also:
PluginSettingServiceUtil,
PluginSettingServiceBaseImpl,
com.liferay.portal.service.impl.PluginSettingServiceImpl- Generated:
|
Method Summary |
PluginSetting |
updatePluginSetting(long companyId,
java.lang.String pluginId,
java.lang.String pluginType,
java.lang.String roles,
boolean active)
|
updatePluginSetting
PluginSetting updatePluginSetting(long companyId,
java.lang.String pluginId,
java.lang.String pluginType,
java.lang.String roles,
boolean active)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException