Class PluginSettingServiceUtil
Object
com.liferay.portal.kernel.service.PluginSettingServiceUtil
Provides the remote service utility for PluginSetting. This utility wraps
com.liferay.portal.service.impl.PluginSettingServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. 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:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Returns the OSGi service identifier.static PluginSettingService
static void
setService
(PluginSettingService service) static PluginSetting
updatePluginSetting
(long companyId, String pluginId, String pluginType, String roles, boolean active)
-
Constructor Details
-
PluginSettingServiceUtil
public PluginSettingServiceUtil()
-
-
Method Details
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updatePluginSetting
public static PluginSetting updatePluginSetting(long companyId, String pluginId, String pluginType, String roles, boolean active) throws PortalException - Throws:
PortalException
-
getService
-
setService
-