com.liferay.portal.service
Interface PluginSettingService
- All Known Implementing Classes:
- PluginSettingServiceBaseImpl, PluginSettingServiceImpl, PluginSettingServiceWrapper
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface PluginSettingService
The interface for the plugin setting remote service.
Never modify or reference this interface directly. Always use PluginSettingServiceUtil
to access the plugin setting remote service. Add custom service methods to PluginSettingServiceImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.
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
,
PluginSettingServiceImpl
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
updatePluginSetting
PluginSetting updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException