com.liferay.portal.service
Interface PluginSettingService

All Known Implementing Classes:
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 com.liferay.portal.service.impl.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.

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)
           
 

Method Detail

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